


BODY {
   font-size : 9px;
   font-family : Verdana;
   color : #000000;
   background : #FFFFFF url() fixed repeat;
}

/* Lien vers les sous-categories sur la page d'accueil */ 
a.link_scat_index_annuaire { font-family: Arial; font-size: 10px; }

/* Nombre de sous-categories entre les () sur la page d'accueil */
.nb_scat_index_annuaire { font-family: Arial; font-size: 15px; }

/* Lien vers les sous-categories sur les pages des categories */ 
a.link_scat_other_annuaire { font-family: Arial; font-size: 15px; }
/* Nombre de sous-categories entre les () sur les pages des categories */
.nb_scat_other_annuaire {  }
A:hover {
   font-weight : bold;
   font-size : 12px
   font-family : Verdana;
   color : F77321;
   background : transparent;
   text-decoration : underline;
}

 A:link, A:active {
   font-weight : bold;
   font-size : 12px;
   font-family : Verdana;
   color : 006699;
   text-decoration : none;
}
A:visited  {
font-weight : bold;
   font-size : 12px;
   font-family : Verdana;
   color : 999999;
   text-decoration : none;
