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;
  
}
/*bordure */

#bordure
{
   float: left;
   width:180px;
   height:850px;
   margin-bottom: 30px;
   padding: 5px;
   color: 38f0f7;
   background-color: #3da9cc;
   background-position:center;
   border: 2px solid black;
}

ul
{
   list-style-image: url("images/puce.jpg");
   padding: 0px;
   padding-left: 20px;
   margin: 5px;
   margin-bottom: 5px;
}

/*le corps */
#corps
{
   width:520px;
   height:300px;
   margin-left:210px;
   margin-bottom: 10px;
   padding: 5px;
   color: 38f0f7;
   background-color: #3da9cc;
   background-position:center;
      border: 2px solid black;
}

/* affichage des messages */

#messages
{
   width:520px;
   height:600px;
   margin-left:210px;
   margin-bottom: 10px;
   padding: 5px;
   
   color: 38f0f7;
   background-color: #3da9cc;
   background-position:center;
      border: 2px solid black;
}


/* 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:gray;
   color: #B3B3B3;
    width: 760px;
   height: 50px;
   margin-bottom: 10px;
  font-family: "Times New Roman",Arial, "Arial Black", serif; 
   border: 2px solid black;
}

