
/* texte */
.lien{
	font-family: arial;
	font-size: 12px;
	color: #0E3F82;
	line-height : 26px;
	text-align : left;
	/* padding-left : 5px; */
}
.lien:hover{
	font-family: arial;
	font-size: 12px;
	color: #770000;
	line-height : 26px;
	text-align : left;
	/* padding-left : 5px; */
}

.path{
	font-family: arial;
	font-size: 16px;
	color: #BEBB93;
	line-height : 18px;
	text-align : left;
	/* padding-left : 5px; */
}

.path:hover{
	font-family: arial;
	font-size: 16px;
	color: #0E3F82;
	line-height : 18px;
	text-align : left;
	/* padding-left : 5px; */
}

.recherche{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	line-height : 18px;
	text-align : left;
	text-decoration : underline;
	/* padding-left : 5px; */
}


.recherche:hover{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	line-height : 18px;
	text-align : left;
	text-decoration : underline;
	/* padding-left : 5px; */
}


