/* CSS - Mithrandir : Littérature fantastique - Modèle général
   (c) Copyright Eric Jacob 1997-1999 */

/* Corps de texte */
BODY { background: black; }
BODY, P, DIV, TD { color: #cc9933; font-family: Verdana, Helvetica, Arial, Sans-serif; font-size: 10pt; }

/* HTML */
H1, H2, H3, HR { text-align: center; }
LI { font-weight: bold; }

/* Tables */
TD { padding: 3px 3px 3px 3px; }

/* Liens */
A:link, A:visited { color: #cccc99; text-decoration: none; }
A:hover { color: #ffff80; text-decoration: none; }
A:active { color: red; text-decoration: none; }

/* Class */
.pfoot { font-size: 8pt; text-align: center; }
.thead { color: #bb1d0b; font-size: 18pt; text-align: center; }
.tfoot { color: white; font-weight: bold; text-align: center; }
.quotation { font size: 8pt; font-style: italic; }

/* IDs */
#title { color: #bb1d0b; font-size: 20pt; text-align: center; text-shadow: 3px 3px 5px; }
#border { border: solid; border-color: #cccc99; padding: 10px 10px 10px 10px; }
#important { color: red; font-weight: bold; border: solid; padding: 10px 10px 10px 10px; }

/* Tailles de polices */
#mini { font-size: 7pt; }
#small { font-size: 8pt; }
#medium { font-size: 12pt; }
#large { font-size: 14pt; }
#xlarge { font-size: 16pt; }
#xxlarge { font-size: 20pt; }

/* Couleurs et styles de polices */
#darkred { color: #bb1d0b; }
#yellow { color: yellow; }
#bronze { color: #cccc99; }
#white { color: white; font-weight: bold; }
#black { color: black; }
#red { color: red; }
