#bloc_plan_de_site {
	padding: 35px 10px 35px 25px;
}

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

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

#bloc_plan_de_site ul li a {
	background: url("../images/puce_level1.gif") no-repeat;
	background-position: 0px 4px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#004977;
	display: block;
	text-decoration: none;
	line-height:17px;
	padding-left:32px;
	background-color: #e0eaec;
}

#bloc_plan_de_site ul li a:hover{
	color:#00775a;
	background-color: #e0eaec;
}


#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-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#004977;
	display: block;
	text-decoration: none;
	margin-left: 29px;
}

#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:#00775a;
}

#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-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#004977;
	display: block;
	text-decoration: none;
	margin-left: 54px;
}

#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:#00775a;
}
