
	@charset "utf-8";
	
	#accordeon{
		height:247px;
		padding: 10px 0 15px 0;
	}
	#accordeon div{
		background:url(../../img/accordeon_bkg.png) no-repeat bottom;
		height:148px;
		text-align:center;
		padding-left:5px;
	}
	#accordeon div img{
		float:left;
	}
	#accordeon div p{
		float:left;
		text-align:left;
		width:135px;
		padding:5px 10px 0 10px;
		height:90px;
		overflow:hidden;
		line-height:13px;
	}
	#accordeon div p.texte_seul{
		width:220px;
	}
	#accordeon a.trigger{
		display:block;
		width:247px;
		height:33px;
		text-indent:-1000px;
		overflow:hidden;
	}
	#accordeon h4{
	font-size:18px;
	color:#034da2;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	}
	


