/* Style réponse FAQ */
	.divreponse {
		display:none;
		padding-bottom:7px;
		/*
		padding-right:10px;
		padding-left:5px;
		padding-top:0px;
		border-left: #CD0D0D 1px solid;
		border-bottom: #CD0D0D 1px solid;
		border-right: #CD0D0D 1px solid;
		background-image:url(bg_faq.gif);
		*/
	}
/* Style bold (question) */
	.bold {
		font-weight:bold;
		text-decoration:none;
		color:#396595;
	}
/* Style normal (question) */
	.normal {
		/*font-weight:bold;*/
		line-height:14px;
		/*background: url(bg_link.gif) repeat-x; */
		padding-bottom: 0px; 
		color: #396595! important;
		/*border-bottom: medium none; */
		text-decoration: none! important;
	}
	.faqquestion {
		text-decoration: none! important;
	}
/* 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: 1px
	}
/* Espacement entre les questions */
	.spacerreponse {
		height:5px
	}
