@import url(reset.css); @import url(images.css); @import url(index.css); @import url(custom.css); /**************************************/ /********** GENERAL ********/ /**************************************/ .body{ margin-top:3%; margin-right:3%; margin-left:3%; /*font-size:0.7em;*/ } .clear{clear:both;} .clearR{clear:right;} .clearL{clear:left;} .keep{ display:inline-block; /*annulé en xpgt*/ width:100%; } .smallcaps{font-size:80%;} /**************************************/ /********** TYPO ********/ /**************************************/ sup{ vertical-align:super; font-size:0.7em; line-height:0.7em; } strong{font-weight: bold;} em{font-style: italic;} /**************************************/ /********** TITLE ********/ /**************************************/ .h1,.h2,.h3,.h4,.h5,.h6{ page-break-after:avoid; -webkit-hyphens:none; } .h1{ /*margin-top:0.5em;*/ margin-bottom:0.5em; font-size:2.5em; font-weight:bold; } .h2{ margin-top:1em; margin-bottom:0.75em; font-size:2em; clear: both; font-weight:bold; } .h3{ margin-top: 1em; margin-bottom: 0.75em; font-size:1.5em; font-weight:bold; } .h4{ margin-top: 1em; margin-bottom: 0.5em; font-size:1.3em; font-weight:bold; } .h5{ font-size: 1.2em; margin-top: 1em; margin-bottom: 0.25em; } .h6{ font-size:1.1em; margin-top: 1em; margin-bottom: 0.25em; } /**************************************/ /********** TABLE ********/ /**************************************/ .table{ margin-top:1em; margin-bottom:1em; width:100%; clear:both; } .caption { text-align: left; font-weight: bold; padding-bottom: 0.2em; -webkit-hyphens:none; } .td, .th{ padding: .3em !important; margin: 0 !important; vertical-align:top; font-size: 0.9em; padding-top: 0.5em; /*pour les sup*/ } /**************************************/ /********** DEBUG ********/ /**************************************/ .page_number{ color:blue; font-size:15px; font-weight:bold; } /**************************************/ /********** FOOTNOTES ********/ /**************************************/ div.footnotes{ padding-top: 0.5em; margin-top: 2em; } div.footnotes_sep{ width:15%; border-top: 1px solid black; } div.footnote{} a.footnote-link{ font-size: 0.75em; font-weight:normal; vertical-align: super; text-decoration: none; color: inherit; -webkit-text-fill-color: inherit; } a.footnote-anchor{ text-decoration: none; color: inherit; -webkit-text-fill-color: inherit; }