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;
  
}
/* Le menu */

#menu
{
   margin:auto;
   width: 100px;
   height:25px;
   margin-bottom: 80px;
}

.element_menu
{
   background-color: gray;
   border: 2px solid black;
   
  
}

.element_menu ul
{
   list-style-image: url("images/puce.jpg");
   padding: 0px;
   padding-left: 20px;
   margin: 5px;
   margin-bottom: 5px;
}

h3
{
text-align:center;
font-family: "Times New Roman",Arial, "Arial Black", serif;
}
#corps
{
   width:760px;
   height:700px;
   margin-left:-340px;
   margin-bottom: 30px;
   padding: 5px;
   
   color: 38f0f7;
   background-color: #38f0f7;
   background-image: url("images/fond3.jpg");
   background-position:center;
      border: 2px solid black;
}
h1
{
   text-align: center;
   font-family: "Times New Roman",Arial, "Arial Black", serif;
   
}
p
{
 font-family: "Times New Roman",Arial, "Arial Black", serif;
 font-size: 18px;
}

#colonne
{

   width:380px;
   height:760px;
   margin-left:0px;
   
}



/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */


#pied_de_page

{
   padding: 5px;
   margin-left:-340px;
   text-align: center;
   background-color:gray;
   color: #B3B3B3;
    width: 760px;
   height: 50px;
   margin-bottom: 10px;
   font-family: "Times New Roman",Arial, "Arial Black", serif;
   border: 2px solid black;
}
