body
{
   width: 760px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 20px;    
   background-image: url("images/fond.png");
   background-attachment: fixed; /* fixed ou sroll */
   font-size: 17px;
}

/* L'en-tête */

#en_tete
{
   width: 764px;
   height: 100px;
   background-image: url("images/ban.png");
   background-repeat: no-repeat;
   border:1px solid transparent ;
   margin-Bottom: -1px;
     }

  #liens
{
   margin-top: 78px;
   width: 760px;
   height: 20px;
   background-repeat: no-repeat;
   color: #706871;
   text-align: left;
   font-size: 20px; /* Tailles des paragrahes  */
   text-indent: 50px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
     
  }
/* Le corps de la page */

#corps
{
   
   margin-left: 0px;
   margin-bottom: 20px;
   padding: 5px;
   color: #9A00AB;
   background-color: #FFFFFF;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 0px solid black;
}

#corps h1
{
   margin-top: 35px;
   color: #706871;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #706871;
   text-align: left;
}

#corps h3
{
   margin-top: 35px;
   color: #706871;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h4
{
   margin-left: 30px;
   margin-bottom: 40px;
   padding: 5px;
   
   color: #9A00AB;
}

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

#pied_de_page
{
   padding: 2px;

   text-align: center;

   color: #B3B3B3;
   background-color: #706871;
   /*background-image: url("images/motif.png");
   background-repeat: repeat-x;*/
   
   border: 1px solid black;
}
