body
{
     background-image: url("images/ind6.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;
 }
h2
{
   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: 36px;
  font-weight: bold;
 }
h3
{
   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: 30px;
   font-weight: bold;
 }
a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
  color: White; /* 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 */
   color: purple; /* Le lien sera écrit en violet quand on pointera dessus */
}
