body
			{
				width:760px;
				margin:auto; /* Pour centrer notre page */
				margin-top:0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
				margin-bottom:20px;	/* Idem pour le bas du navigateur */
				background:url("fond.jpg") top center no-repeat
			}

#en_tete
{
   height: 200px;
   margin:auto;
   text-align: center;
   background-image: url("entete.png");
   background-repeat:no-repeat;
   background-position:top center;
   margin-bottom: 0px;
}


a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: green;
   
} 
   a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: blue; /* Le lien sera écrit en vert quand on pointera dessus */
}






#corps
{
   margin:auto;
   margin-bottom: 5px;
   padding: 5px;
   text-align: center;
   font-family:  "Times New Roman", Times, Arial, "Arial Black", serif;
   color: white;
   font-size: 18px;
   background-repeat: repeat-x;
   

   
}

#visite
{
   margin:auto;
   margin-bottom: 10px;
   padding: 5px;
   background-repeat: repeat-x;
   text-align: center;
   font-family:  "Times New Roman", Times, Arial, "Arial Black", serif;
   color: black;
   font-size: 22px;

}

#pied_de_page
{
   margin-top: 50px;
   margin-bottom: 20px;
   padding: 5px;
   text-align: center;
   background-repeat: repeat-x;
   
}