/* Feuille de style pour le site accm95 - Michel Foucault 14 mars 2005 */

html, body, p, ul, li, td { font-family: verdana, arial, sans-serif; }

.entete { font-size: 24pt; font-weight: bold; font-style: italic; color: blue; }
.titre { font-size: 14pt; color: navy }
.textegros { font-size: 12pt; }
.textenormal { font-size: 10pt; }
.textepetit { font-size: 8pt; }

a:link {
text-decoration: underline
}

a:visited {
color: rgb(128,0,128);
text-decoration: underline;
}

a:active {
color: rgb(255,0,0);
text-decoration: underline;
}

a:hover {
color: #5270AE;
text-decoration: underline;
}