body
{
   width: 760px;
   margin:auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/empreinte.jpg");
   background-repeat:repeat;
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("images/regard.jpg");
   background-position:center;
   background-repeat:no-repeat;   
   margin-bottom: 10px;
  
}

#menu
{
   margin-left: 330px;
   width: 100px;
   height:25px;
   margin-bottom:20px;
}

.element_menu
{
   background-color: grey;
    
   border: 2px solid black;
   
   margin-bottom: 20px;
}
.element_menu ul
{
   list-style-image: url("images/puce.jpg");
   padding: 0px;
   padding-left: 20px;
   margin: 5px;
   margin-bottom: 5px;
}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page

{
   padding: 5px;

   text-align: center;
   background-color:grey;
   color: #B3B3B3;
    width: 760px;
   height: 50px;
   margin-bottom: 10px;
  font-family: "Times New Roman",Arial, "Arial Black", serif; 
   border: 2px solid black;
}

