#fd_accordeon{
	width:280px;
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;

}

#myaccordion{
	width:278px;
	float: right;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h3.acc_titre, h3.acc_titre.active{
	cursor:pointer;
	background-image: url(nav_droite_fond.gif);
	background-repeat: repeat-x;
	width:100%;
	height: 28px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.em;
}

h3.acc_titrex{
	background-image: url(nav_droite_fond.gif);
	background-repeat: repeat-x;
	width:100%;
	height: 28px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	cursor:default;
}

h3.acc_titre.active{
	background-image: url(nav_droite_fond_roll.gif);
	background-repeat: repeat-x;
	cursor: default;
}
h3.acc_titre.active .rollacc, .rollaccx{
	margin-left:10px;
	display: inline-block;
}


h3.acc_titre .rollacc{
	margin-left:10px;
	display: inline-block;
}

h3.acc_titre .txt{
	color: #86888a;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 15px;
	line-height: 28px;
	background-image: url(nav_droite_fleche.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
}


h3.acc_titre:hover{

}
h3.acc_titre.active .txt{
	background-image: url(nav_droite_fleche_actif.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	padding-left: 15px;
	display: inline-block;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


.acc_elt{
	margin: 0px;
	padding: 10px;
}

