
body {
  margin:0px 0px; padding:0px;
  text-align:center;
  overflow: scroll;

}

img.droite
{
float: right;
}

img.gauche 
{
float: left;
}
#entete{
height:135px;
width:1000px;
margin:auto;
}
 
#page{
 top:170px;
 height: 740px;
 width: 1000px ;
 margin:auto; 
 background-color:#e97600;
 overflow: auto;
 font-size: small;

 }
 
#menu{
display: block;
float: left;
width:100px;
text-align: center;
margin-left:15px;

}

 #menu li{
background-color :#e97600;
display: block;
float: left;
width:120px;
padding : 2 2;
margin: 1px;
list-style-image : none;
border: dotted thin;


}

#menu li a:hover{
display: block;
width:120px;
background-color:white;
color:black;


}

#millieu{
 position :relative;
 height: 700px;
 width: 840px;
 left: 30px;
 background-color:  white;
 overflow: auto;

scrollbar-face-color: #e97600;
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #e97600;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #000000;
 }
 
 #bas{
 position:relative;
 }
  

.coins {
border:1px solid #787878;
background-color:#787878;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

