/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
    	margin: 0; /* il est conseillÃ© de mettre Ã  zÃ©ro la marge et le remplissage de l'Ã©lÃ©ment body, pour tenir compte des diffÃ©rentes valeurs par dÃ©faut des navigateurs */
    	padding: 0;
    	text-align: center; /* ce paramÃ©trage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite alignÃ© Ã  gauche (valeur par dÃ©faut) dans le sÃ©lecteur #container */
 
	/* font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background-color:#fff; color:#333; */

}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
    	/* width: 60em; */  /* cette largeur crée un conteneur qui s'adaptera dans une fenêtre de navigateur de 800 pixels avec les tailles de police par défaut */
	position: relative;
	width : 995px;
    	background: #FFFFFF;
    	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
    	border: 1px solid #CCCCCC;
    	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
 
}


#conteneur {
    	/*margin: 0 auto; *//* les marges automatiques (et dotées d'une largeur positive) centrent la page */

  }

/* Bandeau */
#bandeau-droit {
/*	float: left; */
   	position: absolute;
    	right: 0;
	top: 117px;


	width : 839px;
	height : 27px;
	margin-bottom: 0em;
	font-size: 0.77em;  
	background:url(img/bandeau-droit.gif) left top no-repeat;
	/* 
		border: 1px solid #000000;
	*/
 	z-index: 10;

}


#bandeau-gauche {
    	position: absolute;
    	left: 0;
	top: 117px;
	padding-top: 8px;
	padding-left: 6px;
	width : 156px;
	height : 27px;
	margin-bottom: 0em;
	background:url(img/bandeau-gauche.gif) left top no-repeat;
}



#bandeaucorps{
	width : 550px;
	height: 97px;
 	/* border-bottom:1px solid red;  */

}

#illustration {
	float: right;  
	width : 297px;
	height: 97px;
	text-align: right;
 	/*border-bottom:1px solid black;  */

}

#lactu {
	float: left; 
	width : 253px;
	height: 97px;
 	/* border-bottom:1px solid yellow;  */

}

#compterendureunions {
	width : 546px;
	height: 150px; /*Hauteur du bloc comprends les floats*/
}

#conseilsetbureaux {
	float: right;  
	width : 273px;
	height: 40px;
	text-align: left;
 	/* border: 1px solid black;  */
	/* padding: 0 15px 0 15px; */

}

#reunionspublique {
	float: left; 
	width : 273px;
	height: 40px;
	/* padding: 0 15px 0 15px; */

/* 	border: 1px solid yellow;  */
}


.descreunions {
	padding: 0 15px 0 15px; 
}

.descreunions p {
 	font-size: 0.71em;
}


#bodyrenuions {
	width : 546px;

}






#bandeau-gauche ul {
	list-style-type: none; 
	padding: 0; 
	margin: 0 0px 0px 0px;
}


#bandeau-gauche p {
    	margin: 0;
	padding: 0;
}




#bandeau-gauche ul li ul { display:none;  }
#bandeau-gauche ul li:hover>ul { display:block; }


#bandeau-gauche ul ul {
 position:absolute;
 top: 25px;
 left: 50px;
 background: #004285;
 border-bottom: 0px;
 list-style: none;
 margin: 0px;
 padding: 0px;
 width: 140px;
 z-index: 99;
}

#bandeau-gauche ul li ul li {
 color: #FFFFFF;
 padding: 3px 5px 3px 5px;
 margin: 2px 3px 2px 3px;
 border-bottom:1px solid #FFFFFF; 
}

#bandeau-gauche ul li ul li a {
 color: #FFFFFF;
 font-size: 0.71em;
}



#conteneur #navigationG #communaute {
	display: block;
	min-height:27px;
	width : 160px;
	background:url(img/communaute.gif) left top no-repeat;
	margin: 0;
	padding: 0;
	list-style-type: none;

}

#conteneur #navigationG #communaute ul {
        list-style-type: none;
        padding: 0;
        margin: 0 0 0 6px;
}

#conteneur #navigationG #communaute ul li ul { display:none;  }
#conteneur #navigationG #communaute ul li:hover>ul { display:block; }

#conteneur #navigationG #communaute ul ul {
 position:absolute;
 top: 19px;
 left: 50px;
 background: #004285;
 border-bottom: 0px;
 list-style: none;
 margin: 0px;
 padding: 0px;
 width: 140px;
 z-index: 99;
}

#conteneur #navigationG #communaute ul li ul li {
 color: #FFFFFF;
 padding: 3px 5px 3px 5px;
 margin: 2px 3px 2px 3px;
 border-bottom:1px solid #FFFFFF;
}

#conteneur #navigationG #communaute ul li ul li a {
 color: #FFFFFF;
 font-size: 0.71em;
}



