/* Style pour l'affichage vertical de categories */
#categories {
	background:none;
	border: 0;
	margin: 0;
}
#categoriesContent {
	width:255px;
	margin-bottom:10px;
	padding-bottom:20px;
	background:url(../images/categoriesBottomBg.jpg) bottom center no-repeat;
}
#shoppingcartContent, #derniersproduitsconsultessideboxContent {
	padding: 0 5px 10px 5px; /* 18px: taille du foote */
	height:100%;
}
#categoriesContent ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
}
#categoriesContent li a {
	height: 100%;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}	
#categoriesContent li a.category-top {
	display: block;
	height:21px;
	background:url(../images/categoriesLiBg.jpg) left no-repeat;
	padding: 10px 0 0 45px;
	color:#F8F3D6;
}
#categoriesContent li a.category-subs, #categoriesContent li a.category-products {
	display:block;
	padding:5px 0 0 45px;
	color:#FFFFFF;
}
#categoriesContent li a.category-top:hover {
	background:url(../images/categoriesLiBgHover.jpg) left no-repeat;
}
##categoriesContent li .category-subs a:hover, #categoriesContent li .category-products a:hover {
	text-decoration:underline !important;
}