dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background:none;
}
#menu-produits dl#menu * {
	font-size:10px;
}

#menu-produits dl#menu {
	width: 200px;
	background:none;
}
#menu-produits dl#menu dt {
	cursor: pointer;
	margin: 2px 0px;
	height: 15px;
	line-height: 15px;
	font-weight: bold;
	border-left:10px solid #ff9c00;
	text-align:left;
	text-transform:uppercase;
	background:none;
	padding-left:10px;
	color: #fff;
}
#menu-produits dl#menu dd {
	background:none;
}
#menu-produits dl#menu li {
/*	margin-left:-10px;*/
	text-align:left;
	text-transform:inherit;
	background:url(../images/puce-fleche-orange.gif) no-repeat 0px 5px;
	line-height:12px;
	height:20px;
	padding-left:10px;
	color: #fff;
	/*border:1px solid red;*/
}

#menu-produits dl#menu li a, #menu-produits dl#menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	border: 0 none;
	background:none;
}

#menu-produits dl#menu li a:hover, #menu-produits dl#menu dt a:hover {
	background:none;
	color:#ff9c00;
}


#menu-produits dl#menu dd dt { /* sous catégories contenant elles-mêmes des sous-catégories */
	cursor: pointer;
	margin:0px;
	padding:0px;
	height:auto;
	line-height:auto;
	font-weight:bold;
	border-left:0px;
	text-align:left;
	text-transform:inherit;
	background:none;
	padding-left:10px;
	margin-left:-10px;
}
#menu-produits dl#menu dd dt li{
	text-align:left;
	text-transform:inherit;
	background:url(../images/puce-fleche-orange.gif) no-repeat 0px 5px;
	padding-left:10px;
	color:#fff;
}
#menu-produits dl#menu dd dt li a{
	color:#fff;
	text-decoration: none;
	display: block;
	border: 0 none;
	background:none;
}
