table.ls_documents {
	width: 100%;
	border-collapse: collapse;
}

table.ls_documents thead tr {
	border: 0;
	border-bottom: .1em dotted #cbcbcb;
}

table.ls_documents tr td{padding: .3em 0;}

table.ls_documents tbody tr {
	border-bottom: 0.1em dotted #cbcbcb;
}

/*table.ls_documents tbody tr td a {
	color:#65776e!important;
}*/

table.ls_documents tbody tr td a:hover {
	background-color: transparent!important;
	color:red!important;
}


/*
table.ls_documents thead tr th {
	color: #e2001a;
	text-transform:uppercase;
	text-align: left;
}




table.ls_documents, table.ls_documents tr, table.ls_documents th, table.ls_documents td {
	border-collapse: collapse;
}

table.ls_documents tbody tr:hover {
	background-color: #fbe1d6;
	font-weight: bold;
	color: #e2001a;
}

.even {

}

.odd {
	background-color: #fff1e6;
}



table.ls_documents td,
table.ls_documents th{
	padding: 0.2em 1em 0.2em 1em;
}

table.detaille tbody tr td{
	padding: 0.5em 1em 0.5em 1em;
}

.td_nombre_elem {
	padding-left: 2em;
}



table.ls_documents tbody tr td.icon{
	width: 1em;
	padding: 0em 0.3em 0em 0.3em;
}

table.ls_documents tbody tr td .fugue{
	opacity : 0.5;
    filter : alpha(opacity=50);
}
table.ls_documents tbody tr td .fugue:hover{
	opacity : 1;
    filter : alpha(opacity=100);
}*/
