/* ===== BOÎTE GÉNÉRIQUE ===== */
.box-block {
    width: 168px;
    border: 1px solid #111;
    background: #333;
    font-family: Verdana, Arial, sans-serif;
}

.box-block:not(:last-child) { /* Espace en bas entre 2 blocs sauf le dernier */
    margin-bottom: 6px;
}

/* Titre */
.box-title {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: url('/graph/barre.jpg') #800000;
    border-bottom: 1px solid #111;
}

/* Contenu */
.box-content {
    padding: 4px 6px;
    background: #333;
	font-size: 10px;
    font-weight: bold;
	color: #FFFF00;
}

/* ===== MENU (spécifique) ===== */
.menu-box .box-content {
    text-align: left;
}

.menu-box a {
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.15;
    margin-bottom: 2px;
}

/* Hauteur fixe du menu */
.menu-box {
    height: 489px;
    display: flex;
    flex-direction: column;
}

.submenu {
    display: block;      /* Pour que chaque lien soit sur sa propre ligne */
    margin-left: 20px;   /* Décalage horizontal */
}

/* ===== MESSAGES (spécifique) ===== */
.messages-box iframe {
    width: 151px;
    height: 252px;
    border: 0;
    display: block;
    margin: 0 auto;
}

.box-footer {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 6px;
}