/*
	Vertical Accordions
*/
#vertical_container h3 {
	font-family: Arial,sans-serif ;
	font-size:12px;
	font-weight:bold;
	padding:6px 0px 6px 10px;
}

.accordion_toggle {
	display: block;
	width: 400px;
	background:#E6E6E6; /*url(../images/puce-enroule.gif) no-repeat top right */
	background-position:300px 9px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color:#414141;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	margin: 0 0 0 0;
}
.accordion_toggle:hover {
	background:#94bf10 url('../images/fond-vert-vert.jpg') repeat-x;
	background-position:300px -16px;
	color:#fff;
}

.accordion_toggle_active {
	background: #94bf10 url('../images/fond-vert-vert.jpg') repeat-x; /*url(../images/puce-deroule.gif) no-repeat right  */
	background-position:300px -16px;
	color: #ffffff;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	text-align:left;
	padding:10px 10px 10px 10px;
}

	