/*  ----------------------------------------------------------- */
/*  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: 1.5em;
	text-align: center;
	font-size: 1em;
	color: #333;
	/* overflow: scroll; */
}

/* HACK Opera special Marc Smith */
html:first-child body{
	overflow: scroll; /* Modification apportée le 11 décembre 2007 pour résoudre un problème de menu déroulant */
			    /* plus haut que la page et provoquant l'apparition d'un scrollbar et donc un sautillement */ 
			    /* de la page de gauche à droite */
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }
sup {vertical-align: text-top;}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {

	/*  Le positionnement absolu de #page permet de positionner menuDeroulant correctement */
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -24em;
	/* width: 48em; */
	 width: 60em; 
	text-align: left;
	/* margin-left: auto; /* Valeur d'origine */
	margin-right: auto;
	padding-top:0.40em;
}

#conteneur { 
	width: 100%; 
	margin-top: 2.8em; 
	min-height: 400px;  
	display: flex;
}
#conteneur #navigation {
	float: left; /* Orig.: right */
	width: 12em;
	text-align: left; /* Orig.: center */
	margin-top: 1.3em;
	margin-left: 0.25em; /* Pour éviter de toucher le bord gauche d'un navigateur en 800*600 */
}
#conteneur #contenu {
	/* float: right; */ /* Orig.: left */
	width: 34em; /* Orig.: 33em */
	margin: auto;
	margin-top: 1.3em;
	/* display: inline; */
}
#conteneur .encart {
	float: right;
	width: 10em; 
	/* margin: 0; */
	/* margin-left: 47em; */
	/* margin: auto; */
	/* margin-bottom: 1em; */
	margin-top: 1.3em;
	display: inline; 
}
/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left; 
	width: 33em; /* Orig.: 21em */
}

/* #contenu .encart {
	float: right;
	width: 12em; 
	margin: 0;
	margin-bottom: 1em;
} */

/* Entete */
#entete {
	width: 100%;
	padding-bottom: 110px; /* Liseré gris sous le menu déroulant */ 
	/* 071113 - Passé de 4px à 110px pour maintenir l'affichage du bandeau comme avant (mais désormais visible à différentes échelles)  */
	border-bottom: 1px solid #CCCCCC; 
	/* z-index: 100; /* 071113 - Pour faire réapparaitre les liseré gris sous les menus déroulants */
}
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }
#entete .formulaire_recherche { float: right; }
#entete .navmots { float: left; }

/* Gestion du menu déroulant (le détail de sa gestion se trouve dans la feuille de style idoine */
#menuNeuf {
	position: absolute;
	font: 0.8em verdana, arial, sans-serif;
	top: 90px; /* Orig: auto mais décalage lors de modif. ultérieures */ 
	left: 110px;
	z-index:100;
	width: 100%;
	}

/* Gestion du menu déroulant (le détail de sa gestion se trouve dans la feuille de style idoine */
#menu {
	position: absolute;
	font: 0.8em verdana, arial, sans-serif;
	top: 105px; /* top: 88px; */
	/* left: 90px !important; */
	left: 0px;
	/* left: 75px; */ /* Hack ie6 */
	z-index:100;
	width: 100%;
	height: 95px;
}

html:first-child #menu {
	margin-left: -10px;
}

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 1em; /* Orig.: 2 */
	font-size: 0.8em; /* Orig.: 0.77 */

	/* Pour positionner le fil d'ariane par rapport au menuDeroulant situé au-dessus */
	/* margin-top: 7.8em; */
	margin-top: 9.8em;
	margin-left: 0.5em;
	/* padding-top: 0.5em; */

	}

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #666;
	/* padding: 2px; */
	text-align: center; 

	/* Ajouts à la bordure inférieure */
	border-bottom: 1px solid #666;
	padding-top: 0px; /* Régularise l'espace entre le texte et les border situés au-dessus et en-dessous */
	padding-bottom: 2px;
	margin-bottom: 5px; /* Permet que le border inférieur se détacle légérement du bord inférieur du navigateur */
}

#pied small { font-size: 0.77em; }
#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 navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: "Trebuchet MS", Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	font-family: "Trebuchet MS", Arial, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: "Trebuchet MS", Arial, sans-serif; }
h3.spip {
	font-size: 1.4em;
}
/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 11em; /* Orig.: 10em */
	/* border: 1px solid #CCC; */
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.8em; /* Orig.: 0.77em */

	padding-left: 0.2em; /* Pour éviter que le menu soit collé à gauche au bord du navigateur */
	background: #FFFFFF; /* Remplace les couleurs spécifiques selon les types de menus */
}

