* ==========================================================================
   1. STYLES GENERAUX & LIENS (Conservés pour vos pages de contenu)
   ========================================================================== */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; /* CORRECTION : Remplacé xx-small (trop petit) par une taille lisible */
	margin-top: 0px;
}

a:link {
	color: #880000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #FF6000;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	background-color: #DD0000;
	color: #FFFFFF;
	text-decoration: none;
}

/* ==========================================================================
   2. TITRES & TEXTES (Limités à 750px pour vos pages de contenu)
   ========================================================================== */
h0 { font-size: 175%; }
h7 { font-size: 140%; }
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
	text-align: justify;
	background: #EAF9FF; 
	border-bottom: 1px solid #83B7BC;
	border-right: 2px solid #BAD7DA;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
	max-width: 750px; /* CORRECTION : Utilisation de max-width pour ne pas bloquer le responsive */
}

/* Styles pour le contenu des pages (articles, documents...) */
p {
	text-align: justify;
	line-height: 130%;
	font-size: 12px;
	width: 100%;
	max-width: 750px; /* CORRECTION : Évite de déborder sur mobile */
}

/* CORRECTION IMPORTANTE : Ajout de la classe .content-list pour cibler uniquement 
   les listes de vos pages de contenu, et NE PAS casser le menu réactif. */
.content-list li {
	margin-bottom: 0px;
	margin-top: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.content-list {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	max-width: 750px;
}

/* ==========================================================================
   3. BASE DE L'ANCIEN MENU (Conservée pour la compatibilité descendante)
   ========================================================================== */
.menu {
	background-color: #EEFBFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.menuhead {
	background-color: #666666;
	border-top: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Anciennes règles de liens pour les tableaux de menus */
table.menu a:link { color: #000000; text-decoration: none; }
table.menu a:visited { color: #333333; font-weight: normal; text-decoration: none; }
table.menu a:hover { color: #4A858A; text-decoration: underline; }
table.menu a:active { background: #FFFFCC; color: #FFFFFF; text-decoration: none; }
