body {
  font-family:arial;
  background-color:white;
  font-size:84%;
  margin:0px;
}
form {
  padding: 0;
  margin: 0;
}
/* :link permet de définir les propriétés des liens */
a:link
{
    color : #FFFFFF ;
    text-decoration : none ;
}

/* :visited permet de définir les propriétés des liens déjà visités */
a:visited
{
    color : #FFFF00 ;
    text-decoration : none ;
}

/* :active permet de définir les propriétés d'un lien actif - qui vient d'être cliqué */
a:active
{
    color : lime ;
    text-decoration : none ;
}

/* :hover permet de définir les propriétés du lien quand le curseur le survole */
a:hover
{
    color : red ;
    text-decoration : none ;
}

P,BR,TABLE, TH,UL,OL,HR   {
    font-size : 8pt;
    font-family : Arial,Helvetica,Verdana,sans-serif;
}


BODY  {
    background-color: #FFFFFF;
    font-size : 10pt;
    font-family : Arial,Helvetica,Verdana,sans-serif;
    color : #000000;
}

SMALL {
    font-family : Tahoma,Arial,Helvetica,Verdana,sans-serif;
    font-size :8pt;
}

UL,OL {
    text-align : left;
}
TEXTAREA      {
    font-size : 12pt;
    color : blue;
}
INPUT     {
    font-size : 8pt;
    font-weight : bold;
    color : blue;
}

P.espace  {
    margin-left : 10pt;
}


TT  {
    font-size : 11pt;
    font-family : Courier New,Courier;
    font-weight : bold;
    color : #008600;
}


PRE  {
    font-size : 11pt;
    font-family : Courier New,Courier;
    font-weight : bold;
    color : #0086AA;
      text-align : left;
}

H1  {
    font-size : 16pt;
    font-family : Arial,Helvetica,Verdana,sans-serif;
    font-weight : bold;
    color : #0033AA;
    font-style : italic;
    text-align : center;
}

H2  {
    font-size : 14pt;
    font-family : Arial,Helvetica,Verdana,sans-serif;
    font-weight : bold;
    color : #AA0000;
    font-style : normal;
    text-align : left;
}

H3  {
    font-size : 12pt;
    font-weight : bold;
    font-family : Arial,Helvetica,Verdana,sans-serif;
    color : Black;
    font-style : normal;
    text-align : left;
}

H4  {
    font-size : 10pt;
    font-weight : bold;
    font-family : Arial,Helvetica,Verdana,sans-serif;
    color : #0033AA;
    font-style : normal;
    text-align : left;
}
H6  {
    font-size : 8pt;

    font-family : Arial,Helvetica,Verdana,sans-serif;
    color : #0033AA;
    font-style : normal;
    text-align : left;
}


