@import url(default.css);
/*
 * DOCUMENT
 **/
/* =============================================================================
 * EN-TETE
 * ===========================================================================*/
/*
 * ÉLÉMENTS D'ENTÊTE
 **/
#document #bandeau_photo {background-color : transparent}
/*
 * NAVIGATION PRIMAIRE
**/
/*#document {	background-color:#0074BE; }*/

#navigation a:hover, #navigation a:focus, #navigation strong {background-color:#f2f2f2;color : #000;}
/* =============================================================================
 * COLONNE GAUCHE
 * ===========================================================================*/
/*
 * 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 : #1d8dcd;}
#navTransverse li {background-image: url(images/puce_triangleBlanc_bleu.gif);}
/* =============================================================================
 * CONTENU
 * ===========================================================================*/



#contenu ul li {list-style-image : url(images/puce_contenu_bleu.gif);}
#contenu ul li li {list-style-image : none;}
#contenu h2 {color : #0074BE;background-image :  url(images/h2_article_bleu.gif);}
#contenu h3 {
	margin:8px 0;
	padding : 0 0 0 12px;
	border-bottom : 2px dotted silver;
	background-image: url(images/h3_accueil.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color : #333;
	font-size: 100%;
	font-weight: normal;
}
#contenu a {color : #0074BE;}
/*
 * ARTICLE
*/
#article ul li {list-style-image : url(images/puce_contenu_bleu.gif);}
#article ul li li {list-style-image : none;}
#article h2 {color : #0074BE;background-image :  url(images/h2_article_bleu.gif);}
#article h3 {
	margin:8px 0;
	padding : 0 0 0 12px;
	border-bottom : 2px dotted silver;
	background-image: url(images/h3_accueil.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color : #333;
	font-size: 100%;
	font-weight: normal;
}
#article a {color : #0074BE;}
/* =============================================================================
 * COLONNE DROITE
 * ===========================================================================*/
/* =============================================================================
 * MODULES (COLONNE DROITE & COLONNE GAUCHE)
 * ===========================================================================*/
/*
 * MODULES
**/
.module strong {color : #0074BE;}
.module a {color : #0074BE;}

/* =============================================================================
 * RESULTATS DE RECHERCHE
 * ===========================================================================*/
#resultats .resultatsEntete {
	background-color : #f2f2f2;
	color : #0074BE;
}
#resultats dt {
	background-image: url(images/puce_triangle2_bleu.gif);
}
#resultats dd {
	border-color : #0074BE;
}

