diff --git a/netscape-sucks.css b/netscape-sucks.css index 308ee9d..aec7f57 100644 --- a/netscape-sucks.css +++ b/netscape-sucks.css @@ -78,6 +78,13 @@ p { text-align: justify; text-indent: 2em; } +p.auteur { + font-weight: bold; + text-align: right; +} +p.centre { + text-align: center; +} div.encadre { background: #FFFFD0; border: solid 2px #C0C040; diff --git a/tuteurs.css b/tuteurs.css index cf5b378..c3442dd 100644 --- a/tuteurs.css +++ b/tuteurs.css @@ -66,6 +66,13 @@ p { p.continue { text-indent: 0; } +p.auteur { + font-weight:bold; + text-align:right; +} +p.centre { + text-align: center; +} h1 { text-align: center; font: bold 240% sans-serif;