/* CSS Document */

#titre_faq
{
	float			: left			;
	display			: block			;
	width			: 100%			;
	margin 			: 0 0 0 0		;
	padding			: 0 5px 5px 0	;
	border			: solid #333	;
	border-width	: 0 0 1px 0		;	
	font-size		: 1.1em			;
	font-weight		: bold			;
	color 			: #333			;
	
}
p.texte_entete
{
float:left;
width:100%;
margin:5px 0 0 0;
}


p.categorie_faq
{
	float			:left;
	width			: 100%						;
	display			:block;
	margin			:15px 0 0 0;
	font-size		:0.9em;
	height			: auto						;
	background		: transparent				;
	color			: #0099FF 						;
	font-weight		: bold						;	
}
ul.question li.question
{
	float			: left			;
	display			: block			;
	margin			: 10px 0 0 0	;
	width			: 100%			;
	text-decoration	: underline		;
	color			: #BF9B60		;
	letter-spacing	: .1em			;
	font-weight		: bold;
}
ul.question li.reponse
{
	float			: left				;
	width			: 100%				;
	display			: block				;
	margin			: 4px 0 10px 0			;
	font-size		: 0.9em				;
	height			: auto				;
	background		: transparent		;
	color			: #333 				;
	font-weight		: normal			;	
	text-align		: justify			;
	text-decoration	: none				;
}
