/* CSS Document */

a.menu:link {
font-family : arial, sans-serif;
font-weight : normal;
font-size : 12px;
color:#000066;
text-decoration : underline; 
}

a.menu:hover {
font-family : arial, sans-serif;
font-weight : normal;
font-size : 12px;
color:#990099;
text-decoration : underline; 
}
a.menu:visited {
font-family : arial, sans-serif;
font-weight : normal;
font-size : 12px;
color:#FF0000;
text-decoration : underline;}

.h1{
font-family : arial, sans-serif;
font-weight : normal;
font-variant : small-caps ; 
font-size : 13px;
color:#666699;
}
.h2{
font-family : arial, sans-serif;
font-weight : bold;
font-size : 12px;
color:#666699;
}
.h3 {
font-family : arial, sans-serif;
font-weight : normal; 
font-size : 12px;
color:#666699;
}
.contenu {
font-family : arial, sans-serif;
font-weight : normal;
font-size : 11px;
color:#000000; 
}
.texte {
font-family : arial, sans-serif;
font-weight : normal;
font-size : 12px;
color:#000000;
background-color:#EDEDED; 
}
.footer {
font-family : arial, sans-serif;
font-weight : normal;
font-size : 10px;
color : #000000;
}


