/* CSS COMMUN */

/* ------------------------------------------ */
/* Typographie generale (style transversaux) */
/* ------------------------------------------ */

/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: #999; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }

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

.spip_documents_center { margin: auto;height:auto;width:auto;} /* Cf.: spip_style.css */

/* Citations, code et poesie */
.spip_code, .spip_cadre { font-family: Courier, "Courier New", monospace; }

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

/* ------------------------------------------ */
/* Habillage des elements du contenu */
/* ------------------------------------------ */

.surtitre, .soustitre { font-size: 0.90em; text-transform: uppercase; letter-spacing: 0.10em; }
.chapo { margin-bottom: 1.50em; line-height: 1.40em; font-weight: bold; }

.hyperlien { display: block; padding: 0.50em 1em; font-size:1.2em; font-weight: bold; }

.cartouche { margin-bottom: 10px;height:auto;background-color:#885588;color:white;vertical-align:center; }
.cartouche .spip_logos, .cartouche .spip_logo { float: right; margin-left: 16px; margin-bottom: 4px; }
.cartouche p { font-size: 0.90em; color: #000; margin: 0; padding: 0; clear: left; }
.cartouche .surtitre { margin-bottom: 0.30em; }
.cartouche .soustitre { margin-top: 0.50em; margin-bottom: 0.30em; }
.cartouche .traductions { font-size: 0.90em; }
.ps, .notes { margin-bottom: 2em; line-height: 1.40em; }
.notes { clear: both; font-size: 0.90em; }
.texte { line-height: 1.60em; }
abbr.published { border: 0; }

/* ------------------------------------------*/
/* Sous-navigation et autres menus */
/* ------------------------------------------ */

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

/* Rubriques */
.rubriques ul { border: 0; }
.rubriques ul li { border: 0; font-size:1.25em; }
.rubriques ul li ul li { font-size:0.9em; }

.formulaire_recherche { margin-bottom: 0; } /*Cf.: spip_formulaires.css*/

/* Listes d'articles et extraits introductifs */
.articles ul li { clear: both; padding: 0.40em 0.20em; }
.articles ul li h3 { margin: 0.30em 0; }
.rubriques .spip_logos, .rubriques .spip_logo, .articles .spip_logos, .articles .spip_logo { 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; }

/* Pagination */
.pagination { clear: both; text-align: right; font-size: 0.90em; }
.pagination .on { font-weight: bold; }
ul.pagination-items { display: inline; }
ul.pagination-items li.pagination-item { display: inline; }

ul li a, u li a:link, u li a:visited, u li a:active {
	text-decoration:none;
}
.menu h2 {
	font-weight: bold;
	text-align: center;
	font-size:2.5em;
}
.cartouche h1 {
	text-align:center;
	font-size: 2.2em;
}

#navigation, #contenu {
	text-align: left;
}

.repondre {
	font-size:2em;
}

#formulaire_login p.boutons {
	text-align:left;
}
.page_sommaire .contenu-principal {
    font-size: 1.2em;
}

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

/* ========================================== CADRE DROITE ========================================================*/

/*#rubrique_articles.rub_desc {
	top:51%;
} */

table.spip tr.row_first, table.spip tr.row_odd { background:none; }
table.spip tr.row_even { background-color:#2D2D3A; } /* TODO vérifier la couleur */


/* ================================= FIN COMMUN =============================== */

html { font-size:100%; }

body {
	margin:0;
	background-color:#4A095A; /* white */
	font-family: "Helvetica","Liberation Sans","Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	font-size: 0.8125em;
	/*color: black;*/
	color:#4A095A; /* 727272 */ /* gris */
}

body a, body a:visited, body a:hover {
	cursor:pointer;
	text-decoration:underline;
}

/* ------------------------------------------ */
/* Disposition a l'ecran des blocs principaux */
/* ------------------------------------------ */

#entete, #pied {
	width: 100%;
	padding: 0px;
	border: 0px;
}

#entete {
	height: 150px;
	margin: 0;
}

#contenu {
	width:96%; /* auto */
	margin-left:2%;
}

body.page_sommaire #contenu {
	margin-top:200px; /* 350 de diapo - 150px d'entete */
	background-color:unset;
}

#pied {
	height:25px;
	margin: 0;
}

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: Georgia, Times, serif; }
h1 { font-size: 1.70em; }
h2 { font-size: 1.40em; font-weight: normal; }
h3 {font-size:1.2em;font-weight:bold;}

