body {
margin: 0 0 0 0 ;
padding: 0;
background-color:#99cc01;
font-family:Verdana, Arial, Helvetica, sans-serif; /* + BASE*/
font-size: 0.8em; /* + BASE*/
color:#ffffff; /* + BASE*/
}

#conteneur {
width:983px;
margin:0 auto;
background-color: #99cc01;
background-image: url(../images/entretoise.jpg);
background-position: top;
background-repeat: repeat-y
}

#tete {
height: 187px;
background:url(../images/titre.jpg) no-repeat top #99cc01;
}


#gauche {
float:left;
width: 228px;
min-height:492px;
height: auto !important; /*COMPATIBILITE IE6*/
height: 492px; /*COMPATIBILITE IE6*/
background:url(../images/gauche.jpg) no-repeat top;
}

#droite {
float:right;
width: 241px;
background:url(../images/droite.jpg) no-repeat top;
min-height:492px;
height: auto !important; /*COMPATIBILITE IE6*/
height: 492px; /*COMPATIBILITE IE6*/
}

#centre {
background-color:#99cc01;
margin-left: 228px;
margin-right: 241px;
min-height:492px;
background:url(../images/centre.jpg) no-repeat top;
}

#pied {
clear: both;
height: 55px;
background-color:#99cc01;
}

