  .normal
  {
    text-decoration : none;
    color           : #333333;
    font-family     : Arial;
    font-size       : 10pt;
  }
  .titre
  {
    text-decoration : none;
    color           : #FFFFFF;
    font-family     : Arial;
    font-size       : 14pt;
  }
  .orange
  {
    text-decoration : none;
    color           : #DC9153;
    font-family     : Arial;
    font-size       : 10pt;
  }
  .pied
  {
    text-decoration : none;
    color           : #666666;
    font-family     : Arial;
    font-size       : 7pt;
  }
  fieldset {
    position :              relative;
    top :                   1em;
    padding :               0 0.5em 1em 0.5em;
    background-color :      #EEEEEE;
}
html>body fieldset {
    padding-top :           1em;
    top :                   0;
}
legend {
    position :              relative;
    top :                   -2.25em;
    padding :               0.4em;
}