/*
	Vertical Accordions
*/

.Acc_expandable {
	display: block;
	height: 37px;
	width: 800px;
	background: url(../images_layout/faq-bgQuestion.jpg) no-repeat ;
	padding-left:20px;
	line-height: 37px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
}
.inmplant_ouvert {
	/*border: 1px solid #ff0000;*/
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images_layout/faq-bgQuestionf2.jpg);
	background-repeat:no-repeat;
}


.accordion_toggle_active {
	background: url(../images_layout/faq-bgQuestionf2.jpg) no-repeat;
	color: #ffffff;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
	
	.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}
	
	.accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}
	

	



