body
{
   width: 1024px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

/* L'en-tête */

#en_tete
{
   width: 1024px;
   height: 180px;
   background-image: url("images/banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 3px;
}

/* Le corps de la page */

#corps
{
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 3px;
   padding: 5px;

   color: #2b3f64;
   background-color: #ffffff;
   border: 1px solid black;
}

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

#corps h2
{
   color: #2b3f64;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps p 
{
  text-align: justify;                 /* Justifier le texte des paragraphes*/
  margin-left: 15px; 
  margin-right: 15px
}
