/* CSS Document */


html, body{
background-color:#f2f2f2;
padding:0;
margin:0;
width:100%;
}

h1 {
width:100%;
position: absolute; 
top: 1px; 
left:0;
text-align:center;
font-family:Arial;
font-size: 12px;

}

#conteneur {
margin:0 auto;
position: relative;
}

.imageMap{
text-align:center;

}
#Listedep {
background-image:url('CarteFranceExam-part2.png');
background-repeat:no-repeat;
width:945px;
height:99px;
margin:0 auto;
padding:20px 0 0 0;
}

#une, #deux, #trois, #quatre, #cinq {
width:180px;
float:left;

}



.dep {
background-image:url('puce.png');
background-repeat:no-repeat;
background-position:left 5px;
padding:0 0 0 15px;
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#1e59a7;
text-decoration:none;
}

.dep a:visited, .dep a:link{
font-family:Arial;
font-size:12px;
color:#1e59a7;
text-decoration:none;
}

.dep a:hover {
font-family:Arial;
font-size:12px;
color:#1e59a7;
text-decoration:underline;
}

#logoPartenaire {
position: absolute; 
top: 900px; 
left:0;
width:100%;

}


#logoPartenaire2 {
position: absolute; 
top: 880px; 
left:0;
width:100%;

}












