body {
margin: 0;
padding: 0;
background-color:#999999;
font-family:Arial, Helvetica, sans-serif; /* + BASE*/
font-size: 0.8em; /* + BASE*/
color:#ffffff; /* + BASE*/

}

#conteneur {
width:984px;
margin:0 auto;
background-color: #999999;
background-image: url(../images/entretoise.jpg);
background-position: top;
background-repeat: repeat-y
}

#tete {
height: 173px;
background:url(../images/titre.jpg) no-repeat top #999999;
}


#gauche {
float:left;
width: 300px;
min-height:523px;
height: auto !important; /*COMPATIBILITE IE6*/
height: 523px; /*COMPATIBILITE IE6*/
background:url(../images/gauche.jpg) no-repeat top;
}

#droite {
float:right;
width: 684px;
background:url(../images/droite.jpg) no-repeat top;
min-height:523px;
height: auto !important; /*COMPATIBILITE IE6*/
height: 523px; /*COMPATIBILITE IE6*/
}

#pied {
clear: both;
height: 25px;
background:url(../images/bas.jpg) no-repeat top #999999;
}

