[svn r2103] r2161@freebird: fabien | 2006-07-16 12:01:37 -0400
Reprise des feuilles d'impression pour une plus belle présentation.
/* Standard style for the site. */
body { background: black; color: silver }
em { color: white }
b, strong { color: teal }
hr { color: teal }
:visited { color: teal; text-decoration: none }
:visited * { color: teal }
:link { color: aqua; text-decoration: none }
:link * { color: aqua }
a:hover { color: lime; text-decoration: underline }
a:hover * { color: lime }
h1, h2, h3, h4, h5, h6 { color: teal }
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { color: teal }
blockquote { color: white; font-style: italic }