
/*---------------------------------------------------------------------
				bloc blocListeQuestions 
----------------------------------------------------------------------*/


#blocListeQuestions {
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	overflow:hidden;
	padding-top:5px;
	/*margin-bottom:15px;*/
	padding-bottom:1px;
	background-image:url(../../../../images/tiret.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	clear:both

}
#blocListeQuestions .corps {
	margin:0px; padding:0px;
	background-image:none;
}
#blocListeQuestions h2 {
	color:#a71111;
	padding-left:20px;
	font-style:italic;
	font-size:10px;
	text-transform:uppercase;
}

#blocListeQuestions .corps .reponse {
	background-color:#e7e2e2;
	background-image:url(../../../../images/tiret.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-top:5px;
	padding-bottom:10px;
	color:#6c6c6c;
	font-size:10px;
		padding-left:20px;

}

#blocListeQuestions .corps .question {
	background-image:url(../../../../images/tiret.gif);
	background-repeat:repeat-x;
	background-position:left top;
	padding-top:5px;
	color:#6c6c6c;
	font-size:10px;
	padding-bottom:10px;
	padding-left:20px;
	background-color:#fff;
}

#blocListeQuestions .corps .reponse h3 {
	color:#a71111;
	background-image:url(../../../../images/iconeSifflet.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:30px;
	font-size:10px;	

}
#blocListeQuestions .corps .reponse h3 a{
	color:#a71111;
}
#blocListeQuestions .corps .question h3 {
	background-image:url(../../../../images/iconeBulleFdBlanc.gif);
	background-repeat:no-repeat;
	background-position:4px center;
	padding-left:30px;
	color:#949ed0;
	font-size:10px;
}
#blocListeQuestions .corps .question h3 a {
		color:#949ed0;
}
#blocListeQuestions .corps .reponse h3 strong {
	color:#646f76;
	font-weight:normal;
			font-family:Arial, Helvetica, sans-serif;
}

#blocListeQuestions .corps .question h3 strong {
	color:#646f76;
		font-weight:normal;
		font-family:Arial, Helvetica, sans-serif;
}

#blocListeQuestions .corps .reponse p {
	padding-left:30px;
	padding-right:20px;
}

#blocListeQuestions .corps .question p {
	padding-left:30px;
	padding-right:20px;	
}

#blocListeQuestions .corps .reponse ul, #blocListeQuestions .corps .reponse ol {
		padding-left:38px

}

#blocListeQuestions .corps .question ul, #blocListeQuestions .corps .question ol {
		padding-left:38px

}
