/*************************************** FAQS ******************************************/

/* Tout ce qui commence par '.faq' concerne les pages de type faq */
/* .faq_bloc : bloc principal contenant la question courante. */
.faq_bloc {
	margin : 2px;
	border : 0px solid #000000;
	font-size : 12px;
	position: relative;
}

/* .faq_question : bloc contenant la question sélection. */
.faq_question {
	padding : 2px;
	font-weight : bold;
	position: relative;
	text-align : justify;
}

/* .faq_reponse : bloc contenant la réponse. */
.faq_reponse {
	padding : 2px;
	font-weight : normal;
	position: relative;
	text-align : justify;
}

/************************************ MENU FAQS ******************************************/

/* .faq2_bloc : minibloc contenant la liste des questions. */
.faq2_bloc {
	margin : 2px 2px 2px 30px;
	font-size : 12px;
	height : auto;
}

/* Ici, on change le style des liens dans le minibloc 'faq2_titre'. */
.faq2_bloc a {
	font-weight : normal;
}
