/* print.css — maktabati_dark */
@media print {
    body {
        background: #ffffff !important;
        color: #000000 !important;
        font-family: Arial, sans-serif;
        font-size: 11pt;
    }
    #bandeau, #footer, #facette, #search, ul.search_tabs,
    #navigator, .bouton, .boutonrechercher { display: none !important; }
    #container { width: 100%; box-shadow: none; }
    #main { margin-left: 0; }
    a { color: #000000; text-decoration: underline; }
    .notice-parent { border-left: 2px solid #333; background: #f5f5f5; }
}