#conteneur #navigationG .formulaire_recherche {
	display: block;
	height:33px;
	width : 156px;
	background:url(img/recherche.gif) left top no-repeat; 
	margin: 0;
	margin-top: 8px;
	padding-top: 7px;
	padding-left: 6px;
}

#conteneur #navigationG .formulaire_recherche input{
	width : 140px;
	height : 13px;
}



#conteneur #navigationG #recherche p {
	padding: 0;
	padding-top: 4px;
	padding-left: 6px;
	margin: 0;
}

#conteneur #navigationG #rubriques-gauche {
	display: block;
	width : 156px;
	margin: 0;
	margin-top: 8px;
	padding: 0;
	list-style-type: none;
	
}

#conteneur #navigationG #rubriques-gauche li {
	list-style-type: none;
	margin:0;
	padding:0;
}

#conteneur #navigationG #rubriques-gauche ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

#conteneur #navigationG #rubriques-gauche a {
	margin:0;
	padding:0;
}


#conteneur #contenu {
      margin: 27px 220px 0 170px;  
      min-height: 650px;
    /*	border: 1px solid #000000;   */
	
}

#conteneur #contenusommaire {
      min-height: 650px;
}

#conteneur #contenusommaire {
      /*margin: 0 24.63em 0 10.3em; */ /* la marge droite peut être indiquée en ems ou en pixels. Elle crée l'espace dans la partie inférieure du côté droit de la page. */
      margin: 27px 410px 0 165px; 
    /*	border: 1px solid #000000;   */
	
}



#conteneur #contenu .cartouche{
	display: block;
}

#conteneur #contenu .texte{
	display: block;
	font-size: 0.77em;

}




#conteneur #navigationG {
/*     	float: left;  */
    	position: absolute;
    	left: 0;
	top: 144px;

    	/* border: 1px solid #000000;  */
    	width: 70px;
    	padding: 0; /* le remplissage en haut et en bas crée un espace visuel à l'intérieur de cet élément div */
	margin: 0;
	/* border: 1px solid red;  */
}

#conteneur #navigation {
    	position: absolute;
	top : 144px;
    	right: 0;
    	/* border: 1px solid red;   */
    	/* float: right;  */
    	width: 204px;
    	padding: 6px 0; /* le remplissage en haut et en bas crée un espace visuel à l'intérieur de cet élément div */
	font-size: 0.71em;
}


/*
 *	BLOC ZOOM + PUCE
 */

#conteneur #navigation #zoom {
	min-height:25px; 
	background: url(img/zoom.gif) no-repeat; 
  	padding: 25px 0 0 0; /* Marge pour commencer les puce a 35px du haut */
	margin: 0 2px 5px 0; 
}

#conteneur #navigation #zoom ul {
	list-style-type: none; 
	padding: 0; 
	margin: 0 0px 0px 0px;
}

#conteneur #navigation #zoom ul li ul { display:none;  }
#conteneur #navigation #zoom ul li:hover>ul { display:block; }

#conteneur #navigation #zoom ul ul {
 position:absolute;
 top:-1px;
 right:200px;

 background: #FF8B0C;
 border:1px solid #FFFFFF;
 border-bottom: 0px;
 list-style:none;
 margin:0px;
 padding:0px;
 width:148px;
 z-index:1;
}

#conteneur #navigation #zoom ul li{
 position:relative;
 margin:0px;
 padding:0px;
 border-bottom: 1px solid #FFFFFF;
}

#conteneur #navigation #zoom li {
	margin:0 2px 0 0;
	padding: 0 0px 0 0px; 
}

.zoompair a {
	display: block;
	color: #FFFFFF;
        /*font:11px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
	background: url('img/pucejaune2.gif');
	background-repeat: no-repeat;
 	background-color: #00294D; 
	background-position: 0% 52%;  
	padding: 3px 0 3px 20px; /* On positionne le txt a 20px de la grauche*/
	margin: 0 0 0 0px; /* retrait a partir du bord gauche */
}

.zoomimpair a {
	display: block;
	color: #FFFFFF;
        /*font:11px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
	background: url('img/pucejaune2.gif');
	background-repeat: no-repeat;
 	background-color: #8094A6; 
	background-position: 0% 52%;  
	padding: 3px 0 3px 20px; /* On positionne le txt a 20px de la grauche*/
	margin: 0 0 0 0px; /* retrait a partir du bord gauche */
}

/*
 *	BLOC DEMOCRATIE LOCALE + PUCE GRAPHIQUE
 */

#conteneur #navigation #democratielocale {
	min-height:29px; 
	background: url(img/democratie_locale.gif) no-repeat; 
	margin: 0 0 5px 0; 
  	padding: 35px 0 0 1px;
 	z-index: 99;
}

