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

#categoriesContent li a {
	height: 100%;
	/*padding-top:3px;*/
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
	/*color: #666666;*/
}
	
#categoriesContent li a.category-top {
	display: block;
	background-image:url(../images/fdcateg2.jpg);
	background-repeat:no-repeat;
	height:18px;
	padding:3px 0 0 10px;
	margin:3px 0 0 0;
}

#categoriesContent li a.category-top:hover {
	color:#055600;
	background-image:url(../images/fdcateg2over.jpg);
	background-repeat:no-repeat;
}

#categoriesContent li a.category-products {
	display: block;
	color:#076C00;
	/*background-image:url(../images/fdsouscateg2.jpg) !important;
	background-position:top;
	background-repeat:no-repeat;
	height:22px;*/
	background-color:#C2FEBE !important;
	margin-right:9px;
	border-bottom:1px solid #8EDB8B;
	padding:3px 5px 3px 6px;
	background:  url(../images/pucemenu2.jpg) left no-repeat; 
}



#categoriesContent li a.category-products:hover {
	display: block;
	color:#000000;
	border-bottom:1px solid #000000;
	background:  url(../images/pucemenu2over.jpg) left no-repeat; 
	/*padding: 3px 0px 0 30px;
	color:#076C00;
	text-decoration:underline;*/
}

#categoriesContent li a.category3 {
	color:#0066FF;
	/*padding:0 0 0 10px;*/
	background:none;
}

#categoriesContent li a.category3:hover {
	background:none;
}

.category-subs {
	display: block;
	color:#076C00 !important;
	background-color:#C2FEBE !important;
	margin-right:9px;
	border-bottom:1px solid #8EDB8B;
	padding:3px 5px 3px 6px;
	background:  url(../images/pucemenu2.jpg) left no-repeat;
}

.category-subs-parent {
	font-style:italic;
}

