/* Style réponse FAQ */
	.divreponse {
		display:none;
		padding-bottom:7px;
	}
/* Style bold (question) */
	.bold {
		font-weight:bold;
		text-decoration:none;
		color:#396595;
	}
/* Style normal (question) */
	.normal {
		font-weight:bold;
		line-height:14px;
		padding-bottom: 0px; 
		color: #396595;
		text-decoration: none;
	}
	A.faqquestion {
		color: #396595;
		text-decoration: none;
	}
	A.faqquestion:visited {
		color: #396595;
		text-decoration: none;
	}
	A.faqquestion:active {
		color: #396595;
		text-decoration: none;
	}
	A.faqquestion:hover {
		color: #396595;
		text-decoration: underline;
	}
/* Espacement question top*/
	.questFaq {
		padding-top:5px;
	}
/* Style position de la réponse */
	.divposreponse {
		padding-left:0px;
		padding-top:0px;
	}
/* Spacer état OFF du FAQ */
	.bottomfaqspacer {
		padding-bottom:0px;
	}
/* Spacer état ON du FAQ */
	.bottomfaqspaceropen {
		padding-bottom:15px;
		padding-top:5px
	}
/* Bouton + - */
	.plusfaq {
		vertical-align:top;
		padding-top: 6px
	}
/* Espacement entre les questions */
	.spacerreponse {
		height:5px
	}
/* Puce accueil */
	.puceAccueil {
		vertical-align:top;
		padding-top:6px
	}
/* Intro page d'accueil */
	.introAccueil {
		padding-left:7px;
	}
	
