.faq{ clear:both; }

.qq{
	border:1px #cdd0d0 solid;
	/*margin:13px 0 3px 0;*/
	margin-bottom: 15px;
	padding: 5px 5px 5px 18px;
	color:#5e5b5b;
	cursor:pointer;
}
.aa{
	padding:0 4px;
	margin:4px 0 3px 5px;
}

.qq:hover {
	border:1px #000000 solid;
}


/*------- These links are shown with JS, hidden if JS is off ------ */
a.aaShow, a.aaHide, a.allHide, a.allShow{
	display:none;
}
/* ------- Add class of 'imgLinks' to show arrow images -------*/
.imgLinks .qq{
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
}
.imgLinks .oo .qq{
	background:url('../../images/bt-faq-ouvert.gif') no-repeat 15px 11px;
}
.imgLinks .xx .qq{
	background:url('../../images/bt-faq-ferme.gif') no-repeat 15px 11px;
}

.imgLinks .bb .qq{
	background:url('../../images/bt-faq-ouvert.gif') no-repeat 15px 11px;
}
.imgLinks .cc .qq{
	background:url('../../images/bt-faq-ferme.gif') no-repeat 15px 11px;
}