#conteneur #navigation #democratielocale ul {
	list-style-type: none; 
	padding: 0; 
	margin: 0 0px 0px 0px;
}
/*
#conteneur #navigation #democratielocale li {
	margin:0 2px 0 0;
	padding: 0 0px 0 0px; 
}
*/

#conteneur #navigation #democratielocale ul li ul { display:none;  }
#conteneur #navigation #democratielocale ul li:hover>ul { display:block; }

#conteneur #navigation #democratielocale ul ul {
 position:absolute;
 top: -1px;
 right: 203px;
 background: #00294D;
 border:1px solid #FFFFFF;
 border-bottom: 0px;
 list-style: none;
 margin: 0px;
 padding: 0px;
 width: 150px;
}

#conteneur #navigation #democratielocale ul ul li a {
 padding-top: 3px;
 padding-right: 1px;
 padding-bottom: 3px;
}

#conteneur #navigation #democratielocale ul li{
 position:relative;
 margin:0px;
 padding: 1px 0 1px 0;
}

#conteneur #navigation #democratielocale li {
	margin:0 1px 0 0;
	padding: 0 0px 0 0px; 
}



.democratiepair  a {
	display: block;
	color: #FFFFFF;
        /* font:11px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
	background: url('img/puceblanche.gif');
	background-repeat: no-repeat;
	background-position: 0% 52%;  
	padding: 0px 0 0px 18px; /* On positionne le txt a 20px de la grauche*/
	margin: 0 0 0 0px; /* retrait a partir du bord gauche */
}

.democratieimpair  a {
	display: block;
	color: #FFFFFF;
        /*font:11px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
	background: url('img/puceblanche.gif');
	background-repeat: no-repeat;
	background-position: 0% 52%;  
	padding: 0px 0 0px 18px; /* On positionne le txt a 20px de la grauche*/
	margin: 0 0 0 0px; /* retrait a partir du bord gauche */
}


#conteneur #navigation #votreespace {
	min-height: 47px; 
	background: url(img/votreespace.gif) no-repeat; 
  	padding: 5px 0 0 0; /* Marge pour commencer les puce a 35px du haut */
	margin: 0 0 5px 0; 

}

#conteneur #navigation #votreespace ul {
	list-style-type: none; 
	padding: 0; 
	margin: 0 0px 0px 0px;
}


#conteneur #navigation #votreespace li {
	margin: 2px 2px 0 0;
 	padding: 1px 0 1px 0;
}

.votreespace  a {
	display: block;
	color: #FFFFFF;
        /*font:11px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
	background: url('img/pucejaune2.gif');
	background-repeat: no-repeat;
	background-position: 0% 52%;  
	padding: 1px 0 1px 20px; /* On positionne le txt a 20px de la grauche*/
	margin: 0 0 0 0px; /* retrait a partir du bord gauche */
}



#conteneur #navigation #projetscitoyens {
	min-height:47px; 
	background: url(img/projets-citoyens.gif) no-repeat; 
    	background-color: #FFFFFF;
	margin: 0 0 5px 0; /* Marge en bas*/
  	padding-top: 0px; /*Bord haut*/
  	padding-left: 2px;
  	padding-right: 2px;
	/* border: 1px solid green;*/
}

#conteneur #navigation #projetscitoyens li {
	list-style-type: none;
 	background-image: url(img/pucejaune2.gif);  
	background-repeat: no-repeat;
	background-position: 0% 52%; 
	/* border: 1px solid red; */
	padding-right: 4px; /*marge droite du texte*/
	padding-left: 4px; /*marge gauche du texte*/
}



#conteneur #navigation #autres {
	margin: 0; /* Marge en bas*/
  	padding-top: 0px; /*Bord haut*/
  	padding-bottom: 0px; /*Bord bas*/
  	padding-left: 0px;
  	padding-right: 0px;
	/* border: 1px solid red;  */
}

#conteneur #navigation #autres li {
	list-style-type: none;
	/*border: 1px solid green; */
	margin: 0;
	padding-right: 0px; /*marge droite du texte*/
	padding-left: 0px; /*marge gauche du texte*/
	padding-top: 5px;
	padding-bottom: 0px;
}


/* Debut: Sommaire, bloc breve*/


#logobreve {
	float: left;
	width: 76px;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	border: 1px solid #666666; 
	text-align: center;

	
}

#txtbreve {
	float: right;
	width: 440px;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	font-size: 0.88em; 
	/* border: 1px solid red;  */
}

#txtbreve h2 {
	/* font-size: 0.88em;  */
	font-weight: bold;
}

#separatorbreve {
	float: left;
	width: 500px;
	height: 10px;
	padding: 0px 0px 6px 20px;
	margin: 0 0 0px 0px;
	/* border: 1px solid red;  */

}



