/* AUTEUR: Marc-Etienne VARGENAU */
/* DATE DE CREATION: 13/01/2002 */

body { color: maroon; }
body { background: #FAEBD7; }
body { font-family: "Comic Sans MS", times, serif; }

h1 { font-size: 150%;
     color: green;
     font-weight: bold;
     text-align: center; }
h2 { font-size:120%;
     color: green;
	 font-weight: bold; }
h3 { color: green;
         font-weight: bold; }

p { text-align: justify; }

a:link { color: blue; }
a:visited { color: navy; }
a:hover { color: #FF9900; }
a:active { background: yellow; }
a:link, a:visited, a:hover, a:active { text-decoration: none; }

/* Une image dans un lien n'a pas de bordure */
a img { border: none; }

table { margin-left: auto; margin-right: auto; }
caption { font-style: italic; caption-side: bottom; text-align: center;
          margin-left: auto; margin-right: auto; }

.depouillement { background: white; color: black;
                 font-family: "Times New Roman", times, serif;
                 font-size: 80%; }

.retrait { text-indent: 2em; }
.sommaire { font-size: 120%; text-align: center; }
.note { font-size: 80%; }
.vert { color: green; }
.elementcentre { text-align: center; }
.titrecentre { font-weight: bold; text-align: center; }
.relief { font-size: 120%; font-weight: bold; color: green; }
.middle { vertical-align: middle; }
.pieddepage { text-align: right; }
.souligne { text-decoration: underline; }
.petit { font-size: 80%; }
.grand { font-size: 150%; }
.auteur { text-align: right; }
.alphabet { text-align: center;
            color: #CC6600;
            font-weight: bold;
            font-size: 120%; }
            
.encadre { border-width: 2px;
         border-color: green;
         border-style: solid; }
         
