/* Effet Survol

ATTENTION: RESPECTER BIEN LE RETOUR A LA LIGNE AVANT ET
APRES LES LIGNE COMMENTER PAS BG ET BGHOVER SINON LA MISE
A JOUR DU FICHIER PEUT PROVOQUER DES ERREUR !!!	
-------------------------------------------------------*/

.dlm_list{
	float : left;
	width : 100%;
	margin : 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
/*bg*/ background-color: #FFFFFF;;
	text-align : left;
	border : 1px dashed #ccc;
}

.dlm_list:hover{
	float : left;
	width : 100%;
	margin : 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
/*bghover*/ background-color: #ebebeb;;
	color: #000000;
	text-align : left;
	border : 1px dashed #ccc;
}

table#dlm tr{
/*bg*/ background-color: #FFFFFF;;
}

table#dlm tr:hover{
/*bghover*/ background-color: #ebebeb;;
}

.dlm_bloc{
	float : left;
	margin : 0 10px 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
/*bg*/ background-color: #FFFFFF;;
	color: #000000;
	text-align : left;
	border : 1px dashed #ccc;
}

.dlm_bloc:hover{
	float : left;
	margin : 0 10px 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
/*bghover*/ background-color: #ebebeb;;
	color: #000000;
	text-align : left;
	border : 1px dashed #ccc;
}

/* Format tableau
-------------------------------------------------------*/

table {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table#dlm img {
	border: 0;
}

table#dlm th {
	text-align : left;
	color: #000000;
	background: transparent;
}

table#dlm td.name{
	width: 25%;
	line-height: 2em;
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

table#dlm td.desc{
	width: 70%;
	line-height: 2em;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

table#dlm td.file{
	width: 5%;
	line-height: 2em;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

table#dlm td.file_name{
	width: 60%;
	line-height: 2em;
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

table#dlm td.size{
	width: 10%;
	line-height: 2em;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

table#dlm td.date{
	width: 14;
	line-height: 2em;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

table#dlm td.nbr_dl{
	width: 6%;
	line-height: 2em;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

/* Format bloc
-------------------------------------------------------*/

.title_file_bloc{
	width : 230px;
	height : 70px;
	text-align : center;
	position: relative;
	top: 10px;
}

.title_file_bloc img {
	border: 0;
}

.title_dir_bloc{
	width : 230px;
	height : 80px;
	text-align : center;
	position: relative;
	top: 10px;
}

.title_dir_bloc img {
	border: 0;
}

.info_bloc{
	width : 230px;
	height : 150px;
	text-align : left;
	position: relative;
	left: 5px;
	top: 0px;
}

/* Format liste
-------------------------------------------------------*/

.title_dir_list{
	border: 0;
	height: 40px;
	width: 100px;
	text-align : center;
	position: relative;
	top: 15px;
}

.title_file_list{
	border: 0;
	height: 60px;
	width: 100px;
	text-align : center;
	position: relative;
	top: 40px;
}

.title_file_list img {
	border: 0;
}

.info_dir_list{
	height : 40px;
	text-align : left;
	position: relative;
	left: 100px;
	top: -30px;
}

.title_dir_list img {
	border: 0;
}

.info_file_list{
	height : 60px;
	text-align : justify;
	position: relative;
	left: 100px;
	top: -60px;
}

/* Autre classe
---------------------------------------------------------------*/

.attach{
	color: #f60;
	line-height: 2em;
}