/*  ----------------------------------------------------------- */
/*  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 {
	background: #FFF;
	margin: 0;
	text-align: center;
	font-size: 1em;
	color: #3F3F3F;
}

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: 1012px;
	background: #fff url(/IMG/fnd_page.png) repeat-y 0 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 0 10px 0;
}
#conteneur { width: 100%;overflow: auto;zoom: 1;}

#conteneur #contenu {
	float: left;
	width: 688px;
	margin: 0 0 0 32px;
	display: inline;
}
#conteneur #contenu div,
#conteneur #contenu p {
  text-align: justify;
}
#conteneur #srubriques {
	float: left;
	width: 245px;
	margin: 0 0 0 15px;
	display: inline;
}
#conteneur #srubriques .logo_rubrique{
  display: block;
  margin: -11px 0 0 24px;
}
#conteneur #srubriques .logo_rubrique img{
  vertical-align: bottom;
  border-left: 1px solid #FEC200;
  border-right: 1px solid #FEC200;
}
#conteneur #srubriques h2{
	background: url(/IMG/fnd_h2_rubrique.gif) no-repeat top right;
	height: 50px;
	position: relative;
}

#conteneur #srubriques.srubrique_3 h2{
	background: url(/IMG/fnd_h2_rub3.gif) no-repeat top right;
	height: 50px;
	position: relative;
}
#conteneur #srubriques.srubrique_39 h2{
	background: url(/IMG/fnd_h2_rub3.gif) no-repeat top right;
}


#conteneur #srubriques .bottom{
	background: url(/IMG/fnd_srubriques_bottom.gif) no-repeat bottom right;
	height: 47px;

}
#conteneur #srubriques h2 span{
  background: #FFD245;
  color: #000;
  font-weight: bold;
  left: 47px;
  position: relative;
  top: 16px;
  margin: 0 47px 0 0;
  display: block;
}
#conteneur #srubriques p.descriptif{
  margin: 0 0 0 24px;
  padding: 25px 5px 5px 5px;
  font-size: 0.8em;
  font-weight: bold;
	background: url(/IMG/fnd_srubriques.gif) repeat-y top right;
	list-style: none;
  display: block;
}
#conteneur #srubriques ul{
  margin: 0;
  padding: 10px 0 0 0;
	background: url(/IMG/fnd_srubriques.gif) repeat-y top right;
	list-style: none;
  display: block;
}
#conteneur #srubriques ul li{
  font-size: 0.9em;
  margin: 0 0 0 25px;
	background: url(/IMG/fnd_srubriques_li.gif) no-repeat bottom right;
	zoom: 1;
}
#conteneur #srubriques ul li a, #conteneur #srubriques ul li span{
  font-size: 0.8em;
  line-height: 24px;
  display: block;
  color: #676568;
  margin: 0;
  padding: 0 0 0 33px;
  font-weight: bold;
	background: url(/IMG/fnd_srubriques_a.gif) no-repeat 0 12px;
}
.liste-rubriques #conteneur #srubriques ul li.on a,
.liste-rubriques #conteneur #srubriques ul li.on span{
  color: #000;
	background: url(/IMG/fnd_srubriques_a_on.gif) no-repeat 0 12px;
}

.page_article #conteneur #srubriques ul.liste-articles li.on a,
.page_article #conteneur #srubriques ul.liste-articles li.on span{
	background: none;
	color: #000;
}
#conteneur #srubriques ul li.on a.on {
  font-weight: bold;
}

  

#conteneur #srubriques ul li ul{
  padding: 0;
}
#conteneur #srubriques ul li li{
  background: none;
  margin: 0;
  font-size: 1em;
}
#conteneur #srubriques ul li li a, #conteneur #srubriques ul li li span{
  background: none;
  line-height: normal;
  padding: 0 0 0 45px;
  color: #000;
  font-weight: normal;
}
#conteneur #srubriques ul li a:hover{
  color: #000;
  text-decoration: underline;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#conteneur h3.titre{
  background: url(/IMG/fnd_titre.gif) no-repeat left bottom;
  padding: 0 0 8px 20px;
  font-weight: bold;
  font-size: 1.2em;
  color: #0792d2;
}
#conteneur .gauche{
  width: 467px;
  float: left;
}
#conteneur .gauche .cartouche{
  font-size: 0.9em;
}
#conteneur .deco{
  background: url(/IMG/fnd_conteneur_bas.gif) no-repeat left bottom;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
#conteneur .deco .content{
  background: url(/IMG/fnd_conteneur_middle.gif) repeat-y left bottom;
  /*overflow: auto;*/
  zoom: 1;
}
#conteneur .gauche .cartouche p, #conteneur .gauche .cartouche .texte, #conteneur .gauche .cartouche .surtitre{
  padding: 5px 40px 5px 40px;
  margin: 9px;
}
#conteneur .gauche .cartouche .texte p, #conteneur .gauche .cartouche .surtitre p{
  padding: 0;
}
#conteneur .gauche ul.spip{
  padding: 0;
  margin: 8px 0 7px 25px;
  list-style: none;
}
#conteneur .gauche ul.spip li{
  background: url(/IMG/fnd_li.gif) no-repeat 0 6px;
  padding: 3px 0 3px 15px;
  font-weight: normal;
  font-size: 0.9em;
  zoom: 1;
}
#conteneur .gauche ul.spip li li{
  background: none;
  padding: 2px 0 2px 25px;
  font-weight: normal;
  font-size: 1em;
}
#conteneur .gauche .surtitre{
  padding: 5px 20px 20px 20px;
  margin: 0 0 10px 0;
  background: url(/IMG/fnd_entete_cartouche.gif) no-repeat 40px 100%;
  font-weight: bold;
}
#conteneur .droite{
  width: 201px;
  float: right;
  padding: 0 0 0 0;
}

