body
{
     background-image: url("images/champ1.jpg");
     border: 10px ridge white;
}
h1
{
   text-align: center; /* Pour centrer le titre */
   font-family: "Edwardian Script ITC",  Monotype Corsiva, times new roman, Arial, Verdana, serif; 
   font-style: italic;
    color: white;
  font-size: 56px;
  font-weight: bold;
 }
td /* Toutes les cellules des tableaux... */
{
    text-align: justify; 
   font-family: "Edwardian Script ITC",  Monotype Corsiva, times new roman, serif ,Verdana; 
   color: grey;
   font-size: 24px;
}
a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   font-family: "serif", Monotype Corsiva, times new roman, Verdana; 
   color: white; /* Les liens seront blanc */
   font-size: 12px;
   font-style: italic; /* Les liens seront en italique*/
   font-weight: bold;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: black; /* Le lien sera écrit en violet quand on pointera dessus */
}