/* EMBARQUEMENT DES POLICES DE CARACTÈRES (s'il y a lieu) */ /* Style du corps du livre (ne pas modifier) */ body { margin-left: 5%; margin-right: 5%; margin-top: 5%; margin-bottom: 5%; text-align: justify;} .sans { font-family: sans-serif; text-indent: 0; } .smcaps { font-variant: small-caps;} /* Style des 6 niveaux titres (HEADINGS) Veuiller modifier les styles selon le PDF */ h1 { font-size: 2.5em; text-align: center; font-weight: normal; margin-top: 2em; margin-bottom: 0.25em;} h2 { font-size: 1.5em; text-align: center; font-weight: normal; margin-top: 2em; margin-bottom: 2em; } h3 { font-size: 1.75em; text-align: center; font-weight: normal; margin-top: 0.25em; margin-bottom: 2em;} h4 { font-size: 1.5em; text-align: center; font-weight: normal; margin-top: 0.25em; margin-bottom: 0.25em;} h5 { font-size: 1.25em; text-align: center; font-weight: normal; margin-top: 2em; margin-bottom: 1em; } h6 { font-size: 1em; text-align: center; font-weight: normal; margin-top: 0em; margin-bottom: 2em; } h5.special { margin-top: 0.25em; font-size: 1.25em;} h5.chapitre { margin-bottom: 0.25;} /* Pour éviter la bordure sur les images entourée d'hyperliens (ne pas modifier) */ img { border: 0; } /* style du texte en indice ou en exposant (ne pas modifier) */ sup, sub {font-size: 0.5em;} /* hyperliens (modifier la couleur si désiré) N.B. Utilisez Photoshop pour déterminer la couleur et son code hexadécimal */ a { text-decoration: none; color: #1e6895; } a:hover { text-decoration: underline;} /* Tailles des images qui sont placées au fil du texte (INLINE) (ne pas modifier) */ p img, h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { display: inline; height: 0.75em; margin-left: 0.15em; margin-right: 0.15em; } /* Style des paragraphes réguliers */ p { text-indent: 1.5em; /* taille de l'alinéa */ margin-top: 1px; /* marge supérieure */ margin-bottom: 1px; /* marge inférieure */ text-align: justify; /* alignement: left, right, center, justify. */ } /* Style du premier paragraphe d'une section (après un HEADING) */ p.premier { text-indent: 0em; } /* Style applicables à des paragraphes de classes particulière */ p.retrait { margin-left: 1.5em; text-indent: 0; } p.alinea-inverse { margin-left: 1.5em; text-indent: -1.5em; } .collection h5 { margin-top: 0.5em; margin-bottom: 0.5em;} /* autres classes de styles de paragraphes */ .souligner { text-decoration: underline; } .droite { text-indent: 0; text-align: right; } .centre { text-indent: 0; text-align: center; } .decale { margin-left: 1.5em; } .clear { clear: both; text-indent: 0; } /* Diverses DIV permettant d'affecter l'ensemble des paragraphes enveloppés */ .supprime-alinea p { text-indent: 0; } .gauche p { text-align: left;} .credits p { text-indent: 0; text-align: left; margin-top: 1px; margin-bottom: 1px; font-family: sans-serif; } .credits-centre p { text-indent: 0; text-align: center; margin-top: 1px; margin-bottom: 1px; font-family: sans-serif; } .liste p, .liste p.premier { text-indent: -1.5em; margin-left: 1.5em; margin-top: 0.5em; margin-bottom: 0.5em; } .inverse p, .inverse p.premier { text-indent: -1.5em; margin-left: 1.5em; } .epitaphe p { margin-left: 50%; text-indent: -30%; } /* Style des séparateurs astérisques (* * *) */ .sep { font-weight: bold; text-align: center; margin-top: 2em; margin-bottom: 2em; text-indent: 0; } /* Blocs de citation en début de chapitre */ .citation { float: right; width: 50%; } .citation p { text-indent: 0; text-align: justify; } .auteur { clear: both; text-align: right; margin-top: 1em; margin-bottom: 2em; margin-right: 1.5em; text-indent: 0; font-variant: small-caps; } /* Encadrés (Adapter selon le PDF) */ .encadre { margin: 1em 0 1em 1.5em; } .encadre p { text-indent: 0; } /* Blocs d'illustrations et logos */ .illustration, .orisma { width: 95%; margin-left: 2.5%; margin-right: 2.5%; padding: 0; margin-top: 1em; margin-bottom: 1em; text-align: center; } .logo1 { width: 30%; margin-left: 35%; margin-right: 35%; padding: 0; margin-top: 1em; margin-bottom: 1em; } .logo2 { width: 40%; margin-left: 0%; margin-right: 60%; padding: 0; margin-top: 1em; margin-bottom: 1em; } .flotte-gauche { float: left; margin: 0 0.25em 0 0; width: 30%; } .orisma img { margin-left: auto; margin-right: auto; width: 250px; } .illustration img, .logo1 img, .logo2 img, .flotte-gauche img { width: 100%; } /* Légendes d'illustration */ .illustration p, .logo1 p, .logo2 p { text-align: center; text-indent: 0; font-size: 0.9em; } /* Lettrines */ .lettrine { display: block; float: left; font-size: 2.6em; margin-top: -0.2em; padding-right: 0.1em; height: 1em; font-weight: normal; } .pre_lettrine { float: left;} /* Annotations en pied de section (footnotes) */ .notes { padding-top: 0.5em; border-top: 1px solid black; margin-top: 1.5em; } .notes p{ font-size:0.9em; text-align: left; text-indent: -1em; margin-left: 2.5em; margin-top: 0.25em; margin-bottom: 0.25em; } .notes p.paragraphe { font-size:0.9em; text-align: left; text-indent: 1.5em; margin-left: 2.5em; margin-top: 0.25em; margin-bottom: 0.25em; } /* Tableaux */ table { border : 0; border-collapse: collapse; margin-left: 0%; margin-right: 5%; width: 95%; margin-top: 1.5em; margin-bottom: 1.5em; } /* Tableaux : lignes */ td { padding: 0.25em; text-align: left; vertical-align: top; border : 0; } /* Tableaux : lignes de titres */ th { padding: 0.25em; text-align: center; vertical-align: top; font-weight: bold; border : 0; } td p, th p { margin: 0; padding: 0; text-indent: 0; text-align: inherit; } /* Styles pour les paragraphes des la TABLE DES MATIÈRES */ .toc1, .toc2, .toc3, .toc4 { text-indent: 0; text-align: left; font-weight: normal; margin-bottom: 0.25em; } .toc1{ margin-top: 1em; font-size: 1.25em; } .toc2{ margin-top: 0.1em; font-size: 1em; } .toc3{ margin-top: 0.1em; margin-left: 1.5em; font-size: 1em; } .toc4{ margin-top: 0.1em; margin-left: 3em; font-size: 1em; } /* Images des pages couverture avant et arrière (Cover Image)*/ .CI { height: 100%; margin:0px; text-align: center; } .CI img{ height: 100%; margin-top: 0px; margin-left: auto; margin-right: auto; }