/* pour mettre le titre au milieu */
.ygtvdepth0 {
    line-height: 2.2;
}

/* remove white background color on TreeView labels */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
	background-color: transparent;
}

/* remobe background color on focused elements */
.ygtvfocus, .ygtvfocus .ygtvlabel, .ygtvfocus .ygtvlabel:link, .ygtvfocus .ygtvlabel:visited, .ygtvfocus .ygtvlabel:hover {
	background-color: transparent;
}


/* change height/width on Treeview items to make it more compact */
.ygtvtn, .ygtvln {
	height: 15px;
	width: 13px;
}

.ygtvdepthcell, .ygtvblankdepthcell, .ygtvspacer {
	height:15px;
	width: 10px;
}

.ygtvtn {
	background-position: 0 -5604px;
}

.ygtvln {
	background-position: 0 -1604px;
}
