body
{
   width: 860px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* 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-image: url("blkbck16.jpg");
   color: white;
   }
   
   #menu
{
   float: right; /* Le menu flottera à gauche */
   width: 130px; /* Très important : donner une taille au menu */
	margin-left: 2px;
	margin-right: 2px;
	font-family: Comic sans Ms, Arial, "Arial Black", "Times New Roman", Times, serif;
	color: white;
   text-align: left;
    padding: 2px; /* Tous les côtés ont une marge intérieure de 0 pixels */
	margin-top: 2px;
	font-size: 1em;
   }
   	.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: fuchsia;
   color: yellow;
}
      a
   {
   color: white;
   }
   
 
 h1
 {
 font-size: 1.3em;
 	font-family: Comic sans Ms, Arial, "Arial Black", "Times New Roman", Times, serif;
 }
  h2
 {
 font-size: 1em;
 font-family: Comic sans Ms, Arial, "Arial Black", "Times New Roman", Times, serif;
 }

#corps
{
float: right;
border: 2px solid white;
	margin-left: 2px;
	margin-right: 2px;
	 width: 690px;
	    padding: 2px;
		margin-top: 2px;
	
}