body

{
   width: 800px;
   margin: auto; 
   }

    /* général !! */ 

   a
   {
     text-decoration: none;
	 color: rgb(133, 65, 65);
   }

   
   a:hover
   {
   color: rgb(192, 192, 192); 
   }

 
h3
  {
color: rgb(133, 65, 65);
   } 



   #site
   {  
    margin-top: 10px;
	margin-bottom: 10px;
    width: 800px;
    border: 3px double rgb(192, 192, 192);
   }
   
   table, th
   {
    padding: 3px;
   }
   
   td
   {
   padding: 3px;
   padding-top: 0px;
   padding-bottom: 0px;
   }
   
   #float_droite
{
float: right;
margin-left: 5px;
}

   #float_gauche
{
float: left;
margin-right: 5px;
}


  /* tête !! */


#en_tete
{
   width: 800px;
   height: 150px;
   background-image: url("images/ban.png");
  }

  
/* Menu !! */


#menu a
{
   color: rgb(133, 65, 65);
}

#menu a:hover
   {
   color: rgb(192, 192, 192); 
   }

#menu
{
   float: left;
   width: 220px; 
   font-size: small;
   margin-bottom: 20px;
   margin-top: 30px;
 }

#menu_lien1
{
   width: 190px; 
   text-align: right;
   border-top: 1px solid rgb(192, 192, 192);
   border-bottom: 1px solid rgb(192, 192, 192);
   margin-left: 20px;
}

#menu_lien2
{
   width: 190px; 
   text-align: right;
   border-bottom: 1px solid rgb(192, 192, 192);
   margin-left: 20px;
}

#menu_lien3
{
   width: 190px; 
   text-align: right;
   border-bottom: 1px solid rgb(192, 192, 192);
   margin-left: 20px;
 }


/* corps !! */


#corps
{
   width: 550px; 
   color: black;
   margin-left: 230px;
   margin-bottom: 20px;
   padding: 10px;
   text-align: justify;
}

#corps_carte
{
   width: 580px; 
   color: black;
   margin-left: 100px;
   margin-bottom: 20px;
   padding: 10px;
   text-align: justify;
}

/* pied !! */


#pied_de_page
{
   clear : both;
   width: 760px; 
   border-top: 1px solid rgb(192, 192, 192);
   text-align: center;
   font-size: small;
   padding-top: 20px; 
   padding-bottom: 10px; 
   margin-left: 20px;
   margin-right: 20px;
}




