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;
  
}

#corps
{
   width:760px;
   height:570px;
   margin-left:0px;
   margin-bottom: 30px;
   padding: 5px; 
   color: 38f0f7;
   background-color: #38f0f7;
   background-image: url("images/fond4.jpg");
   background-position:center;
   border: 2px solid black;
}
#corps p
{
   text-align: left;
   font-family: "Times New Roman",Arial, "Arial Black", serif;
   color: black;
   font-size:16px;
   }


#corps h1
{
   text-align: center;
   font-family: "Times New Roman",Arial, "Arial Black", serif;
   color: black;
   font-size:25px;
}
#corps h2
{   
   text-align: left;
   font-family: "Times New Roman",Arial, "Arial Black", serif;
   color: black;
   font-size:20px;
}
   
#corps h3
{   
   text-align: left;
   font-family: "Times New Roman",Arial, "Arial Black", serif;
   color: black;
   font-size:20px;
}
 
#corps h4
{   
   text-align: left;
   font-family: "Times New Roman",Arial, "Arial Black", serif;
   color: red;
   font-size:20px;
}
#corps ul
{
   list-style-image: url("images/puce.jpg");
}

#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;
}
