#f_mediatheque label, #f_mediatheque span{
	font-weight:bold;
	float:left;
	margin:0 10px 0 0;
}

#f_mediatheque #selectListeDossier{
	float:left;
}

#f_mediatheque .checkbox{
	float:left;
	margin:0 10px 0 0;
}

.listeMedias{
	width:100%;
	margin:25px 0 0 0;
}

.blocMediatheque{
	width:100%;
	float:left;
	margin:0 0 25px 0;
}
.blocMediatheque h2,
h3.folderName{
	color: #AC7D01;
	margin: 0 0 15px 0;
	width:100%;
	border-bottom:1px solid;
} 
#imageMediatheque a{
	display:block;
	float:left;
	margin:0 5px 0 0;
}

#imageMediatheque .media{
	float:left;
	margin:0 0 10px 0;
}

#videoMediatheque .playervideo{
	float:left;
	margin:0 5px 0 0;
}

#videoMediatheque .media{
	width:100%;
	float:left;
	margin:0 0 10px 0;
}

#poadcastMediatheque .media{
	width:100%;
	float:left;
	margin:0 0 10px 0;
}
a.folder{
	background:url(../images/interface/folder.gif) no-repeat left center;
	padding:5px 0 5px 20px;
	margin-right:10px;
	font-weight:bold;
	display:block;
	width:250px;
	float:left;
}
a.fparent{
	background:url(../images/interface/folderback.gif) no-repeat left center;
}