small {
    color: #000000;
}

a {
	text-decoration: underline;
	color: brown;
}

a:hover {
	text-decoration: none;
	color: darkred;
}

a.spip_out::after {
	content: "\0000a0\279A";
}

caption {font-weight: bold;
	color:#990808;}

/* ============================== ENTETE ============================== */

#entete {
	color:#727272; /* gris */
}

body.page_sommaire #entete {
	color:white;
}

#entete a, #entete a:hover {
	text-decoration:none;
}

#entete a {
	color:white; /* #727272; */ /* gris */
	/* TODO border/padding */
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

body.page_sommaire #entete a {
	color:white;
}

/* accueil */

/*#entete a.accueil {
	display:inline;
}
*/

#entete .accueil {
    padding: 0;
    position: absolute;
    left:0px;
    text-align: center;
    top: 0px;
    width:300px;
}

#entete .accueil #nom_site_spip {
	margin: 0;
	padding: 0;
	font-family: EurocentricRegular, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 36px; 
}

#entete #slogan_site_spip {
	position: absolute;
	left:300px;
	top: 0px;
	right:0px;
	height:30px;
	padding-top: 10px;
	margin-left:-300px;
	/*margin: -2px 0 0 0;*/
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
	/*color: #FFFFFF;*/
}

#entete .accueil img.spip_logos { 	
	/*float: left;*/
	/* change the values of top and left to adjust the position of the logo*/
	/*margin: -10px 10px 10px 0;*/	
}

#diapo { position:relative; width:100%; height:350px; z-index:-10; text-align:left; }
#diapo_image { position:absolute;top:0;left:0;right:0;bottom:0;  }
#diapo_filtre { position:absolute;top:0;left:0;right:0;bottom:0;opacity:0.5;background-color:black; }

/* navigation */

/* entete accueil lien blanc, ailleurs gris (#797979 ?), hover violet, active violet */

/* commun */
#navigation label {
	font-size:1.5em;
}

#navigation ul {
    border: 0 none;
}

/*
#navigation ul li ul li {
	background: none;
	font-size: 0.9em;
}*/

/* fin commun */

#navigation {
	position:absolute;
	top:30px;
	bottom:0px;
	left:300px;
	right:0px;
	margin: 0px;
	padding: 0;
	width:auto;
}

#navigation h2 {
	margin: 0px;
	padding: 0px;
	font-family: EurocentricRegular, Arial, Helvetica, sans-serif;
	font-size: 0;
	line-height:0;
	font-weight: normal;
	/*color: #FFFFFF;*/
	text-align:left;
	display:none;
}

#navigation h3 {
	font-size: 77%;
	/*color: #110404;*/
}

#navigation p {
	margin: 0;
	line-height: normal;
	/*color: #D4C792;*/
}

#navigation a:hover, #navigation a.on {
	text-decoration:none;
	color:white;
	background-color:#885588;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#navigation ul li {
    background: none repeat scroll 0 0 transparent;
    font-size: 2em;
    border-top: none; /*1px solid #000000; */
   /* display:inline;*/
}

#navigation .menu.rubriques { height:42px; }

#navigation #formulaire_recherche, #navigation #formulaire_recherche input[type="image"]  {
	height:32px;
}
#navigation .menu.rubriques {
	position:absolute;
	left:0;
	right:200px;
	text-align:right;
	padding-right:15px;
}

#navigation #formulaire_recherche {
	position:absolute;
	right:0;
	width:200px;
}
#navigation #formulaire_recherche input[type="text"] {
	vertical-align:top;
	height:30px;
}
#navigation #formulaire_recherche label {
	line-height:0;
	font-size:0;
	visibility:hidden;
}

#navigation .menu-liste {
	margin: 0;
	padding-left: 0px;
	list-style: none;
	line-height: normal;
	border-bottom: medium none;
	/*display:inline;*/
}

#navigation li li.menu-entree {
	margin-bottom: 1px;
	background: transparent;
	border-bottom: 0px;
	
}

#navigation .menu-liste li ul {
	margin: 0px;
	/*padding: 0px 0px 0px 10px;*/
}

/* -------------------------------- */

#navigation * {
	display:inline;
	vertical-align:top;
}

#navigation label {
	font-size:1.5em;
}

