  /***********************/
 /***  MENU GAUCHE ******/
/***********************/

#menugauche a {
	display: block;
	border-bottom: 1px solid #84ADD2;
	border-top: 1px solid #84ADD2;
	height: 100%;
	color: #095BA6;
	text-decoration: none;
	padding-left: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/fleche_bleue_gauche.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;	
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: bold;
}

#menugauche a:hover {
	text-decoration: none;
	background-color: #FF6E00;
	color: #fff;
	background-image: url(../images/fleche_bl_2.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;	
}

#menugauche a.on {
	text-decoration: none;
	background-color: #FF6E00;
	color: #fff;
	background-image: url(../images/fleche_bl_2.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;	
}

#menugauche2 a {
	display: block;
	border-bottom: 1px solid #C4D8EA;
	border-top: 1px solid #C4D8EA;
	height: 100%;
	color: #fff;
	text-decoration: none;
	padding-left: 38px;
	padding-top: 5px;
	background-image: url(../images/fleche_bleue2_gauche.gif);
	background-repeat: no-repeat;
	background-position: 22px 6px;
	font-size: 0.85em;
	text-transform: none;
	font-weight: normal;
	/*background-color: #9EBCD9;*/
	background-color: #6A9AC7;
}

#menugauche2 a:hover {
	text-decoration: none;
	background-color: #FFA663;
	color: #fff;
	background-image: url(../images/fleche_bl_22.gif);
	background-repeat: no-repeat;
	background-position: 22px 6px;
}

#menugauche2 a.on {
	text-decoration: none;
	background-color: #FFA663;
	color: #fff;
	background-image: url(../images/fleche_bl_22.gif);
	background-repeat: no-repeat;
	background-position: 22px 6px;
}

  /*******************/
 /***** CONTENU *****/
/*******************/

p.titre_rub {
	color: #4A4A4A;
	font-weight: bold;
	font-size: 1.65em;
	padding-left: 24px;
	background-image: url(../images/puce_titre_rub2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

p.titre_art {
	color: #FF6E00;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 24px;
}

.ancres a.spip_ancre {
	display: block;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #F2F2F2;
	margin-left: -15px;
	font-size: 1.1em;
	text-decoration: none;
	margin-top: 2px;
	padding-left: 15px;
	padding-top: 3px;
	background-image: url(../images/fleche_rub2.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	height: 17px;
}

h3.spip {
	/*text-align: center;
	margin-top: 2em; 
	margin-bottom: 1.4em;  */
	font-size: 1.15em;
	font-weight: bold;
	font-family: "Trebuchet MS";
	background-image: url(../images/puce_chevron_rub2.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 13px;
	margin-bottom: 5px;
	}