@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 {
content: "";
}
.noprint, #top, #menu0, #newsletter1, #menu1, #menu2, #menu3, #menu4, #footer, #menu05, #menu6, .hidden, #motscles, .dialogue, #onglets, #submenu2, h1 span {
    display: none;
}
#content {
    clear: both;
}
h1 {
background: url(images_css/logo_print.png) no-repeat right center
}
#footer_print {
border-top: 1px solid;
color: #8959a0;
margin: 1cm -1.5cm 0 -1.5cm;
padding: 0.5cm 1.5cm;
}

/* Ajouts OR 06/01/09 */
span.gl_dl {display:none;}

