@charset "utf-8";
/**
 * CSS pour l'impression
 *
 * @author Laurent Denis
 * @lastmodified 2008-08-05
 * @media print
 */
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
    line-height: 18pt;
    color: #000;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
}

a {
    color: #000;
    text-decoration: none;
}
img {
border: 0;
}
#content a:after {
    content: " [" attr( href ) "]";
    font-style: italic;
}
#content #breadcrumbs a:after, .thematiques #content h2  a:after, .thematiques #content #recherche_display a:after{
content: "";
}
.noprint, #top, #menu0, #newsletter1, #menu1, #menu2, #menu3, #menu4, #footer, #menu05, #menu6, .hidden, #motscles, .dialogue, #onglets, #aside, #block_bottom , .article_option, .menuoutil, #recherche_display .date_recherche, #toggleExtracts, .prev_next{
    display: none;
}
#content {
    clear: both;
}

#footer_print {
border-top: 1px solid;
color: #8959a0;
margin: 1cm -1.5cm 0 -1.5cm;
padding: 0.5cm 1.5cm;
}

#content .partenaires {float:none;}