body {
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
background-color: #000;
scrollbar-face-color:#1D3C00;
scrollbar-highlight-color: #FFCC00;
scrollbar-3dlight-color: #FFCC00;
scrollbar-darkshadow-color: #FFCC00;
scrollbar-shadow-color: #FFCC00;
scrollbar-arrow-color: #FFCC00;
scrollbar-track-color: #3D7901;
}

/* Titre */

h1 {
padding : 32px 0 8px 70px;
background:  url(images/titre.jpg) top left no-repeat;
font-size: 13px;
font-weight: bold;
color: #fff;
margin: 0;
}

/* Sous-titre */

h2 {
padding: -30px 0 0 0;
font-size: 13px;
font-weight: bold;
font-style: italic;
color: #fff;
margin: 0 0 0 10px;
}

/* Mise en page globale */

#conteneur {
position: absolute;
width: 760px;
left: 50%;
margin-left: -360px;
background-color: #000;
top:0;
}

/* en-tête du site */
#header {
display:block;
height: 212px;
margin: -1px 0 0 0;
}

/* contenu */
#centre {
margin: 0 0 0 180px;
font-size : 13px;
font-family : Arial, Helvetica, sans-serif;
color: #fff;
clear:both;
width: 445px;
}

#centre a {
color: #F0DD6F;
}

#centre a:hover {
text-decoration: none;
color: #E4C619;
}

/* Menu */
#gauche {
position: absolute;
left:0;
width: 172px;
}

.haut-menu {
margin: 0;
}

.bas-menu {
margin: -5px 0 0 0;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
background:  url(images/menu-fond.jpg) top left repeat-y;
}

.menugauche li {
font-weight: bold;
margin: 0 0 5px 0;
}

.menugauche a {
margin: 0 30px;
color: #FAD992;
text-decoration: none;
}

.menugauche a:hover {
color: #A2CF4B;
text-decoration: none;
}

/* pied de page */
#footer {
background:  url(images/footer.jpg) top left no-repeat;
display:block; 
margin: 0 0 10px 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #fff;
height: 91px;
padding: 60px 10px 0 10px;
}

#footer a {
color: #F2E174;
text-decoration: none;
}

#footer a:hover {
text-decoration: none;
color: #FFD303;
}

/* Balises prédéfinies */
p {
margin: 0 10px 0 10px;
}