@charset "utf-8";

/* --- STYLE GLOBAL UNIGE / FPSE --- */
body {
    background: #ffffff url("fond.png") fixed no-repeat 0 0;
    color: #000000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

/* Couleur principale UNIGE (magenta) */
.template_color {
    color: #CF0063;
}

/* Bordures sobres (noir institutionnel) */
.template_border_color {
    border-color: #000000;
}

/* Couleur de fond utilisée pour certains éléments internes */
.template_backgroundcolor {
    color: #000000;
}

/* --- TITRES --- */
/* Titres généraux (UNIGE → magenta) */
.titre {
    text-transform: uppercase;
    color: #CF0063; /* Couleur officielle UNIGE */
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

/* Titres internes ou sous-titres */
.formcontent .titre {
    text-transform: none;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
}

/* --- MENU PRINCIPAL --- */
/* État actif ou survol : FPSE turquoise */
.menu_niveau_1_on {
    background-color: #00B1AE;  /* FPSE */
    color: #ffffff;
}

/* --- HEADER (haut de page) --- */
#template_header {
    color: #000000;
}

#template_header a {
    color: #CF0063; /* UNIGE */
    text-decoration: none;
}

#template_header a:hover {
    color: #00B1AE;  /* FPSE en hover */
    text-decoration: underline;
}
