.TheoFrameTitleBar{
	margin:0px;
	padding:0px;
	margin-bottom:-20px;
	background-color: #2554FF;
	border:1px black solid;
	text-align: left;
	font-weight: bolder;
	padding-left: 5px;
}
.TheoFrameTitleBar div{
	display:inline;
}

.loadFileBrowser{
	border:1px black solid;
	position:absolute;
	width:700px;
	height:480px;
	background-color: green;
}
.loadFileBrowser a{
	text-decoration: none;
	color: black
}
.loadFileBrowser a:hover{
	text-decoration: underline;
	color: black
}
.loadFileBrowser .TheoFrameCloseBar{
	position:relative;
	display:block;
	width:22px;
	height:22px;
	top:-22px;
	left:668px;
	background-image: url("/leaderhabitat/framework/FileBrowser/icones/stop.png");
	background-position: center;
	background-repeat: no-repeat;
}
.loadFileBrowser input{
	display: none;
}
#fichier, #recherche{
	display: inline;
}
#browser{
	background-color: red;
}
#browserMain{
	display:inline;
	background-color: red;
}
#dossiers{
	background-color: white;
	width:24%;
	padding-top:5px;
	margin-left: 0px;	
	height:421px;
	overflow: auto;
	border-left: 1px black solid;
	border-right: 1px black solid;
	border-bottom: 1px black solid;
	float:left;
}
/* Arbre des dossiers */
#rep{
	margin-left:1px;
	text-align: left;
}
.RacineFB{
		text-align: left;
		font-weight: bolder;
		padding-left: 10px;
}
a.dirDeployed{
	background-image: url("/leaderhabitat/framework/FileBrowser/icones/folder.png");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.dirDeployed .case a {
	background-color: yellow;	
}
a.dirCollapsed {
	background-image: url("/leaderhabitat/framework/FileBrowser/icones/folder.png");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* LES FICHIERS */
#Fichiers{
	width:75.43%;
	background-color: white;
/*	margin-left:24%;
	top:-546px;
	padding-bottom:-250px;*/
	border-right:1px black solid;
	border-bottom:1px black solid;
	border-left: 1px black solid;
	height:426px;
	float:left;
	padding-top: 0px; 
}
.files{
	border: none;
	width:100%;
}
.files th{
	border: 1px black solid;
	border-bottom: 2px black solid;  	
	background-color:#D3D1D1;
}
.files .firstCol{
	text-align: left;
}
.files .firstCol img{
	padding-right: 2px; 	
	vertical-align: middle;
}
.files .firstCol a{

	vertical-align: middle;
}
/* L'entete */
#entete{
	vertical-align:middle;
	text-align:left;
	height:24px;
	background-color:#D3D1D1;
	border: 1px black solid;	
}
.Affichage img{
	/*border-left: 1px black solid;	
	border-right: 1px black solid;	*/
	margin-left : 2px;
	margin-right : 2px;
}

.Affichage a:hover{
/*	height:24px; 
	background-color: #75B3FF;*/
}