.fin_float
{
	clear: both;
}
.fichier
{
	float: left;
	height: 90px;
	width: 120px;
	margin: 5px;
	text-align: center;
	cursor: move;
	overflow: hidden;
	z-index: 0;
}
.fichier img
{
	display: block;
	margin: auto;
	cursor: pointer;
	width: 64px;
	height: 64px;
}
.fichier span
{
	cursor: text;
	white-space: nowrap;
}

#options_explorateur
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 5px 20px;
	clear: both;
}
#options_explorateur .fichier
{
	width: 165px;
	height: auto;
	margin: 0 2px;
	text-align: left;
	cursor: pointer;
	font-weight: bold;
}
#options_explorateur .fichier img
{
	display: inline;
	height: 32px;
	width: 32px;
}
#options_explorateur .fichier span
{
	position: relative;
	bottom: 10px;
	margin-left: 5px;
	cursor: pointer;
}
#options_explorateur .fichier.indisponible, #options_explorateur .fichier.indisponible img, #options_explorateur .fichier.indisponible span
{
	cursor: default;
	font-weight: normal;
}

.message
{
	font-weight: bold;
	height: 22px;
}

#infobulle
{
	position: absolute;
	display: none;
	border: 1px solid black;
	min-width: 150px;
	font-size: 10px;
	text-align: center;
	background: url(../images/bgFooter.gif) -2px 0 repeat-x;
	background-color: white;
}
#infobulle h4
{
	font-size: 12px;
	color: #00C6FF;
	margin: 0 3px;
	padding: 0;
	text-align: left;
}
#infobulle p
{
	margin: 0 6px 6px;
	padding: 0;
}

.icone_fichier
{
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	width: 48px !important;
	height: 52px !important;
}
