@page {
    size: A4 portrait;
    margin: 20mm;
}
html,
body {
    font-size: 0.85rem;
}
body {
    #acces-accessibilite,
    header#banner,
    aside,
    .footer-top,
    footer,
    .footer-bottom,
    .telecommande,
    #menu-lateral {
        display: none;
    }
    #contenu {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        .header-actions {
            .actions {
                display: none;
            }
        }
    }
    main {
        margin-top: 0px;
        padding-top: 0px;
    }
}