/*
 * Style HTML
 */

a:link {
        color : #CC0000;
        background-color : #FFFFFF;
}

a:visited {
        color : #990000;
        background-color : #FFFFFF;
}

a:active {
        color : #FF3333;
        background-color : #FFFFFF;
}

h1 {
        color : #993333;
        background-color : #FFFFFF;
        font-size : 20pt;
        font-weight : bold;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-align : center;
}

h2 {
        color : #993333;
        background-color : #FFFFFF;
        font-size : 18pt;
        font-weight : bold;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        text-align : center;
}

h3 {
        color : #993333;
        background-color : #FFFFFF;
        font-size : 16pt;
        font-weight : bold;
        font-family : Verdana,Geneva,Arial,Helvetica, sans-serif;
}

p {
        text-indent : 2em;
        /*
        padding-left : 2em;
        padding-right : 2em;
        padding-top : 0.2em;
        padding-bottom : 0.2em;
        */
}

td, body {
        /* Netscape ignore le style <body> dans les <td> :( */
        background-color : #FFFFFF;
        color : #000000;
        font-family : Arial, Helvetica, sans-serif;
        font-size : 12pt;
}

ul,li {
        list-style-type : none;
        text-indent : 0em;
}

.head {
        text-indent : 0em;
}

.legal {
        text-decoration : none;
        color : #FFFFFF;
        background-color : #111111;
        font-size : 9pt;
        text-align: center;
         font-family : Verdana,Geneva,Arial,Helvetica, sans-serif;
        width : 100%;
}

