body
{
   width: 760px;
   margin:auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/empreinte.jpg");
   background-repeat:repeat;
}

/* Le menu */

#menu
{
   margin:auto;
   width: 130px;
   height:25px;
}

.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 corps*/
#corps
{
   width:667px;
   height:600px;
  margin-left:-280px;
   margin-bottom: 30px;
   padding: 5px;
   color: 38f0f7;
   background-color: #38f0f7;
   background-image: url("images/fond2.jpg");
   background-position:center;
   border: 2px solid black;
}

#corps  h1
{
	text-align:center;
	font-family: "Times New Roman",Arial, "Arial Black", Times, serif;
	font-size:30px;

}
	
#corps p
{
	text-align:left;
	color:black;
	font-family: "Times New Roman",Arial, "Arial Black", Times, serif;
	font-size:18px;
	
}
#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("images/regard.jpg");
   background-position:center;
   background-repeat:no-repeat;   
   margin-bottom: 10px;
 }

 /* 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;
   margin-left:-330px;
   border: 2px solid black;
   font-family: "Times New Roman",Arial, "Arial Black", serif;
}
 
