<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Définition de règle */
@charset "iso-8859-1";


A:link {
    color: #0000ff;
    font-family: Arial,Helvetica;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none}

A:visited {
    color: #800080;
    font-family: Arial,Helvetica;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none}

A:active {
    color: #ff0000;
    font-family: Arial,Helvetica;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none}

A:hover {
    color:00ca00; 
    text-decoration:underline; 
    font-size: 11pt;
    font-weight: bold;
    font:arial;}

BODY {
    background: #ffffff;
    font-size: 10pt;
    color: #000000;
    }

/* ul Style des listes non numérotées */
ul {
   padding-left: 15pt; padding-left: 30pt;  margin-bottom: 5pt}

/* Style du copyright */
.copyright {
    font-weight: bold;
    font-size: 8pt;}

/* Style de la date du dernier message */
.dernier {font-weight: bold; color: #6699CC; font-size: 8pt; text-indent: 10pt}
</pre></body></html>