/* Entete */
#entete {
	margin-right: 6px;
}

#entete a.home {
  text-align: right;
  display: block;
  padding: 8px 0 0 0;
}
#entete a.home img{
  vertical-align: bottom;
}
#entete .mutualite{
  position: absolute;
  top: 20px;
  right: 30px;
}

#version {
	position: absolute;
	clear: both;
	width: 68%;
	top:160px;
  height: auto;
  color: #000;
  margin: 0px 0px 0px 0px;
  text-align: right;
  font-weight: normal;
	font-size:80%
	}
/*#entete .formulaire_recherche { float: right; }*/

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 20px;
	font-size: 0.66em;
}

/* Pied de page */
#pied {
  background: #fff url(/IMG/fnd_footer.png) no-repeat 0 0;
	clear: both;
	width: 1012px;
	margin: auto auto -10px auto;
	padding: 13px 0 20px 0;
	text-align: left;
	color: #7F7F7F;
}
* html #pied{
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/IMG/fnd_footer.png", sizingMethod="scale");
  background: none;
  zoom: 1;
}
pied a{
	color: #000;
}
#pied small { padding-left:10px;font-size: 0.77em; }

/* 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 navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Verdana, Tahoma, Arial, sans-serif; }

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

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, .voirskel {
	font-family: Georgia, Times, serif; }

.content h4.spip{
  color: #0792d2;
  background: url(/IMG/fnd_titre_h3.gif) no-repeat 0 9px;
  padding: 0 0 0 40px;
  margin: 10px 0 3px 0;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
}

.content .cartouche h4.spip{
  margin-left: -39px;
}
/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */
.rubriques {background: #FFD245 /*#fdec80*/;border:0;margin: 0 0 0 47px;font-size:0.77em;height:43px;}
.rubriques ul{float:left;width:658px;height:43px;margin:0;padding: 0 0 0 0; overflow: auto;zoom: 1;list-style: none;position: relative;top: -5px;display:block;}
.rubriques ul li{ background: #fff url(/IMG/fnd_menu_li.png) no-repeat bottom left;float: left;width: 100px;margin: 0 6px 10px 0;height: 40px;display: inline;}

.rubriques ul.logos {
	display: inline;
	width: auto;
	overflow: hidden;
}

.rubriques ul.logos li {
	width: auto;
	/*margin: 7px 10px 0 0;*/
	padding: 0;
	text-align: center;
	background: #fff;
}

.rubriques ul li a{font-weight: bold; line-height: 15px;display: block;padding: 0 7px 4px 7px;font-size: 1em;}
.rubriques ul li.on a{ background: #FFD245  ;	 color: #000000; }
.rubriques ul li.on{ background: #FFD245  ;	 color: #000000; }

.rubriques ul li a:hover{text-decoration: underline;}

/*--- menu en onglets ---*/
#conteneur .gauche .cartouche ul#menu_onglets{
  overflow: auto;
  border-bottom:1px solid #29AAE3;
  padding: 0 0 0 20px;
}
#conteneur .gauche .cartouche ul#menu_onglets li{
  float: left;
  width: auto;
  list-style: none;
  position: relative;
  top: 1px;
}
#conteneur .gauche .cartouche ul#menu_onglets li a{
  float: left;
  width: auto;
  color: #7F8180;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0 0 0 9px;
  background: url(/IMG/fnd_onglet_left.gif) no-repeat left center;
  margin: 0 3px 0 0;
  display: inline;
  height: 19px;
}
#conteneur .gauche .cartouche ul#menu_onglets li a span{
  padding: 0 19px 0 10px;
  background: url(/IMG/fnd_onglet_right.gif) no-repeat right center;
  float: left;
  width: auto;
  height: 19px;
}
#conteneur .gauche .cartouche ul#menu_onglets li.on a, #conteneur .gauche .cartouche ul#menu_onglets li a:hover{
  color: #000;
  background: url(/IMG/fnd_onglet_left_on.gif) no-repeat left center;
  text-decoration: none;
}
#conteneur .gauche .cartouche ul#menu_onglets li.on a span, #conteneur .gauche .cartouche ul#menu_onglets li a:hover span{
  background: url(/IMG/fnd_onglet_right_on.gif) no-repeat right center;
}
/*  Mise en forme des textes du contenu
---------------------------------------------- 
.cartouche h1{
  color: #28ABE1;
  font-weight: bold;
}
.chapo {
	margin-bottom: 1.5em;
	font-weight: bold;
	line-height: 1.4em; }

.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.96em; }

.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; }*/

