body
{
    /* Le fond doit etres placé dans le dossier images */
   background-repeat: no-repeat;
   background-attachment: fixed;
  font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif
}
p
{
   
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}

h1
{  
   font-size: 125px;
   font-style: italic;
   text-align: center; /* Pour centrer le titre */
   color: blue
font-family: "Arial Black", Arial, Verdana, serif; /* Un titre en Arial Black c'est mieux :o;) */
}

}

h2
{
   font-size: 75px; /* Titres de 22 pixels */
   font-style: italic;
   font-family: "Arial Black", Arial, Verdana, serif;
   text-align: center;
   color: blue
}
h3
{  
   font-size: 26px;
   font-style: italic;
   font-family: "Comic Sans MS", Arial, Verdana, serif;
   text-align:center ;
   color: black
} 
