body{
background:#FFFFFF;
}



.btn_changement{
position:relative;
width:784px;
margin:0 auto;
}
.btn_changement a{
position:absolute;
display:block;
width:20px;
padding:2px 1px 0 0;
height:18px;
color:#FFFFFF;
font-weight:bold;
text-align:center;
background:#999999;
left:-72px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
opacity: 0.5;
}
.btn_changement a.btn_select{
background:#669900;
}
.btn_changement a.mep_1{
top:10px;
}
.btn_changement a.mep_2{
top:38px;
}
.btn_changement a.choix_accueil_1{
top:350px;
}
.btn_changement a.choix_accueil_2{
top:378px;
}

.btn_changement a.choix_resultats_1, .btn_changement a.choix_details_1{
top:230px;
}
.btn_changement a.choix_resultats_2, .btn_changement a.choix_details_2{
top:258px;
}
.btn_changement a.choix_resultats_3{
top:286px;
}





#site{
width:784px;
padding:50px 38px 70px 38px;
margin:0 auto;
}
#header{
height:115px;
background:#F8F8F8;
border-bottom:1px solid #DFDFDF;
}
#header .ligne_colore_header{
height:4px;
}
#header .cont_head{
height:111px;
width:784px;
position:relative;
margin:0 auto;
}
#header .cont_head .logo{
position:absolute;
top:24px;
left:0;
}
#header .cont_head #menu{
font-weight:bold;
padding:72px 1px 0 0;
}
#header .cont_head #menu ul{
padding:0 0 0 28px;
float:right;
}
#header .cont_head #menu ul li{
display:inline-block;
zoom: 1;
*display: inline;
position:relative;
}
#header .cont_head #menu ul li img{
position:absolute;
top:-3px;
padding:0 6px 0 0;
left:-28px;
}
#header .cont_head #menu ul li.separation{
padding:0 8px;
}
#footer{
background:#F8F8F8;
height:40px;
position:fixed;
left:0;
bottom:0;
width:100%;
border-top:1px solid #DFDFDF;
}
#footer .cont_foot{
height:27px;
padding:13px 2px 0 2px;
width:780px;
margin:0 auto;
}
#footer span{
padding:0 5px;
}
#footer .powered{
float:right;
}

@media screen and (max-width: 875px) {

	#header .cont_head {
		width: 100%;
		margin-right: 100px;
	}
	
	#header .cont_head #menu {
		margin-right: 5px;
	}
	
	#header {
		margin-bottom: 40px;
	}


	div#p_contact {
		margin-top: 40px;
	}
}

@media screen and (max-width: 640px) {
	#header .cont_head #menu ul {
	float: none;
	text-align: center;
	}
	
	#header .cont_head .logo {
		position: static;
		margin-top: 24px;
	}
	
	#header .cont_head #menu {
		padding-top: 15px;
	}
	
	#header {
		height: auto;
	}
	
	#header .cont_head {
		padding: 0px 10px;
	}
	
	#header .cont_head .logo {
		text-align: center;
	}
}

@media screen and (max-width: 370px) {

	div#menu ul li img { display: none; }
	
	#header .cont_head { padding: 0px; }
	
	#header .cont_head #menu ul { padding: 0px; }
	
	#header .cont_head #menu ul li.separation { display: none; }
	
	#header .cont_head #menu ul li { margin-left: 10px }

}