/*  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)
---------------------------------------------- */
.boite{
  width: 201px;
  background: url(/IMG/fnd_middle_boite.gif) repeat-y top left;
  margin: -10px 0 30px 0;
}
.boite h2{
  background: url(/IMG/fnd_top_boite.gif) no-repeat top left;
  margin: 0 0 0 0;
  color: #5267C2;
  font-weight: bold;
  font-size: 1.1em;
  padding: 5px 10px 0 10px;
}
.boite ul{
  margin: 0;
  padding: 0;
}
.boite ul li{
  background: url(/IMG/fnd_elt_boite.gif) no-repeat top left;
  margin: 5px 1px;
  font-weight: normal;
  font-size: 1em;
  padding: 10px;
  list-style: none;
}
#breves.boite ul li{
  font-size: 0.8em
}
#breves.boite ul li h3{
  font-size: 1.1em;
  font-weight: bold;
  color: #807F84;
}
#breves.boite ul li h3 span{
  color: #000;
  display: block;
}
#breves.boite ul li p{
  font-size: 0.9em;
  font-weight: normal;
}
#documents_joints.boite ul li a{
  display: block;
  font-size: 1.2em;
}
.boite .bottom{
  background: url(/IMG/fnd_bottom_boite.gif) no-repeat bottom left;
}



.plugin{
  margin:-10px 0 30px 0;
  width:201px;
  font-size: 0.8em;
}

