body
{
     background-image: url("images/fairepart.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: black;
  font-size: 45px;
  font-weight: bold;
 }
h2
{
   text-align: center; 
   font-family: "Edwardian Script ITC", Monotype Corsiva, times new roman, Arial, Verdana, serif; 
   font-style: italic;
    color: black;
  font-size: 30px;
  font-weight: ;
 }
a
{
   text-align: center;
   text-decoration: none; /* Les liens ne seront plus soulignés */
  color: black; /* Les liens seront blanc */
   font-style: italic; /* Les liens seront en italique*/
  font-family: "serif ", Monotype Corsiva, times new roman, Verdana ; 
   font-size: 12px;
 font-weight: bold;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
  }
