/* Style pour l'affichage vertical de categories */
#categories {
	background:none;
	border: 0;
	margin: 0;
}
#categoriesContent {
	height:100%;
}

#categories2Content {
	height:100%;
	background-image:url(../images/fdcategories2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 0 15px 0;
}

#shoppingcartContent, #derniersproduitsconsultessideboxContent {
	padding: 0 5px 10px 5px; /* 18px: taille du foote */
	height:100%;
}
#categoriesContent ul, #categories2Content ul {
	list-style: none;
	margin:0 5px 0 5px;
	padding-left: 0px;
}

#categoriesContent li {
}
	
#categoriesContent li a, #categories2Content li a {
	height: 100%;
	font-size:13px;
	font-weight:normal;
	text-decoration: none;
	color: #4A4A49;
}	
#categoriesContent li a.category-top, #categories2Content li a.category-top {
	display: block;
	border-bottom:1px solid #D1D5BB;
	background-image:url(../images/pucecateg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:3px 0 3px 17px;
}

#categoriesContent li a:hover.category-top, #categories2Content li a:hover.category-top {
	background-image:url(../images/pucecateghover.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom-color:#B5117B;
	
}

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