/*NOISETTE Cite educative*/
.cadre.article-libre5 {
 background-color: #CC0000;
 color:  #ffffff;
}
.texte.article-libre5 {
 background-color: #E63939;
 border-color: #CC0000;
 color:  #ffffff;
}
.texte.article-libre5 a{
 color:  #ffffff;
}
/*FIN*/

/******************************************************/
/*           styles pour le nuage de mots             */
/******************************************************/
#tag_cloud {
	line-height: 1.3;
	text-align: center;
	background-color: #DAE6F6;
}
.tag {
	display: inline-flex;
	vertical-align: middle;
	margin: 0 5px
}
/***** definition des couleurs *****/
.tag_color_1 {
	color: #0066ff !important;
}
.tag_color_2 {
	color: #642725 !important;
}
.tag_color_3 {
	color: #4E6D68 !important;
}
.tag_color_4 {
	color: #B79E47 !important;
}
.tag_color_5 {
	color: #D3491B !important;
}

