td {
    background-color: #333;
    cursor: pointer;
}
td a {
    color: skyblue;
}
.table-hover > tbody > tr:hover {
    color: #fff;
}
.modal td{
    color: #eeeeee;
    cursor: default;
}
td i {
    font-size: 1.5em;
}
.modal td i{
    font-size: 1em;
}
#legendeNoticeModalLabel,.legende .close{
    color: #eeeeee;
}
.legende{
    background-color: #333333;
}
.legende .close:hover{
    color: #cccccc;
}