/* =========================
   bleu.css - media="SCREEN"
   =========================
   spécifique à la couleur de l'année */
   
/* ---------- BLEU */
/* C1D8F4;  /*(BLEU TRES CLAIR) fonds */
/* 85B2E9;  /*(BLEU CLAIR) en-tête */
/* 478BDE;  /*(BLEU ASSEZ CLAIR) texte gras */
/* 0964D2;  /*(BLEU STANDARD) lignes séparation */
/* 0855B3;  /*(BLEU FONCE) liens */ 
/* 053269;  /*(BLEU TRES FONCE) titres */
/* Texte h1, h2, etc...  */
h1 {color: #053269;  /*(BLEU TRES FONCE) titres */
}
h2 {color: #855B3;  /*(BLEU FONCE) liens */ 
}
h3 {color: #0964D2;  /*(BLEU STANDARD) lignes séparation */
}
h4 {color: #478BDE;  /*(BLEU ASSEZ CLAIR) texte gras */
}
hr {
	background-color: #0964D2;  /*(BLEU STANDARD) lignes séparation */
}
a {
    color: #0855B3;  /*(BLEU FONCE) liens */ 
}
strong {
    color: #053269;  /*(BLEU TRES FONCE) titres */
} 
ul.menu, ul.menu ul {
	background-color:#C1D8F4;  /*(BLEU TRES CLAIR) fonds */
	border-color:#478BDE;  /*(BLEU ASSEZ CLAIR) texte gras */
}
ul.menu a {
	background-color:#C1D8F4;  /*(BLEU TRES CLAIR) fonds */
	border-color:#E4E1DE;  /*Gris */
	color: #0855B3;  /*(BLEU FONCE) liens */ 
}
/* Blocs : #global, #entete, #navigation et #contenu */
#global  {
background-color:#C1D8F4;  /*(BLEU TRES CLAIR) fonds */
}
/* fond commun avec #navigation*/
#entete {
background-color: #85B2E9;  /*(BLEU CLAIR) en-tête */
border-bottom-color: #0964D2;  /*(BLEU STANDARD) lignes séparation */
/* ligne au-dessus de #contenu et #navigation */
}
#navigation {
/* fond commun avec #global */
background-color: #C1D8F4;  /*(BLEU TRES CLAIR) fonds */
}
#contenu {
/* ligne entre #contenu et #navigation (à droite) */
border-right-color: #0964D2;  /*(BLEU STANDARD) lignes séparation */
}
#AvAr {   /* Bloc pour raccourcis avec flèches avant & arrière */
	border-right-color: #0964D2;  /*(BLEU STANDARD) lignes séparation */
	/* ligne entre #contenu et #navigation (à droite) */
}
#lecteur {
	background-color:#85B2E9;  /*(BLEU CLAIR) en-tête */
	border-color: #0964D2;  /*(BLEU STANDARD) lignes séparation */
}
.gros {color: color: #478BDE;  /*(BLEU ASSEZ CLAIR) texte gras */
}

