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: 160px;
   margin:auto;
   text-align: center;
   background-image: url("entete.png");
   background-repeat:no-repeat;
   background-position:top center;
   margin-bottom: 20px;
}



a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: maroon;
   
} 
   a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: #3c356a; /* 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: maroon;
   font-size: 20px;
   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: #3c356a;
   font-size: 27px;

}

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