.rubriques .spip_logos {
	float: left;
	margin-top: 6px;
	margin-left: 4px;
	margin-right: 4px;
	}

.rubriques #menufmr2 {
	/* Modification apportée le 24 janvier 2008 à la demande de Marc Smith */ 
	/* On passe par l'id sinon il y a des interférences avec une autre feuille de style qq part */ 
	margin-left: 10px;
	text-indent: -10px;
	line-height: 0.9em;
	padding: 0.3em;
}
/* test texte défilant */
#navigation div.rubriques p.marquee {
	text-align:justify;
      width: 15em;          /*largeur à ajuster */
      line-height:2em;
	  background:#FFF;
	  border:1px solid #706040;
	  margin: 0 auto;
	  overflow: hidden;    /*  masque le décalage */
	  /* white-space: nowrap; */ /* force sur une même ligne */
	  -webkit-animation: marquee 10s linear infinite;
	  animation: marquee 10s linear infinite;
}
	 /* arrêt sur mouseover */
#navigation .rubriques  p.marquee:hover{
	  -webkit-animation-play-state: paused;
			  animation-play-state: paused
}
@-webkit-keyframes marquee{
	  0% {
		text-indent:  100em;  /* tout à droite */
	  }
	  100% {
		text-indent: -100em   /* tout à gauche */
	  }
}
@keyframes marquee{
	  0% {
		text-indent: 100em   /* tout à droite */
	  }
	  100% {
		text-indent: -100em   /* tout à gauche */
	  }
}
	
/* fin test texte défilant */

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}

#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; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

#contenu #acc .liste-articles { display: none;}
#contenu #acc #img-accueil p{ 
	text-align: center;
}
#contenu #acc #img-accueil .formulaire_spip { text-align: center; }


/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 0em; } /* Orig.: 2em - Permet de diminuer l'espacement sous le titre de la rubrique */

.cartouche .titre {
	font-size: 1.27em;
	/* font-weight: bold; */
	color: #000; 
	letter-spacing: 0.05em;
	}

/* Pour afficher le résultat d'une recherche (derrière "Résultats de la recherche") */
.cartouche .recherche {
	font-size: 0.5em;
	letter-spacing: 0.05em;
	color: #000; 
	}

#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: left; /* Orig.: right */
	margin-left: 4px; /* Orig.: 16px */
	/* margin-bottom: 16px; */

	margin-right: 4px;
	margin-top: 9px;
	}

.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.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.8em; /* Orig.: 0.82em */
	font-weight: bold; }

.texte {
	color: #000;
	font-size: 0.8em; /* Orig.: 0.96em */
	padding-left: 1.8em;
	text-align: justify;
	}

.textelang {
	color: #999;
	display: block;
	padding-top: 0.5em;
	padding-left: 1.8em;
	text-align: right;
	border: none;
	font-style: normal;
	font-weight: lighter;
}

/* Pour gérer l'affichage des citations */
blockquote.spip_poesie { 
	margin: 1em 0em 1em 1em; /* h d b g*/
	padding-left: 1em; 
	/* padding-right: 1em; */ 
	border-left: 1px solid; 
	text-align: justify; 
	font-size: 1.2em; 
	font-family: Garamond, Georgia, Times, serif; 
	}

/* Pour gérer le positionnement de la date et de l'auteur sur la page article */
.texte small {
	display: block;
	text-align: right;
	
	font-size: 1em;
	}

/* Pour gérer séparement l'impression de "Haut de page" */
.texte .moduleLien {
	display: block;
	text-align: left;	
	font-size: 1em;
	}

#precsuiv {
	margin-top: 15px;
}

#precedent {
	float: left;
	/* margin-left: 23px; */ 
}

#suivant {
	float: right;
	/* margin-left: 280px; */
}

/* Pour gérer les survols dans le texte (pas sûr que ce soit utile) */
.texte a {
	text-decoration: none;
	color: #CC0000;
	}

/* Pour gérer les survols dans le texte (pas sûr que se soit utile) */
.texte a:hover {
	text-decoration: underline;
	color: #CC0000;
	}

