.closeFolder { 
	margin-left: -5px;
	padding-bottom: 7px;
	padding-left: 25px;
	text-decoration: none; 

	background: url(/image_partagee/folder_closed_inv.gif) no-repeat; 
}

.closeFolderLink { 
	margin-left: -5px; 
	padding-bottom: 7px;
	padding-left: 25px;
	text-decoration: none; 
	height: 1.2em;  
	background: url(/image_partagee/folder_closed_inv.gif) no-repeat; 
}  

.expandOpen{
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 16px;
	vertical-align: -40%;
	border: 0px;
}

.libelleEtImg{
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 1em;
	width: 100%;
}

.closeFolder:hover { 
	text-decoration: underline; color: rgb(227, 63, 0);
} 

.closeFolderLink:hover { 
	text-decoration: underline; color: rgb(227, 63, 0);
}

.closeFolderWithoutChildLink { 
	margin-left: -5px; 
	padding-bottom: 7px;
	padding-left: 25px;
	text-decoration: none; 
	background: url(/image_partagee/folder_closed_inv.gif) no-repeat; 
} 

.closeFolderWithoutChildLink:hover { 
	text-decoration: underline; 
	color: rgb(227, 63, 0);
} 

.closeFolderWithoutChild { 
	margin-left: -5px; 
	padding-bottom: 7px;
	padding-left: 25px;
	text-decoration: none; 
	background: url(/image_partagee/folder_closed_inv.gif) no-repeat; 
} 

.closeFolderWithoutChild:hover { 
	text-decoration: underline; 
	color: rgb(227, 63, 0);
} 

.openFolder { 
	text-decoration: none; 
	margin-left: -5px; 
	padding-left: 25px; 
	padding-bottom: 7px;
	background: url(/image_partagee/folder_open_inv.gif) no-repeat ; 
}

.openFolderLink { 
	text-decoration: none; 
	margin-left: -5px;
	padding-left: 25px; 
	padding-bottom: 7px;
	background: url(/image_partagee/folder_open_inv.gif) no-repeat ; 
}

.openFolder#selected{ 
	color: #f88888; 
}

.openFolderLink#selected{ 
	color: #f88888; 
}

.openFolderLink:hover { 
	text-decoration: underline; 
	color: rgb(227, 63, 0);
}

.openFolder:hover { 
	text-decoration: underline; 
	color: rgb(227, 63, 0);
} 

.openFolderWithoutChild { 
	text-decoration: none; 
	margin-left: -5px; 
	padding-bottom: 7px;
	padding-left: 25px;
	background: url(/image_partagee/folder_open_inv.gif) no-repeat ; 
} 

.openFolderWithoutChildLink { 
	text-decoration: none; 
	margin-left: -5px; 
	padding-bottom: 7px;
	padding-left: 25px;
	background: url(/image_partagee/folder_open_inv.gif) no-repeat ; 
}

.openFolderWithoutChild#selected{ 
	color: #f88888; 
}

.openFolderWithoutChildLink#selected{ 
	color: #f88888; 
}

.openFolderWithoutChild:hover { 
	text-decoration: underline; 
	color: rgb(227, 63, 0);
}

.openFolderWithoutChildLink:hover { 
	text-decoration: underline; 
	color: rgb(227, 63, 0);
}


.ulTreeview{
	list-style-type: none;
	display: table;	
	margin: 0;
	position: static;
}

.ulTable{
	margin-bottom: 0px;
}

/*
.ulTr{
display:table-row; 
}

.ulTd{
display:table-cell;
}
*/
/*pour le menu des type*/
#menuType{
	/*border: 2px outset black;
	background-color: #FFFFFF;*/
	width: 215px;
	height: 30px;
	margin: auto;
	padding: 0;
}

#menuType ul{
	list-style-type: none;
	margin-top: 0;
	padding-left: 0;
}

#menuType li{
	/*margin-left: 2px;
	display: block;
	width: 22px;
	height: 22px;
	float: left	;*/
	float: left;
	display: block;
	font-size: 10px;
	margin: 2px 1px;
}
/*
#menuType img{
	margin: auto;
	padding: 0;
	vertical-align: middle;
	border: 0px;
}*/
.iconTypeHtml{
	display: block;
	width: 24px;
	margin: 1px 1px;
	padding: 24px 2px -0.5em 1px;
	/*border: 1px outset black;*/
}

.iconTypeHtml img{
	border: 0;
}

.iconTypeHtml:hover{
	text-decoration: none;
/*	border: 1px inset blue;*/
	background-color: rgb(139, 163, 227);
}

.disabled{
	margin: 1px 1px;
	width: 24px;
	/*border: 1px inset InactiveBorder;*/
	/*background-color: InactiveCaptionText;*/
}