/* Fin: Sommaire, bloc breve*/


#conteneur #breve {
    	position: absolute;
    	right: 213px;
	top : 144px;
	padding-top: 8px;
    	/* float: right;  */
	/* margin-right: 10px;*/
	/* 	margin-top: 6px; */
	/* min-height: 400px; */
    	width: 190px; /* cet élément est flottant, il faut donc lui attribuer une largeur */

	background: url(img/fond-breve.gif); 

}

#conteneur #breve #info {
	min-height:29px; 
    	background: #e9eadb; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */

	padding: 0;
	margin: 0;
	margin-left: 10px;
	/* border: 1px solid yellow; */ 
 	z-index: 1;

}

#conteneur #breve #commentaires {
	min-height:29px; 
    	background: #e9eadb; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */

	padding: 0;
	margin: 0;
	margin-left: 10px;
	/* border: 1px solid yellow; */ 
}



#conteneur #breve #info hr {
	text-align:center;
	width:100px;
	height:2px;
	color:#861C1E;
	background-color: #861C1E;
	background: #861C1E;
}

#conteneur #breve #info h1 {
	background: #FFB400;
	text-align: center;
}

#conteneur #breve #info ul {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.88em;
}
#conteneur #breve #info li {
	list-style-type: none;
	/* border: 1px solid green;  */
	margin: 0;
	padding-right: 0px; /*marge droite du texte*/
	padding-left: 0px; /*marge gauche du texte*/
	padding-top: 0px;
	padding-bottom: 0px;

}


#conteneur #breve #info h2 {
	font-weight:bold;
	padding:0;
	border: 0;
	padding-bottom: 2px;
}

#conteneur #breve #info a {
	/* font:11px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
	list-style-type: none;
	/* border: 1px solid red;  */
	margin: 0;
	padding-right: 0px; /*marge droite du texte*/
	padding-left: 0px; /*marge gauche du texte*/
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0.88em;


}

#conteneur #breve #commentaires hr {
	text-align:center;
	width:100px;
	height:2px;
	color:#861C1E;
	background-color: #861C1E;
	background: #861C1E;
}

#conteneur #breve #commentaires h1 {
	background: #FFB400;
	text-align: center;
}

#conteneur #breve #commentaires ul {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
}
#conteneur #breve #commentaires li {
        /*font:10px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
	list-style-type: none;
	/* border: 1px solid green;  */
	margin: 0;
	padding-right: 0px; /*marge droite du texte*/
	padding-left: 0px; /*marge gauche du texte*/
	padding-top: 0px;
	padding-bottom: 0px;

}


#conteneur #breve #commentaires h2 {
	font-weight:bold;
	padding:0;
	border: 0;
	padding-bottom: 2px;
}

#conteneur #breve #commentaires a {
	/*font:11px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
	list-style-type: none;
	/* border: 1px solid red;  */
	margin: 0;
	padding-right: 0px; /*marge droite du texte*/
	padding-left: 0px; /*marge gauche du texte*/
	padding-top: 0px;
	padding-bottom: 0px;

}


#conteneur #breve #syndicweb {
	min-height:29px; 
    	background: #e9eadb; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */

	padding: 0;
	margin: 0;
	margin-top: 8px;
	margin-left: 10px;
	/* border: 1px solid yellow; */ 
}



#conteneur #breve #syndicweb hr {
	text-align:center;
	width:100px;
	height:2px;
	color:#861C1E;
	background-color: #861C1E;
	background: #861C1E;
}

#conteneur #breve #syndicweb h1 {
	background: #FFB400;
	text-align: center;
}

#conteneur #breve #syndicweb ul {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
}
#conteneur #breve #syndicweb li {
        /*font:10px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
	list-style-type: none;
	/* border: 1px solid green;  */
	margin: 0;
	padding-right: 0px; /*marge droite du texte*/
	padding-left: 0px; /*marge gauche du texte*/
	padding-top: 0px;
	padding-bottom: 0px;

}


#conteneur #breve #syndicweb h2 {
	font-weight:bold;
	padding:0;
	border: 0;
	padding-bottom: 2px;
}

#conteneur #breve #syndicweb a {
	/* font:11px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
	list-style-type: none;
	/* border: 1px solid red;  */
	margin: 0;
	padding-right: 0px; /*marge droite du texte*/
	padding-left: 0px; /*marge gauche du texte*/
	padding-top: 0px;
	padding-bottom: 0px;

}







/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 21em;
}

#contenu .encart {
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}
/* Date */
/* #date {
    	float: left; 
	margin-top: 10px;
	margin-left: 200px;
	font-size: 10px; 
	color:	#3B3B3B;
}
*/



/* Entete */
#entete {
	width: 100%;
	height: 90px;
	background: url(img/entete.gif) no-repeat; 
 }

