/* Style de l'accordeon */


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style général sur l'accordeon */
.accordeon_style {
	margin: 0px;
	padding: 0px;
	width: 164px;
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style sur les titres */

.accordeon_style a.titre-accordeon {
	width: 134px;
	min-height: 14px;
	list-style-type:none;
	display: block;
	background-image: url(../images/menu-produits/produits-partner.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 30px;
	padding-bottom: 6px;
	cursor: pointer;
}

.accordeon_style a.titre-accordeon:hover {
	color: #993300;
	list-style-type: none;
	
}

.accordeon_style a.titre-accordeon.selected {
background-image: url(../images/menu-produits/produits-partner-on.jpg);
	background-repeat: no-repeat;
	color: #6f9c04;
	
}


/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* Style sur le contenu déroulé */
.accordeon_style div {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
