/* 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%;
}
#derniersproduitsconsultessideboxContent {
	padding: 0 5px 10px 5px; /* 18px: taille du foote */
	height:100%;
}

#shoppingcartContent {
	background:url(../images/shoppingCartContent.jpg) bottom center no-repeat;
	padding:5px 5px 50px 5px;
	color:#FFFFFF !important;
}

#shoppingcartContent a {
	color:#FFFFFF !important;
}


#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: #284300;
}	
#categoriesContent li a.category-top {
	display: block;
	height:25px;
	background:url(../images/bgCategoriesContent.jpg) left no-repeat;
	padding: 7px 0 0 25px;
}

#categoriesContent li a.category-products {
	display: block;
	padding: 0 0 0 25px;
}