

/*liens de base*/
a:active  { color: #c00; font-family: Arial }
a:link         { color: #000; font-family: Arial; text-decoration: underline }
a:visited     { color: #808080; font-family: Arial }

/*ordinaire*/
body { color: black; font-family: Arial }
td { color: #000; font-size: 12px; font-family: Arial }
b   { font-size: 12px; font-weight: bold }
strong { font-style: normal; font-weight: bold; font-size: 18px; font-family: Arial }
em { font-style: normal; font-weight: normal; font-size: 18px; font-family: Arial }
h1 { font-weight: bold; font-size: 20px; font-family: "Arial Black", Arial }
h2 { font-weight: bold; font-size: 26px; font-family: Arial }
samp    { font-size: 10px; font-family: Verdana }
samp b { font-weight: bold; font-size: 10px; font-family: Verdana }
/*liens speciaux*/
.Menu   { color: #039; text-decoration: none }
a.Menu:link  { color: #039; font-weight: bold; text-decoration: none }
a.Menu:hover { color: #039; font-weight: bold; text-decoration: underline }
a.Menu:visited  { color: #7280b1; font-weight: bold; text-decoration: none }
.MenuB { color: #039; font-size: 10px; font-family: Verdana; font-weight: bold; text-decoration: none }
a.MenuB:link { color: #039; font-family: Verdana; font-weight: bold; text-decoration: none }
a.MenuB:hover { color: #039; font-family: Verdana; font-weight: bold; text-decoration: underline }
a.MenuB:visited { color: #7280b1; font-family: Verdana; font-weight: bold; text-decoration: none }
.LienExem  { color: #000; font-size: 10px; font-family: Verdana; text-decoration: none }
a.LienExem:link   { color: #000; font-size: 10px; font-family: Verdana; text-decoration: none }
a.LienExem:hover   { color: #000; font-size: 10px; font-family: Verdana; text-decoration: underline }
a.LienExem:visited   { color: #808080; font-size: 10px; font-family: Verdana; text-decoration: none }
a.LienExem:visited:hover { color: #808080; font-size: 10px; font-family: Verdana; text-decoration: underline }
.img { padding: 0; border: solid 1px black }
