/* Style pour l'affichage vertical de categories */
#categories {
	background:none;
	border: 0;
	margin: 0;
}
#categoriesContent {
	padding: 0 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:25px;
	padding-right:10px;
	padding-top:10px;
}	
#categoriesContent li a {
	height: 100%;
	font-size:14px;
	text-decoration: none;
	font-weight:normal;
	color: #990000;
	border-bottom:1px dashed #E0AFA6;
}	
#categoriesContent li a.category-top {
	display: block;
	background:  url(../images/puce.jpg) left no-repeat;
	padding: 4px 0 5px 20px;
}

#categoriesContent li a.category-top:hover {
	background:  url(../images/puceover.jpg) left no-repeat;
	color:#848F63;
}

#categoriesContent li a.category-products {
	display: block;
	padding: 0 0 0 25px;
}

#horaire {
	margin:20px 0 20px 11px;
	line-height:1.5em;
}