/* @charset "iso-8859-1";
	
/* - plan arbre */

/* Fondation	vert foncé	#067C06	*/
/* Sciences	vert clair	#C1DF14	*/
/* Citoyennes	jaune	#FAF00C	*/

/* #FFFFFF : blanc */



.webfx-tree-container {
	margin: 0px;
	padding: 0px;
	font: icon;
	white-space: nowrap;
}

.webfx-tree-item {
	padding: 0px;
	margin: 0px;
	font: icon;
	color: black;
	white-space: nowrap;
}

.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
	margin-left: 3px;
	padding: 1px 2px 1px 2px;
}

.webfx-tree-item a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.webfx-tree-item a:hover {
	color: #067C06;
	text-decoration: underline;
}

.webfx-tree-item a:active {
/*	background: highlight;	*/
	background-color : #C1DF14;
	color: highlighttext;
	text-decoration: none;
}

.webfx-tree-item img {
	vertical-align: middle;
	border: 0px;
}

.webfx-tree-icon {
	width: 16px;
	height: 16px;
}
.webfx-tree-item a.selected {
	color: selectedtext;
	background: selected;
}

.webfx-tree-item a.selected-inactive {
	color: windowtext;
	background: buttonface;
}
