h1
{
/* Titre principal */
  font-family: Arial, Verdana;
  font-style: italic;
  font-size: 28pt;
  color: #0000ff;
  background-color: #ffffff;
  text-align: center;
}


.titres
{
/* Titres */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 18pt;
  font-style: italic;
  color: #0000ff;
  background-color: #5FDCFB;
  text-align: center;
}


.Liens
{
/* zone de saisie */
  font-family: Arial, Verdana;
  font-size: 13pt;
  color: #0000ff;
  background-color: #dddddd;
  text-align: left;
  text-decoration: none;
}

