.faq{ clear:both; 
margin:0px 0px 10px 22px;
border:3px solid #ececec;
width:300px;
}

.faq ul { 
list-style-type:none; 
}

.faq h3 { 
margin:20px 0 20px 20px;
border-bottom:1px solid #ebebeb;
}

.faq p { 
margin:10px 0 10px 22px;
width:580px;
}

.faq ul { 
margin-left:38px;
width:590px;
}

.faq li { 
list-style-image:url(../images/bullet2.gif);
}

.faq select { 
margin-left:20px;
padding:0;
}

.qq{
	/*margin:13px 0 3px 0;*/
	margin-bottom: 15px;
	padding: 5px 5px 2px 0px;
	color:#5e5b5b;
	cursor:pointer;
}


.aa{
	padding:0;
	margin:4px 0 3px 5px;
}

.qq:hover {

}


/*------- 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:20px;
}
.imgLinks .oo .qq{
	background:url('../images/bt-faq-ouvert1.gif') no-repeat 265px 10px;
	background-color:#f9f9f9;
}
.imgLinks .xx .qq{
	background:url('../images/bt-faq-ferme1.gif') no-repeat 265px 10px;
	background-color:#ececec;
}