.ps, .notes {
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	padding-top: 10px; /* Orig.: 2px */
	border-top: 1px solid #CCC; /* Orig.: 2px */
	}
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.67em; }
.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)
---------------------------------------------- */
#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: 0em; /* Orig.: 1em */ 
	clear: both; 
	}

.liste-articles ul ul {
	padding-left: 1em; 
	list-style: inside; 
	list-style-image: url("./rondGris01.gif"); 
	}

.liste-articles li .titre {
	font-size: 1em; /* Orig.: 1.03em */  
	font-weight: bold; 
	margin-top: 1.4em; 
	}

/* Sert pour mettre en gris les titres de articles (quand ceux-ci sont plusieurs à l'intérieur d'une rubrique) */
.liste-articles li .titreGris {
	color:#666;
	margin-top: 1.2em;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	}
.liste-articles li h3.titreGris {
	font-size: 1.2em;
}
.liste-articles li .spip_logos, .page_plan #contenu .spip_logos {
	float: left; /* Orig.: right */
	margin-left: 4px; /* Orig.: 16px */ 
	/* margin-bottom: 16px; */
	clear: right; 

	margin-top: 6px;
	margin-right: 9px;
}

.liste-articles li p { 
	/* margin: 1em 0px 0px 0px; */
	padding: 0;  

	margin-top: 1em;
	}

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%; 
	margin: 0; 
	}

.liste-articles li small {
	display: block;
	font-size: 0.8em; /* Orig.: 0.71em */
	text-align: right;

	margin-top: 0em; /* Défini l'espace entre nom de l'auteur et texte */
	}
#contenu .liste-articles .texte dl.spip_documents dt img {
	width: 100% !important;
	height: auto !important;
}
/* remonter auteur en tête d'article ou rubrique */
div.contre-encart > div.liste-articles ul li {
	position: relative;
}
div.contre-encart > div.liste-articles ul li > small:first-of-type {
	border: 1px dotted grey;
	/* position: absolute; */
	/* top: 3em; */ 
} 
/* fin  auteur en tête d'article ou rubrique */
.liste-articles li .texte {
	margin-top: 1.4em; /* Orig.: 5px */
	margin-bottom: 1.5em; /* Orig.: 2em */
	/* border: 1px solid #CCC; */
	padding: 0em; /* Orig.: 0.9em */
	font-size: 0.8em;  /* Orig.: 0.82em */
	line-height: 1.4em; 

	padding-left: 1.8em; /* Pour éloigner le filet de couleur situé à gauche: à reporter pour .texte */
	text-align: justify;
}

.liste-articles a {
	text-decoration: none;
	color: #666666;
	}

.liste-articles a:hover {
	text-decoration: underline;
	color: #CC0000;
	}

.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: 0em; /* Orig.: 0.5em */
	margin-top: 0em; /* Orig.: 1em */
	margin-bottom: 0em; /* Orig.: 1em */
	font-weight: bold;
	text-align: left; /* Orig.: center */
	font-size: 0.8em;	
}

.page_plan #contenu .contre-encart ul {
	display: block;
	/* clear: left; */
	margin-top: 0;
	margin-bottom: 0em; /* Orig.: 1em */
	padding-top: 0;

	font-size: 0.8em; 
	}

.page_plan #contenu .contre-encart li {font-size: 1em;} 

/*  ------------------------------------------
/*  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;
	padding-left: 20px; 
	background: url('men_loupe.gif') 3px center no-repeat;
	width: 13.6em; /* Orig.: 12em Fonctionne avec #navigation de largeur: 12em; */
} 

.formulaire_spip .formlauteur {
	width: 99%; 
	font-family: inherit; 
	font-size: inherit;
	padding-left: 0px; 
	width: 12.6em;
	height: 1.2em;
}

.formulaire_spip .formlauteurtexte {
	width: 99%; 
	font-family: inherit; 
	font-size: inherit;
	padding-left: 0px; 
	width: 12.6em;
	height: 10.2em;
}

.formulaire_spip .formlnew {
	width: 99%; 
	font-family: inherit; 
	font-size: inherit;
	width: 13.6em;
	height: 1.2em;
}

/* Hack IE 6 */
* html .formulaire_spip .forml,  * html .formulaire_spip .formlauteur, * html .formulaire_spip .formlauteurtexte { 
	width: 12.6em;
}

/* Hack Opera */
html:first-child .formulaire_spip .forml, html:first-child .formulaire_spip .formlauteur, html:first-child .formulaire_spip .formlauteurtexte { 
	width: 14em;
}

