﻿body {
}


.tbListe{
    width:100%;max-width:700px;
}

    .tbListe thead tr th {
        color: #cecece;
        font-size: 16px;
        font-weight: 500;
    }

.tbListe tbody tr td{
    color:#696969;font-size:14px;font-weight:500;
}


.table > :not(caption) > * > *{
    border-bottom-width:0px;
}


.tbListe tbody tr td a{
    text-decoration:none;
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}

.tbListe tbody tr td a:hover {
    text-decoration: underline;
}
