.texte {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; list-style-position: outside; list-style-type: decimal}
.menu {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666}



a:link {
 color: blue;
 text-decoration: none;
 }
a:visited {
 color: blue;
 }
a:hover {
 color: red;
 text-decoration: none;
}
a:active, a:focus {
 color: red;
}
