/* CSS Document */

header, footer{
    display: none;
}
input[type='submit']{
    display: none;
}
section#tableau-de-bord table{
    min-width: unset;
}
section#tableau-de-bord table tr td:last-child, section#tableau-de-bord table tr th:last-child{
    display: none;
}
body{
    font-family: arial, sans-serif!important;
    font-size: 13px!important;
}