#bloc_left a {
	color: #fff;
	text-decoration: none;
}
#bloc_left div.accordionEntete {
	background-image: url('../images/left/categorie_repeat.png');
	height: 25px;
	color: white;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
}
		#bloc_left div.active {
			background-image: url('../images/left/categorie_active_repeat.png');
		}
	#bloc_left div.accordionEntete div.bord_gauche {
		background-image: url('../images/left/categorie_gauche.png');
		width: 2px;
		height: 25px;
		float: left;
	}
		#bloc_left div.active div.bord_gauche {
			background-image: url('../images/left/categorie_active_gauche.png');
		}
	#bloc_left div.accordionEntete div.bord_droit {
		background-image: url('../images/left/categorie_droite.png');
		width: 2px;
		height: 25px;
		float: right;
	}
		#bloc_left div.active div.bord_droit {
			background-image: url('../images/left/categorie_active_droite.png');
		}
	#bloc_left div.accordionEntete div.repeat {
		padding: 4px 0px 0px 5px ;
		overflow: hidden;
		width: 165px;
	}
	* html #bloc_left div.accordionEntete div.repeat { /* Hack IE6 */
		width: 160px;
	}
#bloc_left ul {
	border: 1px solid #D7D7D7;
	background-color: #F3F3F3;
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: black;
	visibility: hidden;
}

	#bloc_left ul li {
		padding: 5px 0 0 5px;
		color: black;
		cursor: pointer;
		white-space: nowrap;
		width: 165px;
		overflow: hidden;
	}
		* html #bloc_left ul li {
			width: 160px; /* Hack IE6 */ 
		}
		#bloc_left ul li a {
			color: black;
		}
	#bloc_left ul li:hover {
		color: #60be21;
	}
		#bloc_left ul li a:hover {
			color: #60be21;
		}
	#bloc_left ul li.active {
		padding: 5px 0 0 15px;
		color: #60be21;
	}
		#bloc_left ul li.active a {
			color: #60be21;
		}
		
#banniere-left{
	background-color:white;
}
	.td-banniere-menu{
		width:170px;
		height:50px;
	}
		.td-banniere-menu img{
			border:0;
		}