.style_01
{
/* Titre */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 28pt;
  color: #0000ff;
  background-color: #ffffff;
  text-align: center;
}


.style_02
{
/* Libellé de saisie */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 18pt;
  font-style: italic;
  color: #0000ff;
  background-color: #5FDCFB;
  text-align: center;
  text-decoration: none;
}


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

.style_04
{
/* Bouton formulaire */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 28pt;
  color: #5FDCFB;
  background-color: #0000ff;
  text-align: center;
  border-width: 8;
  text-decoration: none;
}

.style_05
{
/* Titre liste */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 12pt;
  color: #0000ff;
  background-color: #aaaaaa;
  text-align: center;
}

.style_06
{
/* Ligne impaire liste */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 10pt;
  color: #000077;
  background-color: #eeeeee;
  text-align: left;
  text-decoration: none;
}

.style_06b
{
/* Ligne impaire liste */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 16pt;
  color: #000077;
  background-color: #eeeeee;
  text-align: center;
  text-decoration: none;
}

.style_07
{
/* Ligne paire liste */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 10pt;
  color: #000077;
  background-color: #ccccff;
  text-align: left;
  text-decoration: none;
}

.style_07b
{
/* Ligne paire liste */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 16pt;
  color: #000077;
  background-color: #ccccff;
  text-align: center;
  text-decoration: none;
}


.style_08
{
/* Titre */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 20pt;
  color: #000077;
  background-color: #eeeeee;
  text-align: center;
  text-decoration: none;
}

.style_09
{
/* Bouton */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 12pt;
  color: #0000ff;
  background-color: #B7F8F6;
  text-align: center;
  text-decoration: none;
  border-width: 3;
}

.style_10
{
/* Avertissement */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 20pt;
  color: #ff0000;
  text-align: center;
}

.retour
{
/* Retour */
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 18pt;
  color: #0000ff;
  text-align: center;
  text-decoration: none;
  border-width: 3;
}

