body {
margin: 0px;
padding: 0px;
font-family: Arial, sans-serif;
font-size: 100%; 
color: #333333;
background: url(../images/fond.gif);
background-repeat: repeat-x;
background-color: #64675E;
}


#general {
width: 1000px;
border: 1px solid #000000;
background-color: #FFFFFF;
margin: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;
}


/* bandeau haut */
#navighaut {
height: 30px;
border-bottom: 1px solid #000000;
background: url(../images/fond_navig_haut.gif);
background-color: #E0F0B7;
}


#bandeauhaut {
height: 200px;
padding:0;
border-bottom: 1px solid #000000;
}

/* fin bandeau haut */


#partieprincipale {
width: 980px;
margin: 10px;
margin-top: 20px;
}

#partieprincipale a:link {
color: #96AE57; 
text-decoration: none;
}

#partieprincipale a:visited {
color: #96AE57; 
text-decoration: none;
}


#partieprincipale a:active {
color: #A7C165; 
text-decoration: none;
}

#partieprincipale a:hover {
color: #A7C165; 
text-decoration: none;
}



/* contenu */
#contenu {
float: left;
width: 755px;
border-right: 2px solid #E0F0B7;
padding: 10px;
padding-top: 0px;
padding-right: 15px;
font-size: 95%;
}
/* fin contenu */



/* bas de page */
#bas {
margin: 0px;
}
/* fin bas de page */


/* mentions et copyright */
#mentions {
font-size: 80%;
color: #F2F2F2;
width: 100%;
text-align: center;
}

#mentions a:link, a:visited {
color: #F2F2F2; 
text-decoration: none;
}


#mentions a:hover, a:active {
color: #A7C165; 
text-decoration: none;
}
/* mentions et copyright */
