#fond-contenu {
	background-image:url(../img/fond-contenu-filemanager.jpg) !important;
}
#file_manager{
	width:710px;
	margin-left:10px;
}
#file_manager a{
	font-weight:normal;
}
#file_manager b a{
	font-weight:bold;
}

#filemanager_tree {
	width:100%;
}
#filemanager_tree a{
	display:block;
	text-decoration:none;
	color: #C96C05;
}
#filemanager_tree a:hover{
	background-color:#638522;
	color:#ffffff;
}
#filemanager_tree a.active{
	background-color:#638522;
	color:#ffffff;
	font-weight:bold;
}

#filemanager_tree em{
	display:block;
	font-style:normal;
}
#filemanager_tree b{
	display:block;
	font-style:normal;
	color:#638522;
}

#file_containers {
	display:inline;
	float:left;
}
#file_containers table {
	border:0;
	border-spacing:0;
}

#file_list {
	display:block;
	float:left;
	padding:5px;
	border:2px solid #638522;
	border-bottom:0;
	border-right:0;
	width:280px;
	/*border-left:2px solid #638522;*/
}

#file_list a {
	display:block;
	margin-top:0.1em;
	width:100%;
	color: #C96C05;
}

#file_description {
	/*display:inline;*/
	width:100%;
	margin:5px;
}

#file_description h3 {
	font-size:1.2em;
	margin-top:1em;
	border-bottom:1px solid #275456;
	padding-bottom:0.2em;
}

#file_description a.links {
	display:block;
	margin-top:0.1em;
	font-weight:normal;
	text-decoration:none;
	color: #C96C05;
}
#file_description a.links:hover{
	background-color:#638522;
	color:#fff;
}
#file_description a.links img{
	border:0;
	margin-right:5px;
}
table,tr,td {
	/*background-color: transparent;*/
}
#corps { background-color:transparent; }
