/*
	Vertical Accordions
*/
#vertical_container h1 {
	font-size:14px;
	padding: 5px 5px 0 10px;
	color:#fff;
}

.accordion_toggle {
	display: block;
	width: 520px;
	height:20px;
	background:#b0ad8e url(../images/puce-enroule.gif) no-repeat top right; /* url(images/accordion_toggle.jpg) no-repeat top right */
	background-position:522px 9px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: #91ce44 url(../images/puce-deroule.gif) no-repeat right  ; /*url(images/accordion_toggle_active.jpg) no-repeat top right */
	background-position:520px 12px;
	color: #ffffff;
	/*border-bottom: 1px solid #f68263;*/
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
	
.accordion_content h2 {
	font-size:12px;
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
	
