@charset "iso8859-1";

.faqQuestionPlus, .faqQuestionMoins {
	font: bold 14px Arial;
	color: #0B90FF;
	background-repeat:no-repeat; 
	background-position: 0px 0px;
	padding-left:22px;
	margin-top:18px;
	text-align:justify;
	cursor:pointer;
}


.faqQuestionPlus {
	background-image: url('/primagaz/3/static/faqPlus.gif');
	font-size:12px;
}

.faqQuestionMoins {
	background-image: url('/primagaz/3/static/faqMoins.gif');
}

.faqResponse {
	font: normal 11px Arial;
	color: #7B7977;
	margin-top:12px;
	text-align:justify;
}
.faqLink {
	margin-top:4px;
}
.faqLink A {
	font: bold 12px Arial;
	color: #89B602;
}
