/* CSS Document */

A:link, A:visited, A:active {
        color : #000000;
        text-decoration : none
}

A:hover {
        color : #000000;
        text-decoration : underline
}

BODY {
        background-color : #004E98;
		/*color : #FFFFFF*/
}

.signature {
/*   text-align : right;*/
   font-family : Georgia,serif;
   font-size : 9px;
   color : #FFFFFF;
   }

/*
bleu windows standard fond d ecran  :  58 110 165 #3A6EA5
bleu windows barre de menu (fonce)  :  10  36 106 #0A246A
bleu windows barre de menu (claire) : 166 202 240 #A6CAF0
moyenne                             :  88 119 173 #5877AD
gris fond                           : 212 208 200 #D4D0C8
Titre fenetre en blanc                            #FFFFFF
texte contenu en noir                             #000000 */

