html,body {
    height: auto;
}

.bloc_header {
    display: none;
}

.top {
    display: none;
}

#global-wrapper .bloc_menu {
    display: none;
}
.gros_titre {
    display: none;
}
.bloc_title .liens, .bloc_title_docs .liens {
    display: none;
}

.content .navigation {
    display: none;
}

.bloc_wrapper .content {
    height: auto !important;
    overflow: visible !important;
}

.bloc_wrapper .content .bloc_center {
    height: auto !important;
    overflow: visible !important;
    position: static !important;
}

.bloc_center section {
    left: 0;
}

section .bloc_title {
    display: none;
}

section .bloc_title.printOn {
    display: block;
}

section .bloc_content {
    display: none;
}

section .bloc_content.printOn {
    display: block;
}

.bloc_wrapper .content .bloc_center .jspContainer {
    overflow: visible !important;
    height: auto !important;
}

.content .bloc_center .jspContainer .jspPane {
    position: static !important;
}

.bloc_footer {
    display: none;
}