body   { background: #ffffff; text-align: justify; margin: 0; padding: 5px }

a {
	text-decoration:none;
}

/*---comportement des liens de style bouton---*/

a.bouton  { color: #f0f0fa; text-decoration: none; background: #006000; text-align: center; display: block; margin: 10px 0; padding: 1px; border: solid 1px #6262a4 }
a.bouton:hover  { color: #003000; text-decoration: none; background: #9fcf9f }

/*---comportement des logos de la colonne de gauche---*/

a.logo-sarka-spip  { background: transparent; display: block; margin: 0; padding: 0; width: 85px; border: 0 }

a.logo-sarka-spip:hover  { background: transparent; display: block; margin: 0; padding: 0; width: 85px; border: 0 }

a.logo-spip-powered  { background: transparent; display: block; margin: 0; padding: 0; width: 85px; border: 0 }

a.logo-spip-powered:hover  { background: transparent; display: block; margin: 0; padding: 0; width: 85px; border: 0 }

/*---comportement des éléments de formulaires---*/

.formulaire_spip fieldset  { margin: 10px 0; padding: 5px; border: solid 1px #003000 }

.formulaire_spip legend  { color: #003000; font-weight: bold; background: #9fcf9f; margin: 0 0 5px; padding: 2px 5px; border: solid 1px }

.formulaire_spip label {
	font-weight: bold;
}

.saisie-texte, .forml  { color: #003000; background: #9fcf9f; display: block; margin: 5px 0; padding: 1px; border: solid 1px }

.spip_bouton input  { color: #f0f0fa; background: #006000; display: block; margin: 5px 0; float: right; border: solid 1px #6262a4; behavior: url(squelettes/scripts/spip-bouton-hover.htc) }

.spip_bouton input:hover  { color: #003000; background: #9fcf9f; cursor: pointer; border: solid 1px }

.spip_bouton_gauche input  { color: #600000; background: #ffffff; display: block; margin: 5px 0; border: solid 1px #6262a4; behavior: url(squelettes/scripts/spip-bouton-hover.htc) }

.spip_bouton_gauche input:hover  { color: #600000; background: #9fcf9f; cursor: pointer; border: solid 1px }

fieldset {
	margin: 0px;
	padding: 0px;
}

blockquote {
	display: block;
	border : 1px solid #990000;
	border-left : 8px solid #990000;
	background : #EEEEEE;
	padding : 0px 5px 0px 5px;
	font-style :italic;
	overflow: auto;
}

/*---style des info-bulles perso adaptées au contexte (image, plan...)---*/

a.info span {
	display: none;
}

a.info:hover {
	background: none; /* correction d'un bug IE */
}

.images a.info:hover span  { color: #9f0000; background: #9fcf9f; text-align: left; display: inline; margin: 0 0 0 1em; padding: 0 3px; position: absolute; z-index: 500; width: 200px; border: solid 1px }

.plan a.info:hover span  { color: #9f0000; background: #eeeeee; text-align: left; display: inline; margin: 0 0 0 1em; padding: 0 3px; position: absolute; z-index: 500; border: solid 1px }

.recherche a.info:hover span  { color: #9f0000; background: #eeeeee; text-align: left; display: inline; margin: 0 0 0 1em; padding: 0 3px; position: absolute; z-index: 500; border: solid 1px }

/*---affichage de code (pour afficher en mode texte du code html)---*/

.spip_code {
	display: block;
	border : 1px solid #669999;
	border-left : 8px solid #669999;
	background : #E0F0F0;
	padding : 0px 5px 0px 5px;
	margin: 1em 1em 1em 0em; /*Sarka-SPIP 1.8.2*/
	font-size: 90%;
	overflow: auto;
	max-height: 25em;
}

/* ====================== Blocs principaux, décomposition de la page en 3 colonnes et 1 bandeau ====================== */

a.bandeau   { color: #ffffff; font-size: 20px; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold; background: #006000; text-align: right; display: block; margin: 0; padding: 5px 10px 5px 5px; height: 50px }

a.bandeau:hover {
	color: #EEEEEE;
	text-decoration: none;
}

.bande-chemin   { color: #eeeeee; font-size: 11px; font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold; background: #306000; text-align: left; margin: 0 0 30px 210px; padding: 2px 4px; border-top: 2px solid #ffffff }

.bande-chemin a {
	color: #EEEEEE;
	font-weight: bold;

}

.bande-chemin a:hover  { color: #ffff30 }

.gauche {
	/*colonne de gauche*/
	border: 0px;
	width: 180px;
	position: absolute;
	left: 20px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.centre {
	/*colonne centrale*/
	border: 0px;
	margin-left: 180px; /*Sarka-SPIP 1.8.2*/
	margin-right: 170px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.droite {
	/*colonne de droite*/
	border: 0px;
	width: 170px;
	position: absolute;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 10px;
	right: 20px;
}

.footer {
	/*pied de page*/
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	padding: 20px;
}

/* ================================ Formatage des éléments du bandeau =============================== */

a.bandeau .spip_logos {
	float: left;
	border: 0px;
}

a.bandeau .nom-site {
	margin: 0px;
	padding: 0px;
}


/* ================================ Formatage des éléments du pied de page =============================== */

.footer a  { color: #9f0000; text-decoration: none }

.footer a:hover {
	text-decoration: underline;
}

/* ================================ Formatage des éléments de la colonne de gauche =============================== */

/* bloc contenant la date de dernière mise à jour */

.maj {
	background: #FFFFFF;
	font-size: 11px;
	border: 1px solid #808080;
	width: 100%;
	text-align: center;
	padding: 3px 0px 3px 0px;
	color: #808080;
	margin: 20px 0px 20px 0px;
}

.maj hr {
	border: 0px;
	height: 1px;
	color: #808080;
	background-color: #808080;
	margin-left: 0px;
	margin-right: 0px;
}

.stats {
	background: #FFFFFF;
	font-size: 11px;
	border: 1px solid #808080;
	width: 100%;
	padding: 3px 0px 3px 0px;
	color: #808080;
	margin: 20px 0px 20px 0px;
}

.stats hr {
	border: 0px;
	height: 1px;
	color: #808080;
	background-color: #808080;
	margin-left: 0px;
	margin-right: 0px;
}

.stats .titre  { color: #000000; font-weight: bold; text-align: center; margin: 0 auto 5px }

.stats a  { color: #600000; text-decoration: none; background-image: url("../puces/puce-n0.gif"); background-repeat: no-repeat; background-position: left top; text-align: left; display: block; margin: 0 5px; padding: 0 0 5px 10px }

.stats a:hover  { color: #9f0000; text-decoration: underline; background-image: url("../puces/puce-n0.gif"); background-repeat: no-repeat; background-position: left top }

.stats a.info:hover span  { color: #ffffff; text-decoration: none; background: #006000; text-align: left; display: inline; margin: 0 0 0 1em; padding: 0 3px; position: absolute; z-index: 500; width: 30px; border: solid 1px #6262a4 }



/* bloc de navigation 2 --> contact + admin + formulaire + s'inscrire */

.nav2  { background: #006000; margin: 20px 0; width: 100%; border: solid 1px #006000 }

.nav2 .texte {
	margin:10px;
	font-size: 12px;
}

.nav2 .texte .bouton {
	margin: 17px 0px 17px 22px;
	text-indent: -20px;
	text-align: left;
	text-indent: 5px;
}

/*logos des boutons du bloc de navigation 2 - avec un hack pour ie6 qui ne supporte pas les png*/

.nav2 .texte .logo-plan  { background-image: !important; background-repeat: no-repeat; background-position: left 50%; margin: 0 -50px 0 0; position: relative; right: 21px; bottom: 17px !important; width: 50px; height: 50px; float: left }

.nav2 .texte .logo-agenda  { background-image: !important; background-repeat: no-repeat; background-position: left 50%; margin: 0 -50px 0 0; position: relative; right: 21px; bottom: 17px; width: 50px; height: 50px; float: left }

.nav2 .texte .logo-galerie  { background-image: !important; background-repeat: no-repeat; background-position: left 50%; margin: 0 -50px 0 0; position: relative; right: 21px; bottom: 17px; width: 50px; height: 50px; float: left }

.nav2 .texte .logo-motscles  { background-image: !important; background-repeat: no-repeat; background-position: left 50%; margin: 0 -50px 0 0; position: relative; right: 21px; bottom: 17px; width: 50px; height: 50px; float: left }

.nav2 .texte .logo-forum  { background-image: !important; background-repeat: no-repeat; background-position: left 50%; margin: 0 -50px -30px 0; position: relative; right: 21px; bottom: 17px; width: 50px; height: 50px; float: left }

.nav2 .texte .logo-contact  { background-image: !important; background-repeat: no-repeat; background-position: left 50%; margin: 0 -50px 0 0; position: relative; right: 19px; bottom: 18px !important; width: 50px; height: 50px; float: left }

.nav2 .texte .logo-referencement  { background-image: !important; background-repeat: no-repeat; background-position: left 50%; margin: 0 -50px 0 0; position: relative; right: 19px; bottom: 18px; width: 50px; height: 50px; float: left }

.nav2 .texte .logo-inscription  { background-image: !important; background-repeat: no-repeat; background-position: left 50%; margin: 0 -50px 0 0; position: relative; right: 19px; bottom: 18px; width: 50px; height: 50px; float: left }

.nav2 .texte .logo-login  { background-image: !important; background-repeat: no-repeat; background-position: left 50%; margin: 0 -50px -30px 0; position: relative; right: 19px; bottom: 18px; width: 50px; height: 50px; float: left }

.nav2 .texte .logo-logout  { background-image: !important; background-repeat: no-repeat; background-position: left 50%; margin: 0 -50px -30px 0; position: relative; right: 19px; bottom: 18px; width: 50px; height: 50px; float: left }

.nav2 .texte .logo-prive  { background-image: !important; background-repeat: no-repeat; background-position: left 50%; margin: 0 -50px -30px 0; position: relative; right: 19px; bottom: 18px; width: 50px; height: 50px; float: left }
        
.nav2 .texte .auteur{
	margin: 17px 0px 17px 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	background: #F0F0FA;
	color: #6262A4;
	border: 1px solid #6262A4;
	text-align: center;
}
        
.nav2 .texte .auteur a{
	color: #990000;
}
        
.nav2 .texte .auteur a:hover{
	text-decoration: underline;
}

.nav2 .saisie-texte {
	width:90%;
}
        
.nav2 .forml{
	width:90%;
}

/* ================================== Formatage des éléments de la colonne centrale ============================== */

/* Style de l'intitulé de chaque page */
.intitule   { color: #9f0000; font-size: 17px; font-weight: bold; margin: 0 30px 20px }

/* ~~~~~~~~~~~~ sommaire ~~~~~~~~~~~~ */
/* Le bloc sommaire contient l'édito et les annonces */
/* des derniers articles et des secteurs */

.sommaire {
	font-size: 12px;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	width: 100%; /*Sarka-SPIP 1.8.2*/
}

/* edito */

.edito  { font-size: 13px; background-color: #ffffe0; margin: 0 30px 20px; border: solid 1px #000000 }

.edito a {
	color: #990000;
	text-decoration: none;
}

.edito a:hover {
	color: #990000;
	text-decoration: underline;
}

.edito .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
	border:0px;
}

.edito .surtitre {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.edito .titre  { color: #000000; font-size: 160%; font-weight: bold; margin: 5px 10px; padding: 0 }

.edito .soustitre {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.edito .detail {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	color: #000000;
	padding-right: 10px;
}

.edito .texte {
	color: #000000;
	margin: 10px;
	padding: 0px;
}

.edito .chapo  { color: #9f0000; font-weight: bold; margin: 10px; padding: 0 }

.edito .post-scriptum {
	color: #000000;
	margin: 10px;
	padding: 0px;
	font-size: 100%;
	border-top: 2px solid #000000;
}

.edito .post-scriptum .annonce  { color: #9f0000; font-weight: bold; margin: 10px 0; padding: 0 }

.edito .notes {
	color: #000000;
	margin: 10px;
	padding: 0px;
	border-top: 2px solid #000000;
	font-size: 90%;
}

.edito h3  { color: #9f0000; font-size: 140%; font-weight: bold; margin: 1.5em 0 0.5em }

.edito table {
	font-size: 90%;
	border-color: #FFFFFF;
}

.edito tr.row_first  { color: #600000; font-size: 100%; background: #9fcf9f; text-align: center }

.edito tr.row_odd  { color: #000000; background: #9fcf9f }

.edito tr.row_even {
	background: #E0E0E0;
	color: #000000;
}

.edito td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

/* annonce des rubriques-secteurs */

.sommaire .rubrique  { background: #ffffff; margin: 0 30px 20px; border: solid 1px #990000 }

.sommaire .rubrique a.titre  { color: #ffffff; font-size: 140%; font-weight: bold; background: #990000; text-align: center; display: block; margin-right: 50%; padding: 1px 5px; border-right: 1px solid #990000; border-bottom: 1px solid #990000 }

.sommaire .rubrique a.titre:hover  { color: #990000; font-size: 140%; font-weight: bold; background: #ffffff; text-align: center; display: block; margin-right: 50%; padding: 1px 5px; border-right: 1px solid #990000; border-bottom: 1px solid #990000 }

.sommaire .rubrique .texte {
	margin: 10px;
}

.sommaire .rubrique .texte a {
	color: #990000;
	text-decoration: none;
}

.sommaire .rubrique .texte a:hover {
	text-decoration: underline;
}

.sommaire .rubrique table {
	font-size: 85%;
	border-color: #FFFFFF;
}

.sommaire .rubrique tr.row_first  { color: #9f0000; font-size: 100%; background: #9fcf9f; text-align: center }

.sommaire .rubrique tr.row_odd {
	background: #E0E0E0;
	color: #000000;
}

.sommaire .rubrique tr.row_even {
	background: #E0E0E0;
	color: #000000;
}

.sommaire .rubrique td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

.sommaire .rubrique .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
	border:0px;
}

/* ~~~~~~~~~~~~ contenu ~~~~~~~~~~~~ */
/* Le bloc contenu contient les rubriques, */
/* les articles, et leurs objets associés */
/* in extenso */

.contenu {
	font-size: 13px;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	width: 100%; /*Sarka-SPIP 1.8.2*/
}

/* contenu --> rubriques */

.contenu .rubrique  { background: #ffffff; margin: 0 30px 40px; border: solid 1px #990000 }

.contenu .rubrique a.titre  { color: #ffffff; font-size: 140%; font-weight: bold; background: #990000; text-align: center; display: block; margin-right: 50%; padding: 1px 5px; border-right: 1px solid #990000; border-bottom: 1px solid #990000 }

.contenu .rubrique a.titre:hover  { color: #990000; font-size: 140%; font-weight: bold; background: #ffffff; text-align: center; display: block; margin-right: 50%; padding: 1px 5px; border-right: 1px solid #990000; border-bottom: 1px solid #990000 }

.contenu .rubrique .texte {
	margin: 10px;
}

.contenu .rubrique .texte a {
	color: #990000;
	text-decoration: none;
}

.contenu .rubrique .texte a:hover {
	text-decoration: underline;
}

.contenu .rubrique .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
	border:0px;
}

.contenu .rubrique .descriptif {
	margin: 10px 150px 5px 10px;
	border-top: 1px solid;
	border: 1px solid;
	font-size: 85%;
	padding: 5px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.contenu .rubrique table {
	font-size: 85%;
	border-color: #FFFFFF;
}

.contenu .rubrique tr.row_first  { color: #9f0000; font-size: 100%; background: #9fcf9f; text-align: center }

.contenu .rubrique tr.row_odd {
	background: #E0E0E0;
	color: #000000;
}

.contenu .rubrique tr.row_even {
	background: #E0E0E0;
	color: #000000;
}

.contenu .rubrique td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

/* contenu --> rubriques filles */

.contenu .rubrique .filles {
	margin: 10px;
}

.contenu .rubrique .filles a {
	display: block;
	color: #000000;
	font-weight: bold;
	background-image: url(../puces/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 5px 0px 5px 30px;
}

.contenu .rubrique .filles a:hover {
	background-image: url(../puces/puce1.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

/* contenu --> documents joints (aux articles et aux rubriques) */

.contenu .doc {
	padding: 10px; /*Sarka-SPIP 1.8.2*/
	color: #990000;
	background: #FFFFFF;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.contenu .doc .en-tete {
	font-size: 110%;
	font-weight:bold;
	margin: 5px 0px 5px 0px; /*Sarka-SPIP 1.8.2*/
}

.contenu .doc .spip_logos {
	margin: 5px 0px 0px 30px;
	border:0px;
}

.contenu .doc a {
	display:block;
	text-decoration: none;
	color: #990000;
	margin: 0px 0px 5px 0px;
}

.contenu .doc a:hover {
	text-decoration: underline;
}

.contenu .vignette a:hover {
	text-decoration: none;
}

/* contenu --> images jointes (aux articles et aux rubriques) */

.contenu .images {
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	padding: 10px;
	background: #FFFFFF;
}

.contenu .images .en-tete {
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #990000;
}

.contenu .images .vignette {
	font-size: 80%;
	margin: 10px;
	padding: 10px 0px 10px 0px;
}

.contenu .images ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: #000000;
}

/* ~~~~~~~~~~~~ derniers articles ~~~~~~~~~~~~ */
/* La classes "derniers articles" est mal nommée : */
/* elle correspond aux annonces d'articles, dans les */
/* pages sommaire, plan, recherche, auteur, etc. */

.derniers-articles  { font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; background: #ffffff; margin: 30px 30px 20px; padding: 1px }

.derniers-articles a {
	color: #990000;
	text-decoration: none;
}

.derniers-articles .image .spip_logos {
	display: block;
	float: left;
	margin: 10px;
	border:0px;
}

.derniers-articles a:hover {
	color: #990000;
	text-decoration: underline;
}

.derniers-articles .en-tete  { color: #9f0000; font-size: 140%; font-weight: bold; margin: 0 10px 10px }

.derniers-articles .annonce {
	background: #FFFFFF;
	margin: 10px;
	padding: 0px 0px 10px 0px;
}

.derniers-articles .surtitre  { color: #600000; font-weight: bold; margin: 0 10px; padding-top: 5px }

.derniers-articles a.titre  { color: #003000; font-size: 130%; font-weight: bold; text-decoration: none; display: block; margin: 0 10px; padding-top: 5px }

.derniers-articles a.titre:hover  { color: #cf0000; font-size: 130%; font-weight: bold; text-decoration: underline; margin: 0 10px }

.derniers-articles .soustitre  { color: #9f9f9f; font-weight: bold; margin: 0 10px; padding-top: 5px }

.derniers-articles .detail  { color: #600000; font-size: 85%; font-weight: bold; text-align: center; margin: 0 0 10px; padding: 1px 5px; width: 200px; float: right; border-bottom: 1px solid #6262a4; border-left: 1px solid #6262a4 }

.derniers-articles .chemin {
	color: #990000;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}

.derniers-articles .introduction {
	color: #000000;
	margin: 10px 10px 0px 10px;
}

.derniers-articles a.suite {
	text-align: right;
	display: block;
}

/* ~~~~~~~~~~~~ article (affichage presque semblable à "derniers articles" ~~~~~~~~~~~~ */

/* contenu de l'article "proprement dit" */

.contenu .article   { font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; background: #ffffff; margin: 0 30px 20px; padding: 2px }

.article a {
	color: #990000;
	text-decoration: none;
}

.article a:hover {
	color: #990000;
	text-decoration: underline;
}

.article .image .spip_logos {
	display: block;
	float: left;
	margin: 10px;
	border:0px;
}

.article .surtitre  { color: #9f0000; font-size: 120%; font-weight: bold; margin: 0 }

.article .titre   { color: #003000; font-size: 150%; font-weight: bold; margin: 0 }

.article .soustitre  { color: #9f9f9f; font-size: 130%; font-weight: bold; margin: 0 }

.article .contenu {
	background: #FFFFFF;
	margin: 10px 0px 0px 0px; /*Sarka-SPIP 1.8.2*/
	padding: 0px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
}

.article .detail  { color: #003000; font-size: 85%; font-weight: bold; text-align: center; margin: 0 0 10px 55%; border-bottom: 1px solid black; border-left: 1px solid black }

.article .texte {
	color: #000000;
	margin: 0px 10px 0px 10px;
}

.article .chapo  { color: #9f3030; font-weight: bold; margin: 10px 10px 0 }

.article .post-scriptum  { color: #000000; font-size: 100%; margin: 10px 0; padding-top: 10px; border-top: 1px solid #9f3030 }

.article .post-scriptum .annonce  { color: #9f3030; font-weight: bold; margin: 0 0 10px; padding: 0 }

.article .notes  { color: #000000; font-size: 90%; margin: 10px 0; padding: 0 10px; border-top: 1px solid #9f3030 }

.article .en-tete  { color: #600000; font-size: 130%; font-weight: bold; margin: 10px 0 }

.article h3  { color: #600000; font-size: 140%; font-weight: bold; margin: 1.5em 0 0.5em }

.article table {
	font-size: 90%;
	border-color: #FFFFFF;
}

.article tr.row_first  { color: #ffffff; font-size: 100%; background: #9fcf9f; text-align: center }

.article tr.row_odd  { color: #000000; background: #9fcf9f }

.article tr.row_even  { color: #000000; background: #9fcf9f }

.article td {
	border: 1px solid #FFFFFF;
	padding: 1px 5px 1px 5px;
}

.article a.imprimer {
	display: block;
	background-image: url(../puces/printer.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 10px; 
}

/* mise en forme du formulaire de pétition */

.petition  { margin: 0 30px 20px; padding: 10px; border: solid 1px #9f0030 }

.petition .en-tete  { color: #9f0030; font-size: 150%; margin: 0 0 5px }

/* mise en forme de l'affichage des signataires de la pétition */

.signatures  { font-size: 100%; background: #eeeeee; margin: 10px 30px; padding: 10px; border: solid 1px #9f0030 }

.signatures .en-tete { color: #9f0030; font-size: 150%; margin: 0 0 5px }

.signatures td  { font-size: 12px; margin: 0; padding: 2px 5px; border: solid 1px #9f0030; empty-cells: hide }

.signatures thead  { color: #ffffff; font-weight: bold; background: #006000 }

.signatures a {
	color: #990000;
	text-decoration: none;
}

.signatures a:hover {
	color: #990000;
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ dans la meme rubrique ~~~~~~~~~~~~ */

.articles-freres  { background: #9fcf9f; margin: 20px 30px 10px; padding: 2px; border: solid 1px #006000 }

.articles-freres ol  { color: #600000 }

.articles-freres .en-tete { color: #600000; font-size: 150%; margin: 0 0 5px }

.articles-freres .frere a  { color: #600000; font-weight: bold; text-decoration: none }

.articles-freres .frere a:hover  { color: #600000; text-decoration: underline }

.articles-freres .frere .date {
	color: #990000;
}

.articles-freres .en-cours {
	/* affichage du titre de l'article en cours (sans lien) */
	color: #808080;
}

/* ~~~~~~~~~~~~ forum ~~~~~~~~~~~~ */

.annonce-forum  { color: #990000; font-size: 140%; font-weight: bold; margin: 0 30px; width: 100% }

.forum {
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
}

a.repondre {
	background: #990000;
	color: #FFFFFF !important;
	text-decoration:none !important;
	border: #990000 solid 1px;
	text-align:center;
	padding: 1px 5px 1px 5px;
	float: right;
}

a.repondre:hover {
	background:#FFFFFF !important;
	color:#990000 !important;
	text-decoration:none !important;
}


.forum .en-tete  { color: #600000; font-size: 150%; margin: 0 0 5px }


.forum .visualisation  { margin: 10px 0 0; border: solid 1px #600000 }

.forum .visualisation a {
	color: #990000;
	text-decoration: none;
}

.forum .visualisation a:hover {
	color: #990000;
	text-decoration: underline;
}

.forum .visualisation .titre  { color: #ffffff; font-size: 120%; font-weight: bold; background: #006000; text-align: left; margin: 0; padding: 2px 10px; border-bottom: 1px solid #ffffff }

.forum .visualisation .detail  { color: #ffffff; font-size: 90%; background: #006000; text-align: center; padding: 1px; width: 200px; float: right; border-bottom: 1px solid #ffffff; border-left: 1px solid #ffffff }

.forum .visualisation .texte {
	padding: 10px;
}

.forum a.article-forum {
	text-decoration: none;
	font-size: 110%;
	color: #990000;
	font-weight: bold;
}

.forum a.article-forum:hover {
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ pagination des messages de forum ~~~~~~~~~~~~ */

.bande-pagination {
		margin: 0px 30px 30px 30px;
		text-align: center;
		text-decoration:none;
		font-size: 12px;}

.bande-pagination span.on  { color: #006000; background: #f0f0fa; display: inline; margin: 10px 2px; padding: 1px; border: solid 1px }
		
.bande-pagination a  { color: #f0f0fa; background: #006000; display: inline; margin: 10px 2px; padding: 1px; border: solid 1px #6262a4 }
.bande-pagination a:hover  { color: #006000; background: #f0f0fa }

/* ~~~~~~~~~~~~ plan du site et sites référencés ~~~~~~~~~~~~ */

.plan {
	font-size: 24px;
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
}

.plan .intitule  { color: #603000; font-size: 100%; font-weight: bold; margin: 0 0 20px }

.plan a.annee {
	display:block;
	color: #990000;
	font-weight:bold;
	padding-left:15px;
	margin: 0.5em 0px 0px 0px;
}

.plan a.annee:hover {
	background-image:url(../puces/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.plan a.rubrique {
	display:block;
	color: #990000;
	font-weight:bold;
	padding-left:15px;
	margin: 0.5em 0px 0px 0px;
}

.plan a.rubrique:hover {
	background-image:url(../puces/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.plan a.article  { color: #603000; font-size: 11px; margin: 0; padding: 0 0 0 10px }

.plan a.article:hover {
	background-image:url(../puces/puce-n0.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.plan a.breve {
	color: #808080;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
}

.plan a.breve:hover {
	background-image:url(../puces/puce-n0.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.plan .date {
	color: #990000;
}

.plan ul {
	list-style-type: none;
	padding: 0px 0px 0px 20px; /*Sarka-SPIP 1.8.2*/
	margin: 0px;
	border: 0px;
}

.plan li {
	font-size: 80%;
	padding:0px;
	margin:0px;
	border: 0px;
}

.plan hr {
	margin: 10px 20px 10px 20px;
	border: 1px solid #990000;
}

.plan a.article-syndic {
	display: block;
	color: #000000;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

.plan a.article-syndic:hover {
	background-image:url(../puces/puce-n0.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.plan .date-syndic {
	color: #990000;
	font-weight: bold;
}

.plan .a-propos  { color: #603000; font-size: 11px; background: #ffffff; display: block; padding: 3px 30px 5px 40px; border: 0 }

.plan .a-propos .site-pere {
	font-weight: bold;
}

.plan .a-propos .auteur-pere {
	font-weight: bold;
}

/* ~~~~~~~~~~~~ auteur ~~~~~~~~~~~~ */

.auteur {
	padding: 0px;
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
	font-size: 12px;
}

/* Style de l'intitulé de chaque page */
.auteur .intitule  { color: #808080; font-size: 22px; font-weight: bold; margin: 0 0 20px }

.auteur div {
	text-align: left !important;
}

.auteur .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
	border:0px;
}

.auteur .nom  { color: #9f3030; font-size: 140%; font-weight: bold; margin: 0 0 20px; padding: 0 }

.auteur .tchak {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	margin: 30px 0px 10px 0px;
	padding: 0px;
}

.auteur .spip_encadrer  { color: #9f3030; font-size: 100%; margin: 5px 0 10px; padding: 5px; border: solid 1px }

.auteur a {
	color: #990000;
	text-decoration: none;
}

.auteur a:hover {
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ recherche ~~~~~~~~~~~~ */

.recherche {
	margin: 0px 30px 20px 30px;  /*Sarka-SPIP 1.8.2*/
}

.recherche .intitule  { color: #808080; font-size: 20px; font-weight: bold; margin: 0 0 20px; padding: 1px 10px 1px 0; border: 0 }

.recherche .elements-trouves {
	color: #990000;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-decoration: underline;
}

.recherche .mot-cle  { color: #9f3030; font-size: 130%; font-weight: bold; text-decoration: underline; margin: 0 0 20px; padding: 0 }

.recherche .derniers-articles {
	margin: 0px; /* Sarka-SPIP 1.8.2 */
}

.indentation {
	padding-left: 40px;
}

.redimensionnement {
	font-size: 11px; /* Sarka-SPIP 1.8.2 */
}



/* ====================== Formatage des éléments de la colonne de droite ====================== */

/* ~~~~~~~~~~~~ Mini-agenda ~~~~~~~~~~~~ */

.agenda  { color: #9f3030; font-size: 100%; margin: 0 }

.agenda .en-tete  { color: #ffffff; font-size: 150%; font-weight: bold; background-color: #006000; text-align: center; display: block; border: solid 1px #808080 }

.agenda a.en-tete  { color: #ffffff; font-size: 150%; font-weight: bold; background-color: #006000; text-align: center; display: block; border: solid 1px #808080 }

.agenda a.en-tete:hover  { color: #9f0000; background-color: #eeeeee; border: solid 1px }
.agenda .contenu {
	border: 1px solid #808080;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
	/*width:150px;*/
}
.agenda .contenu .mois {
	border-bottom:1px solid #808080;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 100%;
	/*width:150px;*/
	text-align:center;
}

.agenda .contenu .mois a { color: #003000; font-size: 100%; font-weight: bold; text-decoration: none }
.agenda .contenu .mois a:hover { color: #9f0000; text-decoration: underline }

.tableau {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AAAAAA;
	text-align:center;
	font-style:normal;
}

.calendar_this_day {  /* surligne le jour d'aujourd'hui */
    background: #990000;
	font-weight:bold;
	color :#FFFFFF;
}

.calendar_this_month {  /* couleur des cases appartenant au mois en cours */
	background-color: #FFFFFF;
}

.calendar_not_this_month  { color: #9fcf9f; background: #eeeeee }

.calendar_head_mini  { color: #eeeeee; font-size: 10px; font-family: Verdana, Arial, Helvatica, sans-serif; font-style: normal; background-color: #006000; text-align: center }


/* ~~~~~~~~~~~~ agenda annuel ~~~~~~~~~~~~ */

.agenda_annuel  { font-size: 22px; margin: 0 30px }
.agenda_annuel .intitule {
	color: #808080;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

.agenda_annuel a.mois {
	display:block;
	color: #990000;
	font-weight:bold;
	padding-left:15px;
	margin: 0.5em 0px 0px 0px;
}

.agenda_annuel a.mois:first-letter {
	text-transform: uppercase;
}

.agenda_annuel a.mois:hover {
	background-image:url(../puces/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.agenda_annuel a.evenement  { color: #600000; font-size: 11px; margin: 0; padding: 0 0 0 10px }

.agenda_annuel a.evenement:hover {
	background-image:url(../puces/puce-n0.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.agenda_annuel .date {
	color: #990000;
}

.agenda_annuel ul {
	list-style-type: none;
	padding: 0px 0px 0px 20px; /*Sarka-SPIP 1.8.2*/
	margin: 0px;
	border: 0px;
}

.agenda_annuel li {
	font-size: 80%;
	padding:0px;
	margin:0px;
	border: 0px;
}

/* ~~~~~~~~~~~~ galerie/albums ~~~~~~~~~~~~ */

.galerie {
	margin: 0px 30px 0px 30px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

.galerie .album  { margin: 0; padding: 0 0 10px; border-top: 1px solid #600000 }

.galerie .album  .vignette {
	display: block;
	float: left;
	width: 220px;
}

.galerie .album  .vignette .spip_logos  { background: #eeeeee; display: block; padding: 10px; border-right: 1px solid #600000; border-bottom: 1px solid #600000; border-left: 1px solid #600000 }

.galerie .album  .detail  { color: #600000; font-size: 85%; font-weight: bold; text-align: center; margin: 0 0 10px; padding: 1px 5px; width: 200px; float: right; border-right: 1px solid #6262a4; border-bottom: 1px solid #6262a4; border-left: 1px solid #6262a4 }

.galerie .album  .detail a {
	color: #990000;
}

.galerie .album  .detail a:hover {
	text-decoration: underline;
}

.galerie .album   a.titre  { color: #600000; font-size: 120%; font-weight: bold; text-decoration: none; display: block; margin: 0 10px; padding-top: 5px }

.galerie .album   a.titre:hover  { color: #9f3030; font-size: 120%; font-weight: bold; text-decoration: underline; margin: 0 10px }

.galerie .album .texte {
	display: block;
	float: left;
	margin: 10px;
}

.galerie .album .introduction {
	color: #000000;
	margin: 10px 10px 0px 10px;
}

.galerie .album a.suite {
	color: #990000;
	text-align: right;
	display: block;
	padding-right : 25px;
}

.galerie .album a.suite:hover {
	text-decoration: underline;
	
}

/* ~~~~~~~~~~~~ album ~~~~~~~~~~~~ */

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

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


.album_boutons  { color: #9f3030; font-weight: bold; background-color: #ffffff; margin: 5px 30%; padding: 2px; min-width: 100px; border: solid 1px; _height: 20px }



.album_menu a.fleche-rew {
	display: block;
	background-image: URL(../puces/_prem.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 2px;
}

/*cadre vise aux mêmes dimensions que cadre contenant les boutons, pour garder la numérotation centrée*/
.album_menu a.fleche-rew:hover {
	background-image: URL(../puces/_premon.gif);
}

.album_menu a.fleche-previous {
	display: block;
	background-image: URL(../puces/_prec.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: left;
}

/*cadre vise aux mêmes dimensions que cadre contenant les boutons, pour garder la numérotation centrée*/
.album_menu a.fleche-previous:hover {
	background-image: URL(../puces/_precon.gif);
}

.album_menu .fleche-previous-vide {
	width: 16px;
	height: 16px;
	float: left;
}

.album_menu .fleche-gauche-vide {
	width: 32px;
	height: 16px;
	float: left;
}

.album_menu a.fleche-next {
	display: block;
	background-image: URL(../puces/_suiv.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	_margin-left: 2px; /*hack pour ie : permet de créer une bordure uniforme autour des boutons*/
}

.album_menu a.fleche-next:hover {
	background-image: URL(../puces/_suivon.gif);
}

.album_menu a.fleche-fwd {
	display: block;
	background-image: URL(../puces/_fin.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	margin-left: 2px; 
}

.album_menu a.fleche-fwd:hover {
	background-image: URL(../puces/_finon.gif);
}

.album_menu .fleche-droite-vide {
	width: 34px;
	height: 16px;
	float: right;
}

.album_menu .entre-fleches {
	display: inline;
}


.album_vignette {
	/*float:left; */
	width: 100%;
	text-align: center;

}

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

/*hack pour ie : permet de créer le fond bleu des vignettes et l'espacement entre elles*/

.album_vignette a.image-vignette  { _background-color: #9FCF9F; _height: 100px; _margin: 5px; _padding: 0px }

/*style valable pour ff, équivalent au style précédent pour ie*/

.album_vignette IMG {
	/*padding: 5px;*/
	/*margin: 5px;
	background-color: #E0E0E0; */
}

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

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

.album_photo  { text-align: center; margin: 10px 0; padding-top: 20px; width: 100%; border-top: 2px solid #9fcf9f }

.album_photo .album_titre  { color: #9f3030; font-size: 150%; font-weight: bold; text-align: center; margin: 10px; padding: 0 }

.album_photo .album_descriptif  { color: #9f3030; background-color: #e0e0e0; text-align: left; margin: 10px 20px; padding: 10px; border: solid 1px }

/* ~~~~~~~~~~~~ sites syndiqués ~~~~~~~~~~~~ */

.web {
	margin: 0px;
	font-size: 10px;
	padding: 0px 0px 5px 0px;
	font-size: 100%;
}

.web a.en-tete  { color: #ffffff; font-size: 150%; font-weight: bold; background-color: #006000; text-align: center; display: block; border: solid 1px #808080 }

.web a.en-tete:hover  { color: #808080; background-color: #9fcf9f; border: solid 1px }

.web a.article-synd  { color: #003000; text-decoration: none; background-image: url("../puces/puce-n0.gif"); background-repeat: no-repeat; background-position: left top; display: block; margin: 0 5px; padding: 0 0 5px 10px }

.droite .web a.article-synd:hover  { color: #003000; text-decoration: underline }

.centre .web a.article-synd:hover  { color: #003000; text-decoration: none; background-image: url("../puces/puce-n0.gif"); background-repeat: no-repeat; background-position: left top }

.web .site  { font-size: 100%; margin: 10px 0; padding: 0; border: solid 1px #003000 }

.web .site .descriptif  { background-color: #eeeeee; margin: 5px 10px 10px; padding: 5px; border: solid 1px #003000 }


.web .site a.nom-site  { color: #003000; font-size: 130%; font-weight: bold; background: #eeeeee; text-align: center; display: block; margin: 0 0 10px; padding: 1px; border-bottom: 1px solid #003000 }

.web .site a.nom-site:hover  { color: #000000; background: #9fcf9f }


/* ~~~~~~~~~~~~ brèves ~~~~~~~~~~~~ */

.breves  { color: #003000; font-size: 100%; margin: 0 }

.breves a.en-tete  { color: #ffffff; font-size: 150%; font-weight: bold; background-color: #006000; text-align: center; display: block; border: solid 1px #808080 }

.breves a.en-tete:hover  { color: #808080; background-color: #9fcf9f; border: solid 1px }

.breves .contenu .titre  { color: #003000; font-size: 120%; font-weight: bold; background: #eeeeee; text-align: center; margin: 0; padding: 1px; border-bottom: 1px solid #808080 }

.breves .contenu {
	border: 1px solid #808080;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
}

.breves .contenu a.nom-breve  { color: #003000; font-size: 150%; font-weight: bold; background: #eeeeee; text-align: center; display: block; margin: 0; padding: 1px; border-bottom: 1px solid #808080 }

.breves .contenu a.nom-breve:hover  { color: #000000; text-decoration: none; background: #9fcf9f }

.breves .contenu .date  { color: #003000; font-size: 90%; background: #eeeeee; text-align: center; margin-left: 40%; padding: 1px; border-bottom: 1px solid #808080; border-left: 1px solid #808080 }

.breves .contenu .texte {
	margin: 0px;
	padding: 5px;
	font-size: 100%;
	line-height: 110%;
}

.breves .contenu .texte h3 {
	margin:0.3em 0em 0.3em 0em;
	padding:0px;
	font-size: 120%;
	line-height: 110%;
}

.breves .contenu .texte p {
	margin:0.7em 0em 0.7em 0em;
	padding:0px;
}

.breves .contenu .texte strong {
	color: #000000;
}

.breves .contenu  a {
	color:#990000;
}

.breves .contenu a:hover {
	text-decoration: underline;
}

.breves .contenu blockquote {
	margin : 2px;
}

.breves .contenu .notes {
	margin: 0px;
	padding: 5px;
	font-size: 100%;
	line-height: 110%;
	border-top: 1px solid #808080;
}

/* !!!!!!!!!!! Sarka-SPIP 1.1.1 !!!!!!!!!!!! */
/* ~~~~~~~~~~~~ mots-clés ~~~~~~~~~~~~ */

.droite .mots-cles  { color: #ffffff; font-size: 100%; margin: 0 }

.droite .mots-cles hr  { color: #ffffff; background-color: #ffffff; margin-right: 0; margin-left: 0; height: 1px; border: 0 }

.droite .mots-cles a.en-tete   { color: #ffffff; font-size: 100%; font-weight: bold; background-color: #ffffff; text-align: center; display: block; border: solid 1px }

.droite .mots-cles a.en-tete:hover  { color: #ffffff; background-color: #ffffff; border: solid 1px }

.droite .mots-cles .contenu  { font-size: 100%; margin: 10px 0 20px; padding: 0; border: solid 1px #ffffff }

.droite .mots-cles .contenu a  { color: #ffffff; font-size: 110%; text-decoration: none; display: block; padding: 0 5px 3px }

.droite .mots-cles .contenu a:hover  { text-decoration: none }

.droite .mots-cles .contenu span  { color: #ffffff; font-size: 110%; text-decoration: none; display: block; padding: 0 5px 3px }

.droite .mots-cles .contenu .nom-groupe {
        display: block;
        padding: 2px 5px 0px 5px;
        font-size: 110%;
        text-decoration: none;
        font-weight: bold;
}

.droite .mots-cles .contenu a.type  { color: #ffffff; font-size: 130%; font-weight: bold; text-decoration: none; background: #ffffff; text-align: center; display: block; margin: 0 0 10px; padding: 1px; border-bottom: medium none }

.droite .mots-cles .contenu a.type:hover  { color: #ffffff; background: #ffffff }

.spip_surligne { background: #FFFF66; }

/* Puces générées par un tiret seul en début de ligne */
/* Ces puces ne sont pas incluses dans une balise <ul> et le code obtenu est <li class="spip"> */

li.spip {
	list-style-image:URL(../puces/puce-n0.gif);
	list-style-position: outside;
	padding: 0;
	margin: 5px 0 0 20px;
}

/* Puces générées 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 0 20px;
}

ul.spip li.spip {
	list-style-image: URL(../puces/puce-n1.gif);
	padding: 0px;
	margin: 5px 0 0 0;
}

ul.spip ul.spip li.spip {
	list-style-image:URL(../puces/puce-n2.gif);
}

img {
	border: 0px;
}

/* Puces générées par un tiret suivant d'un ou plusieurs diez (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.spip {
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
	padding: 0px;
	margin: 5px 0 0 0;
}

ol.spip ol.spip li.spip {
	list-style-type: lower-alpha;
}

ol.spip ol.spip ol.spip li.spip {
	list-style-type: lower-roman;
}

/* !!!!!!!!!!! Sarka-SPIP 1.9.1 !!!!!!!!!!!! */

/*---style des documents---*/

.spip_documents_left {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.spip_documents_center {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0 0px 10px 0px
}

.spip_documents_right {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
}

div.spip_documents_no-float {
	clear: both;
	margin: 0 0 10px 0;
}

div.spip_documents_left .spip_documents, div.spip_documents_center .spip_documents, div.spip_documents_right .spip_documents  { font-size: 90%; background: #9fcf9f; text-align: center; margin: auto; padding: 5px 0; border: solid 1px #9fcf9f }

div.spip_documents_no-float .spip_documents  { font-size: 90%; background: #9fcf9f; text-align: center; padding: 5px 0; border: solid 1px #9fcf9f }

.spip_doc_titre {
	clear: both;
	font-weight: bold;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0px 5px 0px;
	text-indent: 0;
}

.spip_doc_descriptif {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
	color: #808080;
}

.droite .spip_documents {
	width: 130px !important;
}

.droite .spip_doc_titre {
	width: 120px !important;
}

.droite .spip_doc_descriptif {
	width: 120px !important;
}

.clearer {
	clear: both;
	display: block;
	height: 0px;
}
