.graphisme {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    text-decoration: underline;
    font-weight: bold;
    color: #FDC900;
    text-align: center;
}
.entetes {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #333333;
    text-align: left;
}
.discussion {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
}
a:link {
    color: #0000FF;
    text-decoration: none;
    font-weight: bold;
    font-style: bold;
}
a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-style: bold;
}
a:hover {
    color: #0000FF;
    text-decoration: underline;
    font-weight: bold;
    font-style: bold;
}
a:active {
    color: #FFFFCC;
    text-decoration: underline;
    background-color: #CCCCCC;
    font-weight: bold;
    font-style: bold;
}.memo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    color: #FDC900;
    text-decoration: underline;
}
.forumbg {
 background-color: "#EEE1B0";
}