
#categ_table {
background: transparent url(../im/fond01.png) no-repeat left top;
}


/* Liens catégories */
#categ_table a, a:visited {
font-size: 13px;
font-weight: bold;
color: #003366;
text-decoration:none;
}

#categ_table a:hover {color:green;}


/* Liens sous-catégories */
#categ_table .lienp, #categ_table .lienp:visited {
font-size:11px; 
color:#C00000; 
text-decoration:none;
} 

#categ_table .lienp:hover {color:green;}

/* Liens titre sites (fiches) */
.nom_site a,  .nom_site a:visited {color: #2F5997;text-decoration:none;font-size:17px}

.desc a.mention, .desc a.mention:hover, .desc a.mention:visited {font-size:9px; color:black;text-decoration:none;}



/***** CONTENU *****/


/* Affichage des catégories */

#categ_table {}

.categ_nb_sites {font-size:9px;color:black;}

.sous_categ {padding-left:40px;}



/* Affichage sites */


.fiche_site {
	border: 1px solid brown;
	padding: 4px;
	background: #FBEFDD;
	width: 90%;
	text-align:justify;
	font-size:85%;
	margin-bottom:10px;
}

.fiche_site:hover {background:#FFFFEB;}

.nom_site {
font-weight:bolder;
font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-variant : small-caps;
font-size:17px;
padding-left:5px;
}

.thumb {width:122px;}

.thumb img {
whith:120px;
height:90px;
border:1px solid gray;
}

.rang_site, .mentions {font-size:12px;font-weight:bolder;}
.rang_site {color:green;}
.mentions {color:black;;}

.partner {color:brown;font-weight:normal;}

.desc {padding-left:5px;}

.desc_txt {font-size:85%;}

