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

#shoppingcartContent {
	background-image:url("../images/panier_bk.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

#categoriesContent ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
}	
#categoriesContent li a {
	height: 100%;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	padding-left : 10px;
	color:#FFFFFF;
}	
#categoriesContent li a.category-top {
	display: block;
	background:  url("../images/pucemenu.gif") left center no-repeat;
	padding-left : 25px;
	padding-top : 10px;
	height:20px;
	color:#FFFFFF;
}

#categoriesContent li a.category-products {
	display: block;
	padding-left: 20px;
	color:#7FD9FE;
}
#a.category-products {
	color:#66FFFF !important;
}