
a.entete:link{
  text-decoration: underlined;
  font-family; arial;
  font-size: 12px;
  font-weight: normal;
  color: white;
}

a.entete:visited{
  text-decoration: underlined;
  font-family; arial;
  font-size: 12px;
  font-weight: normal;
  color: white;
}

a.entete:hover{
  text-decoration: underlined;
  font-family; arial;
  font-size: 12px;
  font-weight: normal;
  color: gold;
}

a.entete:active{
  text-decoration: underlined;
  font-family; arial;
  font-size: 12px;
  font-weight: normal;
  color: gold;
}