.Treeview {
	border-right: #bbb 1px solid;
	padding-right: 0px;
	border-top: #bbb 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	overflow: hidden;
	border-left: #bbb 1px solid;
	padding-top: 0px;
	border-bottom: #bbb 1px solid;
	background-color: #ffffff
}

#root {
	padding-right: 0px;
	padding-left: 0px;
	visibility: visible;
	padding-bottom: 0px;
	margin: 0px;
	overflow: auto;
	padding-top: 4px
}

.label {
	padding-right: 7px;
	border-top: #fff 2px solid;
	padding-left: 7px;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: 1px;
	font: 11px verdana, arial, helvetica, sans-serif;
	vertical-align: top;
	cursor: default;
	color: #000000;
	padding-top: 0px;
	letter-spacing: -1px;
	background-color: #ffffff
}

.label_selected {
	padding-right: 7px;
	border-top: #fff 2px solid;
	padding-left: 7px;
	padding-bottom: 0px;
	margin: 0px;
	word-spacing: 1px;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	vertical-align: top;
	cursor: default;
	padding-top: 0px;
	letter-spacing: 1px
}

.folder_open {
	padding-right: 0px;
	padding-left: 0px;
	background: url(../images/artdetailtree/folder_open.gif) no-repeat 0px
		-2px;
	filter: alpha(opacity = 100);
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 17px;
	padding-top: 0px;
	height: 17px;
	moz-opacity: 1;
	opacity: 1;
	khtml-opacity: 1
}

.folder_close {
	padding-right: 0px;
	padding-left: 0px;
	background: url(../images/artdetailtree/folder_close.gif) no-repeat 0px
		-2px;
	filter: alpha(opacity = 100);
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 17px;
	padding-top: 0px;
	height: 17px;
	moz-opacity: 1;
	opacity: 1;
	khtml-opacity: 1
}

.txt {
	padding-right: 0px;
	padding-left: 0px;
	background: url(../images/artdetailtree/texte.gif) no-repeat 0px -2px;
	filter: alpha(opacity = 100);
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 17px;
	padding-top: 0px;
	height: 17px;
	moz-opacity: 1;
	opacity: 1;
	khtml-opacity: 1
}

.plus {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	background: url(../images/artdetailtree/structure/plus.gif) no-repeat
		0px -2px;
	filter: alpha(opacity = 100);
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 17px;
	padding-top: 0px;
	height: 17px;
	moz-opacity: 1;
	opacity: 1;
	khtml-opacity: 1
}

.moins {
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	background: url(../images/artdetailtree/structure/moins.gif) no-repeat
		0px -2px;
	filter: alpha(opacity = 100);
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 17px;
	padding-top: 0px;
	height: 17px;
	moz-opacity: 1;
	opacity: 1;
	khtml-opacity: 1
}

.branche {
	padding-right: 0px;
	padding-left: 0px;
	background: url(../images/artdetailtree/structure/trait-branche.gif)
		no-repeat 0px -2px;
	filter: alpha(opacity = 100);
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	width: 17px;
	padding-top: 0px;
	height: 17px;
	moz-opacity: 1;
	opacity: 1;
	khtml-opacity: 1
}

.children {
	background: url(../images/artdetailtree/structure/trait-vertical.gif)
		repeat-y
}

.last_children {
	background: url(../images/artdetailtree/structure/trait-virage.gif)
		no-repeat 0px -2px
}

.childrens {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

UL {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 17px;
	padding-top: 0px
}

LI {
	clear: left;
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 17px;
	padding-top: 0px;
	border-bottom: white 0px solid;
	list-style-type: none
}

.preloader {
	border-top: #eeeeee 1px solid;
	font-size: 0px;
	visibility: visible;
	border-left: #eeeeee 1px solid;
	border-bottom: #eeeeee 1px solid;
	background-color: #dddddd
}

.preload_container {
	border-top: #dddddd 1px solid;
	font-size: 0px;
	float: left;
	width: 100%;
	border-bottom: #dddddd 1px solid;
	height: 4px;
	background-color: #eeeeee
}

.preload {
	padding-right: 0px;
	padding-left: 0px;
	font-size: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 0%;
	padding-top: 0px;
	height: 4px;
	background-color: #669900
}

.button_reduceAll {
	background-position: center 50%;
	float: left;
	background-image: url(../images/artdetailtree/folder_close.gif);
	width: 26px;
	background-repeat: no-repeat;
	height: 20px
}

.button_expandAll {
	background-position: center 50%;
	float: left;
	background-image: url(../images/artdetailtree/folder_open.gif);
	width: 26px;
	background-repeat: no-repeat;
	height: 20px
}

.button_builtAll {
	background-position: center 50%;
	float: left;
	background-image: url(../images/artdetailtree/structure/moins.gif);
	width: 26px;
	background-repeat: no-repeat;
	height: 20px
}

.button_destroyAll {
	background-position: center 50%;
	float: left;
	background-image: url(../images/artdetailtree/structure/plus.gif);
	width: 26px;
	background-repeat: no-repeat;
	height: 20px
}

.preload_wait {
	clear: left;
	padding-right: 20px;
	font-size: 12px;
	float: left;
	margin: 0px;
	height: 18px;
	background-color: #eeeeee;
	text-align: center
}