/* CSS Document */

/* BASES */
@page{ width:100%; margin: 5%; }
html, body{ height: auto; }
html{ width:100%; margin:0; padding:0; }
#wrapper, #content, #contentMain{ width:auto!important; margin:0!important; padding:0!important; }
body{ font-size:8pt!important; }
img, .block, .col{ max-width:100%; }

/*--------------------- .resizeHeight --------------------- */
.resizeHeight1, .resizeHeight2, .resizeHeight3, .resizeHeight4, .resizeHeight5, .resizeHeight6, .resizeHeight7{ height: auto !important; }

/* ELEMENTS MASQUES */
#header, #footer{ display:none!important; }

/* PAGE BREAK */
h1, h2, h3, h4 , h5, h6, .col, .imageText .text, .imageText .image{ page-break-after:avoid; }
.col{ page-break-before:avoid; }
table, tr, tr, .block, .toggle{ page-break-inside:avoid; }

article, ul, .cols, hr, .clearfix{ page-break-after:auto; }
article, ul, .cols, hr, .clearfix{ page-break-before:auto; }
