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;  
}

img{ border:none;}

/* 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:15px 10px 0 10px;}
#container #left{float:left;width:130px;}
#container #right{float:right;width:130px;}
#container #centre{text-align:justify; margin:0 130px; padding:0 7px;}
h1{font-size:25px;}
.clearfloat{ clear:both; height:0; font-size:1px; line-height:0px;}
