#bloc_plan_de_site {
}

#bloc_plan_de_site ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#bloc_plan_de_site ul li {
	margin: 0px;
	padding: 0px;
	margin-bottom:10px;
}

#bloc_plan_de_site ul li a {
	background: url("../images/puce_level1.gif") no-repeat 0 3px;
	text-decoration: none;
	padding-left:15px;
	line-height:15px;
	color:#B0B1B3;
}

#bloc_plan_de_site ul li a:hover{
	color:#FFDB4A;
}


#bloc_plan_de_site ul ul li {
	margin-bottom: 0px;
}

#bloc_plan_de_site ul ul li a {
	background:none;
	background-image: url("../images/puce_level2.gif");
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: normal;
	text-decoration: none;
	margin-left: 29px;
	line-height:20px;
	color:#B0B1B3;
}

#bloc_plan_de_site ul ul li a:hover {
	background:none;
	background-image: url("../images/puce_level2.gif");
	background-repeat: no-repeat;
	background-position: center left;
	color:#FFDB4A;
}

#bloc_plan_de_site ul ul ul li a {
	background:none;
	background-image: url("../images/puce_level3.gif");
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: normal;
	text-decoration: none;
	margin-left: 54px;
	color:#B0B1B3;
	line-height:20px;
}

#bloc_plan_de_site ul ul ul li a:hover {
	background:none;
	background-image: url("../images/puce_level3.gif");
	background-repeat: no-repeat;
	background-position: center left;
	color:#FFDB4A;
}


