* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #2E8804;
	margin: 0;
	padding: 0;
	background-image: url(../img/fond.jpg);
	background-position: 0 0;
	background-repeat: repeat;
	height: 100%;
}

img {border: 0;}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1000px;
	height: 580px;
	margin-top: 0px;
	margin-left: -500px;
	text-align: left;
	padding: 0px;
}

input.bouton {
	font: bold 12px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #fdba0d;
	border: 1px solid #fdba0d;
	cursor: hand;
}

.input-text {
	font-family: arial,verdana, helvetica, sans-serif,sans;
	font-size: 0.9em;
	color: #062238;
}

h1 {
	position: absolute; 
	width: 530px; 
	height: 70px; 
	left: 255px; 
	top: 51px;
	font: bold 1.3em arial,helvetica, sans;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
h2 {
	padding: 0px;
	margin: 0px;
}

a.navigation,a.navigation:visited {
	display: block;
	position: absolute;
	height: 34px;
	top: 0px;
	font: bold 13px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
	text-align: center;
	border: 0px solid #000000;
}
a.navigation:hover {
	display: block;
	position: absolute;
	height: 34px;
	top: 0px;
	font: bold 13px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	text-align: center;
	border: 0px solid #000000;
}
a.navigation-selected,a.navigation-selected:visited,a.navigation-selected:hover {
	display: block;
	position: absolute;
	height: 34px;
	top: 0px;
	font: bold 13px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
	text-align: center;
	border: 0px solid #000000;
}
a.navigation2,a.navigation2:visited {
	display: block;
	/* font: bold 12px arial,verdana,helvetica,sans; */
	font-family: arial,verdana,helvetica,sans;
	font-weight: bold;
	color: #05378C;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../img/blank.gif);
	background-repeat: repeat;
	text-align: left;
	border: 0px solid #05378C;
	white-space: nowrap;
}
a.navigation2:hover,a.navigation2-selected,a.navigation2-selected:visited,a.navigation2-selected:hover {
	display: block;
	/* font: bold 12px arial,verdana,helvetica,sans; */
	font-family: arial,verdana,helvetica,sans;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #05378C;
	background-image: url(../img/blank.gif);
	background-repeat: repeat;
	text-align: left;
	border: 0px solid #000000;
	white-space: nowrap;
}

a.mentions-legales,a.mentions-legales:visited, span.mentions-legales {
	font-family: arial,verdana,helvetica,sans;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
}

a.en-savoir-plus,a.en-savoir-plus:visited,a.en-savoir-plus:hover {color: #062238;}

hr {
	padding: 0px;
	margin: 0px;
	color: #fdba0d;
	width: 100%;
	height: 1px;
}
