body
{
   background-image: url("images/fondsite.png");
   background-attachment: fixed;
}

#en_tete
{
   width: 800px;
   height: 200px;
   background-image: url("images/banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}






h1
{
   color: red;
   text-align: center;
   font-family: "Comic Sans MS ", Arial, Verdana, serif;
   text-decoration: underline;
}



h2
{
   color: green;
   font-style: italic;
   text-align: left;
   font-family: "Comic Sans MS ", Arial, Verdana, serif;
   margin-bottom: 20px;
}

h3
{
   color: blue;
   font-style: italic;
   text-align: left;
   font-family: "Arial", Arial, Verdana, serif;
   margin-bottom: 20px;
}



p
{
   font-weight: normal;
   text-align: left;
   color: black;
   font-size: 18px;
   font-family: "Courier New", Arial, Verdana, serif;
   margin-bottom: 20px;
}