@charset "iso-8859-1";
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
margin: 0;
padding: 0;
text-align: center;
background-color:#6699FF;
}
#conteneur {
width:900px;
height: auto;
margin:0 auto;
text-align: left;
background-color:#FFFFFF;
}
#header {
float: left;
height: 168px;
width: 900px;
background-image: url(../images/logo.jpg); /* source de l'image de départ */
background-repeat: no-repeat;
} 
#frame {
float: left;
height: 535px;
width: auto;
background-image: url(carte1.jpg); /* source de l'image de départ */
background-repeat: no-repeat;
}  
#corp {
float: left;
height: auto;
width: auto;
padding: 15px; 
background-color:#E9E9E9;
}
#centre {
float: left; 
color: #6699FF;
font-weight: bold;
width: 900px;
height: 470px;
margin-top: 250px;
margin-bottom: 10px;
}
#basgauche {
float: left;
width: 400px;
height: 170px;
margin: 5px;
background-color: #ffffff;
} 
#basdroit{
float: right;
width: 400px;
height: 170px;
margin: 5px;
padding: 2px;
text-align: center;
background-color: #ffffff;
}
#bas {
float: left;
height: 122px;
width: 900px;
background-image: url(carte2.jpg); /* source de l'image de départ */
background-repeat: no-repeat;
}
.neutre {
float: left;
height: auto;
width: auto;
padding:20px; 
background-color:#E9E9E9;
}
#pied {
clear:both;
height: 90px;
width: auto;
font-size: 1.1em;
color: #ffffff;
text-align: center;
background-color:#CC0000;
}




