DIV#left-side-box{
	width:152px;
	height:1000px;
	float:left;
	border:1px solid red;
}
DIV#left-side-cats{
	width:152px;
}

DIV.title-sommaire{
	height:25px;
	line-height:25px;
	color:#666666;
	font-size:16px;
	margin-left:5px;
}

DIV.left-side-cats-item{
	clear:both;
}

DIV.left-side-cats-item-arrow{
	float:left;
	width:10px;
	height:23px;
	background:url(/img/left-side-cats-arrow.gif) no-repeat;
}

DIV.left-side-cats-item-label{
	float:left;
	min-height:23px;
	width:140px;
}

DIV.left-side-cats-item-label A{
	display:block;
	color:#333333;
	text-decoration:none;
	margin-top:2px;
}

DIV.left-side-cats-item-label A:Hover{
	color:#640C69;
	font-weight:bold;
	text-decoration:none;
}

DIV.left-side-cats-separator{
	clear:both;
	height:1px;
	background-image:url(/img/separator-h.gif);
}

DIV.left-links{
	height:25px;
	clear:both;
}

DIV.left-links-arrow{
	float:left;
	height:25px;
	line-height:25px;
	width:18px;
}

DIV.left-links-arrow IMG{
	margin-top:6px;
}

DIV.left-links-title{
	float:left;
	height:25px;
	line-height:25px;
}

DIV.left-links-title A{
	color:#000000;
	text-decoration:none;
}

