body
{
   width: 1000px;
   margin: auto;  
   margin-bottom: 20px;    
   background-color: #e6e1e1;
   color: #000000;
   font-family: Geneva, sans-serif;
}

#haut
{
   width: 1000px;
   height: 200px;
   background-image: url("design/haut.jpg"); 
   margin: auto;  
}

#menu_haut
{
  padding-top: 165px;
  padding-left: 149px;
}

#menu_haut td
{
  width: 144px;
}

#menu_haut table
{
   text-align: center;  
}

#menu_haut a
{
   color: #ffffff;
   text-decoration: none;
}

#menu_haut a:hover
{
   color: #ffffff;
   text-decoration: underline overline;
}

#menu_droite_001
{
   width: 200px;
   float: right;
}

.element_menu_droite_001
{
   height: 300px;
   background-image: url("design/menu_droite_001.jpg");
   background-repeat: no-repeat;
   color: #ffffff; 
}

.element_menu_droite_001 ul 
{
   padding-top: 80px;
   padding-left: 30px; 
   margin: 0px; 
}


.element_menu_droite_001 a 
{
   text-decoration: none;
   color: #ffffff;
}

.element_menu_droite_001 a:hover
{
   text-decoration: underline;
   color: #ffffff;
}

#bloc001

{
   width: 200px;
   height: 150px;
   float: left;
   background-image: url("design/bloc001.jpg");
}

#corps001
{  
   background-color: #ffffff;
   color: #a3a3a3;
   width: 590px;
   padding: 5px;
   float: left;
}

#corps001 h3
{
   color: #727272;
   text-align: center;
}

#corps001 h4
{
   color: #727272;
}

#corps001 a
{
   color: #a3a3a3;
   text-decoration: underline; 
}

#corps001 a:hover
{
   color: #727272;
   text-decoration: underline;
}

.element_corps td
{
 width: 200px;
 border: 1px solid #727272;
 padding: 3px;
}

.element_corps th
{
 width: 200px;
 border: 1px solid #727272;
}

.element_corps table
{
   margin: auto;
   border-collapse: collapse;
}
