/*--LES ELEMENTS HTML--*/
body {
font-family:Verdana, Arial, Helvetica, sans-serif; /*police utilisé par défaut*/
font-size:0.8em; /*taille de la police par défaut*/
margin:0;
padding:0;
background-color:#CCC; /*couleur de fond du body*/
background: url(../images/tmp/texture_fond.gif) repeat center top;
}
p {margin: 0 0 10px 0;}

#warpper {
padding-top:18px;
width: 100%;
background: url(../images/tmp/ombre.jpg) no-repeat center top;
}
/*--DIV PRINCIPALE--*/
#conteneur {
position:relative;
width:953px;
margin:0 auto 0 auto; /*marges extérieures de la div*/
padding:0;
background-color:#000; /*couleur de fond de la div*/
border: solid 1px #FFF;
}

/*--ENTETE DU SITE--*/
#header {
height:50px; /*hauteur du bandeau de site*/
background-color:#FFFFFF; /*couleur de fond du bandeau de site*/
}
#haut {
height:30px; /*bloc menu principal*/
background-color:#FFFFFF; /*couleur de fond du bloc menu principal*/
}

/*--LES 3 BLOCS PRINCIPAUX POUR LE CONTENU--*/
#centre {
width:486px; /*largeur de la div gauche*/
margin-left:467px; /*marge extérieure gauche : égale à la largeur de la div gauche*/
margin-right:0; /*marge extérieure droite : égale à la largeur de la div droite*/
}
#gauche {
position:absolute;
left:0;
width:467px; /*largeur de la div gauche*/
text-align:center;
}
#droite {
position:absolute;
right:0;
width:183px; /*largeur de la div droite*/
}

/*--LE PIED DE PAGE--*/
#pied {
height:30px; /*hauteur du pied de page*/
color:#CCC;
margin-top:10px;
font-size:10px;
text-align:center;
}

/*--LE MENU PRINCIPAL HORIZONTAL--*/
.menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menuhaut a:hover {
text-decoration: none;
}

/*--LE MENU VERTICAL GAUCHE--*/
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}

/*--LE MENU VERTICAL DROIT--*/
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}