/* Style pour l'affichage vertical de categories */
#categories {
	background:none;
	border: 0;
	margin: 0;
}
#categoriesContent {
	padding:20px 0px 10px 0px; /* 18px: taille du foote */
	height:100%;
}
#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:16px;
	text-decoration: none;
	color: #676767;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#categoriesContent li a:hover {
	color:#9E5C3F;
}
	
#categoriesContent li a.category-top {
	display: block;
	/*background:  url(../images/pucemenu.jpg) left no-repeat;*/
	padding: 7px 0 0px 23px;
	background-repeat:no-repeat;
	background-position:top left;
	height:21px;
	position:relative;
}

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

.puceimg {
	position:absolute;
	width:20px;
	height:20px;
	top:5px;
	left:0;
}