@import url(/st_brieuc/entete-pied.css);

#edito {
	text-align:justify;
}

#edito img {
	margin: 0 0 5px 5px;
}

.entete{	/* Styling question */
	/* Start layout CSS */
	background-color:#000;
	width:100%;
	margin-bottom:20px;
	margin-top:2px;
	padding-top:2px;
	height:20px;
	border-top:2px solid #333333;
	background-image:url(images/plus.gif);
	background-position:right;
	background-repeat:no-repeat;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.date {
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	font-size:0.9em;
}

.cie-spectacle {
	padding-left:15px;
	color:#FFCC00;
	font-weight:bold;
	font-size:1.1em;
}
.detail{	/* Parent box of slide down content */
	/* Start layout CSS */
	background-color:#000000;
	width:530px;
	margin-left:25px;
	margin-bottom:25px;
	text-align:justify;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}

.detail img {
	margin:0 0 5px 5px;
	float:right;
}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}