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


/*
 * nota: CSS des raccourcis de SPIP -- spip_style.css
 *
 * La feuille de style dist/spip_style.css est chargee
 * au prealable ; elle contient la definition standard
 * des styles associes aux raccourcis de SPIP.
 *
 */



/* Disposition a l'ecran des blocs principaux
---------------------------------------------- */
body { background: #FFF; margin: 0; padding: 0; text-align: center; }

div#page { width: 980px; margin: auto; text-align: left; }

div#top { margin: 0; padding-top: 1em;  background:#FFF; }
	/* Barre de menu principale 
---------------------------------------------- */
#barre_principale { margin: auto; width:100%; }
#barre_principale div {float:left;margin:0;padding:0;height:110px;}
#barre_principale ul { clear:both;float:left;list-type:none ;margin: 0; padding: 0;height:35px; }
#barre_principale li { float:left;display: inline;margin: 0; padding: 0; }
#barre_principale .formulaire_recherche { float: left; width: 135px; background-image:url(im/recherche.png);background-repeat: repeat-x;background-position: left top; margin: 0; padding:0; }
#barre_principale .formulaire_recherche label { display: none; }
#entete_logo {margin:0;padding:0}

/* Recherche*/
#recherche { width: 120px; height: 20px; margin-top: 4px;margin-left:7px;}
#recherche.actif {  }

#locuteurs {
	font-family:"Times New Roman", Times, serif;
	float:right;
	clear:both;
	margin-top:-140px;
	width:40em;
}

/* BLOCS DE MISE EN PAGE*/
div#top #nom_site_spip, #top a .spip_logos { display: block; float: left; font-weight: bold; font-size: 1.50em; }


div#conteneur { float: left; width: 100%; min-height: 450px; overflow: hidden; }
div#contenu { clear: both; float: left; width: 75%;   }

div#navigation { float: right; width: 23%; margin:top:1em; overflow: hidden;border:1px solid #CCC; }

div#pied { clear: both; width: 100%; margin: 0; padding: 0.40em 0; border-top: 1px solid #8B6F92; text-align: center; font-size: 0.77em; }
div#pied img { vertical-align: bottom; }

