@charset "utf-8";

/* === Global Body Styles === */
body {
    background: #fac96e url('fond.png') no-repeat fixed 0 0;
    color: #000000;
    font-family: "Lexend", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

/* === Template Colors === */
.template_color {
    color: #ffffff;
}

.template_border_color {
    border-color: #e8e8e8;
}

.template_backgroundcolor {
    background-color: #fac96e;
}

/* === Titles === */
.titre {
    text-transform: uppercase;
    color: #e8e8e8;
    font-size: 14px;
}

/* Override for titre inside .formcontent */
.formcontent .titre {
    text-transform: none;
    color: inherit;
    font-size: 14px;
}

/* === Menu Styles === */
.menu_niveau_1,
.menu_niveau_1_on {
    transition: background-color 0.3s, color 0.3s;
    padding: 6px 12px;
    display: inline-block;
    text-decoration: none;
}

/* Onglet actif */
.menu_niveau_1_on {
    background-color: #009ed2;
    color: #ffffff;
}

/* Survol du menu */
.menu_niveau_1:hover {
    background-color: #009ed2;
    color: #ffffff;
    cursor: pointer;
}

/* === Header Styles === */
#template_header {
    color: #e8e8e8;
    width: 980px;
    height: 160px;
    margin: 0 auto; /* Centrage horizontal */
    background-color: #333333; /* Pour voir le header, modifiable selon ton design */
}

#template_header a {
    color: #e8e8e8;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    padding: 4px 6px;
    border-radius: 4px;
}

/* Lien header au survol */
/*
#template_header a:hover {
    background-color: #333333;
    color: #fffff;
}
*/
