  .Texte { 
           font-family: Arial, Helvetica, sans-serif;
           font-size : 12px;
           font-weight : normal;
           font-style : normal;
           text-decoration : none;
           color : #3300FF
}
  .Texte:hover { 
           font-family: Arial, Helvetica, sans-serif;
           font-size : 12px;
           font-weight : normal;
           font-style : normal;
           text-decoration : none;
           color : red
}
  .Lien { 
           font-family: Arial, Helvetica, sans-serif;
           font-size : 12px;
           font-weight : normal;
           font-style : normal;
           text-decoration : none;
           color : black
}
  .Lien:hover { 
           font-family: Arial, Helvetica, sans-serif;
           font-size : 12px;
           font-weight : normal;
           font-style : normal;
           text-decoration : none;
           color : red
}
  .Lien2 { 
           font-family: Arial, Helvetica, sans-serif;
           font-size : 14px;
           font-weight : extra-bold;
           font-style : normal;
           text-decoration : none;
           color : red
}
  .Lien2:hover { 
           font-family: Arial, Helvetica, sans-serif;
           font-size : 14px;
           font-weight : extra-bold;
           font-style : normal;
           text-decoration : none;
           color : #FF7500
}

a.home { 
           font-family: Arial, Helvetica, sans-serif;
           font-size : 11px;
           font-weight : bold;
           font-style : normal;
           text-decoration : none;
           color : #000000
}
a.home:hover { 
           font-family: Arial, Helvetica, sans-serif;
           font-size : 11px;
           font-weight : bold;
           font-style : normal;
           text-decoration: underline;
           color : #000000
}

