/* ============================== */
/* Définition des styles de texte */
/* ============================== */
BODY { background-color: #FFFFFF;
   text-align: justify;
   color:#000000;
   font-size: 10pt;
   font-family: "Lucida sans unicode", sans-serif;}
SUP { font-size: 10pt;
   font-family: "Lucida sans unicode", sans-serif;}
TABLE { background-color: #FFFFEE;
   text-align: justify;
   color:#000000;
   font-size: 10pt;
   font-family: "Lucida sans unicode", sans-serif;}
TD { text-align: left;
   color:#000000;
   font-size: 10pt;
   font-family: "Lucida sans unicode", sans-serif;}
UL { color:#000000;
   font-size: 10pt;
   font-family: "Lucida sans unicode", sans-serif;}
/* ============================== */
/* Définition des styles de titre */
/* ============================== */
/* Pair = bleu  -  Impair = rouge */
/* ============================== */
H1 {margin-top: 8pt; margin-bottom: 8pt}
H2 {margin-top: 8pt; margin-bottom: 8pt}
H3 {margin-top: 6pt; margin-bottom: 4pt}
H4 {margin-top: 6pt; margin-bottom: 4pt}
H5 {margin-top: 2pt; margin-bottom: 2pt}
H6 {margin-top: 2pt; margin-bottom: 2pt}
H1 { font-family: "Lucida sans unicode", sans-serif;
   color:#000099;
   font-size: 14pt;
   font-weight: bold;}
H2 { font-family: "Lucida sans unicode", sans-serif;
   color:#990000;
   font-size: 14pt;
   font-weight: bold;}
H3 { font-family: "Lucida sans unicode", sans-serif;
   color:#000099;
   font-size: 14pt;
   font-weight: normal;}
H4 { font-family: "Lucida sans unicode", sans-serif;
   color:#990000;
   font-size: 14pt;
   font-weight: normal;}
H5 { font-family: "Lucida sans unicode", sans-serif;
   color:#000099;
   font-size: 12pt;
   font-weight: normal;}
H6 { font-family: "Lucida sans unicode", sans-serif;
   color:#990000;
   font-size: 12pt;
   font-weight: normal;}
/* ============================== */
/* Définition des styles de liens */
/* ============================== */
a         { color:            #FF0000 ;
            font-weight:      bold    ;
            text-decoration:  none }
a:hover   { color:            #990000 ;
            text-decoration:  underline }
a:active  { color:            #009900 ;
            text-decoration:  none }
a:visited  { color:            #999999}

