.texte {
  color: #fffff0;
  font-size : 10pt;
  font-family : Trebuchet MS;
  text-decoration : none;
}
.texte2 {
  color: #ff0010;
  font-size : 11pt;
  font-family : Trebuchet MS;
  text-decoration : none;
}
.texte3 {
  color: #ff0010;
  font-size : 9pt;
  font-family : Trebuchet MS;
  text-decoration : none;
}
.lien {
  color: #fffff0;
  font-size : 10pt;
  font-family : Trebuchet MS;
  text-decoration : none;
}
.lien:hover {
  color : #ff0010;
  text-decoration : underline;
}
.lien2 {
  color: #fffff0;
  font-size : 10pt;
  font-family : Trebuchet MS;
  text-decoration : underline;
}
.lien2:hover {
  color : #ff0010;
  text-decoration : underline;
}