/* 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 { 
	margin-bottom: 0.8em;
}

.formulaire_recherche label { display: none; }

/* ------------------------------------- */
/* formulaire et navigation par mot-clés */
/* ------------------------------------- */
/* navigation par mot-cles */
#contenu .formechoix {
	
}
#contenu .testederoule {
	display: none; 
}
body.page_rubrique div#page div#conteneur div#contenu h1.titrecentre {
	text-align: center;
}
body.page_rubrique div#page div#conteneur div#contenu form {
	width: 980px;
	max-width: 980px;
	margin-left: -400px;
	font-size: 0.8em;
}
body.page_rubrique div#page div#conteneur div#contenu form div.posi{
	max-width: 980px;
	/* display: table; */
	display: flex; 
}
body.page_rubrique div#page div#conteneur div#contenu form .posi > ul {
	border-right: 1px solid #999;
}
body.page_rubrique div#page div#conteneur div#contenu form .posi > ul:first-of-type {
	/* border-left: 1px solid #999; */
}
body.page_rubrique div#page div#conteneur div#contenu form .posi > ul:last-of-type {
	border-right: none;
}
body.page_rubrique div#page div#conteneur div#contenu form .posi > ul h3{
	color: #cc0000;
	margin-top: 1.2em;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
}
body.page_rubrique div#page div#conteneur div#contenu  form ul li{
	/* display: table;
	width: 100%;  */
	display: flex;
}
body.page_rubrique div#page div#conteneur div#contenu  form ul li span {
	display: block;
	white-space:nowrap;
}
body.page_rubrique div#page div#conteneur div#contenu  form ul li h3 {
	display: none;   
	/* visibility: hidden; */
	margin-top: -3em;
	margin-left: 5em;
}
body.page_rubrique div#page div#conteneur div#contenu  form ul ul{
	/* display: table-cell; */
	padding: 0.5em;
}
body.page_rubrique div#page div#conteneur div#contenu  form ul ul li{
	/* display: inline; */
	/* white-space:nowrap; */
}
body.page_rubrique div#page div#conteneur div#contenu  form > div > input {
	display: table-footer-group;
}
body.recherche_mot_cles #conteneur #navigation .recherche_avancee {
	display: none;
}
body.recherche_mot_cles #conteneur #contenu .testtable {
	width: 50em; 
	margin-left: -16em;
}
body.recherche_mot_cles #conteneur #contenu .testtable .volumetrie {
	position:absolute;
	top: 350px;
	left: 350px;
}
.recherche_mot_cles .menu ul {
    list-style: none;
}
li.taibeul img:first-child {
	margin-top: 2em;
	margin-bottom: 1em;
	/* margin-left: -75px; */
	margin-left: 16.5em;
	display: block;
}
li.taibeul > a:first-of-type  img{
	/* margin-top: 0; */
}
li.taibeul > a:first-of-type  + a {
	/* background: pink; */
	display: block;
	margin-left: 15em;
	margin-top: 0;
}
li.taibeul > a:first-of-type + a + span, li.taibeul > a:first-of-type + a + span + span {
	visibility: hidden;
}
li.taibeul > a:first-of-type + a + span +a::before, li.taibeul > a:first-of-type + a + span + span +a::before {
	content: "\0021E8";
	/* background: pink; */
}
li.taibeul > a:not(:first-of-type) img {
	display: none;
}
li.cl369 ~ li.cl369 > a  > img {
	display: none;
}
li.cl369 ~ li.cl369:before  {
	/* content: "\0021E8"; */ 
}
li.cl369 ~ li.cl369 > a:first-of-type  + a {
	background: white;
	display: none;
}
li.cl370 ~ li.cl370 > a  > img {
	display: none;
}
li.cl370 ~ li.cl370:before  {
	/* content: "\0021E8"; */
}
li.cl370 ~ li.cl370 > a:first-of-type  + a {
	background: white;
	display: none;
}
li.cl371 ~ li.cl371 > a  > img {
	display: none;
}
li.cl371 ~ li.cl371:before  {
	/* content: "\0021E8"; */
}
li.cl371 ~ li.cl371 > a:first-of-type  + a {
	background: white;
	display: none;
}
li.cl372 ~ li.cl372 > a  > img {
	display: none;
}
li.cl372 ~ li.cl372:before  {
	/* content: "\0021E8"; */ 
}
li.cl372 ~ li.cl372 > a:first-of-type  + a {
	background: white;
	display: none;
}
li.cl2064 ~ li.cl2064 > a  > img {
	display: none;
}
li.cl2064 ~ li.cl2064:before  {
	/* content: "\0021E8"; */ 
}
li.cl2064 ~ li.cl2064 > a:first-of-type  + a {
	background: white;
	display: none;
}
li.cl1438 ~ li.cl1438 > a  > img {
	display: none;
}
li.cl1438 ~ li.cl1438:before  {
	/* content: "\0021E8"; */
}
li.cl1438 ~ li.cl1438 > a:first-of-type  + a {
	background: white;
	display: none;
}
.recherche_mot_cles .menu ul li a:last-child {
	text-decoration: none; color: #CC0000;
}
div.testarticles, div.testrubriques {
	display: none;
}
body.page_rubrique #page #conteneur #navigation #formulaire_recherche, body.page_article #page #conteneur #navigation #formulaire_recherche {
	width: 70%;
	padding: 1.0em;
	background: white;
	margin-left: 0; margin-right: auto; margin-top: -18em;
}
body.page_rubrique #page #conteneur #navigation #formulaire_recherche + .rubriques, body.page_article #page #conteneur #navigation #formulaire_recherche + .rubriques {
	margin-top: 18em;
}
#top #recherche #formulaire_recherche form{
	width: 100%; 
}
#top #recherche #formulaire_recherche form input.forml{
	width: 100%; 
}
#top #recherche_mots_cles {
	width: 47%;
	float: right;
	padding-top: 1.0em;
}
#top #recherche_mots_cles h2 {
    text-align: center; margin-right: 30%;
}
#top #recherche_mots_cles h2 a {
	/* width: 30%;
	margin-left: auto; margin-right: auto; text-align: center; */
}
/*  ------------------------------------------
/*  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: #CC0000; }
/* a:on {font-weight: bold;} /* Modifié le 071205 pour validation css */ 
a:hover { text-decoration: underline; color: #CC0000;}

/*  ------------------------------------------
/*  Spécial page d'accueil
/*  ------------------------------------------ */

/* Formulaire de recherche de la page d'accueil */
#accueil .formulaire_recherche {
	width: 15.25em;
	margin-top: 2.0em;
}
#navigation #logo {
	/* display: none; */
	position: absolute;
	bottom: 2em;
	left: 3em;
}
#contenu #anonce {
	/* visibility: hidden; */
	/* display: none; */
	width: 18em;
	/* margin-top: 9.5em; */
	margin: auto;
}
#contenu #anonce a{
	display:block;
	text-align:center;
	font-size: 1.3em;
	color: #cc0000;
}
#contenu #acc {
	width: 33em;
}

