/* TREE LAYOUT */
.tree > ul {
	margin: 50px 80px 0 80px;
}
.tree li {
	display:block;
	min-height:18px;
	line-height:18px;
	padding:0 0 0 15px;
	margin:0 0 0 0;
	clear:both;
}

.tree li ul {
	display:none;
	clear:both;
}
.tree li a,
.tree li span {
	display:inline;	
	color:#000;
	/* white-space:nowrap; */
	text-decoration:none;
	background-color:transparent;
	background-repeat:no-repeat;	
}

#pds_pages a:hover, 
a.hover {
	text-decoration: none!important;
	color: #959595;	
}

#pds_pages .clicked{
	text-decoration: none!important;
}

#pds_pages span.clicked {
	padding:0px 3px 0px 20px !important;
}

.tree .tree-classic li {    
	font-size:30px!important;    
	line-height:20px;    
	min-height:20px; 
}

.tree .categorie{
	font-size:12px;
	line-height:18px;
	height:18px;
	color:#666666;
}

.dossier{    
font-size:9px ; 
line-height:18px;    
height:18px; 
color:#6699FF;
}

.tree li a input,
.tree li span input {
	margin:0;
	padding:0 0;
	display:block;
	height:12px !important;
	border:1px solid white;
	background:white;
	font-size:10px;
	font-family:Verdana;
}
.tree li a input:not([class="xxx"]),
.tree li span input:not([class="xxx"]) {
	padding:1px 0;
}
.tree>ul>li>a{
	font-weight: 900;
}
.tree>ul>li>a:hover{
	font-weight: 900;
}
.tree>ul>li.open:before{
	background: url(spritesPlanSite.png) -16px 0 no-repeat;
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    margin: 0 5px 0 0;
    cursor: pointer;
    vertical-align: top;
}
.tree>ul>li.closed{
	background: url(spritesPlanSite.png) -33px 0 no-repeat;
	margin-left: 14px;
    padding-left: 22px;
}
.ul_niv2>li.closed.has_child:before{	
	background: url(spritesPlanSite.png) -33px 0 no-repeat;
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    margin: 0 5px 0 0;
    cursor: pointer;
    vertical-align: top;
}
.ul_niv2>li.leaf:before,
.ul_niv3>li.leaf:before{	
	background: url(spritesPlanSite.png) 3px 0 no-repeat;
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    margin: 0 5px 0 0;
    cursor: pointer;
    vertical-align: top;
}
.ul_niv2>li.has_child.open:before{
	 content: " ";
	background: url(spritesPlanSite.png) -15px 0 no-repeat;	   
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    margin: 0 5px 0 0;
    cursor: pointer;
    vertical-align: top;
}
/* FOR DOTS */
.tree ul {
	background-position:6px 1px;
	background-repeat:repeat-y;
}
.tree li {
	background-position:7px center;
	background-repeat:no-repeat;
}
.tree li.last {
	background-position:5px top;
	background-repeat:no-repeat;
}
/* NO DOTS */
.no_dots ul {
	background:transparent !important;
}
.no_dots li, .no_dots li.last {
	/*background-color:transparent !important; //////////////////essai////////////////          */
}
.no_dots li.leaf {
	background-image:none !important;
	background-color:transparent !important;
}

/* OPEN OR CLOSE */
.tree > ul>li>ul>li{
	position: relative;
}
.tree > ul>li>ul>li.open,
.tree > ul>li>ul>li.closed {
	padding: 10px 0;
	border-bottom: 2px solid #ccc;
}
.tree > ul>li>ul>li.open > a,
.tree > ul>li>ul>li.closed > a{
	text-transform: uppercase;
}
.tree > ul>li>ul>li.open.has_child:before{
	background: url(spritesPlanSite.png) -16px 0 no-repeat;
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    margin: 0 5px 0 0;
    cursor: pointer;
    vertical-align: top;
}
.tree > ul>li>ul>li.closed.has_child{
	background: url(spritesPlanSite.png) -33px 11px no-repeat;
    padding-left: 22px;
}
.tree li.open ul {
	display:block;
	clear:both;
}
.tree li.open > ul{
	padding-left: 10px;
}
.tree li.closed ul {
	display:none !important;
}
.tree > ul>li>ul>li:has(ul){
	font-weight: 900;
}


/* FOR DRAGGING */
.tree #dragged {
	padding:0 3px;
	margin:0;
	background:white;
	opacity: .85;
	filter: alpha(opacity=85);

	position:absolute;
	top:-10px;
	left:-10px;
}
.tree #dragged.last,
.tree #dragged:last-child {
	background:white;
}
.tree #dragged ul ul {
	display:none;
}

/* HACKY-HACKY */
/* EXPLORER 7 */
*:first-child+html .tree li {
	margin-bottom:-2px;
} 
*:first-child+html .tree li ul {
	padding-bottom:2px;
}
/* EXPLORER 6 */
.tree li {
	_width:50%;
	_margin-bottom:-2px;
}
.tree li ul {
	_padding-bottom:2px;
}

/* 
 * FF & OPERA FIXES
.tree li:not([class="xxx"]) {
	margin-bottom:0px;
}
html:first-child .tree li {
	margin-bottom:0px;
}
.tree li ul:not([class="xxx"]) {
	padding-bottom:0;
}
html:first-child .tree ul {
	padding-bottom:0;
}
*/


/* RTL modification */
.rtl * {
	direction:rtl;
}
.rtl ul {
	margin:0 5px 0 0;
}
.rtl li {
	padding:0 15px 0 0;
}
.rtl li.last {
	background-position:right top;
}
.rtl li a,
.rtl li span {
	float:right;
	padding:1px 23px 1px 4px !important;
	background-position:right 1px; 
	margin-right:1px;
}
#pds_pages .rtl li a:hover, 
.rtl li a.hover {
	background-color: #e7f4f9;
	border:1px solid #d8f0fa;
	padding:0px 23px 0px 3px !important;
	background-position:right 0px; 
	margin-right:0px;
}
.rtl li a.clicked,
.rtl li a.clicked:hover,
.rtl li span.clicked {
	background-color: #beebff;
	border:1px solid #99defd;
	padding:0px 23px 0px 3px !important;
	background-position:right 0px; 
	margin-right:0px;
}
.rtl li span.clicked {
	padding:0px 21px 0px 3px !important;
}

.rtl ul {
	background-position:right 1px;
}
.rtl li {
	background-position:right center;
}
.rtl #dragged li.open {
	background-position: right 5px;
}

/* CONTEXT MENU */
.tree .context {
	display:none;
	position:absolute;
	list-style-type:none;
	margin:0;
	padding:0;
}
.tree .context .separator {
	display:none;
}
.tree .context a {
	display:block;
	margin:0;
	padding:0;
}