/*  ----------------------------------------------------------- */
/*  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
/*  ------------------------------------------ */

/* a deplacer dans styles.html */
.separateur
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(img/puce.gif);
}

#entete .nom-site span { right: 200px; }



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

body {
	color: #333333;
	font: 0.90em Arial, Times New Roman, Times, serif;
	margin: 0;
	text-align: center;
	/* pour centrer horizontalement la boite #page dans IE/Win */
	background-color: #FFFFFF;
	/* background-image - voir/see : 'alter.css' */
}

#page
{
	margin: 20px auto;
}


#entete       /* bandeau - banner */ {
	/*background-image: url("img/bgvsenxxxx.gif");*/
	background-color: #FFFFFF;
	height: 85px;
	/* hauteur du contenu (pour tous les navigateurs) */
	background-repeat: no-repeat;
}

#entete a.nom-site,
#entete a.nom-site:link,  
#entete a.nom-site:visited
{
	font-family: Arial, Times New Roman, Times, serif;
	color: #AD0C10;
	background-image: none;
}

#entete a.nom-site:hover
{
	/*background-image: url("img/aj-bandeau-hover.jpg");*/
}

#entete .nom-site span  /* on cache le nom du site  */
{
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* ------------------------------------------------------------------
 	3.1 submenu
 -------------------------------------------------------------------- */
  #banda 
 {
	margin:0px 0 1px 0;
	padding:0 0px 0 0px;
	
	height:130px;
	list-style:none;
 	background-image: url(img/sfondo.jpg);
   background-repeat : no-repeat;
	}
	#banda:hover 
 {
	margin:0px 0 1px 0;
	padding:0 0px 0 0px;
	height:130px;
	list-style:none;
	}
	.banner
{
	text-align: left;
	margin:0 0px 0 0px;
	}
#banda .spip_documents
{
	font-size: 0.80em;
	margin: 0px;
}
.spip_documents
{
	font-size: 0.80em;
	margin-right: 10px;
}
#banda .spip_documentsban
{
	margin: 0px;
}
.spip_documentsban
{
	font-size: 0.80em;
	margin: 0px;
}
/*-------------------*/

#navigation { left:0; top: 80px; }
#menu-principal {
	top: 0;
	background-color: #AD0C10;
}

#bloc-contenu-somm
{
	position: static;
	margin: 15px 155px 5px 155px;
	padding: 10px 0px 5px;
	background: white;
	z-index: 20;
}
#bloc-contenu-article
{
	position: static;
	/*border: solid 1px #DEDEDE;*/
	margin: 15px 0px 5px 155px;
	padding: 10px 10px 5px 10px;
	background: white;
	z-index: 21;
}

#encart
{
	position: absolute;
	top: 260px;
	right: 0px;
	width: 150px;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}
#bloc-contenu { margin-top: 40px}
#menu-rubriques {  top: 175px}

#menu-principal-recherche {
	float:none;
	position:absolute;
	right:0;
	top: -35px;
}
#menu-recherche {
	width:150px;	
}

/*#menu-principal-contact { display:none;}*/


/* -------------------------------------------------------
 	4. ELEMENTS HTML DE BASE
 ------------------------------------------------------- */

 h1
{
	margin-top: 0px;
	margin-bottom: 0px; 	font-size: 1.4em;
	font-weight: bold;
	color:#AD0C10;
}
h1.logo
{ 
   clear:left;
   position:relative;
   margin-left:0px;
   margin-top:10px;
   padding-left: 10px;
   margin-bottom: 2px;
   color:#AD0C10;
}

h1.titre

{ 
   clear:left;
   position:relative;
   margin-left:10px;
   padding-left: 10px;
   margin-bottom: 10px;
   color:#AD0C10;
}
h1.titre-article 
{ 
   clear:left;
   position:relative;
   /*margin-left:10px;*/
   padding-left: 0px;
   margin-bottom: 10px;
   color:#AD0C10;
}
h2
{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 1.3em;
	font-weight: bold;
	color:#AD0C10;
}

