/**
 * CSS pour le module de suivi mensuel des projets
 */

table.liste th, table.liste td {
    border: 1px solid #ccc;
    padding: 5px;
}

table.liste th {
    background-color: #f8f8f8;
}

table.liste tr.oddeven:hover {
    background-color: #f0f0f0;
}

.btn-copy {
    margin-bottom: 10px;
}

.navigation-links {
    margin: 15px 0;
}