#acc .liste-articles li .texte{
	margin-top: 1.2em;
	margin-left: 0em;
	margin-bottom: 0.5em;
	/* text-align: justify; */
	font-size: 0.8em;
	padding: 0.9em;
	line-height: 1.4em;
	}

/*  ------------------------------------------
/*  Spécial bandeau (la modification des images 
/*  en fonctions des modules se fait dans les 
/*  fichiers inc-bandeau368 et suivants).
/*  ------------------------------------------ */

/* neutralisé - Lve pour ligne verticale: càd le trait de couleur derrière les figurines */

#ban_lve {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 100px; 
 width:100%; 
 display: none;
 /* z-index: 1; */
}

/* neutralisé - gau pour gauche: càd le Ménestrel situé sur la gauche du bandeau */

#ban_gau {
 position: absolute; left: 0px; top:18px; z-index: 3; display: none;
}

/* tit pour titre: càd le mot 'Ménestrel' qui est une image 
/* (pour éviter que la police 'Albertus' ne soit mal interprêtée selon 
/* les navigateurs */

#ban_tit {
 position: absolute;
 left: 40%;
 /* vertical-align:"top"; /* 071205 - Supprimé suite à validation html */
 z-index: 3;
}
#issn {
	position: absolute;
	left: 28%;
	z-index: 3;
	top:50px;
}
/* dro pour droite: càd le petit personnage situé à droite et qui peut 
/* varier selon le module dans lequel on se trouve */

#ban_dro {
 position: absolute;
 right: 0px;
 top:-0.5px;
 z-index: 3;
}

/* Pour cacher les notes avec les sites Web */
#urldiscrete {
	display: none; 
}

