 
	/* BASE.CSS                                                             */
/* Cette feuille contient:                                              */
/* - les styles associes au code genere par SPIP 2.0                    */
/* - les styles des formulaires de SPIP 2.0                             */
/* - les styles de la pagination SPIP                                   */
/* - les styles generaux propres au squelette                           */
/* -------------------------------------------------------------------- */

/* -------------------------------------------------------------------- */
/* 	Styles de Typographie generale generes par SPIP (spip_styles.css)   */
/* -------------------------------------------------------------------- */
strong {font-weight: bold;}
em {font-style: italic;}

/* Titraille / Intertitres */
h3.spip {
	font-weight: bold;	font-size: 1.6em; margin: 1em 0 0.5em 0; text-align: left; line-height: 1.1em;
	color: #6162a4;}
hr.spip {} /*Cf.: spip_style.css*/

/* Listes SPIP */
/* -- Puces generees par un tiret suivant d'un ou plusieurs asterisques (ex: -* blabla...) */
/* -- Ces puces sont incluses dans une balise <ul class="spip"> et le code de chaque item est <li class="spip"> */
ul.spip {padding: 0; margin: 5px 0 5px 20px;}
ul.spip li {list-style-image: url(plugins/sarkaspip_3/images/puce-n0.gif); padding: 0px; margin: 5px 0 0 0; line-height: 1.4em;}
ul.spip ul.spip li {list-style-image: url(plugins/sarkaspip_3/images/puce-n1.gif); line-height: 1.4em;}
ul.spip ul.spip ul.spip li {list-style-image: url(plugins/sarkaspip_3/images/puce-n2.gif); line-height: 1.4em;}
/* -- Puces generees par un tiret suivant d'un ou plusieurs diese (ex: -# blabla...) */
/* -- Ces puces sont incluses dans une balise <ol class="spip"> et le code de chaque item est <li class="spip"> */
ol.spip {padding: 0; margin: 5px 0 0 20px;}
ol.spip li {list-style-type: decimal; list-style-image: none; list-style-position: outside;	padding: 0; margin: 5px 0 0 0; line-height: 1.4em;}
ol.spip ol.spip li {list-style-type: lower-alpha; line-height: 1.4em;}
ol.spip ol.spip ol.spip li {list-style-type: lower-roman; line-height: 1.4em;}

/* Citations, code et poesie */
blockquote.spip {
	display: block; padding: 0 1em; font-style: italic; overflow: auto;
	border-left: 4px solid #990000;
	color: #000000;
	background: #eeeeee;}
blockquote.spip_poesie {font-family: inherit; border: 0; line-height: 1.2em;}
blockquote.spip_poesie div {} /*Cf.: spip_style.css*/
.spip_code {
	display: block; padding: 0 1em; margin: 1em 0; font-size: 1.1em; line-height:1.5em; overflow: auto; max-height: 25em;
	border-left: 4px solid #669999;
	color: #000000;
	background: #eeeeee;} 
.spip_cadre {border: 0; padding: 0.5em 1em; width: 95%; font: inherit;
	border-left: 4px solid transparent; 
	color: #000000;
	background: #eeeeee;}
div.spip_code, .spip_cadre {} /*Cf.: spip_style.css*/

/* Surlignage */
.spip_surligne {} /*Cf.: spip_style.css*/

/* Tableaux */
table.spip {font-size: 1em; border-color: transparent; line-height: 1.4em; border-collapse: inherit; border-spacing: 2px; margin-bottom: 1em;} 
table.spip caption {} /*Cf.: spip_style.css*/
table.spip tr.row_first {text-align: center;
	color: #ffffff;
	background: #808080;}
table.spip tr.row_odd {background: #e0e0e0; color: inherit}
table.spip tr.row_even {background: #eeeeee; color: inherit}
table.spip td, table.spip th {padding: 0 10px}
table.spip th {border : none;} 
table.spip td {border : none;} 

/* Logos, documents et images */
img, .spip_logos {} /*Cf.: spip_style.css*/
.spip_documents {margin : 0 auto;} 
.spip_documents_center {} /*Cf.: spip_style.css*/
.spip_documents_left {margin: 5px 10px 5px 0;} /*Cf.: spip_style.css*/
.spip_documents_right { margin: 5px 0 5px 10px;} /*Cf.: spip_style.css*/
.spip_doc_titre {} /*Cf.: spip_style.css*/
.spip_doc_descriptif {} /*Cf.: spip_style.css*/

/* modeles par defaut */
.spip_modele {}  /*Cf.: spip_style.css*/

/* Couleurs des liens de SPIP */
a {text-decoration:none; display: inline; padding: 0; color: #990000;}	
a:hover {text-decoration: underline; color: #990000;}
a.spip_note {color: #990000;} /* liens vers notes de bas de page */
a.spip_ancre {color: #990000;} /* liens internes a la page */
a.spip_in {color: #990000;} /* liens internes */
a.spip_out {color: #990000;} /* liens sortants */
a.spip_mail {color: #990000;}
a.spip_mail:before {content: "";} /* liens vers un email */
a.spip_url {color: #990000;} /* liens url sortants */
a.spip_glossaire {color: #990000;} /* liens vers encyclopedie */
a.spip_glossaire:hover {color: #990000; text-decoration: underline;}
.on {} /* liens exposes */

/* -------------------------------------------------------------------- */
/* 	Styles de la pagination generes par SPIP                            */
/* -------------------------------------------------------------------- */
.pagination {margin: 30px 0; padding: 0; font-size: 1.2em; text-align: right; text-decoration: none;
	color: #6262a4;}
.pagination .on {
	display:inline; padding: 0 5px; font-weight: bold;
 	background: #6262a4; 
	color: #ffffff;
	text-decoration: none;}
.pagination a {
	display:inline; padding: 0 5px; 
	background: transparent; 
	color: #6262a4;}
.pagination a:hover {
	background: #f0f0fa; 
	color: #6262a4;
	text-decoration: none;}
.pagination a.ancre {display:none;}

/* -------------------------------------------------------------------- */
/*  Styles des formulaires SPIP                                         */
/* -------------------------------------------------------------------- */
input, textarea, select { font-size: 100%; font-family: inherit; }

/* Structure generale des formulaires */
.formulaire_spip { clear: both; margin-bottom: 30px; padding: 1em; background-color: #F0F0FA; border: 0; text-align: left; font-size: 1.2em; color: #330; }
.formulaire_spip form { margin: 0; padding: 0; } /* Bug IE/Win */
.formulaire_spip .bugajaxie { display: none; } /* Bug IE/Win */
/* - Fieldset */
.formulaire_spip fieldset { clear: both; margin: 0 0 1em 0; padding: 0; border: 0; }
.formulaire_spip fieldset legend { margin: 0 0 10px; padding: 0; line-height: 1.2; font-size: 1.55em; font-weight: bold; color: #330; } /* Preciser la couleur des legend pour IE/Win */
.formulaire_spip fieldset fieldset { margin-top: 1em; }
.formulaire_spip fieldset fieldset legend { font-size: 1em; font-weight: normal; }
/* - Explications */
.formulaire_spip .explication { margin: 0.50em 0; color: #444; }
/* - Lignes */
.formulaire_spip ul { margin: 0; padding: 0; list-style: none; }
.formulaire_spip ul li { clear: both; margin: 0; padding: 0.50em 0; }
/* - Labels */
.formulaire_spip label { margin-bottom: 3px; display: block; text-align: left; color: #444; font-weight: bold; /* for IE */ position: relative;  }
.formulaire_spip li p { margin-top: 0; margin-bottom: 0; }
/* - Champs de saisie */
.formulaire_spip input.text {width: 99%;}
.formulaire_spip textarea { width: 99%; }
.formulaire_spip select { width: 99%; }
/* - Boutons */
.formulaire_spip .boutons { clear: both; margin: 0; padding: 0; text-align: right; }
.formulaire_spip .boutons input { margin-left: 1em; }
.formulaire_spip .boutons input, input.submit {/*background-color: #216778; border:1px solid #164450; padding: 0 2px; font-weight: normal; color: #FFF;*/ }

/* Reponses, previsu et erreurs */
/* - Champs obligatoires */
.formulaire_spip li.obligatoire {}
.formulaire_spip li.obligatoire label { /*font-weight: bold; color: #000;*/ }
/* - Previsualisation du message */
fieldset.previsu { margin-bottom: 2em; padding: 1em; border: 2px dashed #F57900; }
fieldset.previsu legend { padding: 0 0.50em; color: #F57900; font-weight: bold; }
fieldset.previsu li { padding: 3px; border: none; }
fieldset.previsu .boutons input { background-color: #F57900; border-color: #F57900; color: #FFF; }
/* - Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; font-size: 1.20em; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }
fieldset.reponse_formulaire.reponse_formulaire legend { color: #F57900; } /* Preciser la couleur des legend pour IE/Win */
/* - Erreurs */
.formulaire_spip li.erreur .erreur_message { display: block; color: #C30; font-weight: bold; }
.formulaire_spip li.erreur input.text, .formulaire_spip li.erreur textarea { background-color: #FCC; border-style: solid; border-color: #C30; }
.reponse_formulaire_erreur { margin: 0; color: #C30; font-weight: bold; }
/* - OK */
.reponse_formulaire_ok { margin: 0; color: #53AD20; font-weight: bold; }

/* Variantes et cas particuliers */
/* - 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; }
/* - Formulaire de forum */
.formulaire_forum .saisie_titre input.text { width: 99%; }
/* - Selection des langues */
.formulaire_menu_lang { margin: 0; padding: 1em; background: none; }
/* - Formulaires de contact */
.formulaire_ecrire_auteur fieldset legend {padding-left: 20px; background: url(plugins/sarkaspip_3/images/formulaire_mail.gif) top left no-repeat;}
/* - Formulaires de recherche */
.formulaire_recherche {margin: 0 0 0 10px; padding: 0; background: none; display: inline; width : 158px; }
.formulaire_recherche * { display: inline; vertical-align: middle; }
.formulaire_recherche form {margin: 0;}
.formulaire_recherche label {display: none !important; }
.formulaire_recherche input{margin : 0; clear:none; }

.formulaire_recherche input.text {width: 115px; float:left; margin:0 2px 1px 0; height:17px; border: 1px solid #808080; background: none; padding-left: 0;}
 
.formulaire_recherche input.submit {padding: 0px 2px; font-size:1.1em;}

*+html .formulaire_recherche input.submit {float : right;}
.formulaire_spip input.submit[type=image]{color: #6262A4; background: none;	border: 0; display:inline;	clear:left;	margin:0px 0px 5px 0px;}
/* -- specificite du formulaire dans la noisette recherche */
.contenu .formulaire_recherche {display : block; padding: 0 0 5px 0;}
/* -- specificite du formulaire de recherche dans le bandeau --*/
.recherche_chemin{font-size:1.2em;}
.recherche_chemin #formulaire_recherche {background:transparent; display:block; float:right; margin:0; padding:0; width:160px; font-size:1em;}
.recherche_chemin .formulaire_recherche input.text{margin-top:1px; background-color: #f0f0fa;}
.recherche_chemin .formulaire_recherche input.submit {cursor: pointer;}
.recherche_chemin span{float:right; margin: 5px 5px 0 20px;}






/* -- formulaires de recherche des moteurs externes a SPIP */
.moteur {margin: 2px 0 0 10px;} 
/* -- formulaire de la shoutbox */
#contenu_shoutbox_dialogue {margin: 0 0 20px; padding: 5px; line-height:1.1em; border: 1px solid #808080;}

/* Choix des mots-clefs */
ul.choix_mots { display: block; margin: 0; padding: 0; list-style: none; }
ul.choix_mots li { clear: none; float: left; display: block; width: 30%; padding: 1%; }
ul.choix_mots li label { display: inline; font-weight: normal; }

/* -------------------------------------------------------------------- */
/* 	Styles generaux specifiques au squelette                            */
/* -------------------------------------------------------------------- */
/* Typographie par defaut du squelette */
h1 {font-size: 2em; line-height: 1.2em;}
p {margin: 0 0 10px;}

/* Les logos des articles, rubriques... */
.logo img {margin: 0;}
.gauche {float: left; margin: 0 10px 5px 0;}
.droite {float: right; margin: 0 0 5px 10px;}

/* Nettoyage de float */
.nettoyeur{ clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }
/*  ***************************************************** */
/*--     CSS revus jusqu'ici      --*/
/*  ***************************************************** */
.clearer {clear: both; display: block; height: 0px;}
.clearer-right {clear: right; display: block; height: 0px;}
.clearer-left {clear: left; display: block; height: 0px;}

/* Info-bulles perso adaptees au contexte (image, plan...) ---*/
a.info span {display: none;}
a.info:hover span {display: inline; position: absolute;	z-index: 500;	margin:0em 0 0 1em;	background: #EEEEEE; text-align: left; color: #808080; padding: 0px 3px; border:1px solid #808080;}	/* Surcharge des layout Gala:*/

/* Correspond a une taille de 16px dans la plupart des navigateurs */
html {font-size: 100%;}
/* correspond a une taille de 10px car 10px/16px = 0,625 */
body {
	padding: 0; 
	font: 0.625em/1em Helvetica,Verdana,Arial,sans-serif; 
	color: #000000;
	background: #ffffff;
}

#header {padding: 0 0px 10px;}
div#header h1{margin: 0; padding-left: 0; height: auto; line-height: 1.12em; color: transparent; background: none;}
div#footer{padding: 30px 0 0; color: transparent; background: none; line-height: 1.12em;}
div#navigation{width: 180px; background: none;}
div#extra{width:180px; background: none;} 
div#container{background: #ffffff; 
}  
#wrapper {}


/* Pour les layouts a largeur variable*/
 
	div#navigation{padding: 0 20px;}
	div#extra{padding: 0 20px;}
	#content {padding: 0 20px;}


/* Pour les layouts a largeur fixe*/	/* BANDEAU.CSS                                                          */
/* Cette feuille contient:                                              */
/* - les styles de la partie haute du bandeau                           */
/* - les styles de la partie basse du bandeau                           */
/* - les styles du chemin du bandeau                                    */
/* - les styles de la partie haute du pied de page                      */
/* - les styles de la partie basse du pied de page                      */
/* -------------------------------------------------------------------- */

/* -------------------------------------------------------------------- */
/* 	Styles du bandeau - partie haute                                    */
/* -------------------------------------------------------------------- */

/* Structure generale du bandeau haut */
.bandeau_haut {
	padding: 10px 10px 0; min-height: 50px;
	background: #6262a4 ;}
/* Navigation: liste des langues et raccourcis */
.nav_bandeau{float: right; min-width: 150px; max-width: 45%; color: #eeeeee; font-size: 1.2em;}
.nav_raccourci, .nav_langue {margin-right: 5px; text-align: right;}
.nav_langue {line-height: 1.6em;}
.nav_langue ul, .nav_raccourci ul {padding: 0 5px 0 0; margin: 5px 0; line-height: 1em;}
.nav_langue li, .nav_raccourci li  {display: inline; list-style: none;}
.nav_langue li a, .nav_raccourci li a {color: #eeeeee; text-decoration: none; padding: 0 2px 0 2px;}
.nav_langue li a:hover, .nav_raccourci li a:hover {color: #aaaaaa; text-decoration: none;}
.nav_langue li.on {font-size: 1.25em; font-weight: bold;}
.nav_raccourci li.auteur a {font-weight: normal;}
.raccourci_bandeau {} /* sert uniquement a faire le pendant de la structure des raccourcis dans la colonne navigation */

/* Logo, titre et slogan du site */
.site_logo {margin: 0 20px 10px 10px; float: left;}
.site_nom  {padding: 0 0 0 10px; overflow: visible !important /*Firefox*/; overflow :hidden /*IE6*/;}
.site_nom h1 {}
.site_nom h1 a {color: #eeeeee; text-decoration: none;}
.site_nom h1 a:hover {color: #aaaaaa; text-decoration: none;}
.site_nom h2 {font-size: 1.3em; line-height: 1em; margin: 0; color: #eeeeee; display: inline;}

/* -------------------------------------------------------------------- */
/* 	Styles du bandeau - partie basse                                    */
/* -------------------------------------------------------------------- */
.bandeau_bas {
	min-height: 23px; 
	background: #6262a4;}
a .bandeau_bas  {display:inline;}

/* -------------------------------------------------------------------- */
/* 	Styles du bandeau - chemin                                          */
/* -------------------------------------------------------------------- */
.bandeau_chemin {
	height:22px; margin-bottom: 20px; color: #6262a4; padding: 0 15px;
	background: #ddddef;}
.bandeau_chemin .recherche_chemin {width: 320px; float: right;}
.bandeau_chemin a {padding: 0 5px 0 10px; color: #6262a4;}
.bandeau_chemin a:hover {color: #808080; text-decoration: none;}
.chemin {padding-top: 5px; font-size:1.3em;}

/* Surcharge des boutons du plugin Boutons dans le Texte */
.textsizeup, .textsizedown, .textonly {float: right; margin: 0 5px 0 0; padding: 0; border: #ddddef 1px solid;}
.textsizeup:hover, .textsizedown:hover {border: #222210 1px solid;}
.textonly {display: none}

/* -------------------------------------------------------------------- */
/* 	Styles du pied de page - partie haute (non disponible)              */
/* -------------------------------------------------------------------- */

/* -------------------------------------------------------------------- */
/* 	Styles du pied de page - partie basse                               */
/* -------------------------------------------------------------------- */
.pied_bas {
	padding: 10px 20px 10px; font-size: 1.2em; text-align: right;
	background: #6262a4;
	color: #eeeeee;}
.pied_bas .copyright {margin: 0 0 5px;}
.pied_bas .credits {margin: 0 0 5px;}
.pied_bas a {color: #eeeeee; text-decoration: none;}
.pied_bas a:hover {color: #aaaaaa; text-decoration: none;}	/* Initialisation des variables permettant de déterminer un alignement à droite ou à gauche */
 
	






/* Noisettes pouvant etre inserees dans les colonnes extra et navigation */
/* Styles generiques */
.noisette {margin-bottom: 15px; color: #808080;}

.noisette h1, h2, h3 {margin: 0px; font-size: 1em;}
.noisette h1.intitule, .noisette h1 a.intitule {
	display: block;	margin-bottom: 10px; font-weight: bold; font-size: 2em; text-align: center; line-height:1.2em;
	border: 1px solid #808080;
	background: #808080;
	color: #ffffff;}
.noisette h1 a.intitule:hover {
	background: #eeeeee;
	color: #808080; 
	text-decoration: none;}

.noisette .contenu {margin-bottom: 5px; padding: 0; 
		border: 1px solid #808080;
		background: transparent;}
.noisette .contenu.mixte {padding: 5px 0 0;}
.noisette .contenu h2.titre_bloc, 
.noisette .contenu h2 a.titre_bloc {
	display: block;	margin: 0px; padding: 1px; font-size: 1.25em; line-height: 1.5em; font-weight: bold; text-align: center;
	border-bottom: 1px solid #808080;
	background: #eeeeee;
	color: #808080;}
.noisette .contenu h2 a.titre_bloc:hover {
	background: #808080;
	color: #ffffff; 
	text-decoration: none;}

.noisette .contenu .liste ul {margin: 0; padding: 0}
.noisette .contenu .liste ol {margin: 0; padding: 0 5px;}
.noisette .contenu .liste ol li {list-style: decimal inside;}
.noisette .contenu h2.titre, .noisette .contenu h2 a.titre, .noisette .contenu .liste li .titre {
	display: block; padding: 0px 0px 5px 10px; margin: 0px 5px;	font-weight: bold; text-decoration: none;
	color: #808080;
	background: url(plugins/sarkaspip_3/images/puce-n0.gif) left top no-repeat;}
.noisette .contenu .liste ol li .titre {background: none; display: inline; margin:0; padding: 0;}
.noisette .contenu h2 a.titre:hover, .noisette .contenu .liste li a.titre:hover{
	color: #808080;
	text-decoration: underline;}
.noisette .contenu .liste li span.titre {color: #000000;} /* A REVOIR */

.noisette .contenu .date_bloc {
	margin-left: 30%; padding: 1px; font-size: 0.9em; text-align: center;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;}

.noisette .contenu div.introduction, .noisette .contenu a.introduction {
	display: block;	margin: 0px 5px; padding:0px 0px 5px 10px;	
	color: #808080;}
.noisette .contenu a.introduction:hover{
	color: #808080;
	text-decoration: underline;}
.noisette .contenu div.introduction * {margin: 0px}

.noisette .contenu .liste {margin: 0px;	padding: 5px 0px;}
.noisette .contenu .texte {margin: 0px; padding: 5px; line-height: 1.1em;}
.noisette .contenu .texte p {margin:0.7em 0em; padding:0px;}

.noisette .contenu .notes {margin: 0px; padding: 5px; line-height: 100%; border-top: 1px solid #808080;}
.noisette .contenu .notes p {margin: 0px;}

.noisette .contenu h3 {padding: 3px 0px; line-height: 1.1em;}
.noisette .contenu  a {}
.noisette .contenu a:hover {}
.noisette .contenu strong {}
.noisette .contenu blockquote, .noisette .contenu code {margin : 2px;}

/* Styles specifiques pour l'herbier */
#noisette_herbier.noisette .contenu .texte {text-align: center;}
#noisette_herbier.noisette .contenu .texte ul {width: 120px; margin: 0 auto;}
*+html #noisette_herbier.noisette .contenu .texte ul.innerfade li {margin-left:-60px;}

/* Styles specifiques pour les statistiques */
#noisette_statistiques.noisette .contenu .texte {text-align: center;}

/* Styles specifiques pour la navigation des articles et rubrique mots-cles et categories */
#noisette_categories.noisette .contenu h2.titre_bloc {border-bottom: 0;	
	background: #808080;
	color: #ffffff; 
	text-decoration: none;}

#noisette_categories.noisette .contenu h2 a.titre_bloc {border-bottom: 0;}
#noisette_navigation.noisette .contenu .liste li .titre,
#noisette_categories.noisette .contenu .liste li .titre,
#noisette_motscles.noisette .contenu .liste li .titre {
	display: block;
	padding: 0px 0px 5px 10px;
	margin: 0px 5px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#noisette_navigation.noisette .contenu .liste li span.titre,
#noisette_categories.noisette .contenu .liste li span.titre,
#noisette_motscles.noisette .contenu .liste li span.titre {background: url(plugins/sarkaspip_3/images/puce-n1.gif) left top no-repeat;}
#noisette_navigation.noisette .contenu .liste li a.titre,
#noisette_categories.noisette .contenu .liste li a.titre,
#noisette_motscles.noisette .contenu .liste li a.titre {background-image: none;}
#noisette_navigation.noisette .contenu .liste li a.titre:hover,
#noisette_categories.noisette .contenu .liste li a.titre:hover,
#noisette_motscles.noisette .contenu .liste li a.titre:hover {
	color: #808080;
	 background: url(plugins/sarkaspip_3/images/puce-n1.gif) left top no-repeat;
	text-decoration: underline;}

/* Styles specifiques pour les badges */
.noisette .badges a {display: block; margin: 2px 0; padding: 0; border: 0; width: 80px; height: 15px; float:left; clear: left; }
.noisette .badges a:hover {text-decoration: none;}
#logo_rss {background: url(plugins/sarkaspip_3/images/badge_rss.png) no-repeat;}
#logo_rss:hover {background: url(plugins/sarkaspip_3/images/badge_rss_hover.png) no-repeat;}
#logo_sarkaspip {background: url(plugins/sarkaspip_3/images/badge_sarkaspip.png) no-repeat;}
#logo_sarkaspip:hover {background: url(plugins/sarkaspip_3/images/badge_sarkaspip_hover.png) no-repeat;}
#logo_spip {background: url(plugins/sarkaspip_3/images/badge_spip.png) no-repeat;}
#logo_spip:hover {background: url(plugins/sarkaspip_3/images/badge_spip_hover.png) no-repeat;}
#logo_xhtml {background: url(plugins/sarkaspip_3/images/badge_xhtml.png) no-repeat;}
#logo_xhtml:hover {background: url(plugins/sarkaspip_3/images/badge_xhtml_hover.png) no-repeat;}
#logo_perso {background: url(plugins/sarkaspip_3/images/badge_perso.png) no-repeat;}
#logo_perso:hover {background: url(plugins/sarkaspip_3/images/badge_perso_hover.png) no-repeat;}

/* Styles specifiques pour le mini-agenda */

#noisette_miniagenda.noisette {overflow: hidden; width:180px}
#noisette_miniagenda.noisette .contenu table {table-layout: fixed; border-spacing:0; width:100% !important /*FF*/; width:178px /*IE*/; font-size: 1.1em; text-align: center;border-collapse:inherit;}
#noisette_miniagenda.noisette .contenu table thead {
	background: #808080;
	color: #ffffff;}
#noisette_miniagenda.noisette .contenu table th {text-align: center;}
#noisette_miniagenda.noisette .contenu table td {line-height: 1.1em; color: #808080}
#noisette_miniagenda.noisette .contenu table td.libre,
#noisette_miniagenda.noisette .contenu table td.occupe {background-color: #ffffff; border: 1px solid #ffffff;}
#noisette_miniagenda.noisette .contenu table td.horsperiode {background: #eeeeee; color: #aaaaaa; border: 1px solid #eeeeee;}
#noisette_miniagenda.noisette .contenu table td.today {font-weight: bolder; background: #ffffff; border: 2px solid #808080;}
#noisette_miniagenda.noisette .contenu table td a {font-weight: bolder;}
#noisette_miniagenda.noisette .contenu table td a:hover {}

#noisette_miniagenda.noisette .contenu h2 a.titre_bloc {padding: 0px 0px; font-size: 1.2em;border-top: 1px solid #808080;}
#noisette_miniagenda.noisette .contenu h2.titre_bloc.centre,
#noisette_miniagenda.noisette .contenu h2 a.titre_bloc.bord {padding: 1px 0px; border-top: 0;float: left;font-size: 1.2em;}
#noisette_miniagenda.noisette .contenu h2.titre_bloc.centre {width: 50%;}
#noisette_miniagenda.noisette .contenu h2 a.titre_bloc.bord {width: 25%;}

#noisette_miniagenda.noisette .contenu table#footer_evenements {table-layout: fixed; border: 0; border-collapse: collapse; text-align: left; font-size: 1em;}
#noisette_miniagenda.noisette .contenu table#footer_evenements td{line-height:1.1em;}
#noisette_miniagenda.noisette .contenu table#footer_evenements td.footer_colg{width: 37% !important /*FF*/;width: 66px /*IE*/; padding: 1px; font-weight: bold;}
#noisette_miniagenda.noisette .contenu table#footer_evenements td.footer_cold{width: 63% !important /*FF*/;width: 112px /*IE*/; padding: 1px;}
#noisette_miniagenda.noisette .contenu table#footer_evenements td.footer_cold a{font-weight: normal; color: #808080;}
#noisette_miniagenda.noisette .contenu table#footer_evenements td.footer_cold a:hover{color: #808080;}

/* Styles specifiques pour la noisette Rainette */
#noisette_rainette.noisette .contenu .texte .maj {text-align: center;}
#noisette_rainette.noisette .contenu .texte .resume {text-align: center; font-size: 1.2em; font-weight: bold;margin: 10px 0}
#noisette_rainette.noisette .contenu .texte .resume ul{font-weight: normal; margin-top: 5px;font-size: 0.9em;}
#noisette_rainette.noisette .contenu .texte .resume li{}
#noisette_rainette.noisette .contenu .texte .temperature {font-size: 2em; font-weight: bold; margin: 0 5px}
#noisette_rainette.noisette .contenu .texte .previsions {font-size: 1.3em;}
#noisette_rainette.noisette .contenu .texte .temperature img {float:left}
#noisette_rainette.noisette .contenu .texte .temperature p {padding: 30px 0 0 90px;}
#noisette_rainette.noisette .contenu .texte .liens {text-align: center;}
.pave-prevision {overflow: hidden; float: left; width: 168px; height: 190px;}
.conteneur_selection {overflow: hidden; float: left; width: 168px; height: 190px;}

/* Menus vertical des rubriques et raccourcis inseres dans les colonnes extra et navigation */
/* Navigation dans les rubriques - arborescence deroulante */
.menu_rub1 { padding: 0; font-size: 1.2em; text-align: left;}
.menu_rub1 ul.menulist,
.menu_rub1 ul.menulist ul {
	 background: #6262a4;
	 border: 1px solid #ffffff; 
	 border-bottom: 0;
	 list-style: none;
	 z-index: 500;
	 margin: 0;
	 padding: 0;
	 line-height:1.2em;
	 width:178px;}

.menu_rub1 ul.menulist ul {position: absolute; top: -1px; left: 178px;}
*+html .menu_rub1 ul.menulist ul {top: 0;} 
.menu_rub1 ul.menulist li {position: relative; margin: 0; padding: 0; border-bottom: 1px solid #ffffff;}
.menu_rub1 ul.menulist li ul { display:none; }
.menu_rub1 ul.menulist li:hover>ul { display:block; }

.menu_rub1 ul.menulist a {
	 background: #6262a4;
	color: #ffffff; text-decoration: none; display: block; padding: 5px;}

.menu_rub1 ul.menulist a:hover {
	background: #323284;
	color: #ffffff;
	text-decoration: none;}
.menu_rub1 ul.menulist li.smenu, .menu_rub1 ul.menulist li.smenu>a {
	 background: #6262a4;
	 
	background-image: url(plugins/sarkaspip_3/images/arrow_from_left.gif);
	 background-position: 170px;
	background-repeat: no-repeat;}
.menu_rub1 ul.menulist li.smenu:hover, .menu_rub1 ul.menulist li.smenu>a:hover {
	background: #323284;
	 
	background-image: url(plugins/sarkaspip_3/images/arrow_from_top.gif);
	 background-position: 167px;
	background-repeat: no-repeat;}
.menu_rub1 ul.menulist a.menu_articles {}
.menu_rub1 ul.menulist a.menu_articles:hover {}

/* Navigation dans les rubriques - arborescence depliee */
.menu_rub2 {font-size: 1.2em; border: 0; font-weight: normal;}
.menu_rub2 ul {margin: 0; padding: 0; list-style: none;}
.menu_rub2 ul li { margin: 0; padding: 0; border: 0; line-height: 1.3em;}
.menu_rub2 ul li a {
	display: block; width: 158px; margin-bottom: 0px; padding: 5px 10px; 
	border: 1px solid #ffffff; border-top: 0;
	color: #ffffff; 
	background: #6262a4;}

.menu_rub2 ul li a#m1 {border-top: 1px solid #ffffff;}
.menu_rub2 ul li ul li a {
	display: block; width: 148px; margin-bottom: 0px; padding: 5px 10px 5px 20px; 
	color: #ffffff; 
	background: #6262a4;}
.menu_rub2 ul li ul li ul li a {
	display: block; width: 138px; margin-bottom: 0px; padding: 5px 10px 5px 30px; 
	color: #ffffff; 
	background: #6262a4;}
.menu_rub2 a.on {
	background: #323284;
	color: #ffffff; font-weight: bold;}
.menu_rub2 a:hover {
	background: #323284;
	color: #ffffff; 
	text-decoration: none;}

/* Navigation dans les rubriques - arborescence accordeon a ouverture automatique */
.menu_rub3 {width: 100%; padding:0px; font-size: 1.2em;}
.menu_rub3 .cache {padding-left:10%; width: 90%; background: none; display: none;}
.menu_rub3 .cache a {
	display: block; border-top: 1px solid #ffffff;
	background: #6262a4;}
.menu_rub3 .cache a.on {background: #323284;}
.menu_rub3 ul.menulist {background: none; border: 0; list-style: none; z-index: 500; margin: 0; padding: 0; line-height: 1.2em}
.menu_rub3 ul.menulist li {position: relative; margin: 0; padding: 0; border-bottom: 1px solid #ffffff;}
.menu_rub3 ul.menulist a {
	display: block; text-decoration: none; padding: 5px;
	color: #ffffff; 
	background: #6262a4;}
.menu_rub3 ul.menulist a:hover {
	background: #323284;
	color: #ffffff;}
.menu_rub3 ul.menulist a.on {
	background: #323284;
	color: #ffffff;}

/* Bloc de menus des raccourcis de navigation*/
.nav2 {font-size: 1.2em; width: 178px;border: 1px solid #808080;}


.nav2 ul {padding: 0; margin: 0}
.nav2 li {
	list-style: none; margin: 10px; line-height: 1.4em;
	background: #6262a4;
	 border: #ffffff solid 1px;
	 color: #ffffff;}
.raccourci_nav1 {text-align: center;}
.raccourci_nav1 a {display: block; width: 100%; color: #ffffff;}
.raccourci_nav1 a:hover {
	text-decoration: none; 
	background: #323284;
	 color: #ffffff;}

.nav2 .auteur {margin: 7px 10px; padding-top: 3px; padding-bottom: 2px; text-align: center;	background: transparent; border: 0;}

.menu_horiz1 {margin: 0; padding: 0 20px; font-size: 1.2em;
	min-height: 23px; 
	border-top: #6262a4 dotted 1px; 
	color: #ffffff;
  position: absolute;}
.menu_horiz1 ul {padding: 0; margin: 0; float: left; line-height: 1em; /*overflow: hidden;*/}
.menu_horiz1 li  {float: left; list-style: none; }
.menu_horiz1 li a {display: block; padding: 5px 10px; text-decoration: none;
	background: #6262a4;
	 border-left: #ffffff solid 1px;
   color: #ffffff;}
.menu_horiz1 li a#n1 {border-left: none; padding-left: 5px;}
.menu_horiz1 li a:hover {color: #ffffff;
	background: #323284;
	text-decoration: none;}
.menu_horiz1 li a.on {font-size: 1.25em; font-weight: bold;}

.menu_horiz1 ul li{width:150px ;height:100%} /* width:120px */
.menu_horiz1 ul li:hover>ul { display:block; }
.menu_horiz1 ul li ul { display:none; overflow: hidden;
       border-right: #ffffff solid 1px;
       border-bottom: #ffffff solid 1px;
      }
.menu_horiz1 ul li ul li{ display:block; float:none;overflow: hidden;  border-top: #ffffff solid 1px;}	/* ELEMENTS.CSS                                                         */
/* Cette feuille contient:                                              */
/* - les styles de la partie centrale du site                           */
/* -------------------------------------------------------------------- */

/* Intitule (h1) de chaque page */
.intitule_page {margin: 5px 0 30px; color: #808080; font-size: 2.4em; font-weight: bold;}

/* Styles generiques des pages de type plan
   ----------------------------------------
	- Plan de site
	- Agenda annuel
*/ 
.plan { margin-top: 30px;}
.plan h2 {display: inline; font-weight: bold; margin: 0.5em 0 0; font-size: 1.9em; line-height: 1.4em;}
.plan h2 a { padding-left:15px;}
.plan h2 a:hover {background-image: url(plugins/sarkaspip_3/images/puce0.jpg); background-position: left center; background-repeat: no-repeat; text-decoration: none;}
.plan .objet_date {color: #990000;}
.plan ul { list-style-type: none; padding: 0 0 0 20px; margin: 0;}
.plan li {line-height: 1.4em; padding-left:10px;}
.plan a.objet_titre{color: #6262A4; padding: 0 0 0 10px; font-size: 1.1em;}
.plan a.objet_titre:hover {background-image: url(plugins/sarkaspip_3/images/puce-n0.gif); background-position: left center; background-repeat: no-repeat; text-decoration: underline;}
.plan a img {float:right; margin: 0 0 5px 5px; border: 4px solid  #eeeeee;}
.plan a:hover img {border: 4px solid #6262a4;}

/* -------------------------------------------------------------------- */
/* 	Styles des titres de page                                           */
/* -------------------------------------------------------------------- */
/* Titre generique */
.titre h1 {font-weight: bold; margin: 0 0 5px; padding-bottom: 5px;
	color: #6262a4;
	border-bottom: 2px solid #6262a4;}
/* Boutons de fonction positionnes a droite du titre */
a.fonction {display: block; float: right; width: 24px; height: 24px; margin-left: 10px;}
#imprimer {background-image: url(plugins/sarkaspip_3/images/article_imprimer.gif); background-repeat: no-repeat;}
#commenter {background-image: url(plugins/sarkaspip_3/images/article_commenter.gif); background-repeat: no-repeat;}
#signer {background-image: url(plugins/sarkaspip_3/images/article_commenter.gif); background-repeat: no-repeat;}
#creer_pdf {background-image: url(plugins/sarkaspip_3/images/article_pdf.gif); background-repeat: no-repeat;}
#voir_commentaires {background-image: url(plugins/sarkaspip_3/images/article_commentaires.gif); background-repeat: no-repeat;}
#voir_signatures {background-image: url(plugins/sarkaspip_3/images/article_signatures.gif); background-repeat: no-repeat;}
a.fonction.repondre_commentaire {width: 16px; height: 16px; margin-right: 0; background-image: url(plugins/sarkaspip_3/images/commentaire_repondre.gif); background-repeat: no-repeat;}
#afficher_galerie_liste {background-repeat: no-repeat;}
#afficher_galerie_planche {background-repeat: no-repeat;}

/* -------------------------------------------------------------------- */
/* 	Styles du cartouche (auteurs, date, popularite, notation)           */
/* -------------------------------------------------------------------- */
.cartouche { font-weight: normal; font-size: 1.1em; line-height: 1.1em; text-align: right; margin: 0 0 30px 10px; padding: 0; float: right;
	color: #6262a4;}

/* -------------------------------------------------------------------- */
/* 	Styles de la description (champs editoriaux)                        */
/* -------------------------------------------------------------------- */
.description {margin: 10px 0 30px; font-size: 1.2em; line-height: 1em;}
.description li {margin-left: 10px;	line-height: 1.4em;}
.description a {}
.description a:hover {}
.description p {font-size: 1em;}
.description .soustitre {float: left; line-height: 1em; font-size: 1.4em; font-weight: bold; font-style: italic; margin: 0; padding: 0;
	 color: #6262a4;}
.description .chapo {margin: 0 0 30px; font-style: italic; color: #6262a4;}
.description .texte {width:100%;}
.description .lien_site {margin: 10px 0 20px; padding-top: 10px; font-size: 1em; 
	border-top: 1px dotted #6262a4;}
.description .ps {margin: 10px 0 20px; padding-top: 10px; font-size: 1em; 
	border-top: 1px dotted #6262a4;}
.description .notes {margin: 10px 0 20px; padding-top: 10px; font-size: 1em; 
	border-top: 1px dotted #6262a4;}

/* -------------------------------------------------------------------- */
/* 	Styles des blocs type portfolio (images, documents joints, breves)  */
/* -------------------------------------------------------------------- */
/* Styles generiques */
.portfolio {clear: both; margin-bottom: 30px; padding-top: 2px;width:100%;}
.portfolio h2 {font-size: 1.9em; line-height: 1em; font-weight: bold; margin: 0 0 10px; padding: 0 0 5px 20px;
	color: #6262a4;
	border-bottom: 2px solid #6262a4;}
	
/* Portfolio des images jointes */
.portfolio a img {margin: 10px 10px; border: 4px solid #eeeeee;}
.portfolio a:hover img {border-color: #6262a4;}
/* Portfolio des documents jointes */
.portfolio dl {width: 115px; height: 11em; text-align: center; margin: 10px; float: left;}
.portfolio dt {width: 115px; font-weight: bold;}
.portfolio dt a img {border: 0;}
.portfolio dt a:hover img {border: 0;}
.portfolio dd {width: 115px; margin: 0; padding: 0;}

/* -------------------------------------------------------------------- */
/* 	Styles des blocs de type commentaires                               */
/* -------------------------------------------------------------------- */
.commentaires {padding: 0 0 10px 0; margin: 0 0 30px 0;}
.commentaires h2 {font-size: 1.9em; line-height: 1.2em; font-weight: bold; padding: 0 0 5px 20px; margin: 0;
	background: url(plugins/sarkaspip_3/images/commentaires.gif) top left no-repeat;
	color: #6262a4;
	border-bottom: 2px solid #6262a4;}
.commentaires .message {margin: 0; padding: 10px 0 10px;
	background: transparent;
	border-top: 1px dotted #6262a4;}
.commentaires .message:hover {background: #f0f0fa;}
.commentaires #n1.message {border-top: 0; padding: 20px 0 10px;}
.commentaires .message .titre {font-size: 1.2em; font-weight:bold; margin:0 0 10px 50px;}
.commentaires .message .gravatar {float:left}
.commentaires .message .cartouche_simple {margin-left: 50px; font-size: 1.1em;
	color: #6262a4;}
.commentaires .message .texte{margin-left : 50px; padding-top: 5px;font-size:1.2em;line-height:1.1em;}

/* -------------------------------------------------------------------- */
/* 	Styles des blocs de type extraits                                   */
/* -------------------------------------------------------------------- */
.extrait {margin: 0 0 20px;	padding: 0 0 10px 15px;
	background: transparent;
	border-left: 5px solid #6262a4;
	border-bottom: 1px solid #6262a4;}
.extrait h3 a.titre {display: block; padding-top: 5px; margin: 0; font-size: 1.6em; font-weight: bold; line-height:1em; text-decoration: none;
	color: #6262a4;}
.extrait h3 a.titre:hover {color: #6262a4; text-decoration: underline;}
.extrait .cartouche {color: #6262a4;}
.extrait .complements {font-weight: normal; margin: 10px 0 5px; font-size: 1.1em;}
.extrait .lire_suite {text-align: left; margin: 10px 0 0; font-size: 1.1em;}
.extrait .cartouche a, .extrait .complements a  {color: #990000; text-decoration: none;}
.extrait .lire_suite a {padding: 0 0 5px 20px; background: url(plugins/sarkaspip_3/images/lire_suite.gif) left center no-repeat;
	color: #990000; text-decoration: none;}
.extrait .cartouche a:hover, .extrait .complements a:hover, .extrait .lire_suite a:hover {
	color: #990000; text-decoration: underline;}
.extrait .introduction {margin: 10px 0 0; font-size:1.2em; line-height : 1.4em;}
/* -------------------------------------------------------------------- */
/* 	Styles des blocs de type planches                                   */
/* -------------------------------------------------------------------- */
.planche {margin-top: 30px;}
.planche h2 {font-weight: bold; font-size: 1.2em; margin-bottom: 5px;}
.planche ul {margin: 0; padding: 0; list-style-type: none;}
.planche li {width: 45%; min-height: 14em; float: left; margin: 0 0 20px; padding: 10px 0;
	background: transparent;
	border-top: 1px dotted #6262a4;}

.planche li.n1 {border-top: 0;}
.planche li.gauche {margin-right: 20px;}
.planche li.droite {margin-left: 20px; float: right;}
.planche h3 a.titre {display: block; padding-top: 5px; margin: 0; font-size: 1.6em; font-weight: bold; line-height:1em; text-decoration: none;
	color: #6262a4;}
.planche h3 a.titre:hover {color: #6262a4; text-decoration: underline;}
.planche .complements {font-weight: normal; margin: 10px 0 5px; font-size: 1.1em;}
.planche .cartouche {text-align: left; margin: 0; float: none;}
.planche .cartouche a, .planche .complements a  {color: #990000; text-decoration: none;}
.planche .cartouche a:hover, .planche .complements a:hover {
	color: #990000; text-decoration: underline;}
.planche a img {float:right; margin: 0 0 5px 5px; border: 4px solid  #eeeeee;}
.planche a:hover img {border: 4px solid #6262a4;}
.planche .introduction {margin: 10px 0 0;}

/* -------------------------------------------------------------------- */
/* 	Styles specifiques a chaque page                                    */
/* -------------------------------------------------------------------- */
/* Style specifique a la notation (plugin Notation) */
.description .plugin {margin: 10px 0 0px; padding-top: 10px; font-size: 1em; line-height: 1.6em; 
	border-top: 1px dotted #6262a4;
	color: #6262a4;}
.description .notation div.star a {border: 0; text-align: left;}

/* Style specifique aux bookmarks sur les reseaux sociaux (plugin Social Tags) */
.description .socialtags {margin: 0; padding: 0;}

/* Titres de blocs type portfolio */
#images_jointes.portfolio h2 {background: url(plugins/sarkaspip_3/images/portfolio_images.gif) top left no-repeat;}
#documents_joints.portfolio h2 {background: url(plugins/sarkaspip_3/images/portfolio_documents.gif) top left no-repeat;}
#articles_recents.portfolio h2,
#article_commentaire.portfolio h2,
#articles_auteur.portfolio h2,
#articles_rubrique.portfolio h2 {background: url(plugins/sarkaspip_3/images/liste_articles.gif) top left no-repeat;}
#breves_site.portfolio h2 {background: url(plugins/sarkaspip_3/images/liste_breves.gif) top left no-repeat;}
#sites_site.portfolio h2 {background: url(plugins/sarkaspip_3/images/liste_sites.gif) top left no-repeat;}

/* Page rubrique */
.rubrique {margin: 0; padding-bottom: 10px;}
.rubrique .titre {}
.rubrique .titre h1 {margin: 0 0 35px;}

/* Page article */
.article {margin: 0; padding-bottom: 10px;}
.article .cartouche {font-size: 0.92em}
/* Styles des petitions de l'article */
#signatures.commentaires h2 {background: url(plugins/sarkaspip_3/images/liste_signatures.gif) top left no-repeat;}
#signatures.commentaires table{width:100%;margin-top:10px;font-size:1.2em;}

/* Page sommaire */
/* -- Edito et une */
#edito.article, #une.article {margin: 0 0 30px; padding: 5px 10px; text-align: justify;
	border: 2px solid #808080;
	background: #eeeeee;}
#edito.article .titre, #edito.article .soustitre, #une.article .titre, #une.article .soustitre {}
#edito.article .titre h1, #une.article .titre h1 {border: 0;}
#edito.article a.fonction, #une.article a.fonction {display: none;}
#edito.article .cartouche, #une.article .cartouche {font-size: 1.2em}

/* Page evenement */
#evenement.article .cartouche {text-align: left; float: left; margin: 0 10px 30px 0;}

/* Page auteur */
.auteur {margin: 0; padding-bottom: 10px;}

/* Page breve */
.breve {margin: 0; padding-bottom: 10px;}

/* Page site */
.site {margin: 0; padding-bottom: 10px;}
/* -- Thumbshot du site */
.site a img {margin: 0 0 10px 10px; border: 4px solid #eeeeee;}
.site a:hover img{border-color: #6262a4;}

/* -- Liste des articles syndiques */
#site_article-syndic.commentaires h2 {background: url(plugins/sarkaspip_3/images/liste_syndics.gif) top left no-repeat;}
#site_article-syndic.commentaires .titre {margin:0 0 5px 0;}
#site_article-syndic.commentaires .cartouche_simple {margin-left: 0;}
#site_article-syndic.commentaires .texte{margin-left : 0;}

.site .description li {margin-left: 0px;	margin-bottom:10px;}
.site .description li:hover {background:#f0f0fa;}
.site .description span {color: #808080;}

/* Page galerie */
.galerie {margin: 0; padding-bottom: 10px;width:100%;}

/* Page Herbier */
.herbier {margin: 0; padding-bottom: 10px;width:100%;}
.herbier .planche li {width: 100%;}

/* Page Recherche */
#recherche_rubrique.portfolio h2 {margin:0; background: url(plugins/sarkaspip_3/images/portfolio_documents.gif) top left no-repeat;}
#recherche_mot_article.portfolio h2 {margin:0; background: url(plugins/sarkaspip_3/images/liste_breves.gif) top left no-repeat;}
#recherche_breve.portfolio h2 {margin:0; background: url(plugins/sarkaspip_3/images/liste_breves.gif) top left no-repeat;}
#recherche_site.portfolio h2 {margin:0; background: url(plugins/sarkaspip_3/images/liste_sites.gif) top left no-repeat;}
#recherche_commentaire.portfolio h2 {margin:0; background: url(plugins/sarkaspip_3/images/commentaires.gif) top left no-repeat;}
#recherche_article.portfolio h2 {margin:0; background: url(plugins/sarkaspip_3/images/liste_articles.gif) top left no-repeat;}
.portfolio li {border-bottom : 1px dotted #6262a4; padding-top:10px;height:32px}
.portfolio li:hover {background-color :  #F0F0FA}
.portfolio a.titre{padding-top: 5px; margin: 0; font-size: 1.4em; font-weight: bold; line-height:1em; text-decoration: none;
	color: #6262a4;}
#recherche_breve.portfolio li .cartouche{margin : 0 0 10px 10px}

/* Page erreur */
.erreur {margin: 0; padding-bottom: 10px;}
.erreur .description .texte {margin-top: 30px;	font-size: 1.2em; font-weight: bold; color: red; line-height: 1.4em;}


/* FIN DES STYLES REVUS */



#planche.galerie-album  {min-height: 500px; _height: 220px;}


.galerie-album  .vignette {
	display: block;
	float: left;
	width: 220px;
}
.galerie-album  .vignette .spip_logos {
	padding: 10px;
	display: block;
	background: #EEEEEE;
	border-left: 2px solid #6262A4;
	border-right: 2px solid #6262A4;
	border-bottom: 2px solid #6262A4;
}
.galerie-album   a.titre {
	display: block;
	color: #6262A4;
	/*font-size: 130%;*/
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	padding-top: 5px;
}

.galerie-album   a.titre:hover {
	text-decoration: underline;
}
.galerie-album .introduction {
	color: #000000;
	margin: 10px 10px 0 10px;
}
.galerie-album .texte {
	display: block;
	float: left;
	margin: 10px;
}
.galerie-album a.suite {
	text-align: right;
	display: block;
	padding-right : 25px;
}

/* ~~~~~~~~~~~~ album ~~~~~~~~~~~~ */
.album_menu a:hover {text-decoration: none !important;}

.album_menu {
   	margin-top:25px;
   	padding-top:10px;
   	padding-bottom:10px;
   	border-top:2px #6262A4 solid;
   	width:100%;
	color: #6262A4;
	font-family: Courier, monospace;
}

.album_vignette {
	width: 100%;
	text-align: center;
}

.album_vignette a:hover {text-decoration: none !important;}


/*style valable pour ff, equivalent au style precedent pour ie*/

.album_vignette table{
	text-align: center;
	margin : auto;
}

.album_vignette TD{
	background-color: #E0E0E0; 
	height : 130px ;
	width : 130px;
	padding : 5px;
	margin :0;
}


/* ~~~~~~~~~~~~ dans mot.html ~~~~~~~~~~~~ */ 

.indentation {padding-left: 30px;}
.elements-trouves {
	color: #990000;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	text-margin: 0; padding-bottom: 10px;}decoration: underline;
}
#visualisation .detail {
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 1px;
	background: #6262A4;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight:normal;
	line-height:1em;
}
.forum {
	border: none;
	padding: 0;
	margin: 0;
	/*font-size: 100%;*/
}
.forum a.article-forum {
	font-size: 1.4em;
	font-weight: bold;
}



