
.ad{
	position:absolute;
	top:10px;
	right:10px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	background:url('../images/interface/bloc_cgv/bloc_cgv_lbl.jpg') no-repeat;
	text-align:left;
	height:26px;
	width:597px;
	margin-top:2px;
	

	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.BlocCgvTitre {
	text-align:left;
	color:#6667FF;
	font-size:12px;
	padding-top:7px;	
	padding-left:2px;
	font-weight: bold;
}



.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:0px solid #317082;
	width:100%;
	text-align : left;
	color:#666666;
	font-size:14px;	
	
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
	text-align: justify;
}
