/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 22 2026 | 14:53:28 */
.tableau-urbanisme {
    width: 100%;
    border-collapse: collapse;
}

.tableau-urbanisme th {
    background-color: #dedede;
    color: #333333;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    padding: 12px 10px;
    border-bottom: 1px solid #d9d9d9;
}

.tableau-urbanisme td {
    padding: 12px 10px;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
}

.tableau-urbanisme a {
    color: #0d58ba;
    font-weight: 600;
    text-decoration: underline;
}

.tableau-urbanisme a:hover,
.tableau-urbanisme a:focus {
    color: #1c77ed;
    text-decoration-thickness: 2px;
}