h2.titre-article 
{ 
   clear:left;
   position:relative;
   /*margin-left:10px;*/
   /*padding-left: 10px;*/
   font-size: 1.3em;
   padding-left: 10px;
   margin-bottom: 0px;
   color:#AD0C10;
}

h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.1em;
	font-weight: bold;
}

/* Intertitres insérés dans un article  */
h3.spip {
	margin-top: 1em;
	margin-bottom: .4em;	padding-bottom: .1em;
	/* border-bottom: 1px #4B4B4B solid; */
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
}

h4
{
	margin: 2px;
	font-size: 0.90em;
	font-weight: bold;
}

h5
{
	margin: 2px;
	/*margin-left: 10px;*/
	font-size: 0.83em;
	font-weight: bold;
}

h6
{
	margin: 2px;
	margin-left: 0px;
	font-size: 0.77em;
	font-weight: bold;

}
/* -------------------------------------------------------
   Autres changement de couleur et typo
 ------------------------------------------------------- */
#bloc-contenu h1.titre-article { 
color: #AD0C10; 
/*margin-left: 10px;*/
}
#bloc-contenu-somm h3 a,
h3.spip
{ 
color: #AD0C10; 
/*margin-left: 10px;*/
}
#bloc-contenu-somm h1.titre-article { 
color: #AD0C10; 
/*margin-left: 10px;*/
}
#bloc-contenu h3 a,
h3.spip
{ 
color: #AD0C10; 
/*margin-left: 10px;*/
}

h3.spip
{
	border-color: #333;
	border-width: 0 0 1px 0;
	border-style: solid;
}

h1.titre-article
{
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1em;
}

#bloc-contenu h3 a
{
	font-size: 1.1em;
	font-family: Arial, Times New Roman, Times, serif;
	font-weight: normal;
	/*margin-left: 10px;*/
}

 #bloc-contenu h3.edito-titre a
{
	color: #AD0C10;
	font-weight: bold;
	font-size: 1.1em;
 	font-family: Arial, Times New Roman, Times, serif;
   margin-top: 0px;
   /*margin-left: 10px;*/
   }

#plan .plan-rubrique h3 { background-color: #6CC; }



.logo-liste-art {clear: both; padding-top: 3px; padding-right: 10px;}

table.spip {width: 540px}

/* ----------------------------------- */
/*Nascondere gli elementi non desiderati*/
hr,.pgNav{
position:absolute;
top:-1000em;
width:1px;
height:1px;
overflow:hidden;
}
/* i collegamenti */
a img{
border:none;
}
a:link{
background:transparent;
color:#AD0C10;
}
a:visited{
background:transparent;
color:#CC3300;
}
a:hover,a:focus,a:active{
background:transparent;
color:#CC0000;
}
/* l'intestazione: i collegamenti */
#testa a:link,#testa a:visited{
text-decoration:none;
}
#testa a:hover,#testa a:focus,#testa a:active{
text-decoration:underline;
}
/* l'intestazione: il logo */
h1{
position:absolute;
top:10px;
left:0px;
margin:0px;
}

/* l'intestazione: il menu di navigazione, prima parte */
#nav {
padding:20px 0 1px 0;
}
#nav #nelMondo{
margin: 0px 0 10px 184px;
}
#nav h2{
margin: 10px 0 10px 184px;
color:#AD0C10;
font-size:1.1em;
font-weight:bold;
}
/* l'intestazione: il menu di navigazione, prima parte */
#nav {
padding: 10px 0 1px 0;
}
#nav #nelMondo{
margin: 10px 0 10px 284px;
}
#nav h2{
margin: 10px 0 10px 284px;
color:#CC0000;
font-size:1.1em;
font-weight:bold;
}
/* l'intestazione: il menu di navigazione, menu orizzontale */
#nav ul{
	margin:10px 0 0 0;
	padding:0 1px 0 0px;
	color:#333333;
	font-size:1.1em;
	font-weight:bold;
	height:1.6em;
	list-style:none;
	/* background-color: #FFFFFF; */
}
#nav li{
float:left;
}
#nav ul a{
	padding:0 5px 0 10px;
	float:left;
	line-height:1.5em;
	height:1.6em;
	color:#333333;
	/* background-color: #FFFFFF; */
}
#nav ul a.attiva:link,
#nav ul a.attiva:visited,
#nav ul a.attiva:hover,
#nav ul a.attiva:focus,
#nav ul a.attiva:active{
background-color:#FFFFFF;
color:#CC0000;
}
/* ------------------------------------------------------------------
 	banda
 -------------------------------------------------------------------- */
  #banda 
 {
	margin:0px 0 1px 0;
	padding:0 0px 0 0px;
	
	height:130px;
	list-style:none;
	background-image: url(img/sfondo.jpg);
   background-repeat : no-repeat;
	}
	#banda:hover 
 {
	margin:0px 0 1px 0;
	padding:0 0px 0 0px;
	height:130px;
	list-style:none;
	}
	.banner
{
	text-align: left;
	margin:0 0px 0 0px;
	}