#entete2 {
	width: 100%;
	height: 27px;
	background: url(img/entete2.gif) no-repeat; 
	text-align: right;
 }

#siteaccessible {
	top: 70pt;
	left: 5px;
	position: absolute;
	z-index: 100;
}

#datemaj {
	position:relative;
	left:50px;
	top:200px;
	width:230px;
	height: 0px;
	z-index:1;
	font-size: 0.65em;
	font-family: Verdana;
}


#entete2 p {
    	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
 }




/*
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; 
}
#entete a { text-decoration: none; }
*/

.spip_logos { 
	margin: 2px 0 0 0; 
	padding: 0; 
	border: none;
}


/* Fil d'Ariane */
#hierarchie {
	/* clear: both; */
	margin-bottom: 0em;
	font-size: 0.59em; 
	/* background: #CCCCCC; */
	color: #808080;
        /* font:9px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */

}

/* Pied de page */
#pied {
/* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
    	padding: 0 10px; 
    	background:#DDDDDD;
	text-align: center;

/*
    	position: absolute;
    	right: 0;
	bottom: 5px;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: left; 
*/

}

#pied p {
    	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
    	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
    }
 
#pied small { 
	font-size: 0.77em;
	text-align: center;
 }

#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { 
	clear: both; 
	 margin: 0; 
	padding: 0; 
	border: none; 
	height: 0; 
	line-height: 1px; 
	font-size: 1px;
 }


/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la n avigation */
/*
#navigation, #navigationG , .encart, .formulaire_spip {
	font-family: 	"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif; 
}
*/
#breve, #info, #navigation, #zoom, #bandeau-gauche, #bandeau-droit, #navigationG, #entete, #entete2, #communaute {
	font-family: 	"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif; 
}

/*  font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background-color:#fff; color:#333; */

#contenusommaire, #contenu {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
}



/* Typo pour le contenu */
#contenu {
	/*font-family: "Trebuchet MS", Helvetica, sans-serif; */
 	text-align: justify;
 }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	/*font-family: Georgia, Times, serif;  */
	/*font-family: 	"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;  */
 	text-align: justify;
}


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */


.rubriques, .breves, .forums, .divers {
	/*
	min-width: 9em;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	font-size: 0.77em;
	*/
}

/*
.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}
*/


.liste-sous-rubriques {
	/*border: 1px solid #8C9863; */
	margin: 0 0 15px 0; 
	padding: 0; 
	font-size: 0.82em; 
}

.liste-sous-rubriques h3 {
	/*color: #87822D;  */
	color: #005CA9;
	font-size: 1.03em;
	font-weight: bold;
	margin-left: 10px;
}

.liste-sous-rubriques span {
	/*color: #87822D;  */
	color: #005CA9;

	font-size: 1.03em;
	font-weight: bold;
	margin-left: 10px;
}








.liste-sous-rubriques ul {
	margin: 0; padding: 0;
}

.liste-sous-rubriques li {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

.liste-sous-rubriques li a:link, .liste-sous-rubriques li a:visited, .liste-sous-rubriques li a  {
	display: block; 
	padding: 5px 10px 5px 23px; 
	background: url(images/puce-articles-Srubrique-normal.gif) no-repeat 5px 5px; 
	color: #7A7A7A;
}
.liste-sous-rubriques li a:hover { 
	text-decoration: none; color: black;
	background: url(images/puce-articles-Srubrique-hover.gif) no-repeat 5px 5px;
}

/*Cas des articles d'une sous-rubrique*/

.liste-sous-rubriques ul li ul li h4 {
	color: #87822D; 
	font-size: 1.03em;
	font-weight: bold;
	margin-left: 15px;
}


.liste-sous-rubriques ul li ul li h4 a:link, .liste-sous-rubriques ul li ul li h4 a:visited, .liste-sous-rubriques ul li ul li h4 a  {
	display: block; 
	padding: 5px 10px 5px 23px; 
	background: url(images/puce-articles-rubrique-normal.gif) no-repeat 5px 5px; 
	color: #7A7A7A;
}
.liste-sous-rubriques ul li ul li h4 a:hover { 
	text-decoration: none; color: black;
	background: url(images/puce-articles-rubrique-hover.gif) no-repeat 5px 5px;
}





#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0 0.7em; }

.autres  {
	display: block; 
	color: black;
 	background: transparent; 
	padding-top: 0px; /*bord entre lien haut*/
	padding-bottom: 0px; /*bord entre le lien bas */
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-left: 0px; /* retrait a partir du bord gauche */
	/* border: 1px solid black;  */
}

.puceimage {
	display: block; 
	padding: 0;
	margin: 0;
	list-style-type: none;
}








/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
/* .rubriques { background: #EAFFEA;} */
/*.rubriques .menu-titre { background: #F2FFF2; }*/

.breves { background: #FFEAEA; }
.breves .menu-titre { background: #FFF2F2; }

/*.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre {
	 font-size: 0.96em; 
	/* font-size: 16px; */

	font-weight: bold;
	color: #000; 
	/* font-family: "Lucida Sans",'Lucida Sans Unicode','Lucida Grande',LucidaGrande,sans-serif; */
	/* font-family: 	"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;  */

}

#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { 
	margin: 0; 
	padding: 0; 
	/* clear: left;  */
}
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.1em;
	font-weight: bold;
	font-size: 0.88em;
	line-height: 1.2em;
	/*font-family:Georgia,serif; */
	/* font-family: 	"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;  */
}

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { 
	color: #000; 
	font-size: 0.86em; 
	/* font-size: 14px; */
	/* font-family:Georgia,serif; */
	/* font-family: Verdana,Arial,Sans,sans-serif; */ 
	word-spacing:-1px;



 }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { 
	/* clear: both; */
	font-size: 0.77em; 
}
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

