/* * COPYRIGHT CSS * Studio C1C4, Jimmy Gagné et Mathieu Giguère */ p { orphans: 2; widows:2; } /* Titres */ h1 { font-family: sans-serif; font-size: 1.8em; line-height: 1.5em; padding: 0px; margin: 35% 0 25% 0; text-align: right; font-weight: bold; } /* Texte */ p.texte { font-family: "Georgia", serif; line-height: 1.5em; padding: 0px; margin: 0; text-align: justify; text-indent: 5%; } p.texte-1er { font-family: "Georgia", serif; line-height: 1.5em; padding: 0px; margin: 0px; text-align: justify; } p.centre { font-family: "Georgia", serif; line-height: 1.5em; padding: 0px; margin: 0px; text-align: center !important; } p.etoiles { font-family: "Georgia", serif; line-height: 1.5em; padding: 0px; margin: 1em 0 1em 0; text-align: center !important; } /* Liminaires */ p.auteur { font-family: sans-serif; font-size: 1.2em; line-height: 1.5em; padding: 0px; margin: 10% 0 20% 0; text-align: right !important; font-weight: bold; } p.titre { font-family: sans-serif; font-size: 2.2em; line-height: 1.5em; padding: 0px; margin: 0 0 2% 0; text-align: right !important; font-weight: bold; } p.sous-titre { font-family: sans-serif; font-size: 1em; line-height: 1.5em; padding: 0px; margin: 0; text-align: right !important; font-weight: normal; font-style: normal; } p.editeur { font-family: "Georgia", serif; font-size: 1.2em; line-height: 1.5em; padding: 0px; margin: 30% 0 0 0; text-align: right !important; font-weight: normal; } p.credits { font-family: "Georgia", serif; font-size: 0.85em; line-height: 1.5em; padding: 0px; margin: 0px; text-align: justify; } /* Styles de caractères */ sup { line-height: 0; } span.fine { font-size: 0.3em; line-height: 0px; } .ital { font-style: italic; } .bold { font-weight: bold; } .bold-ital { font-weight: bold; font-style: italic; } span.small-caps { font-size: 0.7em; } span.small-caps-ital { font-size: 0.7em; font-style: italic; }