body {
    color: black;
    background: white;
}

body, address, div, p, blockquote, ol, ul, dl, li, dt, dd, td, tr {
    font-family: arial, helvetica, sans-serif;
/*    font-size: 12pt; */
}

h1 {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 133%;
/*    line-height: 133%; */
}

h1 {
    color: white;
    background: #003399;
    text-align: center;

    /* NN4.x */
    border: none;
    margin-left: 0;
}

hr.bleu {
    color: #003399;
    background-color: #003399;
    border: 0px solid #003399;
    height: 1em;
}

h2 {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 133%;
}

h2 {
    color: white;
    background: #666666;

    /* NN4.x */
    border: none;
    margin-left: 0;
}

h3 {
    font-weight: bold;
    font-size: 100%;
}

:link, :active {
    text-decoration: none;
    color: #6666DD;
    background: transparent;
}

:visited {
    text-decoration: none;
    color: #6666AA;
    background: transparent;
}

/* :hover {
    text-decoration: none;
    color: #FF6666;
    background: transparent;
}*/

a.blanc { 
    text-decoration: none;
    color: #FFFFFF;
    background: transparent;
}