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

.accordion h3{ margin-bottom:12px; color:#dcb93d; margin-top:17px;}
.accordion h4{ margin-bottom:0px; color:#c69518; margin-top:15px; font-size:14px; border-bottom:solid 1px; border-left:solid 1px; padding-left:5px; margin-left:20px;}


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

.accordion .two p{text-align:justify; margin-bottom:0px;margin-top:12px; font-size:14px;}
.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:13px; line-height:21px;
}
.two{
	background:url(../images/fond_texte2.png) no-repeat;
	width:530px; height:360px;
	color:#fff;font-family:Arial, Helvetica, sans-serif;text-align:justify;font-size:14px; line-height:21px;

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


.three h3{ font-size:18px;}


.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;
}
