html {overflow-y: scroll; height:100%;}
body{
background-color:#E0CABB;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:auto;
height:100%;
} 
a{
text-decoration:none;
color:#010100;
}
a:hover{
text-decoration:none;
color:#B9948B;  
}

/* debut bodyContent */
#bodyContent{
margin:auto;
width:780px;
min-height:100%;
border:solid 1px black;
border-bottom:none;
border-top:none;
background-image:url(../medias/bckgrnd/bckgrnd.jpg);
background-repeat:repeat-x;
}
/* fin bodyContent */

/* debut menu */
#menu{height:20px;margin-bottom:3px;}
#menu #left{ width:300px; height:20px; float:left;}
#menu ul{ margin:0; height:23px;}
#menu ul li{ list-style:none; float:left; padding:5px 11px 0 0;}
#menu ul li a{ display:block; font-size:9px; color:#8E6C52;}
/* fin menu */

#container{ margin-top:20px;}
#gauche{ float:left; width:218px; margin-top:80px;}
#droit{ float:right; width:188px;}
#main{ margin-left:218px; margin-right:188px; padding:30px 10px 0 10px; text-align:justify;}
#main #centre{ text-align:center;}
#main #centre a{ color:#906B52; font-weight:bold; text-decoration:underline;}
#main #centre a:hover{ color:#B9948B;}

.clearfloat{ clear:both; height:0; font-size:1px; line-height:0px;}





