.dtree30 a {
	font-weight: bold;
	text-decoration: none;
}

.dtree30 .niveau0, .dtree30 .niveau1 {
	margin-top: 5px;
}

.dtree30 .niveau0 a {
	background-image: url(/templates/common/images/puce_carre_vert.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	color: #514E73;
	padding-left: 14px;
}

.dtree30 .niveau1 a {
	background-image: url(/templates/common/images/puce_vert.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	color: #2C9F96;
	padding-left: 10px;
}

.dtree30 .nodeSel{
	color: #2C9F96;
	padding-left: 10px;
	text-decoration:underline;
}

.dtree30 .niveau2 a {
	color: #514E73;
	font-weight: normal;
}



.dtree30 .niveau2 a:active .nodeSel {
	text-decoration: underline;
}

