body {
    font-family: Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
}

/* parties à ne pas afficher */
#entete,
#tabs,
#ads,
#menu {
    display: none;
}

a {
    color: Black !important;
    padding: 0 !important
}

a:link, a:visited {
    color: #520;
    background: transparent;
    text-decoration: underline;
}

ul {
    list-style-type: disc;
}

h1, h2, h3, h4, h5, h6
{
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding-top: 24pt;
}

.description {
    font-weight: bold;
}

.auteur {
    font-style: italic;
    font-size: 9pt;
    text-align: right;
}


pre {
    border: 1pt dashed black;
    white-space: pre;
    font: 9pt Courrier, monospace;
    overflow: auto;
    padding: 1em;
}


#content a:link:after,
#content a:visited:after {
    content: " [" attr(href) "] ";
}

#footnote { 
    margin-top: 22pt;
    border-top: 0.5pt solid black;
    text-align: center;
    font-size: 9pt;
}