@charset "UTF-8";
/* CSS Document */
ul, li, h1, h2, h3 { margin:0; padding:0;}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background-color:#ededed;
	background-position:center;
}

.required { color:#c83f48; font-weight:600;}

.langue { color:black;}

h1 {
	text-align:center;
	color:#c83f48;
	margin-top:10px;
}

h2 {
	text-decoration:underline;
	color:#004372;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:15px;
}

h3 {
	font-style:italic;
	color:#c83f48;
	margin-top:5px;
}

h4 {
	font-weight:bold;
	color:#c83f48;
	margin:0;
	padding:0;
}

ul li { list-style-type:none;}

a, a:visited{color:#ec5912; text-decoration:none;}
a:hover {color:#ec5912; text-decoration:underline;}

#langue {
	height:25px;
	width:1000px;
	position:relative;
	margin:auto;
	text-align:right;	
}

#header {
	background-image:url(images/banniere.png);
	height:290px;
	width:1000px;
	background-repeat:no-repeat;
	position:relative;
	margin:auto;	
}

#header_en {
	background-image:url(../images/banniere.png);
	height:290px;
	width:1000px;
	background-repeat:no-repeat;
	position:relative;
	margin:auto;	
}

#menu {
	width:1000px;
	height:40px;
	margin:auto;
	color:#fff;
	font-size:16px;
	background-color:#004372;
}
#menu ul { list-style-type:none; margin-left:5px; padding-top:3px;}
#menu ul li { float:left; text-align:center;}
#menu ul li a { 
display:block; color:#FFF; text-decoration:none; background-color:#004372; 
width:auto; height:29px; padding-top:5px;
padding-right:35px; padding-left:35px;
}
#menu ul li a:hover { display:block; background-color:#ec5912; color:#FFF;}

#screener {
	width:1000px;
	height:auto;
	margin:auto;
	background-color:#FFF;
	/*background-image:url(images/screener.png);
	background-repeat:repeat-y;*/
}

#affichage {
	margin:15px;
}

#outil {
	margin:15px;
}


#outil ul li a { display:block; text-decoration:none; width:150px; height:20px; }
#outil ul li a:hover { display:block; text-decoration:none; width:150px; height:20px; color:#004372;}

#footer {
	clear:both;
	/*background-image:url(images/footer.png);*/
	height:30px;
	width:1000px;
	/*background-repeat:no-repeat;*/
	position:relative;
	margin:auto;	
}

