* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(/img/fond-page.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

img {border: 0;}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-left: -500px;
	text-align: left;
	padding: 0px;
}

a.mentions-legales,a.mentions-legales:visited, span.mentions-legales {
	font: normal 10px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.navigation, a.navigation:visited {
	display: block;
	position: absolute;
	width: 140px;
	height: 20px;
	left: 206px;
	font: bold 13px georgia,arial,verdana,helvetica,sans;
	color: #e95005;
	text-decoration: none;
	background-image: url(../img/blank.gif);
}

a.navigation:hover,a.navigation-selected, a.navigation-selected:visited, a.navigation-selected:hover {
	display: block;
	position: absolute;
	width: 140px;
	height: 20px;
	left: 206px;
	font: bold 13px georgia,arial,verdana,helvetica,sans;
	color: #4ab403;
	text-decoration: none;
	background-image: url(../img/blank.gif);
}

input.bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #4ab403;
	border: 1px solid #4ab403;
	cursor: hand;
}

.input-text {
	font-family: arial,verdana, helvetica, sans-serif,sans;
	font-size: 13px;
	color: #E75104;
}

h1 {
	position: absolute; 
	width: 250px; 
	height: 40px; 
	left: 622px; 
	top: 478px;
	font: bold 19px arial, helvetica, sans;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.t9 {font-size: 9px;}
.t10 {font-size: 10px;}
.t11 {font-size: 11px;}
.t12 {font-size: 12px;}
.t13 {font-size: 13px;}
.t14 {font-size: 14px;}
.t15 {font-size: 15px;}
.t16 {font-size: 16px;}
.t17 {font-size: 17px;}
.t18 {font-size: 18px;}
.t19 {font-size: 19px;}

.rouge {color: #FF0000;}
.bordeau {color: #B53834;}
.gris {color: #666666;}

.bold {font-weight: bold;}

hr {
	color: #37488E;
	width: 100%;
	height: 1px;
	padding: 0; margin: 0;
}

span.Titre {
	font: bold 24px georgia,arial,verdana,helvetica,sans;
	font-style: italic;
	color: #4ab403;
}
