/* Block categories */
div#categories_block_left  {
	background-image: url(../../../img/bg_menu.gif);
	background-repeat: repeat;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#categories_block_left h4 a  {
margin-bottom:10px;
display: block;
}

div#categories_block_left ul.tree {  }
div#categories_block_left ul.tree li {
	border: none;
	background: none;
	margin-left: 0;
	font-weight: bold;
	font-size: 13px;
}
div#categories_block_left ul.tree li.last {  }
div#categories_block_left ul.tree li ul {  }
div#categories_block_left ul.tree li ul li {
	padding: 0;
	background: none;
	font-weight: normal;
	line-height:16px;
}
div#categories_block_left ul.tree li ul li.last { padding-bottom: 0 }
div#categories_block_left ul.tree li ul li ul li {
	padding-left: 15px;
	font-size: 9px
}
div#categories_block_left ul.tree a {
	padding-left: 17px;
	color: #FFF;
	background-image: url(../../../img/puce_blanche.png);
	background-repeat: no-repeat;
	background-position: left;
}
div#categories_block_left ul.tree a:hover { text-decoration: none }
div#categories_block_left ul.tree a.selected {
	color: #ffba00;
	font-weight: bold;
	padding-left: 17px;
	background-image: url(../../../img/puce_jaune.png);
	background-repeat: no-repeat;
	background-position: left;
}
div#categories_block_left ul.tree ul li a , div#categories_block_left ul.tree ul li a.selected{
background:none;
}


/*div#categories_block_left span.grower {
	display: block;
	float: left;
	background-position: 0 3px;
	background-repeat: no-repeat;
	width: 9px;
	height: 15px;
	margin: 0 0 0 -12px!important;
	margin: 0 0 0 -8px;
	padding: 0
}
div#categories_block_left span.OPEN { background-image: url('../img/icon/less.gif') }
div#categories_block_left span.CLOSE { background-image: url('../img/icon/more.gif') }*/