/* CLASSISSIMA */
@media print {
    /* general page structure and layout */
    .hideprint {
        display: none
        }
    div#header {
        height: auto
        }
    div#container {
        border: 0
        }
    div#header h1 {
        padding: 0 0 0 0;
        font-size: 2.4em;
        line-height: 1em;
        color: #000;
        font-weight: normal;
        margin: 0
        }
    div#header, div#langSelector, div#footer, td#feuilleGauche, td#enMarge {
        display: none
        }
    a {
        text-decoration: underline;
        color: #000
        }
    h1 a, h2 a, h3 a, h4 a {
        text-decoration: none;
        color: #000
        }
    img {
        border: none
        }
    }
/* end @media */