a.bouton {
  text-decoration : underline;
  color : #333333;
}

a.bouton:hover {
  text-decoration : none;
  color : red ;
}