#questionsreponses {
	float:left; 
	margin:30px 0 0 0; 
	padding:0; 
	width:523px; 
	color:#f36648; 
	display:inline;
}

div.question {
	background:#f36648; 
	color:#fff; 
	margin:0; 
	padding:0 0 5px 0;
	width:523px; 
}

div.question p.numero { 
	float:left; 
	display:block; 
	width:29px; 
	height:29px; 
	background:#f0411c; 
	margin:2px 0 0 10px; 
	text-align:center; 
	line-height:29px; 
	color:#fff; 
	font-size:14px; 
	font-weight:bold; 
	display:inline;
}
div.question p.ask { 
	float:left; 
	display:block; 
	width:444px; 
	margin:2px 30px 0 10px; 
	font-weight:bold; 
	display:inline;
}
/* fin petit ajout de presentation */

div.reponse p {
	color:#2964be;
	margin:5px 0 15px 0;
}



@media print {
.tabcontent {
display:block!important;
}
}
