/* Feuille de styles depliant du site Falières - © Axeinformatique 2007 */

#accordion_wrapper {
	position:relative;
	width:610px;
	border:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.acToggle {
	width:300px;
	font-size:14px;
	color:#ffffff;
	cursor:pointer;
	margin: 5px 0px -1px;
	padding: 4px 10px 5px;
	height: 100%;
	background-image: url(../images/btn_depliant_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.acStretch {
	width:578px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-color:#0655a8;
	padding: 10px 15px 15px;
}

#acAlignment {
	position:relative;
	border:0px;
	padding:0px 0px 5px;
	width:610px;
	margin: 0px;
}

