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

html {
	height: 100%;
}

body {
	background-color: #D3D3D3;
	margin: 0;
	padding: 0;
	background-image: url(../img/fond.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 100%;
}

img {border: 0;}

#container {
	position: absolute;
	left: 50%;
	top: 0;
	width: 800px;
	height: 580px;
	margin-top: 0px;
	margin-left: -400px;
	text-align: left;
	padding: 0px;
}

#container-A4 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 660px;
	height: 580px;
	margin-top: 0px;
	margin-left: -330px;
	text-align: left;
	padding: 0px;
}

a.vertical-align img { 
	vertical-align: middle;
	display: inline-block; 
}

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

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

td.navigation {
	background-image: url(../img/fond-navigation-off.jpg); 
	background-position: center 0 ; 
	background-repeat: no-repeat;	
}
td.navigation-selected {
	background-image: url(../img/fond-navigation-on.jpg); 
	background-position: center 0 ; 
	background-repeat: no-repeat;	
}

a.navigation, a.navigation:visited {
	font: normal 15px/14px "arial narrow","helvetica narrow",arial,helvetica,sans;
	color: #252729;
	width: 100%; 
	height: 50px; 
	background-image: url(../img/blank.gif); 
	background-position: 0 0 ; 
	background-repeat: repeat;	
	text-decoration: none;
	text-align: center;
	cursor: hand;
	padding: 0px;
	margin: 0px;
	display: block;
}
a.navigation:hover,a.navigation-selected,a.navigation-selected:hover,a.navigation-selected:visited {
	font: normal 15px/14px "arial narrow","helvetica narrow",arial,helvetica,sans;
	color: #252729;
	width: 100%; 
	height: 50px; 
	background-image: url(../img/fond-navigation-on.jpg); 
	background-position: center 0 ; 
	background-repeat: no-repeat;	
	text-decoration: none;
	text-align: center;
	cursor: hand;
	padding: 0px;
	margin: 0px;
	display: block;
}

a.navigation-deroul, a.navigation-deroul:visited {
	font: normal 15px/14px "arial narrow","helvetica narrow",arial,helvetica,sans;
	color: #252729;
	width: 100%; 
	height: 26px; 
	background-image: url(../img/blank.gif); 
	background-position: 0 0 ; 
	background-repeat: repeat;	
	text-decoration: none;
	text-align: left;
	cursor: hand;
	padding: 0px;
	margin: 0px;
	display: block;
}
a.navigation-deroul:hover,a.navigation-deroul-selected,a.navigation-deroul-selected:hover,a.navigation-deroul-selected:visited {
	font: normal 15px/14px "arial narrow","helvetica narrow",arial,helvetica,sans;
	color: #252729;
	width: 100%; 
	height: 26px; 
	background-image: url(../img/fond-navigation-deroulante-on.jpg); 
	background-position: 0 0 ; 
	background-repeat: repeat-x;	
	text-decoration: none;
	text-align: left;
	cursor: hand;
	padding: 0px;
	margin: 0px;
	display: block;
}

a.en-savoir-plus, a.en-savoir-plus:visited {
	font: normal 12px arial,verdana,helvetica,sans;
	color: #F86E25;
}
a.en-savoir-plus:hover {
	font: normal 12px arial,verdana,helvetica,sans;
	color: #F86E25;
}

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

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

.t10 {font-size: 10px;}
.t11 {font-size: 11px;}
.t11b {font-size: 11px; font-weight: bold;}
.t15b {font-size: 15px; font-weight: bold;}
.t17 {font-size: 17px;}
.t17b {font-size: 17px; font-weight: bold;}

input.moteur {
	width: 183px;
	font: normal 13px "arial narrow","helvetica narrow",arial,helvetica,sans;
	color: #252729;
	border: solid 1px #4B93F5;
}

h1 {
	position: absolute; 
	width: 600px; 
	height: 16px; 
	left: 195px; 
	top: 35px;
	font: bold 12px "arial narrow","helvetica narrow",arial, helvetica, sans;
	color: #585959;
	text-align: right;
	padding: 0px;
	margin: 0px;
	/* z-index: 100; */
}

