/* Style pour l'affichage vertical de categories */
#categories {
	background:none;
	border: 0;
	margin: 0;
	padding-top:3px;
}
#categoriesContent {
	padding: 0 0px 10px 5px; /* 18px: taille du foote */
	height:100%;
}
#shoppingcartContent, #derniersproduitsconsultessideboxContent {
	background-image:url(../images/fdpanier.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding: 5px 5px 10px 5px; /* 18px: taille du foote */
	height:100%;
	color:#7E3B8A;
}
#categoriesContent ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
}

#categoriesContent li {
	/*background-image:url(../images/fdcateg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/*height:30px;*/
	/*width:181px;*/
}

#categoriesContent li a {
	height: 100%;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	color: #046701;
}

#categoriesContent li a:hover {
	/*background-image:url(../images/fdcategover.jpg);
	background-position:top;
	background-repeat:no-repeat;
	/*height:30px;*/
	height: 100%;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	color: #7E3B8A;
}
	
#categoriesContent li a.category-top {
	display: block;
	background:  url(../images/pucemenu.jpg) left no-repeat;
	padding: 5px 0 5px 20px;
	border-bottom:1px dashed #666666;
	margin-right:3px;
}

#categoriesContent li a:hover.category-top {
	display: block;
	background:  url(../images/pucemenu2.jpg) left no-repeat;
	padding: 5px 0 5px 20px;
	border-bottom:1px solid #7E3B8A;
	
}

#categoriesContent li a.category-products {
	display: block;
	padding: 0 0 0 25px;
}