/* Pour cacher les notes avec les sites Web */
#lang {
	font-size: 0.85em;
	float: left;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom:0.5em;
}
#lang  a{
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#lang  a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
#Bourses_Jobs_Prix_Rencontres{
	font-size: 0.85em;
	float: left;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom:0.5em;
}
#Bourses_Jobs_Prix_Rencontres a{
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#Bourses_Jobs_Prix_Rencontres a:first-child {
	display: none;
}
#Bourses_Jobs_Prix_Rencontres a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

/* affichage des menus/articles non traduits */
.en_attente_trad {
	color:#999;
	background-color: #F5F5F5;
	}
	
/* affichage des resultat de la recherche */
.liste-liens-recherche  {
	font-size: 0.8em;
	line-height: 1.0em;
	}
	
.liste-liens-recherche a{
	color: #CC0000;
	font-weight: bold;
	}
	
.liste-liens-recherche hover {
	color: #CC0000;
	font-weight: bold, underline;
	}
	
.info_recherche {
	font-size: 0.9em;
	color: #999;
	display: inline;
	padding-top: 0px;
}

.recherche_avancee {
	font-size: 0.8em;
	line-height: 1.0em;
	padding-top: 0px;
	padding-bottom: 2.0em;
}

.recherche_autre_langue {
	min-width: 11em; /* Orig.: 10em */
	color: #CC0000;
	border: 1px solid #CC0000;
	margin-bottom: 1em;
	font-size: 0.8em; /* Orig.: 0.77em */
	padding-left: 0.4em; /* Pour éviter que le menu soit collé à gauche au bord du navigateur */
	background: #FFFFFF; /* Remplace les couleurs spécifiques selon les types de menus */
	text-align: center;
}

.sommaire1_niv1 {
	font-weight: bold;
	color: black;
	text-align:left;
	line-height: 0.9em;
	padding-top: 0.5em;
}

.sommaire1_niv2 {
	text-align:left;
	line-height: 0.9em;
	padding-top: 0.5em;

}

.liste-sommaire {
	text-align: left;
}

#listURL {
	float: left; /* Orig.: right */
	text-align: left; /* Orig.: center */
	margin-left: 0.25em; /* Pour éviter de toucher le bord gauche d'un navigateur en 800*600 */
	display:none;
}

.artcache {
	display:none;
}

.bloc_texte {
	color: #000;
	font-size: 0.8em; /* Orig.: 0.96em */
	padding-left: 0em;
	display: inline;
	padding-top: 0px;
	float: none;
	}
	
.bloc_chapo {
	color: #000;
	font-size: 0.8em; /* Orig.: 0.96em */
	padding-left: 1.8em;
	text-align: justify;
	display: block;
	}
	
.ecrire_auteur {
	color: #000;
	font-size: 1.1em; /* Orig.: 0.96em */
	padding-left: 220px;
	padding-bottom:1.5em;
	display: block;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
.accueil {
	color: #cc0000;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 25px;
	border-bottom: 1px dotted #999;
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 7px;
	text-align: justify;
}
.actualites {
	color: #333;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999;
	margin-left: 7px;
	margin-right: 7px;
}

.actualites  a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.actualites  a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;

}

.listeMotsCles {
	color: #333;
	font-size: 0.8em; /* Orig.: 0.96em */
	padding-left: 0em;
	text-align: left;
	font-variant: small-caps;
	}
	
.AcceslisteMotsCles {
	color: #333;
	font-size: 0.8em; /* Orig.: 0.96em */
	padding-left: 0em;
	text-align: left;
	font-weight: bold;
	border-left: 1px solid #993333; 
	}
	
.listeMotsCles-liens-recherche  {
	font-weight: normal;
	line-height: 1.0em;
	}	

.listeMotsCles-liens-recherche a{
		font-weight: normal;
	color: #993333;
	}
	
.listeMotsCles-liens-recherche hover {
		font-weight: normal;
	color: #993333;
	font-weight: underline;
	}
	
.listeMotsClestitreGris {
	color:#666;
	margin-top: 1.2em;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/* */
/* les albums */
/* */
div.album ul {
	display: flex;
	flex-flow: row wrap;
	flex-direction: row;
	justify-content: flex-start;
}
div.album ul li a{
	width: 100px; /* ajuster à la taille des vignettes (back-office) */
}
div.album ul li span{
	display: block;
	width: 100px; /* ajuster à la taille des vignettes (back-office) */
}