/* ******************************************************** GESTION DE LA FAQ ********************************** */
a.faq_categorie, a.faq_categorie_on {
	font-size: 11px;
	color: #69c;
	text-decoration: none;
}
a.faq_categorie:hover, a.faq_categorie_on, a.faq_categorie_on:hover {
	font-size: 11px;
	color: #69c;
	font-weight: bold;
	text-decoration: none;
}
a.faq_categorie:hover strong, a.faq_categorie_on strong, a.faq_categorie_on:hover strong {
	text-decoration: underline;
}
a.faq_categorie .s, a.faq_categorie_on .s {
	font-size: 10px;
	color: #69c;
}

a.faq_questions, a.faq_questions_on {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
a.faq_questions:hover, a.faq_questions_on, a.faq_questions_on:hover {
	font-size: 12px;
	color: #999;
	text-decoration: underline;
}

.faq_reponse {
	line-height: 18px;
	padding: 0 10px;
	margin: 0 15px;
	background-color: #f4f4f6;
	border: 1px solid #eee;
	border-left: 3px solid #eee;
	width: 80%;
	height:auto;
}