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-left: 20px;
   width: 720px;
   height:25px;
   margin-bottom: 75px;
}

.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;
}


/* Le corps de la page */

#corps
{
   width:520px;
   height:520px;
   margin-left:210px;
   margin-bottom: 30px;
   padding: 5px;
   
   color: 38f0f7;
   background-color: #38f0f7;
   background-image: url("images/fond.jpg");
   background-position:center;
      border: 2px solid black;
}
#corps h1
{
   text-align: center;
   font-family: "Times New Roman",Arial, "Arial Black", serif;
   color: black; 
}

#corps h2
{
    color: blue;
    text-align: center;
    font-family: "Times New Roman",Arial, "Arial Black",Times, serif;
}

#corps p
{
	color:black;
	font-size: 18px;
	font-family: "Times New Roman",Arial, "Arial Black",Times, serif;
}

#corps h3
{
   height: 5px;
   padding-left: 30px;
   color: #000000;
   text-align: center;
   font-size:25px;
   font-family: "Times New Roman",Arial, "Arial Black",Times, serif;
}
p
{
font-size:15px;
font-family: "Times New Roman",Arial, "Arial Black",Times, serif;
}



#corps h4
{
	height:5px;
	text-align:left;
}
#bordure h5
{
    border: 2px solid black;
	width:150px;
	font-family: "Times New Roman",Arial, "Arial Black", serif;
	font-size: 20px;
	text-align: center;
    background-color:gray;
}

/* 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;
}
