.collapsed
{
	/*background-image: url('../images/legende/collapsed.gif');
	background-repeat: no-repeat ;*/
	background-color: #E1E8E4;
	color: #034A5E;
	text-align: right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:155px;
	cursor:hand;
	cursor:pointer;
	
	
}

.expanded
{
	/*background-image: url('../images/legende/expanded.gif');
	background-repeat: no-repeat ;*/
	text-align: right;
	color:White;
	background-color: #EE7A18;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor:hand;
	cursor:pointer;
	width:155px;

}

.groupeplan
{
	text-align: right;
	color:#004158;
	border: 1px solid #004158;
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	width:155px;

}

.noNode
{
	background-image: none;
	background-repeat: no-repeat ;
	cursor:hand;
	cursor:pointer;
}

.noeud
{
	width:20px;
}

.groupe
{
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.couche
{
	color: #034A5E;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
}

.borderLeft
{
	border-left-width:1px;
}
.borderBottomNone
{
	border-bottom-width:0px;
}
.borderTopNone
{
	border-top-width:0px;
}
.borderRightNone
{
	border-right-width:0px;
}
.borderColor
{
	border-color:black;
	border-style:solid;
}