/* 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%;
}

#categories2Content {
	padding: 0 0px 10px 0px; /* 18px: taille du foote */
	height:100%;
}

#categories3Content {
	padding: 0 0px 10px 0px; /* 18px: taille du foote */
	height:100%;
}

#shoppingcartContent, #derniersproduitsconsultessideboxContent {
	padding: 0 10px 10px 10px; /* 18px: taille du foote */
	height:100%;
}
#categoriesContent ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
}

#categories2Content ul {
	list-style: none;
	margin: 0;
	padding-left: 0px;
}

#categories3Content 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;
}

#categories2Content li a {
	height: 100%;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}

#categories3Content li a {
	height: 100%;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	color: #666666;
}
	
#categoriesContent li a.category-top {
	display: block;
	/*background:  url(../images/pucemenu.jpg) left no-repeat;*/
	padding: 0 0 0 20px;
	color:#176A8B;
}

#categoriesContent li a.category-top:hover, #categories2Content li a.category-top:hover, #categories3Content li a.category-top:hover {
	display: block;
	/*background:  url(../images/pucemenu.jpg) left no-repeat;*/
	padding: 0 0 0 20px;
	color:#0B2566;
	text-decoration:underline;
}

#categories2Content li a.category-top {
	display: block;
	/*background:  url(../images/pucemenu.jpg) left no-repeat;*/
	padding: 0 0 0 20px;
	color:#176A8B;
}

#categories3Content li a.category-top {
	display: block;
	/*background:  url(../images/pucemenu.jpg) left no-repeat;*/
	padding: 0 0 0 20px;
	color:#176A8B;
}

#categoriesContent li a.category-products {
	display: block;
	padding: 0 0 0 25px;
	color:#176A8B;
}

#categories2Content li a.category-products {
	display: block;
	padding: 0 0 0 25px;
	color:#176A8B;
}

#categories3Content li a.category-products {
	display: block;
	padding: 0 0 0 25px;
	color:#176A8B;
}