
html, body {
	margin:0;
	padding:0;
	height: 100%;
	
}
body {
	background: #FFF url(../img/bandeau_gris.gif)  repeat-x;
	font-family:  Arial, Helvetica, sans-serif;	
}
* {
   padding:0;
   margin:0;
}
#header{ 
	width:850px;
	height:170px;
	margin:0 auto;
}
#header_gauche{
	float: left;
	width: 400px;
	height: 125px;
}
#header_droit{
	float: left;
	width: 400px;height: 125px;
}
ul li{
	list-style:none;
}
#menu {
	width:850px;
}
*+html #menu, * html #menu { /* pour ie7 et inférieur */
	padding:7px 0 0 280px;
}	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float:left;
	margin-left:2px;
}

#menu li a, #menu li a:link, #menu li a:visited {
	width: 131px;
	height: 26px;
	font-weight:bold;
	font-size: 0.9em;
	display:block;
	padding-top:19px;
	text-align:center;
	color: #FFF;
	text-decoration:none;
	background:url(../img/menu_hover.gif) no-repeat;
	/* pour ie */
}

#menu li a:hover, #menu li a:visited:hover, #menu li a:active   {
	color: #FFF;
	text-decoration:none;
	background:url(../img/menu.gif) no-repeat;
}
#menu #current a{
	background:url(../img/menu.gif) no-repeat;
}
#vert{
	height: 200px;
	background: #258461 url(../img/fond_vert.gif) repeat-x;;
}
#vert_bandeau{
	margin:0 auto;
	width: 850px;
	background : url(../img/bandeau_vert.gif) no-repeat;
	height: 200px;
}
#vert_text{
	color: #FFF;
	font-size: 2em;
	padding-top: 40px;
	width: 340px;
	margin-left: 30px;
	font-weight: bold;
	text-align: center;
}
#content{
	width:850px;
	margin:0 auto;
	padding-top: 5px;
}
#center{
	width:841px;
	float:left;
	margin-bottom: 10px;
	padding-left:8px;
	text-align: justify;
}
#gauche{
	float:left;
	width:450px;
	margin-right: 15px;
	margin-top: 10px;
	font-size: 0.8em;
}
#gauche a{
	color: #007939;
}
#gauche a:hover{
	color: #000;
}
h1{
	font-weight:bold;
	color:#B90E00;
	font-size: 1.4em;
	margin-bottom: 10px;	
}
#droite{
	float:left;
	width: 340px;
	background: url(../img/droite_dem.gif) no-repeat;;
	font-size: 0.75em;
	margin-top: 10px;	
}
#droite_text{
	color: #FFF;
	width: 222px;
	margin-left: 95px;
}
#droite_text{
	padding: 5px;
}
#flash{
	width: 620px;
}
#question{
	background: #00B252;
	width: 440px;
	padding: 5px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FFF;
	font-weight: bold;
}
img{
	border:0px;
}
.clear{
	clear:both;
}
#footer{
	height:172px;
	background:url(../img/fond_footer.gif);
}
#navfooter{
	width:840px;
	margin:0 auto;
	padding:26px 8px 0 20px;
}
.fragile{float: left;
	width:300px;
	padding:8px;
	color:#CEEBFF;
}
.copy{
	float:left;
	width: 480px;
	height: 50px;
	text-align: right;
	padding-top: 50px;
	font-size: 0.8em;
	color: #FFF;
}	
.copy a{
	color: #FFF;
}
.copy a:hover{
	color: #000;
}

