BODY {
        margin                  : 8 8;
        font-family             : verdana,arial;
        font-size               : 10pt;
        background-attachment   : fixed;
        background-repeat       : no-repeat;
        background-position     : bottom right;
}

.popup {
        background-color        : #FFFFC5;
        font-family             : verdana,arial;
        text-align              : center;
}

p {
        text-align              : justify;
        font-size               : 10pt;
}

.titre {
        font-size               : 14pt;
        font-weight             : bold;
        color                   : #990000;
}

.titrew {
        font-size               : 13pt;
        color                   : #009900;
        text-decoration         : underline;
}

.titrec {
        font-size               : 15pt;
        text-align              : center;
        color                   : #990000;
}

.article {
        text-align              : justify;
        font-weight             : bold;
        color                   : #008800;
        text-decoration         : underline;
}

.C {
        text-align              : center;
}

.R {
        text-align              : right;
}

.valid {
        font-weight             : bold;
        font-size               : 11pt;
        text-decoration         : underline;
}

.stitre {
        font-weight             : bold;
        font-style              : italic;
        text-decoration         : underline;
}

.footnote {
        font-size               : 8pt;
        text-align              : center;
        color                   : #B0A066;
}

TABLE {
        font-size               : 10pt;
        padding                 : 0;
        margin                  : 0;
}

TR {
        font-size               : 10pt;
        padding                 : 0;
        margin                  : 0;
}

TD {
        font-size               : 10pt;
        padding                 : 0;
        margin                  : 0;
        vertical-align          : middle;
}

TD.gb1 {
    color                  : #FFFFC5;
    background-color       : #990000;
    font-weight            : bold;
}

TD.gb2 {
    color                  : #FFFFC5;
    background-color       : #990000;
    font-style             : italic;
    text-align             : right;
}

A:link {
        color                   : #993333;
        text-decoration         : none;
        font-weight             : bold;
}

A:hover {
        color                   : #990000;
        text-decoration         : underline;
        font-weight             : bold;
}

A:visited {
        color                   : #993333;
        text-decoration         : none;
        font-weight             : bold;
}

A:visited:hover {
        color                   : #990000;
        text-decoration         : underline;
        font-weight             : bold;
}


A#song:link {
        color                   : #993333;
        text-decoration         : none;
        font-weight             : bold;
}

A#song:hover {
        color                   : #FEF5E7;
        background-color        : #990000;
        text-decoration         : none;
        font-weight             : bold;
}

A#song:visited {
        color                   : #993333;
        text-decoration         : none;
        font-weight             : bold;
}

A#song:visited:hover {
        color                   : #FEF5E7;
        background-color        : #990000;
        text-decoration         : none;
        font-weight             : bold;
}



@media print {
BODY {
        background-color        : #FFFFFF;
        color                   : #000000;
}

.titre {
        color                   : #000000;
}

.article {
        color                   : #000000;
}

TABLE {
        width                   : 100%;
}
}