#navigation h2 {
	font-size:0;
	line-height:0;
	display:none;
}

#navigation ul {
    border: 0 none;
}

/*#navigation ul li {
	background: none;
	font-size: 1.5em;
	border: 0 none;
}*/

/*#navigation ul li ul li {
	background: none;
	font-size: 0.9em;
}*/


/* -------------------------------- */

#navigation ul li {
	margin-top:0;
	margin-bottom:0;
	padding:0;
	display:inline-block;
	height:26px;
	background: none;
	/*font-size: 1.5em;*/
	border: 0 none;
}

#navigation li a img {
	vertical-align: middle;
}

#navigation ul li ul li {
	background: none;
	font-size: 0.9em;
}

#navigation a, #navigation a:visited {
	/*font-size: 14px;*/
	line-height: 25px;
	padding: 0 7px;
	margin: 0 3px 0 0;
	letter-spacing: 0;
	font-variant: small-caps;
	font-weight: bold;
	color: #BEAA74;
	vertical-align:middle;
}
#navigation ul li ul, 
#navigation ul li ul li {
	position: relative;
	display: none;
}

#navigation ul li:hover {
	padding-bottom: 5px;
}

#navigation ul li:hover ul, 
#navigation ul li:hover ul li {
	width: auto;
	height: auto;
	display: block;
	z-index: 90;
	margin-left: 0;
}
#navigation ul li:hover ul li {
	padding-left: 10px;
	padding-bottom:0;
}

/* ============================== FIN ENTETE ============================== */

/* ============================== PIED ============================== */

#pied {
	padding: 0px;
	text-align: center;
/*	background: #000000; */
	background-color:#4A095A; /* #885588; */
	color: white;
	z-index:1;
	font-size: 0.90em;
}

#pied img, #pied a img { vertical-align: middle; max-height:24px; }

#pied p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#pied a {
	/*text-decoration: underline;*/
	text-decoration: none;
	color: white;
}

#pied a:hover {
	text-decoration: none;
}

#pied .visites {
	font-weight:bold;
	font-size:1.2em;
}

/* ============================== FIN PIED ============================== */

.formulaire_spip .boutons {
	text-align:left;
}

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

/*formulaires*/

#formulaire_inscription legend {background: none;
	color: #FFFFFF;}
p.explication {
	/*text-align: justify;*/
	color:#990808;
}

#formulaire_ecrire_auteur_1 {margin-top: 30px;}

#formulaire_ecrire_auteur_1 legend {
	background: none;
	color:#FFFFFF;
}

			

/* contenu */

/* ========================================== MENU DROITE ========================================================*/

#zone_droite, #zone_droite #zone_droite_fleche, #zone_droite #zone_droite_contenu, #zone_tags, #zone_tags #zone_tags_fleche, #zone_tags #zone_tags_contenu {
	visibility:hidden;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

/*#zone_droite #zone_droite_fleche, #zone_tags #zone_tags_fleche {
	visibility:visible;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:0px;
	background-position: center center;
	background-repeat: no-repeat;
}

#zone_tags #zone_tags_fleche {
	background-image:url("motcle.jpg");
	background-size:100% auto;
}

#zone_droite #zone_droite_contenu, #zone_tags #zone_tags_contenu {
	visibility:hidden;
	font-size:0px;
	line-height:0px;
}

#zone_droite #zone_droite_contenu h2, #zone_tags #zone_tags_contenu h2 {
	font-size:0px;
	line-height:0px;
}

#zone_droite:hover, #zone_tags:hover {
	width:300px;
	height:90%;
	z-index:21;
}

#zone_droite:hover #zone_droite_contenu h2, #zone_tags:hover #zone_tags_contenu h2 {
	font-size:2em;
	line-height:2em;
}

#zone_droite:hover #zone_droite_contenu,#zone_tags:hover #zone_tags_contenu {
	visibility:visible;
	position:absolute;
	top:0px;
	bottom:0px; 
	left:0px;
	right:0px;
	font-size:1.1em;
	overflow-y:auto;
	text-align:left;
	line-height:1.1em;
}

#zone_droite:hover #zone_droite_fleche, #zone_tags:hover #zone_tags_fleche {
	visibility:hidden;
}*/

/* fin commun  */