.titre h3 {
	font-size: 1.03em; 
	font-weight: bold;
}

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	/* clear: both; */
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	/* clear: right; */
}

.liste-articles h3 {
	color: #87822D;
	/*font-size: 13px;  */
	margin-left: 10px;
}



.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
/*	border: 1px solid #CCC; */
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	/*clear: both; */
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center; }

.page_plan #contenu .contre-encart ul {
	display: block;
	/*clear: left; */
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { 
	width: 20px; 
	text-align: left;
 }
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	/* clear: both; */
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 0.88em;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { 
	display: block; 
	/* clear: both;  */
	/* margin: 0;*/
 	padding: 0; 
}
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { 
	/* clear: both; */
	 font-size: 0.77em; 
}

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }



/*  ------------------------------------------
/*  Classe pour les bouttons
/*  ------------------------------------------ */

button.bouton {
	display: -moz-inline-box; 
	display: inline-block;
	margin: 0;
	padding: 0;
	/* font:12px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
	color: #FFFFFF;
	font-style: italic;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	border:0;
	background:none;
}

button.bouton span {
	float:left;
	padding:0 0 0 6px;          /* Largeur du cote gauche */
	vertical-align:middle;
	background:url(img/bouton_gch.gif) left top no-repeat;
}

bouton span span {
	padding:0 6px 0 0;          /* Largeur du cote droit */
	background:url(img/bouton_dte.gif) right top no-repeat;
}

button.bouton span span {
	padding:0 6px 0 0;          /* Largeur du cote droit */
	background:url(img/bouton_dte.gif) right top no-repeat;
}



button.bouton span span span {
	height:19px;          /* Hauteur du bouton */
	padding:0;
	line-height:1.5;     /* Alignement vertical du texte */
	background:url(img/bouton_mil.gif) left top repeat-x;
}

/* Correction des bug Internet Explorer */
* html button {width:1%; overflow:visible;}
*:first-child+html button {overflow:visible;}

  a.bouton,
  button.bouton {
        display:-moz-inline-box; 
        display:inline-block;
        margin:0;
        padding:0;
        /*font:11px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
        font-size: 0.71em;
	color: #FFFFFF;
	/* font-style: italic; */
	/* font-weight: bold; */
        white-space:nowrap;
        text-align:center;
        vertical-align:middle;
        cursor:pointer;
        border:0;
        background:none;
   }

   a.bouton span,
   button.bouton span {
        float:left;
        padding:0 0 0 6px;
        vertical-align:middle;
	background:url(img/bouton_gch.gif) left top no-repeat;
   }

   a.bouton span span,
   button.bouton span span {
        padding:0 6px 0 0;
	background:url(img/bouton_dte.gif) right top no-repeat;
   }

   a.bouton span span span,
   button.bouton span span span {
        height:19px;
        padding:0;
        line-height:1.5;
	background:url(img/bouton_mil.gif) left top repeat-x;
   }

   * html button {width:1%; overflow:visible;}
   *:first-child+html button {overflow:visible;}
	

  a.boutonfixe,
  button.boutonfixe {
        display: -moz-inline-box; 
        display: inline-block;
        margin:0;
        padding:0;
        /* font:11px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; */
        font-size: 0.71em;
	color: #FFFFFF;
	/* font-style: italic; */
	font-weight: bold; 
        white-space:nowrap;
        text-align:center;
        vertical-align:middle;
        cursor:pointer;
        border:0;
        background:none;
   }

   a.boutonfixe span,
   button.boutonfixe span {
        float:left;
        padding:0 0 0 6px;
        vertical-align:middle;
	background:url(img/bouton_gch.gif) left top no-repeat;
   }

   a.boutonfixe span span,
   button.boutonfixe span span {
        padding:0 6px 0 0;
	background:url(img/bouton_dte.gif) right top no-repeat;
   }

   a.boutonfixe span span span,
   button.boutonfixe span span span {
        height:19px;
        width: 134px;
        padding:0;
        line-height:1.5;
	background:url(img/bouton_mil.gif) left top repeat-x;
   }

