#categories_block_left {
	margin-top:50px;
}

div#categories_block_left h4 {
	background:transparent url('../../img/bg_titre_rub.png') no-repeat top;
	width:183px;
	height:25px;
	font-size:14px;
	color:#222222;
	padding-top:7px;
	padding-left:7px;
	margin-bottom:1px;
}



	div#categories_block_left ul li {
		list-style-type: none;
		background:url('../../img/puce_list.png')  left 2px no-repeat;
		padding-left: 15px;
		margin:5px 0 0 5px;
	}
		div#categories_block_left ul li a {
			text-decoration:none;
			color:#333333;
			font-size:13px;
		}
		div#categories_block_left ul li a:hover	{
			text-decoration:underline;
			color:#96481c;
			font-size:13px;
		}
	
	div#categories_block_left ul li.selected {
		list-style-image:url('../../img/puce_list.png');
		list-style-position:inside;
		margin:5px 0 0 15px;
	}
