.tableFichier td,
.tableFichier .tabulator-cell {
    padding: 9px;
	font-size: 11px;    
}

.tableFichier{
	width: auto;
	min-width: 60%;	
}
.tableFichier td,
.tableFichier .tabulator-cell{
	text-align: center;
}
.tableFichier td a,
.tableFichier .tabulator-cell a{
    text-decoration: none;
}
.tableFichier tr:first-child,
.tableFichier .tabulator-row:first-child {
    border-top: none;
}
.tableFichier tr,
.tableFichier .tabulator-row {
    border-top: 1px solid var(--main-border-color);
}