.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}


.treeview .hitarea {
	background: url(../cms/jquery.treeview/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 16px 0px 16px;
}

.treeview a.selected {
	/*background-color: #eee;*/
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { background: url(../cms/jquery.treeview/images/treeview-default-line.gif) 0 0 no-repeat; }

.treeview li.collapsable, .treeview li.expandable { /*background-position: 0 -176px;*/ }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px; }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../cms/jquery.treeview/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0;}

/************ DESIGN ***************/

	.treeview li span{border-bottom:1px solid #de2452; display:block;font-size:18px; margin-top:-8px;font-weight:normal; padding:6px 0 5px 0; text-transform:uppercase;} /* NIVEAU 1 */
	
		.treeview ul {background-color:#de2452;	margin:0px 0px 0px -16px; padding:5px 0 10px 10px; width:304px;} /* NIVEAU 2 BACKGROUND */
		
		.treeview li ul li a{border-bottom:none;color:#e7d4d9; font-size:13px; padding:0;margin-top:0px; text-decoration:none; text-transform:uppercase; } /* NIVEAU 2 SANS SOUS-MENU */
		.treeview li ul li span{border-bottom:none; color:#e7d4d9; font-size:13px;padding:0;margin-top:0px; text-transform:none; text-transform:uppercase;} /* NIVEAU 2 AVEC SOUS-MENU */
		.treeview li ul li span a{border-bottom:none; color:#e7d4d9; font-size:13px;padding:0;margin-top:0px; text-transform:none; text-transform:uppercase;}
		
			.treeview ul li ul{background-color:#d0224d;margin:0px 15px 0px -26px; padding:5px 0 5px 30px;width:284px;}	/* NIVEAU 3 BACKGROUND */
		
				.treeview ul li ul li ul{background-color:#c02047;margin:0px 15px 0px -46px; padding:5px 0 5px 44px;width:270px; }	/* NIVEAU 4 BACKGROUND */


/*** CAS SPÉCIAL (SCROLL MENU) **/
 
.treeview li a{
	color:#e7d4d9; text-decoration:none; border-bottom:1px solid #de2452; display:block;font-size:18px; margin-top:-8px;font-weight:normal; padding:6px 0 5px 0; text-transform:uppercase;
}

.treeview li span.span0{
	border-bottom:1px solid #de2452; color:#e7d4d9; display:block;font-size:18px; margin-top:-8px;font-weight:normal; padding:6px 0 5px 0; text-transform:uppercase;
}

.treeview li a.level1{
	border-bottom:none; color:#e7d4d9; font-size:13px;padding:0;margin-top:0px; text-transform:none;
}

.treeview li a.level2{
	border-bottom:none; color:#e7d4d9; font-size:13px;padding:0;margin-top:0px; text-transform:none;
}