/*#zone_droite, #zone_tags {
	position:absolute;
	right:0px;
	bottom:25px; 
	width:50px;
	padding:0px;
	z-index:20;
	background-image: url("img/ciel2.jpg");
    	background-repeat: repeat;
	opacity:0.8;
}

#zone_droite {
	top:50px;
	bottom:175px;
}

#zone_tags {
	bottom:25px;
	height:150px;
}

#zone_droite a, #zone_droite a:hover, #zone_droite a:visited, #zone_tags a, #zone_tags a:hover, #zone_tags a:visited {
	color: #010101;
}

#zone_droite #zone_droite_fleche {
	background-image:url("img/bckward.gif");
	background-size:100% auto;
}*/

/* ========================================== CONTENU ========================================================*/

#contenu {
	/*font-size:1.2em;*/
	/*padding-top: 30px;*/ /* padding-top: 0.30em; */
	/*padding: 5px;*/ /* padding-right:5px; */
	padding-left:10px;
	padding-right:10px;
	overflow-y:hidden;
	background-color:white;
}

#site-intro, #citations {
	background-color: white;
	padding:5px;
}

#citations {
	margin-top:10px;
}

/*#top_article {
	height:120px;
}

#top_article.rub_desc {
    height: 50%;
    overflow-y: auto;
}*/
/*
#top_article {
	height:60px;
}

#contenu_article {
	overflow-y:auto;
	position:absolute;
	top:60px;
	bottom:0px;
	left:0px;
	right:60px;
	padding-right:5px;
}
*/

/*#top_article, #rubrique_articles {
	position:relative;
	overflow-y:hidden;
}*/

#contenu.cl_article {
	right: 51px;
}

#contenu_article img {
	max-width:100%;
	/*max-height:100%;*/
}

#contenu_article img {
	max-width:100%;
	/*max-height:100%;*/
}

#contenu_article h3 {
	font-size: 1.5em;
	margin-top:1.5em;
	margin-bottom:1.5em;
	text-align:center;
}

/*#rubrique_articles {
  	bottom: 250px;
	left: 0;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 80px;
}

#rubrique_rubriques {
 	bottom: 0;
	left: 0;
	overflow-y: auto;
	position: absolute;
	right: 0;
	height: 250px;
}*/

#contenu .h2 {
	margin: 0px 0px 30px 0px;
}

#contenu .h3 {
	margin: 0px 0px 30px 0px;
}

#contenu .h3 {
	
	padding: 0px 0px 5px 0px;
	color: grey;
	
}

#contenu .texte .h3 {clear: both;}

#contenu .h3 a {
/*	padding: 4px 35px 4px 15px;*/
	text-decoration: none;
	font-weight: bold;
	color: darkred;
}

#contenu .h3 a:hover {
	color:grey;
}

#contenu ul.liste-items li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.contenu-principal {
	padding:5px;
}

/* #contenu a {color: #990808;} */

.introduction {
	padding: 20px 0px;
}

/* #contenu .spip_logos {
	float: left;
	padding: 0 15px 15px 0;
}
*/

table.center tr td {
	text-align:center;
}

table.spip {
	width: auto;
	max-width: 100%;
}

.tablesorter-default tr.odd td.numeric, 
.tablesorter-default tr.even td.numeric {
	text-align:center;
}

.tablesorter-default,
.tablesorter-default caption,
.tablesorter-default .header, .tablesorter-default .tablesorter-header,
.tablesorter-default th, .tablesorter-default thead td,
.tablesorter-default tr.odd td, .tablesorter-default tr.even td,
.tablesorter-default tbody > tr.even:hover td, 
.tablesorter-default tbody > tr.hover td, 
.tablesorter-default tbody > tr.odd:hover td, 
.tablesorter-default tbody tr:hover td
{
	color:inherit;
	background-color:inherit;
}

.tablesorter-default .header, 
.tablesorter-default .tablesorter-header 
{
	background-image:url("/carrebleu-fleche-double-v.svg");
}

.tablesorter-default thead .headerSortUp, 
.tablesorter-default thead .tablesorter-headerAsc, 
.tablesorter-default thead .tablesorter-headerSortUp 
{
	background-image:url("/carrebleu-fleche-haut.svg");
}

