@import url(default.css);
/*
 * DOCUMENT
 **/
/* =============================================================================
 * EN-TETE
 * ===========================================================================*/
#document #bandeau_photo {background-color : transparent}
/*
 * NAVIGATION PRIMAIRE
**/
/*#document {	background-color:#FFF5E5; }*/
#corps { background-color:#FFF5E5; }
#colonneDroite { background-color:#FFF; }

#navigation a:hover, #navigation a:focus, #navigation strong {background-color : #FFF5E5;color : #000;}
/* =============================================================================
 * COLONNE GAUCHE
 * ===========================================================================*/
/*
 * NAVIGATION SECONDAIRE
 * Attention au bug sur le first-letter du #motPresident : cf. déclaration #autreInfo h3 {}
**/
#navigationSecondaire {background: #FFC772;}
#navigationSecondaire li {background-image:url(images/puces_2carres_orange.gif);}
/* Niveau 2 */
#navigationSecondaire li ul {background-color : #FFF5E5;}
#navigationSecondaire li li {background-image : url(images/niveau2_orange.gif);}
#navigationSecondaire li li.current {background-color : #FF7917;}
/*
 * LIENS DIVERS : Lettre d'info, Envoyer à un ami, dernière mise à jour, Plan du site
 * Attention au bug sur le first-letter du #motPresident : cf. déclaration #autreInfo h3 {}
**/
#navTransverse {border-color : #FF9A02;}
#navTransverse li {background-image: url(images/puce_triangleBlanc_orange.gif);}
/* =============================================================================
 * CONTENU
 * ===========================================================================*/
/*
 * ARTICLE
*/
#article ul li {list-style-image : url(images/puce_contenu_orange.gif);}
#article ul li li {list-style-image : none;}
#article h2 {background-image :  url(images/h2_article_orange.gif);color : #ff7917;}
#article h3 {background-image :  url(images/puces_2carres_orange.gif);color : #ff7917;}
#article strong {color : #f90;}
#article a {color : #FF7917;}
/* =============================================================================
 * COLONNE DROITE
 * ===========================================================================*/
/* =============================================================================
 * MODULES (COLONNE DROITE & COLONNE GAUCHE)
 * ===========================================================================*/
/*
 * MODULES
**/
.module strong {color : #FF7917;}
.module a {color : #FF7917;}
#printInfo_WithScript {
  background-color: #FFF5E5;
}