body
{
   width: 762px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur.*/
   margin-bottom: 10px;    /* Idem pour le bas du navigateur */
   background-color: #F5F5F3;
}

#en_tete
{
   width: 758px;
   height: 100px;
   background-image: url("Banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 35px;
   
   border: 1px solid black;
}

.element_menu
{
   width: 758px;
   height: 25px;
   border: 1px solid black;
   
   margin-top: 98px;
   
}

.Corps
{
   width: 758px;
   background-image: url("Fond.jpg");
   background-repeat: repeat-y;
   margin-top: 48px;
   margin-bottom: 10 px;
   font-family: Eras Light ITC;
   padding: 15px;
   padding-bottom: 0px;
}
{
   a:focus
   outline:0;
   border: none;
}   
{  
   a img
   border: none;
} 


.overflow
{ /* Tous les paragraphes auront ces propriétés CSS */
	width: 738px;
	height: 492px;
	text-align: justify;
	overflow: auto;
}/* Et chacun des paragraphes aura en plus une valeur d'overflow différente */

.auto{
   overflow: auto;
}


.Pied_de_page
{
margin-top: 10px;
}