.image_article{
  margin:-10px 0 30px 0;
  width:201px;
  vertical-align: top;
}

.image_article img{
  vertical-align: top;
}

/*  ------------------------------------------
/*  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 {float: left;width: auto;font-variant: small-caps;font-size:1.1em;padding: 0 5px;font-weight: bold;}
.formulaire_spip input { float: left;width: auto;font-family: inherit; font-size: inherit; }
.formulaire_spip input.submit{background:#000;color:#fff;border:1px solid #000;width: auto;padding:0;font-weight: bold;}
/* 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 {
  float: right;
	font-weight: bold;
	margin: 0;
	text-align: left;
	width: 289px;
}


/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: underline; color: #333; }
a:hover { text-decoration: none; }
ul li a{text-decoration: none;}
#pied a{text-decoration: underline;}
#pied a:hover {text-decoration: none;}
/*  ------------------------------------------
/*  Habillage de la home
/*  ------------------------------------------ */
#conteneur #contenu.home{
  width: 946px;
}
.home .colgauche{
  width: 395px;
  float: left;
}
.home .edito{
  width: 395px;
  float: left;
  background:url(/IMG/home/fnd_edito_middle.gif) repeat-y right bottom;
  font-size:0.8em;
}
.home .edito h2, .home .actu h2, .home .service h2{
  background:url(/IMG/home/fnd_edito_top.gif) no-repeat right bottom;
  height: 52px;
  font-weight: bold;
  font-size:1.6em;
  padding: 0 0 0 50px;
  line-height: 50px;
}
.home .edito .contenu {
  background:url(/IMG/home/fnd_edito_bottom.gif) no-repeat right bottom;
  padding: 0 1px 0 0;
}
.home .edito .contenu p{
  padding: 10px 10px 10px 43px;
  margin: 0 0 0 27px;
  text-align: justify;
}

.home .edito .contenu img{
  margin: 0 0 0 15px;
}
.home .actu{
  width: 541px;
  float: right;
  background:url(/IMG/home/fnd_actu_middle.gif) repeat-y right bottom;
  font-size:0.8em;
}
.home .actu h2{
  background:url(/IMG/home/fnd_actu_top.gif) no-repeat right bottom;
}
.home .actu h3{
  background:url(/IMG/home/fnd_actu_h3.gif) no-repeat 0 30px;
  color: #b8d105;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0 0 0 43px;
  margin: 0 0 0 27px;
}
.home .actu .contenu p{
  padding: 10px 10px 10px 43px;
  margin: 0 0 0 27px;
  text-align: justify;
}

.home .actu .contenu img{
  margin: 0 0 0 15px;
}
.home .actu h3 a{
  font-weight: normal;
  color: #000;
  display: block;
  font-size: 1.5em;
}
.home .actu h2.titre{
  background:url(/IMG/home/fnd_actu_titre.gif) no-repeat right bottom;
}
.home .actu .contenu {
  background:url(/IMG/home/fnd_actu_bottom.gif) no-repeat right bottom;
  padding: 0 1px 0 0;
}


.home .service{
  width: 395px;
  clear: left;
  float: left;
  background:url(/IMG/home/fnd_service_middle.gif) repeat-y right bottom;
  font-size:0.8em;
  margin: 20px 0 20px 0;
}
.home .service h2{
  background:url(/IMG/home/fnd_service_top.gif) no-repeat right bottom;
  color: #fff;
  height: 50px;
}
.home .service .contenu {
  background:url(/IMG/home/fnd_service_bottom.gif) no-repeat right bottom;
  padding: 0 0 10px 0;
}
.home .service .contenu p{
  padding: 10px 10px 10px 43px;
  margin: 0 0 0 27px;
}
.home .service .contenu a{
  background:url(/IMG/home/fnd_service_lien.gif) no-repeat right bottom;
  display: block;
  width: 216px;
  height: 21px;
  color: #000;
  margin: 5px 0 0 150px;
  text-align: center;
  font-weight: bold;
}
