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 */


/* debut top */
#main_top{ margin:20px; margin-bottom:0;}
#articles{margin-top:5px;}
#main_top #articles ul{ margin:0; padding:0; height:75px;}
#main_top #articles ul li{ list-style:none; float:left; margin:0 11px;}
#main_top #articles ul li a{ display:block; height:75px; background-repeat:no-repeat;}
/* fin top*/

/* début main */
#main{ margin:20px; margin-bottom:0; text-align:justify;}
#main #soirées{ font-size:11px; margin-top:5px;}
/* fin main */

/* début main_bottom */
#main_bottom{ margin:20px; margin-bottom:0; }
#download{ margin-top:5px;}
#download ul{ margin:0; padding:0; height:15px;}
#download ul li{ list-style:none; float:left; margin-right:50px;}
#download ul li a{ display:block; height:15px; background-image:url(../medias/puce.gif); padding-left:15px; background-repeat:no-repeat }
/* fin main bottom */

.dore{ color:#906b52;}

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