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: 962px;
	left: 553px;
	margin-left: -360px;
	background-color: #000;
	top:-22px;
	height: 2031px;
}

/* 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: 574px;
}

#centre a 
{
color: #F0DD6F;
}

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

/* Menu */
#gauche 
{
	position: absolute;
	left:0px;
	width: 205px;
	height: 1513px;
	top: 269px;
}

.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 center 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 40px 0 40px;
}

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

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

/* Menu */
#droite 
{
	position: absolute;
	left:759px;
	width: 205px;
	height: 1521px;
	top: 269px;
}

.haut-menu 
{
margin: 0;
}

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

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

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

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

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

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