
/*---------------------------- TOP CATEGORIES ----------------------------*/

.article_categorie_nom, .article_categorie_nom a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#d2222a;
	font-weight:800;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

.article_categorie_accroche, .article_categorie_accroche a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:800;
	text-transform:capitalize;
	color:#000000;
	margin:0;
	padding:0;
}


.article_categorie_description, .article_categorie_description a{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}
.article_categorie_description a:hover{
	text-decoration: underline;
}


/*----------------------------- codes couleurs categories -------------------------------*/

/* Liés aux nom abrégé de la catégorie : la couleur change "dynamiquement" */
.article_actualites { color:#7a1316; }
.article_imagency { color:#bc7727; }
.article_television { color:#576b6c; }
.article_prestations { color:#4f5d3c; }
.article_productions { color:#766c4e; }
.article_documenterre { color:#7a1316; margin-bottom:5px }

/* bouttons savoir plus */
div.savoirplus_actualites{ background-color: #7a1316; }
div.savoirplus_imagency { background-color: #bc7727; }
div.savoirplus_television { background-color: #576b6c; }
div.savoirplus_prestations { background-color: #4f5d3c; }
div.savoirplus_productions{ background-color: #766c4e; }
div.savoirplus_institutionnel { background-color: #726251; }
div.savoirplus_documenterre{ background-color: #7a1316; }