.tablesorter-default thead .headerSortDown, 
.tablesorter-default thead .tablesorter-headerDesc, 
.tablesorter-default thead .tablesorter-headerSortDown
{
	background-image:url("/carrebleu-fleche-bas.svg");
}
.tablesorter-default .header, 
.tablesorter-default .tablesorter-header,
.tablesorter-default thead .headerSortUp, 
.tablesorter-default thead .tablesorter-headerAsc, 
.tablesorter-default thead .tablesorter-headerSortUp, 
.tablesorter-default thead .headerSortDown, 
.tablesorter-default thead .tablesorter-headerDesc, 
.tablesorter-default thead .tablesorter-headerSortDown
{
	background-size: 24px 24px;
	padding-right: 24px;
	background-repeat: no-repeat;
	background-position: top right;
	line-height: 24px;
}

/* ========================================== FIN CONTENU ========================================================*/

.meta-publi {
	text-align: center;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
	font-family: EurocentricRegular, Georgia, "Times New Roman", Times, serif;
}

.meta-publi a{
/*	background: url("img/star3.gif") no-repeat; */
	padding: 10px 0 20px 25px;
}
.meta-publi span{
/*	background: url("img/star3.gif") right no-repeat; */
	padding: 15px 25px 0 0;
}
.info-publi {
	visibility:hidden;
	line-height:0;
	height:0;
	font-size:0;
}
/*
.info-publi, .cartouche p.info-publi {
	float: right;
	margin-top: -20px;
	margin-left: 100px;
	text-align:right;
	font-size: 12px;
	color: darkred;
}

#top_article .cartouche p.info-publi {
	margin-top: -60px;
}

p.info-publi {
	position: relative;
	margin-top: -50px;
	margin-left: 300px;
	width:280px;
	text-align:left;
	font-size: 12px;
	color: #5E5E5E;
}
*/

/* typo */

/*  ------------------------------------------*/
/*  Habillage des elements du contenu */
/*  ------------------------------------------ */

#hierarchie, #hierarchie a { visibility:hidden; height:0; line-height:0; font-size:0; }
/* #hierarchie { clear: both; margin-bottom: 2em; font-size: 0.90em; } */
/* #hierarchie, #hierarchie a { color: darkred; } */

