@charset "utf-8";
/*--- ACCORDION ---*/
.accordion2 {}
.acc_nav {
	background:url(http://memoryfx.businesscatalyst.com/francais/images/acc_bg.gif) repeat-x;
	height:31px;
}
.accordion2 h3 {
	background: #e9e7e7 url(http://memoryfx.businesscatalyst.com/francais/images/acc_bullet.gif) 10px 0px;
	padding: 0 0 0 40px;
	margin: 0;
	height:31px;	
	font: bold 18px/31px Arial, Helvetica, sans-serif;
	border-bottom: none;
	cursor: pointer;
	color:#FFFFFF;
}
.accordion2 h3 span {
	color:#efa60c;
}	
.accordion2 h3:hover {
	background-color: #efa60c;
}
.accordion2 h3.active {
	background-position: 10px -31px;
}
.accordion2 .acc_box {
	margin: 0;
	padding: 10px 15px 20px;
	display: none;
}
.box_cont {
	width:260px;
	float:left;
}
.box_cont p {
	padding:0 5px 0 25px;
	font:13px Arial, Helvetica, sans-serif;
	line-height:20px;
}
.box_cont2 {
	width:310px;
	float:left;
}
.box_cont2 p {
	padding:0 5px;
	font:13px Arial, Helvetica, sans-serif;
	line-height:20px;
}
.box_cont p a, .box_cont2 p a {
	text-decoration:none;
	color:#363636;
}
.box_cont p a:hover, .box_cont2 p a:hover {
	color:#137af9;
} 



