/* Corps */
BODY {
   color : black;
   background : white;
   text-align : justify;
   margin-left : 3%;
   margin-right : 3%;
}

/* Texte centré */
.center {
   text-align : center;
}

/* Table des matières */
DIV.tdm {
   text-align : left;
   font-size : 130%;
}

/* Liens non visités */
A:link {
   color : blue;
   background : white;
}

/* Liens visités */
A:visited {
   color : blue;
   background : white;
}

UL {
   list-style-type : disc;
}

/* Termes définis */
DT {
   background : black;
   color : white;
   text-align : left;
}

