/* SOUS MENU PRINCIPAL */

#bloc_4 	{
	margin: 20px 0 0 33px;
	position: absolute;
	left:0;
	top: 400px;
	width: 155px;
	font-size: 80%;
	letter-spacing: 0.5px;
}

#bloc_4 ul {
	list-style-type: none;
}

#bloc_4 a, #bloc_4 a:link {
	height: 27px;
	padding-left: 7px;
	display: block;
	text-decoration: none;
	background: transparent url(back_li.png) no-repeat 0 -10px;
}

#bloc_4 a:hover, #bloc_4 a.actif, #bloc_4 a.on {
	background: transparent url(back_li.png) no-repeat 0 17px;
	color: #ffffff;
}