/* CORRECTION */
/* On ne souligne pas un lien texte */
#contenusommaire .texte a {
	text-decoration:none;
}

.scolling {
	background-color: #333333;
	color: #FFFFFF;
	border: 0;
	margin: 0;
}




/* Alternance de couleur pour les listes */	
.pairs {
	display: block; 
	/* background: #E9F0D1;  */
	/*background: url(images/transparence-gris.gif); */ 
	/*background: url(images/transparence-beige-60p.png);  */
	/*background: url(images/transparence-rouge-20.png);*/ 
	/* background: url(images/transparence-rouge-15.png);  */
/*	background: url(images/transparence-rouge-15.png);  */
	}
.impairs {
	display: block; 
	/*background: url(images/transparence-blanc.gif); */
	/* background: url(images/transparence-blanc-60p.png); */
	/* background: #FFFFFF; */
	}


.liste-articles-rubrique {
	/*border: 1px solid #8C9863; */
	/* border: 1px solid #7A7A7A;  */
	margin: 0 0 15px 0; 
	padding: 0; 
	font-size: 0.82em;
}

.liste-articles-rubrique h3 {
	/*color: #8C9863; */
	/*color: #87822D; */
	color: #005CA9;
	/*color: #000000; */
	font-weight: bold;
	margin-left: 10px;
	font-size: 1.03em;
}

.liste-articles-rubrique span {
	/* color: #8C9863; */ 
	/* color: #87822D; */
	color: #005CA9;
	font-weight: bold;
	margin-left: 10px;
	font-size: 1.03em;
}



.liste-articles-rubrique ul {
	margin: 0; padding: 0;
}

.liste-articles-rubrique li {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

.liste-articles-rubrique li a:link, .liste-articles-rubrique li a:visited, .liste-articles-rubrique li a  {
	display: block; 
	padding: 5px 10px 5px 23px; 
	background: url(images/puce-articles-rubrique2-normal.gif) no-repeat 5px 5px; 
	color: #007ABE; 
}

.liste-articles-rubrique li a:hover { 
	text-decoration: none; 
	color: black; 
	background: url(images/puce-articles-rubrique2-hover.gif) no-repeat 5px 5px;
}



.syndic {
	border: 1px solid #8C9863;
	margin: 0 0 15px 0; 
	padding: 0; 
	font-size: 0.71em;
}

.syndic h3 {
	color: #8C9863; 
	font-size: 0.82em; 
	margin-left: 10px;
}

.syndic ul {
	margin: 0; padding: 0;
}

.syndic li {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

.syndic li a:link, .syndic li a:visited, .syndic li a  {
	display: block; 
	padding: 5px 10px 5px 23px; 
	background: url(images/puce-articles-rubrique-normal.gif) no-repeat 5px 5px; 
	color: #7A7A7A;
}
.syndic li a:hover { 
	text-decoration: none; color: black;
	background: url(images/puce-articles-rubrique-hover.gif) no-repeat 5px 5px;
}


#plan {
	border: 1px solid #8C9863;
	margin: 0 0 15px 0; 
	padding: 0; 
	font-size: 0.71em;
}

#plan h3 {
	color: #8C9863; 
	font-size: 0.82em; 
	margin-left: 10px;
}

#plan h3 a {
	color: #8C9863; 
	font-size: 0.82em; 
	margin-left: 10px;
}

#find {
	border: 1px solid #8C9863;
	margin: 0 0 15px 0; 
	padding: 0; 
	font-size: 0.71em;
}

#find h3 {
	color: #8C9863; 
	font-size: 0.82em; 
	margin-left: 10px;
}

#find h3 a {
	color: #8C9863; 
	font-size: 0.82em; 
	margin-left: 10px;
}





/*Chargement des images preload*/
#preload img
{
	height: 0; width: 0; border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}

#cadrpg { width:600px; margin:0 auto; border:0; overflow:hidden;} 
#newshr { position:relative; width:580px; height:20px; overflow:hidden;  
          color:inherit; background:#FFFFFF url(news.gif); border:1px inset white; } 
#defile { position:absolute; margin-top:1px; background-color:transparent; }

/*  ------------------------------------------
/*  Menu deroulant
/*  ------------------------------------------ */

