body
{
   width: 1000px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 2px;   
   background-color: black;
   color: white;
}

/* L'en-tête */

#en_tete
{
   width: 600px;
   height: 200px;
   background-image: url("http://gnome.unijambiste.free.fr/image/apoban.gif");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: 400px;
}


/* Le menu */

#menu
{
   float: left;
   
   margin-left: 10px;
   margin-bottom: 100px;



}




/* Le corps de la page */

#corps
{

   
   margin-left: 50px;
   margin-bottom: 20px;
   padding: 0px;
   text-align: center;
   
}

#corps h1
{
   
   text-align: center;
   font-family: "Calligrapher", Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   text-align: center;
   padding-left: 30px;
   
   
   font-family: "Calligrapher", Arial, "Arial Black", "Times New Roman", Times, serif;  
}


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

#pied_de_page
{
   padding: 5px;

   text-align: center;
   margin-left: 500px
   
   
}