/* CONTENU 1  ************************************************************************************************/
	
	/* tableau général */
		
	#title h1
	{
		color: #003F80;
		font: bold 13px verdana;
		
		letter-spacing: 1px;
		/*background: #00CCCC;*/
	}
	#stitle
	{
		margin: 1px 0px 0px 0px;
	}
		#stitle h2
		{	
			color: #003F80;
			font: normal 10px verdana;
			/*background: #00CCCC;*/
		}
	#content
	{
		margin: 20px 0px 0px 0px;
		color: #666666;
		font: normal 11px verdana;
		line-height: 16px;
	}
	
	
	div.content_block
	{
		clear: both;
		margin-bottom: 10px;
	}
	div.question
	{
		clear:both;
		font-weight: bold;
	}
	div.question a{color:#666666;}
	div.answer
	{
		clear:both;
		font-style:italic;
		display:none;
		padding:2px 0 0 10px;
	}
	div.puce_faq
	{
		float:left;
		margin:6px 4px 0 0;
		width: 6px;
		height: 7px;
		background: no-repeat center center url(../../../img/puce_faq.gif);
	}
	div.puce_faqi
	{
		float:left;
		margin:7px 3px 0 0;
		width: 7px;
		height: 6px;
		background: no-repeat center center url(../../../img/puce_faqi.gif);
	}

