html, 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;

height:100%;
}

/* 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: relative;
width: 760px;
left: 50%;
margin-left: -380px;
background-color: #000;
}

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

#accueil {
position:relative;
top:22px;
left:100px;
width:50px;
color:#ffffff;
padding: -30px 0 0 0;
font-size: 13px;
font-weight: bold;
}

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

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

/* contenu */


#titre {
margin: 0 0 0 180px;
font-size : 13px;
font-family : Arial, Helvetica, sans-serif;
color: #fff;
clear:both;
width: 574px;  
}

#centre {

font-size : 13px;
font-family : Arial, Helvetica, sans-serif;
color: #fff;
clear:none;
width: 569px; 
overflow:auto; 
position:relative;
float:right;
}




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

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

.pcentre:first-letter {
	color: #F2E174;
	font-size:x-large
}



.carac {
    padding: 0px 10px 10px 10px;
	border-style:solid;
	border-top-width:0px;
	border-color:#ffffff;
	border-right-width:0px;
    border-left-width:1px;
	border-bottom-width:1px;
	margin: 5 5 5 5 px;
    width:160px;
}


/* Menu */
#gauche {
position: relative;
left:0;
width: 190px;
float:left;
}

.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:absolute;
margin: 0 0 10px 0;
text-align: center;

font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #fff;
height: 81px;
padding: 40px 10px 0 10px; 

clear:both;

}

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

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

#footer2 {
display:absolute;
margin: 0 0 1px 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
color: #fff;
padding: 28px 1px 0 10px; 
}

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

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

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

