.content a.lien_pagination {
 color: #E52214;
}

.repondre-article a{
background-color: #EEE8AA;
padding: 5px;
border-radius: 10px;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
   background-image: url(../classic-map.png);
}

/***************************************/
/*           styles pour le nuage de mots             */
/***************************************/
#tag_cloud {
	border: 1px solid #178FCB;
	border-radius: 10px;
	line-height: 1.5;
	text-align: center;
	margin: 10px -5px;
	padding: 10px 0;
	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;
}