
.accordion, .accordion *{
	margin:0;
	padding:0;
	list-style-type: none;
	
	padding-left:20px;
}

.accordion h3{ margin-bottom:15px; color:#dcb93d; margin-top:20px;}

.accordion p{width:430px;text-align:justify; margin-bottom:3px;margin-top:10px;}

.accordion .two p{width:320px;text-align:justify; margin-bottom:0px;margin-top:12px; font-size:15px;}
.accordion .two p a{color:#9900CC; font-weight:bold;}


.one{ background:url(../images/fond_texte3.png) no-repeat;
	width:530px; height:360px;
	color:#fff;font-family:Arial, Helvetica, sans-serif;text-align:justify;font-size:16px; line-height:21px;
}
.two{
	background:url(../images/fond_texte2c.png) no-repeat;
	width:530px; height:360px;
	color:#fff;font-family:Arial, Helvetica, sans-serif;text-align:justify;font-size:16px; line-height:21px;

}
.three{
	background:url(../images/fond_texte1a.png) no-repeat;
	width:530px; height:360px;
	color:#fff;font-family:Arial, Helvetica, sans-serif;text-align:justify;font-size:16px; line-height:21px;

}
.four{
	background:url(../images/img2.png) no-repeat;
	width: 567px; height: 407px;
}
.five{
	background:url(../images/img1.png) no-repeat;
	width: 567px; height: 407px;
}
.active{
	
}
.accordion li{
	cursor:pointer;
}
.accordion .active_click{
	cursor:default;
}