* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
}

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: #8F8F8F;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #555555;
}

input.bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #88BB00;
	border: 1px solid #FFFFFF;
	cursor: hand;
}

.input-text {
	font-family: arial,verdana, helvetica, sans-serif,sans;
	font-size: 13px;
	color: #414549;
}

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;
}

a.navigation,a.navigation:visited,a.navigation:hover { 
	display:-moz-inline-box; 
	display:inline-block; 
	margin:0; padding:0; 
	font: bold 14px/2.2 "trebuchet ms",arial,helvetica,sans;
	font-style: italic;
	color: #FFFFFF;
	white-space:nowrap; 
	text-align:center; 
	cursor:pointer; 
	border:0; 
	background:none; 
	text-decoration: none;
}
a.navigation span { 
	position:relative; 
	float:left; 
	padding:0 0 0 2px;        /* Largeur du côté gauche */ 
	background:url(/img/blank.gif) left top no-repeat; 
}
a.navigation span span { 
	padding: 0 2px 0 0;        /* Largeur du côté droit */ 
	background:url(/img/blank.gif) right top no-repeat; 
}
a.navigation span span span { 
	height: 36px;        /* Hauteur du bouton */ 
	padding:0; 
	line-height:1.5;    /* Alignement vertical du texte */ 
	background-color: #FF9900;
	font: bold 14px/2.2 "trebuchet ms",arial,helvetica,sans;
	font-style: italic;
	color: #FFFFFF;
	background:url(/img/blank.gif) left top repeat-x;
	padding-top: 1px;
	text-decoration: none;
}

a.navigation-selected,a.navigation-selected:visited,a.navigation-selected:hover { 
	display:-moz-inline-box; 
	display:inline-block; 
	margin:0; padding:0; 
	font: bold 14px/2.2 "trebuchet ms",arial,helvetica,sans;
	font-style: italic;
	color: #FFFFFF;
	white-space:nowrap; 
	text-align:center; 
	cursor:pointer; 
	border:0; 
	background:none; 
	text-decoration: none;
}
a.navigation-selected span { 
	position:relative; 
	float:left; 
	padding:0 0 0 20px;        /* Largeur du côté gauche */ 
	background:url(/img/bouton-gauche-on.jpg) left top no-repeat; 
}
a.navigation-selected span span { 
	padding: 0 20px 0 0;        /* Largeur du côté droit */ 
	background:url(/img/bouton-droite-on.jpg) right top no-repeat; 
}
a.navigation-selected span span span { 
	height: 36px;        /* Hauteur du bouton */ 
	padding:0; 
	line-height:1.5;    /* Alignement vertical du texte */ 
	background-color: #FF9900;
	font: bold 14px/2.2 "trebuchet ms",arial,helvetica,sans;
	font-style: italic;
	color: #FFFFFF;
	background:url(/img/bouton-milieu-on.jpg) left top repeat-x;
	padding-top: 1px;
	text-decoration: none;
}

span.Titre {font: normal 20px "trebuchet ms",arial,helvetica sans-serif,sans; color: #FFFFFF;}
