
/******************************************************
Liste des fichier
*******************************************************/

table#FICHIERS {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

table#FICHIERS tr {
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-color : #666666;
}

table#FICHIERS > tbody tr:hover {
    background-color: #DDDDDD;
}

table#FICHIERS tr > td:first-child  {
    font-weight: bold;
}

table#FICHIERS th {
    color: #666666;
}

table#FICHIERS td,th {
    padding-top:0.3em;
    padding-bottom:0.3em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

table#FICHIERS td div {
    font-size: 75%;
    color: #777777;
    font-weight:normal;
}

button.btnSuppr {
    background:url(../img/trash.svg);
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    background-position-x: center;
    background-position-y: center;
    height: 1.7em;
    width: 1.7em;
    vertical-align: middle;
    border:0;
    padding:0;
    margin:0;
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    font-size:0.9em;
}

a.lienOuvrir {
    color: black;
    text-decoration: none;
}

button.btnSuppr:hover{
    background-color: #AAAAAA;
}

#MSG_VIDE {
    display:none;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: #777777;
}
