@charset "utf-8";
/* CSS Document */
.wait {
	background-image:url(../images/ajax-loader-cercle.gif);
	background-repeat:no-repeat;
	background-position:center center;
	height:250px;
}
/*
############################################################		CSS POUR LE TREE
*/
#titre span{
	margin-left:27px;
}
#titre span span{
	color:#7997A5;
	font-size:.8em;
	font-weight:normal;
	margin-left:0px;
}
.titre span{
	margin-left:27px;
}
.titre span span{
	color:#7997A5;
	font-size:.8em;
	font-weight:normal;
	margin-left:0px;
}
.simpleTree{
	margin:0;
	padding:0;
}
.simpleTree li{
	list-style: none;
	margin:0;
	padding:0 0 0 34px;
	line-height: 14px;
	font-size:.91em;
	font-weight:bold;
	color:#00b5E8;
}
.simpleTree li span{
	display:inline;
	clear: left;
	white-space: nowrap;
}
.simpleTree li span a{
	color:#00b5E8;
	text-decoration:none;
}
.simpleTree li #triggerBis{
	color:#00b5E8;
	text-decoration:none;
}
.simpleTree ul li li span a{
	color:#547482;
	text-decoration:none;
}
.simpleTree ul li li #triggerBis{
	color:#547482;
	text-decoration:none;
}
.simpleTree ul li li li span a{
	color:#000;
	text-decoration:none;
}
.simpleTree ul li li li #triggerBis{
	color:#000;
	text-decoration:none;
}
.simpleTree ul li li li {
	line-height: 10px;
}
.simpleTree li span span{
	display:inline;
	clear: left;
	white-space: nowrap;
	color:#7997A5;
	font-weight:normal;
}
.simpleTree ul{
	margin:0; 
	padding:0;
}
.simpleTree .line{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
}
.simpleTree .line-last{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
}
.simpleTree .line-over{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
}
.simpleTree .line-over-last{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
}
.simpleTree .folder-open{
	margin-left:-16px;
	background: url(../images/collapsable.gif) 0 -2px no-repeat;
}
.simpleTree .folder-open-last{
	margin-left:-16px;
	background: url(../images/collapsable-last.gif) 0 -4px no-repeat;
}
.simpleTree ul li .folder-open-last{
	margin-left:-16px;
	background: url(../images/collapsable-last2.gif) 0 -4px no-repeat;
}
.simpleTree .folder-close{
	margin-left:-16px;
	background: url(../images/expandable.gif) 0 -2px no-repeat;
}
.simpleTree .folder-close-last{
	margin-left:-16px;
	background: url(../images/expandable-last.gif) 0 -4px no-repeat;
}
.simpleTree ul li .folder-close-last{
	margin-left:-16px;
	background: url(../images/expandable-last2.gif) 0 -4px no-repeat;
}
.simpleTree .doc{
	margin-left:-16px;
	background: url(../images/leaf.gif) 0 -1px no-repeat;
}
.simpleTree .doc-last{
	margin-left:-16px;
	/*background: url(../images/leaf-last.gif) 0 -1px no-repeat;*/	line-height: 10px;
}
.simpleTree .ajax{
	background: url(../images/spinner.gif) no-repeat 0 0;
	height: 16px;
	display:none;
}
.simpleTree .ajax li{
	display:none;
	margin:0; 
	padding:0;
}
.simpleTree .trigger{
	display:inline;
	margin-left:-32px;
	width: 28px;
	height: 11px;
	cursor:pointer;
}
.simpleTree .text{
	cursor: default;
}
.simpleTree .active{
	cursor: default;
	color:#FFF;
	background-color:#00b5E8;
	padding:0px 2px;
}
.simpleTree .active span {
	color:#FFF;
}
#triggerBis{
	cursor:pointer;
}