<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: 12pt;
    text-decoration: none}

A:visited {
    color: #b0000d;
    font-family: Arial,Helvetica;
    font-size: 12pt;
    text-decoration: none}

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

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

/* BODY Style du corps du texte */
BODY {
    background-color: #ffffff;
    background-image: url(/forum/question/images/question.jpg);
    font-weight: bold}

.index {background: cyan}

/* Fin de la section de style généré par WebExpert le 01-02-12 10:25:25 */
</pre></body></html>