.titre {
  color: #000000;
  font-weight: bold;
  font-family: Verdana;
  font-size: 20px;
}
.textenoirgras {
  color: #000000;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
}
.texteblanc {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  font-family: Verdana;
}
.texteorangegras {
  font-family: Verdana;
  font-weight: bold;
  font-size: 12px;
  color: #ff6600;
}
.texte {
  text-decoration: none;
  font-size: 14px;
  font-family: Verdana;
  color: #000000;
}
a:link {
  color: #ff9933;
  text-decoration: none;
}
a:visited {
  color: #ff9933;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ff6600;
}
a:active {
  color: #ff9933;
  text-decoration: none;
}
.textegris {
  font-family: Verdana;
  font-size: 10px;
  color: #666666;
}
