#tete {
height: 186px;
background:url(../images/tete.jpg) no-repeat top #2b613d;
}

#conteneur, #conteneur_vert,#conteneur_rouge{
width:984px;
margin:0 auto;
background-color: #2b613d;
background-image: url(../images/entretoise.jpg);
background-position: top;
background-repeat: repeat-y
}
#conteneur_vert{
background-image: url(../images/entretoise_vert.jpg);
}
#conteneur_rouge{
background-image: url(../images/entretoise_rouge.jpg);
}


#centre,#centre_vert,#centre_rouge {
min-height:416px;
height: auto !important; /*COMPATIBILITE IE6*/
height: 416px; /*COMPATIBILITE IE6*/
background:url(../images/centre.jpg) no-repeat top;
padding:50px 0 0 0;
}
#centre_vert{
background:url(../images/centre_vert.jpg) no-repeat top;
padding:50px 0 0 20px;
}
#centre_rouge{
background:url(../images/centre_rouge.jpg) no-repeat top;
padding:50px 0 0 20px;
}


#pied,#pied_vert,#pied_rouge {
clear: both;
height: 50px;
background:url(../images/bas.jpg) no-repeat top #2b613d;
}
#pied_vert{
background:url(../images/bas_vert.jpg) no-repeat top #2b613d;
}
#pied_rouge{
background:url(../images/bas_rouge.jpg) no-repeat top #2b613d;
}
