* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
}

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(/img/blank.gif);
	background-position: 0 0;
	background-repeat: repeat;
	height: 100%;
}

img {border: 0;}

#container {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1010px;
	margin-top: 0px;
	margin-left: -505px;
	text-align: left;
	padding: 0px;
}

a.mentions-legales,a.mentions-legales:visited, span.mentions-legales {
	font: bold 10px arial,verdana,helvetica,sans;
	color: #A2A2A2;
	text-decoration: none;
}

a.mentions-legales:hover {
	text-decoration: underline;
	color: #444444;
}

input.bouton {
	font: bold 11px arial,verdana,  helvetica, sans-serif,sans;
	color: #FFFFFF;
  background-color: #fe4d06;
	border: 1px solid #fe4d06;
	cursor: hand;
}

.input-text {
	font-family: arial,verdana, helvetica, sans-serif,sans;
	font-size: 12px;
	color: #3A81E6;
}

h1 {
	position: absolute; 
	width: 378px; 
	height: 70px; 
	left: 45px; 
	top: 55px;
	font: normal 24px arial, helvetica, sans;
	color: #B80046;
	padding: 0px;
	margin: 0px;
	text-align: center;
	/* z-index: 10000; */
}
h2 {
	position: absolute; 
	width: 315px; 
	height: 102px; 
	left: 143px; 
	top: 143px;
	font: normal 15px verdana,arial, helvetica, sans;
	color: #004C7E;
	padding: 0px;
	margin: 0px;
	text-align: center;
	z-index: 1000;
}

.blanc {color: #FFFFFF;}

.t14 {font-size: 14px;}
.t15 {font-size: 15px;}
.t17 {font-size: 17px;}
.t19 {font-size: 19px;}
.t21 {font-size: 21px;}
.t23 {font-size: 23px;}

a.navigation-blanc,a.navigation-blanc:visited,a.navigation-blanc:hover {
	font: bold 14px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
}

a.navigation-bleu,a.navigation-bleu:visited {
	font: bold 12px arial,verdana,helvetica,sans;
	color: #002D70;
	text-decoration: none;
}

a.navigation-bleu:hover {
	font: bold 12px arial,verdana,helvetica,sans;
	color: #fe4d06;
	text-decoration: none;
}

a.navigation-gris,a.navigation-gris:visited {
	font: bold 12px arial,verdana,helvetica,sans;
	color: #4c4c4c;
	text-decoration: none;
}

a.navigation-gris:hover {
	font: bold 12px arial,verdana,helvetica,sans;
	color: #b80045;
	text-decoration: none;
}

/* **************************************************************** */

a.navigation-fond-rose,a.navigation-fond-rose:visited,a.navigation-fond-rose:hover {
	display: block;
	height: 29px;
	background-image: url(/img/fond-navigation-rose-centre.jpg); 
	background-position: 0 0; 
	background-repeat: repeat-x;
	font: bold 13px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	line-height: 29px;
	padding: 0 9px 0 9px;
}
a.navigation-fond-bleu,a.navigation-fond-bleu:visited,a.navigation-fond-bleu:hover,span.navigation-fond-bleu {
	display: block;
	height: 29px;
	background-image: url(/img/fond-navigation-bleu-centre.jpg); 
	background-position: 0 0; 
	background-repeat: repeat-x;
	font: bold 13px arial,verdana,helvetica,sans;
	color: #FFFFFF;
	text-decoration: none;
	white-space: nowrap;
	line-height: 29px;
	padding: 0 9px 0 9px;
}

