table.tablesorter {
    margin:20px auto 15px auto;
    font-size: 12px;
    width: 100%;
    text-align: left;
    border-spacing: 0px;
    border-collapse:collapse;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #0033cc;
    font-size: 12px;
    padding: 4px;
    font-weight: normal;
}
table.tablesorter thead tr th.interests {
    width: 50%;
}
table.tablesorter thead tr .header {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    cursor: pointer;
    font-weight: normal;
}
table.tablesorter tbody td {
    padding: 8px 6px 8px 6px;
    vertical-align: top;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #eee;
}
table.tablesorter tbody tr.odd td {
    background-color: #0033cc;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #0033cc;
    color: white;
}

#cnil-notice {
    font-size: 10px;
    color: #cc0a27;
    text-align: justify;
}