/* -------------------------------------------------------
   Changement de couleur de fond pour les menus de navigation
 ------------------------------------------------------- */


/* COULEURS des menus et edito */
.menu-item,
.menu-titre-special, 
.menu-titre,
.menu ul li a, 
.menu ul li b,
.edito h3 { background-color: #AD0C10; }

/* rouge fonce extrait de l'image du bandeau */
.menu ul li { border-top: 1px solid white; }
#menu-principal ul li { border-top: 0; border-right: 1px white solid;}

/* separateur : meme couleur que fond de BODY */
.menu ul li a, 
.menu ul li b,
.edito h3,
.signatures td { background-image: url("img/titre-coin.gif"); }
#menu-principal ul li a { background-image: none; }

/* all menus */
.menu ul li li a, 
.menu ul li li a:visited,
.menu li span ,
li.annonce { background-color: #FFFFFF; }
.menu ul li a:hover,
.menu ul li li a:hover,
.menu ul li li a.article:hover { background-color: #FFFFFF; }
.menu ul li li a.lienon { background-color: #FFFFFF; }
.menu ul li li a.article { background-color: #FFFFFF; }

/* menu-rubriques */
#menu-rubriques ul ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 0 1em;
}


#menu-rubriques ul li a, 
#menu-rubriques ul li a:visited { color: #AD0C10; background-color: transparent; font-weight: bold; margin-left: 0px; padding-left:0}

#menu-rubriques ul li li a, 
#menu-rubriques ul li li a:visited { background-color: transparent;  font-weight: normal; margin-left: 0px;}

#menu-rubriques ul li a.lienon,
#menu-rubriques ul li li a.lienon,
#menu-rubriques ul li a.lienon:visited,
#menu-rubriques ul li li a.lienon:visited { background-color: #FFFFFF; font-style: italic; }

#menu-rubriques ul li a:hover,
#menu-rubriques ul li li a:hover,
#menu-rubriques ul li a.lienon:hover,
#menu-rubriques ul li li a.lienon:hover,
#menu-rubriques ul li li a.article:hover { background-color: #FFFFFF; font-style: italic; }

#menu-rubriques ul li li a.article { background-color: #FFFFFF; }


/* -------------------------------------------------------
 	6. ARTICLE
 ------------------------------------------------------- */

.texte
{
	text-align: left;
	line-height: 1.3em;
	text-transform: inherit;
}

p.spip { text-align: left; }

.chapo
{
	text-align: left;
	background-color: #ffffff;
	padding: .5em;
	padding-left: 0em;
	margin: 0 0 1em 0;
}

/* L'information de date et auteur au dessus de l'article */
.detail
{
	font-size: smaller;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.petit-info
{
	font-size: smaller;
	font-weight: bold;
}

.spip_bouton
{
	font-size: smaller;
	font-weight: bold;
}

.ps
{
	text-align: left;
	font-size: 90%;
}

.notes
{
	text-align: left;
	font-size: 90%;
}

.surtitre,
.sous-titre {
	margin-top: 0px;
	/*margin-left: 10px;*/
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 85%;
	text-transform: uppercase;
}

.pagination { font-size: 85%; }

.spip_doc_titre { font-weight: bold; font-size: 1em; line-height: 1em; margin-left:auto; margin-right:auto;}
.spip_doc_descriptif { clear: both; font-size: 1em; line-height: 1em; margin-left:auto; margin-right:auto;
}

ul.spip { margin-left: 1em; padding: 0; } 
ol.spip { margin-left: .8em; padding: 0; }
ul ul.spip,
ol ol.spip,
ol ul.spip,
ul ol.spip { margin-left: 0; padding: 0; }
ul.spip, ul ul.spip, ol ul.spip { list-style: square;}
ol.spip { list-style: decimal; }
/* ul.spip li, ol.spip li { list-style: inherit; } */
ol li.spip { margin: 0.3em 0 0.3em 1.5em; list-style-position: outside; }
ul li.spip { margin: 0.3em 0 0.3em 1.2em; list-style-position: outside; }
ul ol li.spip { margin: 0.3em 0 0.3em 1.5em; list-style-position: outside; }


/* -------------------------------------------------------
 	7. GENERAL
 ------------------------------------------------------- */

#bas { font-size: 85%; }
#plan { font-size: 85%; }

.date-entete { font-size: 80%; }

/* mot recherche dans page resultats de recherche */
.mot-precis
{
	font-style: italic;
	font-size: 83%;
	color: #777777;
}

.lang
{
	color: red;
	text-transform: uppercase;
}


/* -------------------------------------------------------
 8. EDITO (sur page sommaire.html)
------------------------------------------------------- */

.edito .bandeau {
	overflow: hidden;
	/*margin-bottom: 1em;*/
	/*padding-bottom: 1em;*/
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-color: #BBB;
	border-width: 0 0 2px 0;
	border-style: dotted;
}

 .edito h3 {
	margin: 0;
	padding: 0;
	color: #AD0C10;
	background-color: #FFFFFF;
	text-transform: uppercase;
	text-indent: 4px;
	width: 100%;
	font-size: 1.1em;
	line-height: 1.4;*/
	/* background-image - voir/see : 'alter.css' */
}

.edito h3 a, 
.edito h3 a:link, 
.edito h3 a:visited,
.edito h3 a:hover {
	color: #AD0C10;
	font-size: 90%;
}

.edito .chapo { margin-top: 0; background-color: #FFFFFF;}

.edito .suite { text-align: right; }

/* -------------------------------------------------------
 9. PETITION
------------------------------------------------------- */

#petition
{
	float: right;
	width: 170px;
	margin-left: 12px;
}
#petition fieldset
{
	margin: 0;
	padding: 0;
}
#petition fieldset
{
	margin: 0;
	padding: 0;
}

.signatures
{
	font-size: 92%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	width:100%;
}

.signatures td 
{ 	
	/* background-image - voir/see : 'alter.css' */
 }

.signatures-titre
{
	font-size: 92%;
	font-weight: bold;
	margin: 0px;
}

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

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

.signature-message
{
	background: #f4f8f8;
	padding: 0.4em;
	text-align: left;
}


/* -------------------------------------------------------
 	10. FORUM
 ------------------------------------------------------- */

a.spip_barre img
{
	border: 1px solid #bbb;
	padding: 2px;
	margin: 0px;
	background-color: #eee;
}

a.spip_barre:hover img
{
	border: 1px solid #aaa;
	padding: 2px;
	margin: 0px;
	background-color: white;
}

.reponse_formulaire
{
	font-family: Arial, Geneva, Helvetica, Lucida, sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.forum-titre
{
	font-weight: bold;
	font-size: 120%;
}

ul .forum-chapo { font-size: 83%; }
.forum-item { font-size: 92%; }

/* Format des champs d'entrée pour le forum*/
.forml
{
	font-size: 100%;
	color: #444444;
}


/* -------------------------------------------------------
 11. FORMULAIRE (PETITION, INSCRIPTION, FORUM)
------------------------------------------------------- */

.formulaire
{
	color: #777;
	font-size: 83%;
}

/* -------------------------------------------------------
 	12. ADMIN, LOGIN, BOUTONS ADMIN
 ------------------------------------------------------- */

.spip-admin { font-size: 92%; }
.spip_bouton { color: #444; }

/* -------------------------------------------------------
 	13. STYLE DÉSACTIVÉ
 ------------------------------------------------------- */

.structure { position: absolute; top: -3000em; height: 1%;  }

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


/* -------------------------------------------------------
 	14. FORMATS DE TEXTE
 ------------------------------------------------------- */

.article-info-rubrique
{
	text-align: left;
	margin-bottom: 10px;
	/*margin-left: 10px;*/
}

.article-info-rubrique h5
{
	font-size: 85%;
}


.extrait
{
	/*margin: 5px;*/
	margin-left: 0px;
	margin-bottom: 5px;
	line-height: 1.4em;
	/*padding: 8px;*/
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}


.extrait a.suite,
.extrait a.suite:link,
.extrait a.suite:visited
{
	text-decoration: none;
	color: maroon;
	font-variant: small-caps;
	display: inline;
}

.extrait a.suite:hover
{
	color: #333333;
	text-decoration: underline;
}

.bouton
{
	background: #EEEEEE;
	/*border: solid 1px #BBBBBB;*/
	padding: 1px;
	margin-bottom: 2px;
	margin-top: 0px;
}

.separateur
{
	width: 6px;
	font-size: 10px;
	height: 9px;
	padding-right: 2px;
	/* background-image - voir/see : 'alter.css' */
}

.mot-precis
{
	padding-left: 2px;
	padding-right: 3px;
}

.chapo
{
	line-height: 1.4em;
	/*margin-top: 1em;*/
}

.ps
{
	padding-top: 0.6em;
	margin-top: 0.6em;
	margin-bottom: 10px;
	border-top: 1px solid #AD0C10;
}

.ligne-debut
{
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top: 1px solid #AD0C10;
}

.notes
{
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #AD0C10;
	padding: 1.5em;
}

/* date dernier ajout */
.date-entete
{
	text-align: right;
	margin-top: -16px;
	margin-right: -5px;
	margin-bottom: 10px;
}

.cartouche
{
	/*border-top: 2px solid #404040;*/
	margin-bottom: 15px;
	/*clear: right;*/
}

.spip_logos,
.cartouche .spip_logos,
.logo-liste-art .spip_logos
{
	padding-left: 0px;
	margin: 0 0 0 1em;
}
.sommaire .logo-liste-art {clear:both}
.logo-liste-art { float: left; }

/* -------------------------------------------------------
 	15. PLAN DE SITE
 ------------------------------------------------------- */

#plan
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Times New Roman, Times, serif;
}

#plan ul
{
	padding-left: 2px;
	list-style: none;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 1.5em;
}

#plan ul ul { list-style: disc; }
#plan ul ul ul { list-style: disc; margin-left: 1em;}
#plan ul ul ul ul { list-style: disc; }

#plan li
{
	/*background: #EEEEEE;*/
	margin-bottom: 1px;
	padding-left: 0px;
	font-weight: bold;
}

#plan li li
{
	font-weight: normal;
	list-style-type: square;
}

.plan-archives
{
	font-size: 95%;
	font-weight: bold;
	padding-left: 1px;
	font-weight: bold;
	background: #DDDDDD;
}

#plan h2 {
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
}
#plan h3 {
	text-transform: uppercase;
	padding: 2px 0;
	text-indent: 2px;
}


/* -------------------------------------------------------
 	16. FORUM
 ------------------------------------------------------- */

ul.forum-total
{
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.forum-fil { margin-top: 10px; }

.forum-fil ul
{
	display: block;
	margin: 0px;
	margin-left: 8px;
	padding: 0px;
	list-style: none;
}

.forum-item
{
	margin: 0px;
	padding: 5px;
	padding-bottom: 0;
	text-align: left;
	background: white;
}

.forum-repondre-message
{
	margin: 0;
	padding: 0;
	padding-top: 4px;
	text-align: right;
}

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

ul ul .forum { border: 1px solid #a4a4a4; }
ul ul ul .forum { border: 1px solid #b8b8b8; }
ul ul ul ul .forum { border: 1px solid #cccccc; }
ul ul ul ul ul .forum { border: 1px solid #e0e0e0; }
ul ul ul ul ul ul .forum { border: 1px solid #e0e0e0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo
{
	border: 0px;
	border-bottom: 1px solid #AD0C10;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	/*padding-top: 3px;*/
	padding-bottom: 2px;
	background: #EEEEEE;
}

ul ul .forum-chapo { background: #EEEEEE; }
ul ul ul .forum-chapo { background: #EEEEEE; }
ul ul ul ul .forum-chapo { background: #EEEEEE; }
ul ul ul ul ul .forum-chapo { background: #EEEEEE; }


/* -------------------------------------------------------
 	17. FORMULAIRES
 ------------------------------------------------------- */

form
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-transform: inherit;
}

fieldset { border: 0px; }

.formulaire
{
	margin: 0px;
	margin-bottom: 16px;
	/*padding: 4px;*/
	/*border: 1px solid #a0a0a0;
	background-color: #f6f6f6;*/
}

#form_rech
{
	width: 150px;
}

#form_rech2
{
	font-size:1.4em;
}


.formrecherche
{
	color: #777;
	font-size: 90%;
  display:block;
	font-weight: normal;
	padding: 1px;
	padding-top: 2px;
	background-color: white;
	margin: 2px;
	margin-right: 0px;
	margin-left: 0px;
	border: solid 1px #BBBBBB;
}

.formulaire_recherche label,
.formulaire_menu_lang label,
a#formulaire_recherche,
a#formulaire_menu_lang { display: none; }

.formulaire_recherche fieldset,
.formulaire_menu_lang fieldset {
	padding: 0;
	margin: 0;
}

#champ-recherche { width: 80px; }
.bouton
{
	display:none;
}

/* Format des champs d'entrée pour le forum*/
.forml
{
	background-color: white;
	margin: 5px 0;
	padding: 2px;
	border: solid 1px #AD0C10;
	width: 98%;
}

#menu-recherche .forml
{
	margin: 0px 0;
}

.formulaire_ecrire_auteur {
	width: 96%;
	text-align: left;
}

#menu-lang,
#formulaire-lang
{
	position: absolute;
	top: 0;
	right: 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 80%;
	margin: 0;
	padding: 0;	
	z-index:99;
}

#formulaire-lang {width: 120px;}
#formulaire-lang .forml { margin: 0; }

#menu-lang { margin: .5em; color: white; } 
#menu-lang a { color: #AD0C10; }
#menu-lang a:hover { color: #FF6600; }

.spip_bouton
{
	background-color: white;
	/*border: solid 1px #cccccc;*/
	padding: 0px;
	margin: 0px;
}

.spip-admin form { display: inline; }

.spip_encadrer
{
	border: solid 1px #cccccc;
	background-color: white;
	padding: 5px;
	margin: 0px;
}

/* -------------------------------------------------------
 	18. AUTRES ELEMENTS PRODUITS PAR SPIP
 ------------------------------------------------------- */

.spip_code { background-color: #FCF4D0; }
p.spip_note { }
.spip_puce { list-style-position: inside; }
table.spip { }
table.spip tr.row_first { background-color: #FCF4D0; }
table.spip tr.row_odd { background-color: #C0C0C0; }
table.spip tr.row_even { background-color: #F0F0F0; }

table.spip td
{
	padding: 1px;
	text-align: left;
	vertical-align: middle;
}

hr.spip { }
b.spip { }
i.spip { }

blockquote.spip
{
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 12px;
	border: solid 0px #AAA; 
	border-left: solid 6px #C90;
	background-color: white;
	padding: 5px;
}

.spip_cadre
{
	width: 100%;
	background-color: white;
	padding: 5px;
}

div.spip_poesie
{
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #999999;
	font-size: 1.2em;
}

div.spip_poesie div
{
	text-indent: -60px;
	margin-left: 60px;
}

.spip_surligne { background-color: #FF6; }

/*
 * Barre de raccourcis
 */

a.spip_barre img
{
	padding: 3px;
	background-color: #ffddaa;
	border-color: white #A96 #A96 white;
	border-width: 1px;
	border-style: solid;
}

a.spip_barre:hover img
{
	border: 1px solid #808080;
	padding: 3px;
	background-color: #f8f8f4;
}

/*------------------------------------------------
	19. AGENDA
 ------------------------------------------------*/


.agenda #bloc-contenu
{
	position: static;
	border: solid 1px #DEDEDE;
	margin: 0px 0px 5px 155px;
	padding: 10px 10px 5px;
	background: white;
}

#calendrier {
	background-color: #EAEAEA; 
	margin: 0; 
	padding-bottom: 15px; 
	position:relative;
	}
#calendrier table {
	width: 100%; 
	margin: 1px auto; 
	padding: 15px 0; 
	border-style: none;
	}

table.agenda tr, table.agenda td {
	border-collapse: collapse; 
	border: 1px solid #BFBFBF;
	}

table.agenda {
	border-collapse: collapse; 
	border: 1px solid #EAEAEA; 
	}
table.agenda th {
	border-collapse: collapse; 
	border-style: none; 
	background-color: #EAEAEA;
	}
table.agenda a, table.agenda a:link, 
table.agenda a:visited, table.agenda a:active { 
	text-decoration: none; 
	color: #000; 
	padding: 2px; 
	font-size: 9px;
	}
table.agenda a:hover { 
	text-decoration: underline; 
	}
.agendaBouton { 
	border-style: none; 
	color: #FFFFFF; 
	background-color: #BABEBF; 
	padding: 1px 10px;
	}
.agendaNav, .agendaHead, .agendaThisMonth {
	background-color: #FFFFFF;
	}
.agendaThisDay {
	background-color: #BBC9E3;
	}
.agendaNotThisMonth { 
	background: #EFEFEF;
	}
.agendaNav {
	text-align: center; 
	border: none;
	}
.AgendaForm {
	text-align: center; 
	margin: 0; 
	padding: 10px 0; 
	}
div.AgendaForm form fieldset {
	margin: 0; 
	text-align: center; 
	border: none; 
	position: relative;
	}


/* Les flèches de navigation du calendrier */
a.droite {
	position: absolute; 
	width: 8px; 
	height: 14px; 
	display: block;  
	background: url(img/agenda-nav-droite.gif) no-repeat left top; 
	right: 15px; 
	top: 1.5em;
	}
a.gauche {
	position: absolute; 
	display: block; 
	width: 8px; 
	height: 14px; 
	background: url(img/agenda-nav-gauche.gif) no-repeat; 
	left: 15px; 
	top: 1.5em; 
	z-index: 98;
	}
a.gauche span, a.droite span {
	display: none;
	}

 
/*------------------------------------------------
	20. PAGINATION
 ------------------------------------------------*/
 .pagination 
 {
 	text-align: right;
 	clear: both;
 	margin: 16px 4px 4px 4px;
 }

.pagination .ligne2 { text-align: center; background-color: #FFFFFF; }

p.pagination {margin-top:0;text-align:center;font-size:80%;}

/*------------------------------------------------
	21. SOMMAIRE ARTICLE - PLAN
		MODELES (voir : /alternatives/modeles)
 ------------------------------------------------*/
#sommaire {
	float: right;
	display: block;
	width: 160px;
	margin: 0 0 0 1em;
   border: 1px gray solid; 
	background-color: white;
	overflow: hidden;
}

.spip_modele {
	width: 160px;
	margin: 0 0 0 1em;
   border: 1px gray solid;
	background-color: white;
	clear: both;
	overflow: hidden;
}

#sommaire h4,
.spip_modele h4 {
	border-bottom: 1px silver dotted;
	text-align: center;
	line-height: 1em;
}

#sommaire ul,
.spip_modele ul {
	font-size: 84%;
	margin: .5em;
	margin-left: 1em;
	padding: 0; 
	list-style-type: square;
}

#sommaire ul li,
.spip_modele ul li { line-height: 1em;margin: .3em 0 0 .5em; }

body.plan #sommaire {
	width: 118px;
}
