
/* Categories (index.php) */
/* ---------------------- */

h1 {
	margin-top: 0;
	color: #863092;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-style: oblique;
	font-variant: small-caps;
}

.An_cat_titre h2 {
	display: inline;
}

.ligne1 {
	margin-bottom: 10px;
}

/*===========================
           CAREGORIES
=============================*/

.An_cat {
	margin-bottom: 30px;
}

/* Titres d'une catégorie */
.An_cat_titre h2 a {
 	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #DC4429;
}
.An_cat_titre h2 a:hover {
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}

/* Nombre de site de la catégorie*/
.An_cat_titre span {
	font-size: 16px;
	color: #DC4429;
}

/* Description de la catégorie */
.An_cat_texte {
	font-size: 14px;
	color: #400040;	
}

/* Commentaire/Annotation en dessous des catégories */
#annuComment {
	font-style: italic;
	color: #400040;	
}

/*===========================
    SITES d'une CAREGORIES
=============================*/

.site {
	margin-bottom: 20px;
}

/* Titre d'un site d'une catégorie */
a.nomSite {
 	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #DC4429;
}
a:hover.nomSite {
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}

.descSite {
	font-size: 14px;
	color: #400040;	
}

.nbVisite {
	font-size: 16px;
	color: #DC4429;
}