/* .cartouche { margin-bottom: 2em; } */
.cartouche h1 { margin-top:0; margin-bottom:0; text-align:center;margin-left: 200px; margin-right: 200px; padding-top: 5px; padding-bottom:5px; }
.cartouche .spip_logos { float: right; margin-left: 16px; margin-bottom: 4px; }
/*.cartouche p { margin: 0; padding: 0; clear: left; }*/
.surtitre, .soustitre { font-size: 0.90em; color: #666; text-transform: uppercase; letter-spacing: 0.10em; }
.cartouche .surtitre { margin-bottom: 0.30em; }
.cartouche .soustitre { margin-top: 0.50em; margin-bottom: 0.30em; }
.cartouche .traductions { font-size: 0.90em; }

.chapo { margin-bottom: 1.50em; line-height: 1.40em; font-weight: bold; /*color: #990808;*/ }
.texte { line-height: 1.60em; }
.hyperlien { display: block; background: #EEE; padding: 0.50em 1em; font-weight: bold; color: #8B6F92; }
.ps, .notes { margin-bottom: 2em; line-height: 1.40em; }
.notes { clear: both; font-size: 0.90em; }

abbr.published { border: 0; }

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

/* Listes SPIP */
/* ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
} */
/* ul { list-style: disc; } */
/* ol { list-style: decimal; } */


/* Listes */
dl {
	height: 170px;
	text-align: center;
}

dd {
	margin: 0;
	text-align: center;
  	padding-left: 25px; 
}

dt {
  font-weight: bold;
  color: #990808;
}

/* p, dl { padding: 10px 0px; } */

/* Citations, code et poesie */
blockquote.spip {
	margin: 10px;
	padding: 10px;
	padding-left:32px;
	border: 1px solid #F0F0F0;
	background: #f8f8f8 url(img/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #555;
}
blockquote.spip_poesie {
	margin: 10px;
	padding: 30px;
	padding-left:32px;
	border: 1px solid #F0F0F0;
	background: #f8f8f8 url(img/quote.gif) no-repeat 12px 12px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #555;
}
.spip_code {
	margin: 0;
	padding: 1px 1px 1px 1px;
	
	background:#ffffff;
	border: 1px solid #990808;
	font-family: 'Lucida Console', 'Courier New', Monospace ;
	color: #555;
	/* white-space: pre; */
}
.spip_cadre {
	margin: 3px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;  
	font-family: 'Lucida Console', 'Courier New', Monospace ; /* 500 1em/1.5em */
	/* white-space: pre; */
	border: 1px solid #F0F0F0;

	background: #f8f8f8;
	width:90%;
}

/* Habillage des forums
---------------------------------------------- */
.repondre { clear: both; margin-top: 0em; margin-right: 1em; text-align: right; 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.50em; }
.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; }
.forum-texte { margin: 0; padding: 0.50em 1em;  }
.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 #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: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; 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; color:#000;}

/* comments list */
ul.forum,ul.forum ul {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
ul.forum ul { margin:0; }
.forum li {
	margin: 0;
	border-bottom: 1px solid #F0F0F0; 
	padding: 10px;
	list-style: none;font-size: 1.2em;
}
.forum li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.forum li cite img {
	float: left;
	margin-right: 10px;	
}
.forum li cite .forum-chapo {
	font-size: .8em;
	font-weight: normal;
}
.forum li .forum-texte {
	clear: both;
	margin: 0; padding: 0;
}
.forum li.alt {
	background: #f8f8f8;
}

.forum li ul li {
	font-size: 1em;
}

.comment-content.forum-texte img.spip_logo {
	max-height: 200px;
	width: auto;
}

#navigation .formulaire_spip label {
	color: black;
}

.formulaire_spip label {
    color: #000000;
    display: block;
    font-weight: bold;
    position: relative;
    text-align: left;
}

.menu { clear: both; text-align: left; }
.menu p { margin: 0.20em 0; padding: 0.20em 0.10em; }
.menu ul { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #6D6D6D; }
.menu ul li { margin: 2px 0; padding: 2px; border-top: 1px solid #6D6D6D; }
.menu ul li ul { margin-left: 1em; border: 0; }
.menu ul li li { padding: 0; border: 0; }

.articles ul li { clear: both; padding: 0.40em 0.20em; }
.articles ul li h3 { margin: 0.30em 0; height:25px; }
.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; }
.articles ul li a { text-decoration:none; }

/* Habillage des petitions */
#signatures { clear: both; margin: 0 0 2em 0; padding: 0; background: none; }
#signatures table { width: 100%; margin: 1em 0 0 0; }
#signatures thead { text-align: center; color: #555; }
#signatures td { padding: 0.50em; border: 2px solid #FEFEFE; vertical-align: top; }
#signatures td.signature-date { background: #E4F0F0; text-align: center; white-space: nowrap; }
#signatures td.signature-nom { background: #ECF4F4; text-align: center; }
#signatures td.signature-nom small { display: block; }
#signatures td.signature-message { background: #F4F8F8; }
#signatures .formulaire_recherche { margin: 1em 0; text-align: right; } /*Cf.: spip_formulaires.css*/
#signatures .formulaire_recherche input.text { width: 10em; text-align: left; } /*Cf.: spip_formulaires.css*/

.menu h2 {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
}

.couleur1 {
	color:lightblue;
}

table.spip td .couleur1 {
	color:blue;
}

.couleur2 {
	color:red;
}

h3.spip {
    text-align: center;
}

/* ============================================================================================================================== */
/*					redéfinition des styles de plugins							*/
/* ============================================================================================================================== */
/* ================================ redéfinition des couleurs mise en évidence 1 et 2 des enluminures typographiques ================================================== */
.caractencadre-spip, .caractencadre2-spip {
    font-weight: bold;
}

.caractencadre-spip {
    color: #FF0000;
}

.caractencadre2-spip {
    color: darkgreen;
}
/* ================================ onglets couteau suisse ================================================== */
div.onglets_bloc .onglets_contenu { background: none repeat scroll 0 0 transparent; } /* pour utiliser les couleurs des thèmes sans souci - le background n'est de pas défini dans le style CSS */
div.onglets_bloc h2.onglets_titre.selected { font-weight: bold; }
/* ================================ blocs couteau suisse ================================================== */
.cs_blocs {
    padding-left: 5px;
}

/* ================================ switcher zengarden ================================================== */
#switcher_zen select {	margin:2px 0.5em;	width:20em;	float:left;}
#switcher_zen input {	float:right;}
#switcher_zen {	background-color:transparent; left:0px; position:absolute; top:0; z-index:10000; }
