/*** Styles de base ***/ body { font-size: 100%; } p { font-size: 1em; margin: 0 0 .3em 0; text-indent: 1em; text-align: justify; widows: 2; orphans: 2; } div { margin: 0; padding: 0; } h1 { font-size: 1.1em; margin: 160px 0 40px 0; line-height: 3em; page-break-after: avoid; text-align: center; } h1.partie { margin-top: 30px; } a { text-decoration: none; } sup { vertical-align: top; line-height: 1; } sup.footNote { vertical-align: top; line-height: 1; font-weight: bold; } ol { margin-top: .3em; margin-bottom: .3em; text-align: justify; } /*** Classes génériques ***/ .small { font-size: .8em; } .italic { font-style: italic; } .bold { font-weight: bold; } .center { text-align: center; } .left { text-align: left; } .right { text-align: right; } .pageBreak { page-break-before: always; } .noIndent { text-indent: 0; } .spaceBefore { margin-top: 1.5em; }