/* Generic context menu styles */
.contextMenu {
	position: absolute;
	width: 120px;
	z-index: 99999;
	border: solid 2px #eb9e00;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	border-radius: 3px;
	display: none;
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 1px 5px;
	padding-left: 28px;
}

.contextMenu LI.hover A {
	color: #FFF;
	background-color: #eb9e00;
}

.contextMenu LI.disabled A {
	color: #AAA;
	cursor: default;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator2 {
	border-top: solid 1px #eb9e00;
}

/*
	Adding Icons
	
	You can add icons to the context menu by adding
	classes to the respective LI element(s)
*/

.contextMenu LI.edit A { background-image: url(../img/page_white_edit.png); }
.contextMenu LI.add A { background-image: url(../img/page_white_add.png); }
.contextMenu LI.cut A { background-image: url(../img/cut.png); }
.contextMenu LI.copy A { background-image: url(../img/page_white_copy.png); }
.contextMenu LI.paste A { background-image: url(../img/page_white_paste.png); }
.contextMenu LI.delete A { background-image: url(../img/page_white_delete.png); }
.contextMenu LI.quit A { background-image: url(../img/door.png); }
.gestionnaire .dossier_gestion { 
	background-image: url(../img/folder.png);
	background-repeat: no-repeat;
	padding-left:20px;
	padding-bottom:5px;
	
	}
	.gestionnaire .fichier { 
	background-image: url(../img/lien_fichier.png);
	background-repeat: no-repeat;
	margin-left:40px;
	padding-left:20px;
	
	}
	.gestionnaire .der{ 
	background-image: url(../img/lien_fichier_der.png);
		background-repeat: no-repeat;
	margin-left:40px;
	padding-left:20px;
	
	}
	.gestionnaire .fichier:hover{ 
	background-image: url(../img/lien_fichier.png);
		background-repeat: no-repeat;
	background: #eb9e00;
	
	}
	.gestionnaire .der:hover{ 
	background: #eb9e00;
	background-image: url(../img/lien_fichier_der.png);
		background-repeat: no-repeat;
	
	}
	
	.gestionnaire ul {
list-style:none;
margin-left:0;
padding-left:0;
line-height:0.9;
}
 .gestionnaire li {
margin-bottom:0px;/* à adapter */
}