
/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	color: #333;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

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


/* Entete */
#entete {
	padding: 0.5em;
	margin: 0;text-align: left;
	background-color: #7B2; #9F0;
	border-bottom: 0px solid #333; }
#entete #nom_site_spip, #entete a .spip_logos {
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }
#entete  #desc_site {display: block; font-size: 0.75em;}

/* partie principale de la page redimensionnable : contenu décalé pour laisser la place du menu */
#conteneur {padding-left: 200px;background-color: #7B2}
/* menu secondaire en absolu dans colonne de gauche */
#navigation {
		position: absolute;
		left: 0px;
		/*top: 8em;*/
    font-size: 0.75em; 
    width:195px;
    }
#navigation    .menu_rubriques {
  margin: 5px 5px 3em 5px;
	background: #9F6;
  }

#navigation    .menu_articles {
  margin: 5px; padding:.1em ;
	background: #CF6;
  }
.menu_articles .menu-titre {
	padding: .5em;
	text-align: center; font-weight: bold}

#conteneur #contenu {
    background-color: #FFF;
    margin:0;padding: .5em;
    vertical-align:top;
    min-height: 200px;
    font-size: 0.9em;
    }

/* Pied de page */
#pied {
	clear: both;
	width: 98%;
	margin-top: 1em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center;
 }
#pied small { font-size: 0.6em; }
#pied img { vertical-align: bottom; }

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

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


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Verdana, Tahoma, Arial, sans-serif; }

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

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Verdana, Tahoma, Arial, sans-serif; }




#navigation p { margin: 0; padding: 0.2em 0.7em; text-align: center; font-size: 1.2em; font-weight: bold }
#navigation ul {display:block; margin: 0 0 0 0 ; padding: 0;
            border-bottom:solid 2px #FFFFFF;  text-align: left; list-style:none }
#navigation ul ul{padding-left: 2.5em;border-bottom:0px; list-style: disc outside;}
#navigation li {display:block;border:solid 2px #FFFFFF;  border-bottom: 0px; padding:  .1em 0 .1em .1em }
#navigation .menu_rubriques ul li a{padding-left: .2em; display:block;text-decoration: none;background:#9F6;} /* laisser background  meme si couleur identique au bloc !!*/
#navigation .menu_articles ul li a{display:block;text-decoration: none;background:#CF6;} /* laisser background  meme si couleur identique au bloc !!*/
#navigation ul ul li {border-right:0;}
#navigation ul li a.hierarchie {font-weight: bold} 
#navigation ul li a:hover{display:block;background:#660;} 

#navigation ul li.encours{border-right : 0px;background:#7B2;}
#navigation ul li.encours a{display:block;background:#7B2;}
#navigation ul li.encours li a{display:block;background:#9F6;}
#navigation ul li.encours li{border-right : 2px;}



/* menu des rubriques   en horizontal sous le bandeau */
#menu_niv1 {
  display:block;
  width:100%;margin:0 0 0 1em;padding:0px;
  font-size: 0.75em;
  }
#menu_niv1 ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;list-style: none;
  }
#menu_niv1 ul li{margin-right:-2px;float:left; background-color: #066;}
#menu_niv1 ul li a{display:block;
  color: #fff;
  margin:0 0 0 0; padding: .4em 1em .4em 1em;
  border:2px solid  #ccc;
  text-decoration: none;}
#menu_niv1 ul li a:hover{background:#660;} 
#menu_niv1 ul li a.on{background:#7B2;border-bottom:2px solid #7B2;border-top:2px solid #CCC;} /* #444*/

#sous_menuh {font-size: .5em; background-color: #7B2;}

/* Sous-rubriques */
.sous_rubriques {text-align:left; margin-bottom: 3em; }
.sous_rubriques h2 { font-size: .77em; }
.sous_rubriques h4 { font-size: .77em;}/* pour test */
.sous_rubriques ul {margin:1em;list-style: none;}
.sous_rubriques ul li { padding: .5em .1em; border: 1px dashed #AAA ; margin-bottom:.3em}
.sous_rubriques ul li h3 { font-size: 0.88em;font-weight: bold}
.sous_rubriques ul li p { font-size: .70em; margin:0;  }
.sous_rubriques ul li .suite { display: none; }



/*  Cartouche et titraille
---------------------------------------------- */
.cartouche {
	border:dotted 1px;margin: 1em;background: #CF6;
	text-align: center;}

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #000; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.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
---------------------------------------------- */
.petition-accueil {
	margin: 20px;/*1.5em;*/
  	padding: 0.5em;
	border: dotted 1px;
	background: #feadad;
	width: 320px;
	text-align: center;
}
.petition-accueil a{
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
.petition-accueil a:hover{
	text-decoration: underline;
	color: #ffffff;
}
.dessin-accueil {
	margin: 20px;/*1.5em;*/
  	padding: 0.5em;
	border: dotted 1px;
	background: #ffee88;
	width: 320px;
	text-align: center;
}
.dessin-accueil a{
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
.dessin-accueil a:hover{
	text-decoration: underline;
	color: #ffffff;
}


.chapo {
	margin: 10px;/*1.5em;*/
  padding-left:0.5em;
	/*font-weight: bold;*/
	border:dotted 1px;
	background: #CF6}

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #000; font-size: 0.96em; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

#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: 1em;}

.liste-articles li .titre {
	font-size: 1em;
	font-weight: bold;
	 }
	
.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.9em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; color: #333; }


/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }





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

/* 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 { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */


/*  ------------------------------------------
/*  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;
	width: 100px; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold;
	width: 200px; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }


/* Sommaire */
#sommaire {
	text-align: center; }
#sommaire h1.derniers-articles {
	font-size: 1.2em;
	font-weight: bold;
	color: #77BB22; }