body {
    margin: 0;
    padding: 0;
    background-color: #f3efe3;
    color: #2f3a33;
    font-family: "Times New Roman", Georgia, serif;
    min-width: 950px;
}

a {
    color: #365a4b;
    text-decoration: none;
}

a:hover {
    color: #2a463b;
}

#bloc_page {
    width: 950px;
    margin: 0 auto;
}

header {
    background-color: #d9dfd3;
    border-bottom: 1px solid #b4beb0;
}

#lignebc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
}

.titre {
    font-size: 1.5em;
    font-weight: bold;
    color: #3c5449;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0;
}

nav li a {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 6px;
    background-color: #eef2ea;
    color: #355849;
    border: 1px solid #c7cec1;
}

nav li a:hover {
    background-color: #dce4d8;
}

#ligneverte {
    height: 8px;
    background-color: #7e9786;
}

#ligneac {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.bouton {
    display: inline-block;
    background-color: #d6dfd1;
    color: #2f4f42;
    border: 1px solid #b8c2b3;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 0.95em;
}

.bouton:hover {
    background-color: #c9d4c3;
}

#lignecc form {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    color: #2f4f42;
}

input[type="text"],
input[type="date"],
input[type="submit"],
textarea,
select {
    border: 1px solid #b7bcb6;
    border-radius: 6px;
    background-color: #f8f6ef;
    color: #2f3a33;
}

input[type="submit"] {
    background-color: #d3ded0;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #c4d2c1;
}

#contenu_page {
    padding: 10px;
}

#lignegrille {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#photo {
    padding: 2px;
    text-align: center;
    border: 1px dotted #b9bcb5;
    border-radius: 6px;
    background-color: #f7f4ea;
    font-size: 0.8em;
}

#col {
    margin: 8px;
    padding: 10px;
    border-radius: 8px;
    background-color: #ece8dc;
    border: 1px solid #c9cbbf;
}

#lignesc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#texteleft {
    color: #2f3a33;
}

#banniere_image {
    margin: 4px 0;
    border-radius: 8px;
}

#banniere_description {
    background-color: rgba(69, 85, 75, 0.6);
    color: #f8f6ef;
}

table {
    border-collapse: collapse;
}

td {
    padding: 8px;
}

section {
    background-color: #f8f6ef;
    border-radius: 8px;
}

footer {
    background-color: #d9dfd3;
    border-top: 1px solid #b4beb0;
    padding-bottom: 10px;
}

#ligneas {
    display: flex;
    align-items: center;
    gap: 10px;
}

h1, h2, h3, h4, h5, h6, p, li {
    color: #2f3a33;
}

/* Compatibilite avec anciens styles inline encore presents */
body[style*="background-color:#143f73"] {
    background-color: #f3efe3 !important;
}

div[style*="background-color:#143f73"] {
    background-color: #7e9786 !important;
}

div[style*="background-color:#84E0FD"],
input[style*="background-color:#84E0FD"],
input[style*="background-color:#74D0F1"] {
    background-color: #d3ded0 !important;
    color: #2f3a33 !important;
}

span[style*="color: #6e14a6"],
span[style*="color:#6e14a6"],
input[style*="color: #54307E"],
input[style*="color:#54307E"] {
    color: #365a4b !important;
}