/*
.nav1 {
        width: 100%;
        padding:0px;
        font-size: 11px;
}

ul.menulist li ul{ display:none; }

ul.menulist li:hover>ul{ display:block; }

ul.menulist,
ul.menulist ul{
 background: #FF8B0C;
 border:1px solid #FFFFFF;
 border-bottom: 0px;
 list-style:none;
 margin:0px;
 padding:0px;
 width:148px;
}

ul.menulist ul{
 position:absolute;
 top:-1px;
 right:148px;
}

ul.menulist li{
 position:relative;
 margin:0px;
 padding:0px;
 border-bottom: 1px solid #FFFFFF;
}

ul.menulist a{
 display:block;
 color:#FFFFFF;
 text-decoration:none;
 padding: 5px;
}

ul.menulist a:hover {
 background: #004285;
 color: #FFFFFF;
}

ul.menulist li.smenu {
        background-image: url(../puces/arrow.gif) !important;
        background-position: 140px;
        background-repeat: no-repeat;
}

ul.menulist li.smenu:hover, ul.menulist li.smenu>a:hover {
        background-image: url(../puces/arrowb.gif) !important;
        background-position: 137px;
        background-repeat: no-repeat;
}
*/

#sktheme_switcher { display:none;  }

#agenda table {
	text-align:center;
}
#agenda td.occupe a {
	font-weight:bold;
	text-decoration:underline;
}
#agenda td.horsperiode {
	color:#878787;font-size:.9em;
}



/* Habillage du mini calendrier */
#calendar {
	-moz-border-radius: 1em;
	text-align: center; border: 1px dotted #ccc;
	padding: 2px;
	padding-top: 0.5em;
	margin: 0 0 0 25px;
	width:140px;
}
#calendar table { width: 100%; margin: 0 auto; padding: 0; }
#calendar caption { font-size:0.8em;padding: 5px ; font-weight: bold; }
#calendar th { -moz-border-radius: 1em;background: #ADC7D6; font-weight: normal; color: #666; }
#calendar th abbr { border: none; cursor: help; }
#calendar td {-moz-border-radius: 0.7em; margin: 0; padding: 0; border: none; text-align: center; background: #ddd; line-height: 1.6em; }
#calendar td.horsperiode { background: #ececec; color: #ccc; }
#calendar td.occupe { background: #FFD98F; }
#calendar td a { display: block; }
#calendar td span { color: #aaa; }
#calendar td a:hover { border:0px }
#calendar tr { font-size:0.9em; }

/* Habillage agenda */
#agenda dt{
        background-color: #FFD98F;
        -moz-border-radius: 10px;
        padding: 2px 0px 2px 10px;
        margin: 0px 0px 0px 0px;
}
#agenda dd{
        font-size: 0.9em;
        padding: 2px 0px 2px 20px;
        margin: 0px 0px 0px 0px;
}

p.tous {
text-align:right;
}

p.tous a{
/* background-color:#ffecce; */
background-color:#80B0C1;

border:1px solid #016283;
color:#000;
font-weight:500;
padding:0.2em;
text-decoration:none;
font:11px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif; 
}

p.tous a:hover{
background-color:#ffecce;
color:#c60;
}


p.conseils {
	font-size: 0.71em;  
}









.article-et-ssrub-dune-rubrique {
	/*border: 1px solid #8C9863; */
	/* border: 1px solid #7A7A7A;  */
	margin: 0 0 15px 0; 
	padding: 0; 
	font-size: 0.82em;
}

.article-et-ssrub-dune-rubrique h3 {
	/*color: #8C9863; */
	/*color: #87822D; */
	color: #005CA9;
	/*color: #000000; */
	font-weight: bold;
	margin-left: 10px;
	font-size: 1.03em;
}

.article-et-ssrub-dune-rubrique span {
	/* color: #8C9863; */ 
	/* color: #87822D; */
	color: #005CA9;
	font-weight: bold;
	margin-left: 10px;
	font-size: 1.03em;
}



.article-et-ssrub-dune-rubrique ul {
	margin: 0; padding: 0;
}

.article-et-ssrub-dune-rubrique li {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}

.article-et-ssrub-dune-rubrique li a:link, .article-et-ssrub-dune-rubrique li a:visited, .article-et-ssrub-dune-rubrique li a  {
	display: block; 
	padding: 5px 10px 5px 23px; 
	background: url(images/puce-articles-rubrique2-normal.gif) no-repeat 5px 5px; 
	color: #007ABE; 
}

.article-et-ssrub-dune-rubrique li a:hover { 
	text-decoration: none; 
	color: black;
	background: url(images/puce-articles-rubrique2-hover.gif) no-repeat 5px 5px;
}

#titreecogeste {
	margin: 0;
	padding: 0;
	height: 46px;
}
#piedecogeste {
	margin: 0;
	padding: 0;
	height: 10px;
	background-color: #006183;
}







