body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
margin: 0;
padding: 0;
background-color:#D5D5D5;

}
#header {
height: 100px;
background-color: #99CCCC;
}

#conteneur {
position: absolute;
width:940px;
left: 50%;
margin-left: -420px;
background-color:#D5D5D5;


}

#centre_haut {
background-image: url("images/dd_centre_haut_arrondi.gif");
   background-repeat: no-repeat;
margin-left: 160px;
height: 15px;

}

#centre_conteneur {
background-image: url("images/dd_background_centre.gif");
width: 765px;
margin-left: 160px;

/* Option 1 -> scrollbar
height: 700px; 
overflow: auto;
*/

/* Option 2 -> rien et on force une taille minimale dans certaines pages */
}


#centre {
font-size: 11px;
padding-left: 10;
padding-right: 10;
padding-bottom: 10;
width: 745px;
}


/*
#centre {

background-image: url("images/dd_background_centre.gif");

width: 645px;
padding : 10px;
height: 680px; 
}
*/

#gauche {
position: absolute;
left:0;
width: 160px;
}
#pied {
height: 30px;
font-size:10px;
background-image: url("images/dd_pied.gif");
background-repeat: no-repeat;
text-align: center;
width:940px;
margin:0 auto;
}
/*
#pied {
clear:both;


margin:0 auto;


}*/



p {margin: 0 0 10px 0;}
