/* Effet Survol */

/* ATTENTION: NE TOUCHEZ PAS AU LIGNE COMMENCANT PAR:
bg ET bghover !!!	
-------------------------------------------------------*/

.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: 95%;
	line-height: 2em;
	border-left: 1px dashed #ccc;
	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 : 80px;
	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;
	overflow: hidden;
	margin-right: 10px;
	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 : 60px;
	width: 380px;
	text-align : left;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	left: 100px;
	top: -30px;
}

.title_dir_list img {
	border: 0;
}

.info_file_list{
	height : 60px;
	width: 380px;
	text-align : justify;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	left: 100px;
	top: -60px;
}

/* Attachement de fichier
---------------------------------------------------------------*/

.attach{
	color: #f60;
	line-height: 2em;
}

.dlm_attach h4{
	text-decoration: underline;
}

.dlm_attach li{
	display: block;
	list-style-type: none;
	padding-left: 18px;
	padding-right: 5px;
	background: transparent url(__img__/attach.png) no-repeat left bottom;
}