/* BARRES EN HAUT DE BLOCS*/
.barre {
	clear: both;
	background-image:url(im/mini_barre_active.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 30px;
	color:#FFF;
	border-left:6px solid #990000;
	text-indent:0.5em;
}
.barre p {display:inline};
.barre .boutons { float: right; margin-right: 1em; margin-top: 0.4em; }
.barre a { color:#FFF; }
.barre_2 {
	clear: both;
	background-image:url(im/mini_barre_active.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:30px;
}
.barre_3 {
	clear: both;
	background-image:url(im/mini_barre_off.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:30px;
}
.mini_barre {
	clear: both;
	margin:-0.3em;
	background-image:url(im/mini_barre_active.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 20px;
	color:#FFF;
	border-left:6px solid #990000;
	text-indent:0.5em;
	
}
.menu_barre {
	clear: both;
	background-image:url(im/mini_barre_off.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 30px;
	color:#FFF;
	border-left:6px solid #990000;
	text-indent:0.5em;
}
/* interieur des blocs*/
.corps {
	margin:0.3em;
}
/* Mise en page sur plusieurs colonnes
---------------------------------------------- */
.une_col {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:1.5em;
}
.deux_col_left_small {
	clear:both;
	float:left;
	width:35%;
	border:1px solid #CCC;
}
.deux_col_right_large {
	float:right;
	width:63%;
}
.deux_col_right_large:first-letter {  font-family: "Times New Roman", Times, serif; color : #990000; font-size : 5em;float:left;  }

.deux_col_egales_left {
	clear:both;
	float:left;
	width:48%;
}
.deux_col_egales_right {
	float:right;
	width:48%;
}
.liste_articles {
	font-size:0.85em;
}
.liste_articles h1 a {color:#990000;}
.liste_articles p  {border-bottom:1px solid #CCC;}
.liste_articles p a {color:#990000;}
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li {
	margin-bottom: 0.5em;
	clear: both;
	list-style-type: none;
}


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

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


/* Typographie generale du site
---------------------------------------------- */
/* Couleur et Taille generale de la typo. ATTENTION : modifier la taille ici influe sur l'ensemble du site */
body { font-size: 0.8em; color: #333; }
/*La taille indiquee ici, comme toutes celles qui suivent dans les autres blocs, est RELATIVE A LA TAILLE DEFINIE DANS BODY */
#top, #contenu, #navigation, #extra, #pied { font-size: 1em; }

h1, h2, .hyperlien, .texte, .ps, .notes,  #contenu { font-family: Helvetica, Verdana, Tahoma, Geneva, sans-serif; }
h3, .chapo, .introduction { font-family: Georgia, Times, serif; }
body, .formulaire_spip, #hierarchie, .pagination, small { font-family: Helvetica, Verdana, Tahoma, Geneva, sans-serif; }


/* Personnalisation des styles HTML par defaut
---------------------------------------------- */

/* Titraille */
h1 { margin: 0; font-size: 1.50em; font-weight: bold; color: #000; }
h2 { margin: 0;  font-size: 1.10em; }
h2, h2 a, h2 a:hover { color: #EEE; }
h3.spip { 
	font-family: "Trebuchet MS", Helvetica, Verdana, Tahoma, Geneva, sans-serif;
	font-size:1.5em;
	line-height:1.65em;
	margin-top: 1em; margin-bottom: 0.5em; 
	text-align: left;
	color:#990000;
 }

/* Divers */
hr { height: 2px; margin: 2em auto; background-color: #999; color: #999; border: 0; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.71em; color: #666; }
/* Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE */

/* Listes SPIP */
/*.spip_puce { list-style-position: outside; }*/
ul.spip {}
ol.spip {}

/* Citations, code et poesie */
blockquote { margin: 1em 3em; padding-left: 1em; border-left: 4px solid #DDD; }
blockquote.spip_poesie { border-left: 1px solid #CCC; font-family: Garamond, Georgia, Times, serif; }
blockquote.spip_poesie div { text-indent: -60px; margin-left: 60px; }
code, .spip_cadre { font-family: "Courier New", Courier, mono; color: #009; }
div.spip_code, .spip_cadre { margin-bottom: 1em; }

/* Tableaux */
table { border-collapse: collapse; border-spacing: 0; }
table.spip { width: 99%; margin: 0 auto 1em auto; }
table.spip caption { caption-side: top; font-weight: bold; color: #999; line-height: normal; }
table.spip tr.row_first { background: #CCC; }
table.spip tr.row_odd { background: #EEE; }
table.spip tr.row_even { background: #DDD; }
table.spip th, table.spip td { text-align: left; border: 2px solid #FFF; }
table.spip th { padding: 0.20em; vertical-align: middle; font-weight: bold; }
table.spip td { padding: 0.40em; vertical-align: top; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; }

.spip_documents { text-align: center; line-height: normal; color: #666; }
.spip_documents p { margin: 0.10em; padding: 0; }
.spip_documents_center { display: block; clear: both; width: 100%; margin: 1em auto; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.90em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.90em; margin-left: auto; margin-right: auto; }


/* Blocs et elements du contenu
---------------------------------------------- */

#hierarchie { clear: both; margin-bottom: 2em; font-size: 0.9em; color: #666; }



.cartouche { margin-bottom: 2em; }
.cartouche .spip_logos { float: right; margin-left: 2em; margin-bottom: 0.5em; }
.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche .traductions { font-size: 0.77em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }
.titre { margin:0.3em;}
.surtitre, .soustitre { font-size: 0.90em; }
.surtitre { margin-left:0.3em; }
.lieux {background-image:url(im/mini_barre_off.png);}
.chapo { margin:0.3em; margin-bottom: 1.50em; color: #669; line-height: 2em;font-size:1.5em; }
.texte { margin:0.5em; line-height: 1.6em;text-align:justify; }
.ps, .notes { margin:0.3em; margin-bottom: 2em; line-height: 1.40em;border-top:1px solid #CCC; }
.notes { clear: both; margin:0.3em; font-size: 0.90em; }

.hyperlien { display: block; border-top:1px solid #CCC; margin-top:1.5em;margin-bottom:1em;  }

abbr.published { border: 0; }

/* modeles par defaut */
.spip_modele { float: right; display: block; border: 1px dotted #666; width: 180px; }

/* Portfolio */
#documents_portfolio { clear: both; margin: 2em auto; text-align: center; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; padding: 4px; border: 1px solid #DDD; }
#documents_portfolio a:hover .spip_logos { border-color: #F57900; }
#documents_portfolio a.on .spip_logos { border-color: #8B6F92; }
#document_actif { margin-top: 1em auto; }
#document_actif img { padding: 4px; border: 1px solid #DDD; }


/* Habillage des formulaires
---------------------------------------------- */
.formulaire_spip {  margin:0.3em; text-align: left; }
.formulaire_spip fieldset { margin: 0; margin-bottom: 0.3em; padding: 0; }
.formulaire_spip legend { margin: 0; padding: 0; padding-right: 0.50em; color: #330; } /* preciser la couleur des legend pour IE/Win */
.formulaire_spip label { display: block; font-size: 0.90em; }
.forml, textarea, select { width: 97%;  font-family: inherit; font-size: inherit; color: #000; }
.formulaire_spip textarea { margin-bottom: 0.3em; }

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

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; }
.reponse_formulaire, .reponse_formulaire legend { color: #F57900; } /* preciser la couleur des legend pour IE/Win */
fieldset.reponse_formulaire { border-color: #F57900; font-weight: normal; }
.spip_surligne { background: #FF6; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; border: 2px solid #F57900; }
fieldset.previsu legend { padding: 0 .4em; color: #F57900; font-weight: bold; }
fieldset.previsu .spip_bouton input { background: #F57900; border-color: #F57900; color: #FFF; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 100%; }
.formulaire_login_forum .spip_logos { float: right; }

/* 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 {}
.formulaire_recherche .forml {}

/* menu langues */
#menu_langues { background: none; margin: 0; padding: 1em 0; vertical-align: top; }
.formulaire_menu_lang { background: none; margin: 0; padding: 1em 0; }

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }
table.spip_barre a img { background: #FDA; padding: 3px; border: 1px outset #CC9; }
table.spip_barre a:hover img { background: #FFF; border: 1px solid #CC9; }
table.spip_barre input.barre { width: 99%; background: transparent; border: 0; color: #F57900; }


/* Habillage des forums
---------------------------------------------- */
.repondre { clear: both; margin-top: 1em; margin-right: 1em; text-align: right; }
.forums h2 {
	margin-top:2em;
	background-image:url(im/mini_barre_active.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 30px;
	color:#FFF;
	border-left:6px solid #990000;
	text-indent:3px;
}
/* * 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.50em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-titre,  .forum-titre a { display: block; margin: 0; padding: 0; color: #333; line-height:20px; }
.forum-texte { margin: 0; padding: 0.50em 1em; color: #333; }
.forum-texte .hyperlien {}
.forum-texte .repondre { margin: 0; padding: 0.10em 0; text-align: right; }

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

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
.forum-chapo {
	line-height: 30px;
}
ul .forum-chapo { 
	border-bottom: 1px solid #000; 
	margin: 0; padding: 3px 6px 2px 6px;	
	background-image:url(im/mini_barre_hover.png);	
	background-repeat: repeat-x;
	background-position: left top; }
ul ul .forum-chapo { 	background-image:url(im/mini_barre_off.png);background-repeat: repeat-x; background-position: left top; }
ul ul ul .forum-chapo {background-image:url(im/mini_barre_off.png);background-repeat: repeat-x; background-position: left top; }
ul ul ul ul .forum-chapo { background-image:url(im/mini_barre_off.png);background-repeat: repeat-x; background-position: left top; }
ul ul ul ul ul .forum-chapo { background-image:url(im/mini_barre_off.png);background-repeat: repeat-x; background-position: left top; }


/* Habillage des petitions
---------------------------------------------- */
#signatures { clear: both; /*font-size: 0.77em;*/ }
#signatures h2 {background-image:url(im/mini_barre_off.png) ;color:#333;  padding: 0.50em; text-align: center; font-size: 1.20em; 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.50em; white-space: nowrap; }
#signatures td.signature-nom { background: #ECF4F4; padding: 0.20em; text-align: center; font-weight: bold; }
#signatures td.signature-message { background: #F4F8F8; padding: 0.40em; /*font-size: 0.96em;*/ }


/* Habillage des sommaires et menus
---------------------------------------------- */

/* Habillage general des menus de navigation */
.menu { clear: both; margin-bottom: 2em; text-align: left; }
.menu p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu ul { margin: 0; padding: 0; list-style: none; }
.menu ul li { margin: 0.20em 0; padding: 0.20em; border-bottom: 1px solid #DDD; }
.menu ul li ul { margin-left: 1em; }
.menu ul li li { padding: 0; border: 0; }

/* Pagination */
.pagination { clear: both; text-align: right; font-size: 0.90em; color: #666; }
.pagination .on { font-weight: bold; color: #666; }



/* Listes d'articles et extraits introductifs */
.articles ul li { clear: both; padding: 0.40em 0.20em; }
.articles ul li h3 { margin: 0.40em 0; padding: 0; }
.articles .spip_logos { float: right; clear: right; margin: 0 0 4px 16px; }
.articles ul li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.articles ul li .introduction { margin-top: 0.30em; line-height: 1.40em; }


/* Couleurs des liens
---------------------------------------------- */
a { color: #604A7F; text-decoration: none; }
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in {} /* liens internes */
a.spip_out {} /* liens sortants */
a.spip_url {} /* liens url sortants */
a.spip_glossaire {} /* liens vers encyclopedie */
.on { font-weight: bold; } /* liens exposes */
a:hover { color: #F57900; text-decoration: underline; }

/* Ajouts anamzer
---------------------------------------------- */
.border_top {
	margin-top:0.5em;
	border-top:1px solid #CCC;
}
.noborder{
	border:none;
}
.auteur {background-image:url(im/mini_barre_off.png)}
.comment_article {color:#990000;}
.comment_article a {color:#990000;}
.center {text-align:center;}
.lieux, .maj {background-image:url(im/mini_barre_off.png);}
	
	/* inc_rubriques 
---------------------------------------------- */	

/* Google maps */
#map_mini {
	width:100%;
	height:12em;
}
.tooltip {
  	background-color:#B8DF60;
	font-size:1em;
	color:#000;
    border: 1px #000 solid;
	padding-left:0.3em; padding-right:0.3em;
	line-height:1.3em;
      }
.tooltip a {color:#000;}
/* Rubriques */
.rubriques dt {
	background-image:url(im/mini_barre_off.png);
	line-height: 30px;
	color: #000;
}
.rubriques dd {margin:0.3em;}
.rubriques p {border-bottom:1px solid #CCC;}


	/* Menus ACCORDIONS 
---------------------------------------------- */	
#accordeon_auteur{width: 100%;margin:0;}
#accordeon_auteur dt{
	background-image:url(im/mini_barre_hover.png);
	line-height: 30px;
	color: #fff;
	text-indent:0.5em;
	font-size:1.2em;
}
#accordeon_auteur dd{margin:0.3em;}
#accordeon_auteur dd .cartouche { margin-bottom: 0.5em; }
#accordeon_auteur p{border-bottom:1px solid #CCC;}
#accordeon_auteur dt.accordeon_auteurHover{background-image:url(im/mini_barre_off.png);}
#accordeon_auteur dt.accordeon_auteurActive{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-image:url(im/mini_barre_hover.png);
}

#accordeon_site{width: 100%;margin:0;}
#accordeon_site dt{
	background-image:url(im/mini_barre_off.png);
	line-height: 30px;
	color: #fff;
	text-indent:0.5em;
}
#accordeon_site dd{margin:0.3em;}
#accordeon_site p{border-bottom:1px solid #CCC;}
#accordeon_site p .inscription{height:250px;}
#accordeon_site dt.accordeon_siteHover{background-image:url(im/mini_barre_off.png);}
#accordeon_site dt.accordeon_siteActive{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-image:url(im/mini_barre_hover.png);
}
#accordeon_breton{width: 100%;margin:0;}
#accordeon_breton dt{
	background-image:url(im/mini_barre_off.png);
	line-height: 30px;
	color: #fff;
	text-indent:0.5em;
}
#accordeon_breton dd{margin:0.3em;}
#accordeon_breton p{border-bottom:1px solid #CCC;}
#accordeon_breton dt.accordeon_bretonHover{background-image:url(im/mini_barre_off.png);}
#accordeon_breton dt.accordeon_bretonActive{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-image:url(im/mini_barre_hover.png);
}
#accordeon_internet{width: 100%;margin:0;}
#accordeon_internet dt{
	background-image:url(im/mini_barre_off.png);
	line-height: 30px;
	color: #fff;
	text-indent:0.5em;
}
#accordeon_internet dt p{display:block;}
#accordeon_internet dd{margin:0.3em;}
#accordeon_internet p{border-bottom:1px solid #CCC;}
#accordeon_internet dt.accordeon_internetHover{background-image:url(im/mini_barre_off.png);}
#accordeon_internet dt.accordeon_internetActive{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-image:url(im/mini_barre_hover.png);
}
#accordeon_dossier_11{width: 100%;margin:0;}
#accordeon_dossier_11 dt{
	background-image:url(im/mini_barre_off.png);
	line-height: 30px;
	color: #000;
	text-indent:0.5em;
}
#accordeon_dossier_11 dt p{display:block;color:#000;}
#accordeon_dossier_11 dd{margin:0.3em;}
#accordeon_dossier_11 p{border-bottom:1px solid #CCC;}
#accordeon_dossier_11 dt.accordeon_dossier_11Hover{background-image:url(im/mini_barre_off.png);color:#000;}
#accordeon_dossier_11 dt.accordeon_dossier_11Active{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-image:url(im/mini_barre_hover.png);
	color:#000;
}
#accordeon_dossier_12{width: 100%;margin:0;}
#accordeon_dossier_12 dt{
	background-image:url(im/mini_barre_off.png);
	line-height: 30px;
	color: #fff;
	text-indent:0.5em;
}
#accordeon_dossier_12 dt p{display:block;}
#accordeon_dossier_12 dd{margin:0.3em;}
#accordeon_dossier_12 p{border-bottom:1px solid #CCC;}
#accordeon_dossier_12 dt.accordeon_dossier_12Hover{background-image:url(im/mini_barre_off.png);}
#accordeon_dossier_12 dt.accordeon_dossier_12Active{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-image:url(im/mini_barre_hover.png);
}
#accordeon_dossier_13{width: 100%;margin:0;}
#accordeon_dossier_13 dt{
	background-image:url(im/mini_barre_off.png);
	line-height: 30px;
	color: #fff;
	text-indent:0.5em;
}
#accordeon_dossier_13 dt p{display:block;}
#accordeon_dossier_13 dd{margin:0.3em;}
#accordeon_dossier_13 p{border-bottom:1px solid #CCC;}
#accordeon_dossier_13 dt.accordeon_dossier_13Hover{background-image:url(im/mini_barre_off.png);}
#accordeon_dossier_13 dt.accordeon_dossier_13Active{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-image:url(im/mini_barre_hover.png);
}
#accordeon_archives{width: 100%;margin:0;}
#accordeon_archives dt{
	background-image:url(im/mini_barre_off.png);
	line-height: 30px;
	color: #fff;
	text-indent:0.5em;
}
#accordeon_archives dt p{display:block;}
#accordeon_archives dd{margin:0.3em;}
#accordeon_archives p{border-bottom:1px solid #CCC;}
#accordeon_archives dt.accordeon_archivesHover{background-image:url(im/mini_barre_off.png);}
#accordeon_archives dt.accordeon_archivesActive{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-image:url(im/mini_barre_hover.png);
}
.accordeon_sous_rubrique {
	border-left:15px solid #990000;
	text-indent:0.3em;
}
#accordeon_debat dt p{display:block;}
#accordeon_debat dd{margin:0.3em;}
#accordeon_debat p{border-bottom:1px solid #CCC;}
#accordeon_debat dt.accordeon_debatHover{background-image:url(im/mini_barre_off.png);}
#accordeon_debat dt.accordeon_debatActive{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-image:url(im/mini_barre_hover.png);
}

	/* Boite INNERFADE 
---------------------------------------------- */	
#innerfade {
}
#innerfade dl{
}
#innerfade dt{
	background-image:url(im/mini_barre_off.png);
	line-height: 14px;
	height:30px;
	color: #fff;
	font-weight:bold;
}
#innerfade dd{
	margin:0.3em;
	font-size:0.9em;
}
.commune_sites p {display:inline;}

.deiziataer {
	float:left;
	width:60px;
	height:60px;
}	
/* Affiche
---------------------------------------------- */	
#affiche {
	width:100%;
	margin-left:0;
}
#affiche ul {
	list-style: none; 
	margin:0;
	padding:0;
	margin-left:2%;
}

#affiche li {
	display:inline;
	float:left;
	width:16%;
	height:10em;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;	
}
.affiche_titre {padding:0.3em;font-size:0.9em;}
#affiche li .spip_logos { float: left; margin-right: 0.3em; margin-bottom: 0.3em; }

.puce_intro {background-color:#CCFF99;}
#bandeau_elections {
	width:950px;
	text-align:center;
	
}
#bandeau_merville {
	clear:both;
	float:left;
	width:100%;
	border : 1px solid #990000;
	
}
#bandeau_merville div  {

	width : 100%;


	margin : 0;
	padding : 0;
}
#bandeau_merville ul {
	margin-top:0.2em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	list-style-type:none;
	font-size : 1.3em;
}
#bandeau_merville li {
	display:inline;
}
#bandeau_merville p {
	margin:0.3em;
}