body
{
   width: 1200px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px; 
   background-image: url("effacee.jpg");
   background-repeat: no-repeat;   

}

/* L'en-tête */

#en_tete
{
   margin-top: 20px;
   margin-bottom: 20px;
   text-align: center;
   font-size: xx-small;
   font-style: bold;
   font-family: Courier New, "Courier New", "Arial Black", "Times New Roman", Times, serif;
   color: black;
   wid/th: 1200px;
   hei/ght: 75px;
   bac/kground-image: url("images/bannieremonpouce.jpg");

   fon/t-family: "Courier New"; Arial, "Times New Roman", Times, serif;
   fon/t-size: small;

}

/* Le menu */

#menu
{
   float: center;
   width: 640px;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: white;
   	font-size: small;
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: line-through;
   font-style: bold;
   font-family: Courier New, "Courier New", "Arial Black", "Times New Roman", Times, serif;
   	font-size: xx-small;
		color: #000000;
   font-variant:	small-caps;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: none;
   font-style: bold;
   font-family: "Courier New"; ARIAL, "Times New Roman", Times, serif;
   font-size: xx-large;
   font-variant:	small-caps;
   	color: #000000;
}
a /* Lien normal */
{
	font-size: small;
   font-style: bold;
   font-family: "Courier New"; Arial, "Times New Roman", Times, serif;
   color: #000000;
   font-variant:	small-caps;
      text-decoration: none;
}



h3
{  
   color: #000000;
   font-family: "Courier New"; Arial, "Times New Roman", Times, serif;
   font-size: x-small;
} 

/* Le corps de la page */

#corps
{

   margin-top: 20px;
   margin-bottom: 20px;
   padding-left: 250px;
   padding-right: 0px;
   padding-top: 1px;
   padding-bottom: 1px;   
   color: black;
   font-family: "Courier New"; Arial, "Times New Roman", Times, serif;
   font-size: x-large;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   
   margin-top: 20px;
   margin-bottom: 20px;
   text-align: center;
   font-size: xx-small;
   font-style: bold;
   font-family: Courier New, "Courier New", "Arial Black", "Times New Roman", Times, serif;
   color: black;

}