/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

body {
	background: #ffffe0;
	padding: 20px;
	margin: 0px;
}

a {
	text-decoration:none;
}

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

a.bouton {
	display:block;
	background:#990000;
	color:#FFFF00;
	text-decoration:none;
	border: #990000 solid 1px;
	text-align:center;
	padding:1px;
	margin:10px 0px 0px 0px;
}
a.bouton:hover {
	background:#ffffe0;
	color:#990000;
	text-decoration:none;
}

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

a.logo-sarka-spip {
	display: block;
	background:URL(../puces/sarka-spip.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 85px;
}

a.logo-sarka-spip:hover {
	display: block;
	background:URL(../puces/sarka-spip-hover.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 85px;
}

a.logo-spip-powered {
	display: block;
	background:URL(../puces/spip-powered.png);
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 85px;
}

a.logo-spip-powered:hover {
	display: block;
	background:URL(../puces/spip-powered-hover.png);
	background-repeat: no-repeat;
	border: 0px;#FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 85px;
}

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

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

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

.formulaire_spip label {
	font-weight: bold;
}

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

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

.spip_bouton input:hover {
	background: #F0F0FA;
	color: #6262A4;
	border: 1px solid #6262A4;
	cursor: pointer;
}

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

.spip_bouton_gauche input:hover {
	background: #F0F0FA;
	color: #6262A4;
	border: 1px solid #6262A4;
	cursor: pointer;
}

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 {
	/* style des infobulles associ�es aux images */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #EEEEEE;
	text-align: left;
	color: #808080;
	padding: 0px 3px 0px 3px;
	border:1px solid #808080;
	width: 200px;
}

.plan a.info:hover span {
	/* style des infobulles associ�es aux articles syndiqu�s (page site.html) */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #EEEEEE;
	text-align: left;
	color: #808080;
	padding: 0px 3px 0px 3px;
	border:1px solid #808080;
}

.recherche a.info:hover span {
	/* style des infobulles associ�es aux articles syndiqu�s (page site.html) */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #EEEEEE;
	text-align: left;
	color: #808080;
	padding: 0px 3px 0px 3px;
	border:1px solid #808080;
}

/*---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 {
	/*bandeau contenant le titre du site*/
	display: block;
	background: #990000;
	margin: 0px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	padding: 0px;
	font-size: 0px;
	font-weight: bold;
	color: #990000;
	height: 50px;
	padding: 10px 20px 10px 10px;
	text-align: center;
}

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

.bande-chemin {
	/*bande accroch�e au bandeau de titre, contenant le chemin hi�rarchique de la page en cours*/
	border-top: 2px solid #FFFF00;
	background: #990000;
	padding: 4px 10px 4px 10px;
	margin: 0px 0px 30px 210px;
	text-align: left;
	font-size: 11px;
	color: #FFFF00;
	font-weight: bold;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

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

}

.bande-chemin a:hover {
	color: #AAAAAA;
}

.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: center;
	border: 0px;
}

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


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

.footer a {
	color: #990000;
	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:#ffffe0;
	font-size: 11px;
	border: 1px solid #990000;
	width: 100%;
	text-align: center;
	padding: 3px 0px 3px 0px;
	color: #990000;
	margin: 20px 0px 20px 0px;
}

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

.stats {
	background: #ffffe0;
	font-size: 11px;
	border: 1px solid #990000;
	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 {
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin: 0px auto 5px auto;
}

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

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

.stats a.info:hover span {
	/* style des infobulles associ�es aux images */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #6262A4;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 3px 0px 3px;
	border:1px solid #6262A4;
	width: 30px;
}



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

.nav2 {
	/*bloc contenant les liens de navigation*/
	border: 1px solid #990000;
	background: #ffffe0;
	width: 100%;
	margin: 20px 0px 20px 0px;
}

.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: URL(../puces/_plan.png) !important;
	background-image: URL(../puces/_plan.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 17px !important; /*hack pour le 1er bouton du bloc positionn� diff�remment sous ie*/
	bottom: 10px;
	right: 21px;
	margin: 0px -50px 0px -0px;
}

.nav2 .texte .logo-agenda {
	background-image: URL(../puces/_agenda.png) !important;
	background-image: URL(../puces/_agenda.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 17px;
	right: 21px;
	margin: 0px -50px 0px -0px;
}

.nav2 .texte .logo-galerie {
	background-image: URL(../puces/_galerie.png) !important;
	background-image: URL(../puces/_galerie.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 17px;
	right: 21px;
	margin: 0px -50px 0px -0px;
}

.nav2 .texte .logo-motscles {
	background-image: URL(../puces/_mots-cles.png) !important;
	background-image: URL(../puces/_mots-cles.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 17px;
	right: 21px;
	margin: 0px -50px 0px 0px;
}

.nav2 .texte .logo-forum {
	background-image: URL(../puces/_forum.png) !important;
	background-image: URL(../puces/_forum.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 17px;
	right: 21px;
	margin: 0px -50px -30px -0px; /*marge basse de -30 px pour dimension bloc de navigation sous ie*/
}

.nav2 .texte .logo-contact {
	background-image: URL(../puces/__contact.png) !important;
	background-image: URL(../puces/__contact.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px !important; /*hack pour le 1er bouton du bloc positionn� diff�remment sous ie*/
	bottom: 11px;
	right: 19px;
	margin: 0px -50px 0px 0px;
}

.nav2 .texte .logo-referencement {
	background-image: URL(../puces/__proposer-site.png) !important;
	background-image: URL(../puces/__proposer-site.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px;
	right: 19px;
	margin: 0px -50px 0px 0px;
}

.nav2 .texte .logo-inscription {
	background-image: URL(../puces/__inscription.png) !important;
	background-image: URL(../puces/__inscription.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px;
	right: 19px;
	margin: 0px -50px 0px 0px;
}

.nav2 .texte .logo-login {
	background-image: URL(../puces/__public-in.png) !important;
	background-image: URL(../puces/__public-in.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px;
	right: 19px;
	margin: 0px -50px -30px 0px; /*marge basse de -30 px pour dimension bloc sous ie avec logos*/
}

.nav2 .texte .logo-logout {
	background-image: URL(../puces/__public-out.png) !important;
	background-image: URL(../puces/__public-out.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px;
	right: 19px;
	margin: 0px -50px -30px 0px; /*marge basse de -30 px pour dimension bloc sous ie avec logos*/
}

.nav2 .texte .logo-prive {
	background-image: URL(../puces/__prive.png) !important;
	background-image: URL(../puces/__prive.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	bottom: 18px;
	right: 19px;
	margin: 0px -50px -30px 0px; /*marge basse de -30 px pour dimension bloc sous ie avec logos*/
}
        
.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: #808080;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 30px 20px 30px; 
}

/* ~~~~~~~~~~~~ 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;
	margin: 0px 30px 20px 30px;
	border: 2px solid #000000;
	background-color: #ffffe0;
}

.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: 180%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.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: #6262A4;
	margin: 10px;
	padding: 0px;
	font-weight: bold;
}

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

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

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

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

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

.edito tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

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

.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 {
	border: 2px solid #990000;
	background:#ffffe0;
	margin: 0px 30px 20px 30px;  /*Sarka-SPIP 1.8.2*/
}

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

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

.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 {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.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 {
	border: 2px solid #990000;
	background: #FFFFFF;
	margin: 0px 30px 40px 30px; /*Sarka-SPIP 1.8.2*/
}

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

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

.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 {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.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 {
	background: #990000;
	margin: 30px 30px 20px 30px; /*Sarka-SPIP 1.8.2*/
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	padding: 10px;
}

.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: #FFFF00;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 10px 10px 10px;
}

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

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

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

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

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

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

.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 {
	background: #6262A4;
	margin: 0px 30px 20px 30px; /*Sarka-SPIP 1.8.2*/
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	padding: 10px 10px 10px 10px; /*Sarka-SPIP 1.8.2*/
}

.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: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.article .titre {
	color: #FFFFFF;
	font-size: 180%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.article .soustitre {
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.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: #6262A4;
	font-size: 85%; /*Sarka-SPIP 1.8.2*/
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 55%;
	padding: 1px 5px 1px 5px;
	border-left: 1px solid #6262A4;
	border-bottom: 1px solid #6262A4;
}

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

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

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

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

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

.article .en-tete {
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
}

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

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

.article tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

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

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

.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 {
	border: 2px solid #6262A4;
	padding: 10px;
	margin: 0px 30px 20px 30px; /*Sarka-SPIP 1.8.2*/
}

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

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

.signatures {
	border: 2px solid #6262A4;
	padding: 10px;
	margin: 10px 30px 10px 30px; /*Sarka-SPIP 1.8.2*/
	background: #EEEEEE;
	font-size: 100%;
}

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

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

.signatures thead {
	background: #6262A4;
	font-weight: bold;
	color: #FFFFFF;
}

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

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

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

.articles-freres {
	border: 2px solid #6262A4;
	padding: 10px;
	margin: 20px 30px 10px 30px; 	/*Sarka-SPIP 1.8.2*/
	background: #EEEEEE;
}

.articles-freres ol {
	color: #6262A4;
}

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

.articles-freres .frere a {
	/* lien vers les articles fr�res sauf l'article en cours */
	color: #6262A4;
	text-decoration: none;
	font-weight: bold;
}

.articles-freres .frere a:hover {
	color: #6262A4;
	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: 150%;
	font-weight: bold;
	width: 100%; /*Sarka-SPIP 1.8.2*/
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
}

.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: #6262A4;
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}


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

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

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

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

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

.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 {
	display:inline;
	background:#F0F0FA;
	color:#6262A4;
	border: #6262A4 solid 1px;
	padding:1px;
	margin:10px 2px 10px 2px;
}
		
.bande-pagination a {
	display:inline;
	background:#6262A4;
	color:#F0F0FA;
	border: #6262A4 solid 1px;
	padding:1px;
	margin:10px 2px 10px 2px;
}
.bande-pagination a:hover {
	background:#F0F0FA;
	color:#6262A4;
}

/* ~~~~~~~~~~~~ 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: #808080;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

.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: #6262A4;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 11px;
}

.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 {
	display: block;
	border: 0px;
	background: #FFFFFF;
	color: #909090;
	font-size: 11px;
	padding: 3px 30px 5px 40px;
}

.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: 24px;
	font-weight: bold;
	margin: 0px 0px 20px 0px; 
}

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

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

.auteur .nom {
	color: #6262A4;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

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

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

.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: 24px;
	font-weight: bold;
	margin: 0px 0px 20px 0px; /* Sarka-SPIP 1.8.2 */
	padding: 1px 10px 1px 0px;
	border: 0px;
}

.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: #6262A4;
	font-size: 130%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-decoration: underline;
}

.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 {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	color: #808080;
}

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

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

.agenda a.en-tete:hover {
	background-color: #EEEEEE;
	color: #808080;
	border: 1px solid #808080;
}
.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: #6262A4;
	font-weight: bold;
    text-decoration: none ;
	font-size: 100%;
}
.agenda .contenu .mois a:hover{
    text-decoration: underline;
	color: #6262A4;
}

.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 {  /* couleur des cases n'appartenant pas au mois en cours => d�but et fin de mois */
	background: #EEEEEE;
	color:#AAAAAA;
}

.calendar_head_mini {    /* corespond � la ligne des jours : lu ma me je ve sa di*/
	background-color: #6262A4;
	text-align: center;
	font-size: 10px;
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvatica, sans-serif;	
	font-style:normal;
}


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

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

.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: #6262A4;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 11px;
}

.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 {
	font-size: 24px;
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
}

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

.galerie .album {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-top: 2px solid #6262A4;
}

.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  .detail {
	color: #6262A4;
	font-size: 85%; /*Sarka-SPIP 1.8.2*/
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
	padding: 1px 5px 1px 5px;
	border-left: 1px solid #6262A4;
	border-right: 1px solid #6262A4;
	border-bottom: 1px solid #6262A4;
	width: 200px;
	float: right;
}

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

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

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

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

.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;
	
}


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

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

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

.listing_annuel a.article {
	color: #6262A4;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 11px;
}

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

.listing_annuel .date {
	color: #990000;
}

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

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


/* ~~~~~~~~~~~~ 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_boutons {
	border: 1px #6262A4 solid;
	background-color: #FFFFFF;
	min-width: 150px; !important
	min-width: 100px;
	margin: 5px 30% 5px 30%;
	padding: 2px;
	font-weight: bold;
	color: #6262A4;
	_height: 20px;      /*hack pour ie : pour espacement entre boutons et bordure du bloc de navigation*/
}



.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: #E0E0E0;
	_padding: 0px;
	_margin: 5px;
	_height: 100px;
}

/*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: #E0E0E0; 
	height : 130px ;
	width : 130px;
	padding : 5px;
	margin :0px;
}

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

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

.album_photo .album_descriptif {
	text-align: left;
	padding: 10px;
	border: 1px solid #6262A4;
	background-color: #E0E0E0;
	margin: 10px 20px 10px 20px;
	color: #6262A4;
}

/* ~~~~~~~~~~~~ sites syndiqu�s ~~~~~~~~~~~~ */

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

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

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

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

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

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

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

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


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

.web .site a.nom-site:hover {
	color: #FFFFFF;
	background: #808080;
}


/* ~~~~~~~~~~~~ br�ves ~~~~~~~~~~~~ */

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

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

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

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

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

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

.breves .contenu a.nom-breve:hover {
	color: #FFFFFF;
	background: #808080;
	text-decoration: none;
}

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

.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 {
        margin: 0px 0px 0px 0px;
        font-size: 100%;
        color: #808080;
}

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

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

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

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

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

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

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

.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 {
        display: block;
        border-bottom: 1px solid #669999;
        font-size: 130%;
        font-weight: bold;
        text-align: center;
        color: #669999;
        margin: 0px;
        padding: 1px;
        background: #FFFFFF;
        margin-bottom: 10px;
        text-decoration:none;
}

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

.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 {
	text-align: center;
	font-size: 90%;
	border: 1px solid #6262A4;
	background: #F0F0FA;
	padding: 5px 0 5px 0;
	margin: auto;
}

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

.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;
}

.reponse_formulaire { 
	font-size: 12px; 
	font-weight: bold; 
	color: red;
}


/**** LINK-tag style sheet style-menu-deroulant.css ****/

/* bloc de navigation 1 --> arborescence du site */
.nav1 {
        /*bloc contenant la hi�rarchie*/
        width: 100%;
        padding:0px;
        font-size: 12px;
}

ul.menulist li ul{ display:none; }

ul.menulist li:hover>ul{ display:block; }

ul.menulist,
ul.menulist ul{
 background:#6262A4;
 border:1px solid #FFFFFF;
 border-bottom: 0px;
 list-style:none;
 margin:0px;
 padding:0px;
 width:180px;
 _width:182px;
}

ul.menulist ul{
 position:absolute;
 top:-1px;
 left:180px;
}

ul.menulist li{
 position:relative;
 margin:0px;
 padding:0px;
 border-bottom: 1px solid #FFFFFF;
}

ul.menulist a{
 display:block;
 _width: 100%;
 color:#FFFFFF;
 text-decoration:none;
 padding: 5px;
}

ul.menulist a:hover{
 background:#323284;
 color:#FFFFFF;
}

ul.menulist li.smenu {
        background-image: url(../puces/arrow.gif) !important;
        background-position: 171px;
        background-repeat: no-repeat;
}

ul.menulist li.smenu:hover, ul.menulist li.smenu>a:hover {
        background-image: url(../puces/arrowb.gif) !important;
        background-position: 168px;
        background-repeat: no-repeat;
}


/**** LINK-tag style sheet style-menu-deplie.css ****/

/* bloc de navigation 1 --> arborescence du site */

.nav3 {
	/*bloc contenant la hi�rarchie*/
	background: #B0B0B0;
	font-size: 15px;
	border: 1px solid #B0B0B0;
	width: 100%;
	padding: 5px 0px 10px 0px;
}

.nav3 .bord {
	/*bloc englobant nav3, pour cr�er une marge valable sous IE et firefox*/
	padding: 0px;
	margin-right: 10px;
}

.nav3 a.lien-menu-autre {
	/*lien "normal" vers les rubriques de l'arborescence*/
	color: #FEFEFE;
	font-weight: bold;
}

.nav3 a.lien-menu-autre:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 a.lien-menu-courant {
	/*lien "surlign�" vers les rubriques courantesde l'arborescence*/
	color: #606070;
	font-weight: bold;
}

.nav3 a.lien-menu-courant:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 ul {
	padding-left:15px;
	margin:0px;
	line-height: 95%;
}

.nav3 li {
	margin:0.7em 0em 0.5em 0em;
	padding:0px;
	font-size:85%;
	list-style-type:none;
}


/**** LINK-tag style sheet spip_admin.css ****/

/* Les boutons d'admin survolent la page (sauf #FORMULAIRE_ADMIN) */
.spip-admin-float {
	top: 0;
	right: 20px;
	position: absolute;
	background-color: transparent;
	z-index: 100;
}


/* Couleurs et design des boutons d'admin */

a.spip-admin-boutons {
	border-top: 1px solid #CECECE;
	border-bottom: 2px solid #4A4A4A;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 1px .5em;
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFF;
	color: #0C479D;
}

a:hover.spip-admin-boutons {
	background-color: #fc3;
	border-bottom: 2px solid #36F;
}

a:active.spip-admin-boutons {
	background-color: #CCC;
	border-bottom: 2px solid #f00;
}


/* Style pour le mode debug */
#spip-debug {
	background-color: #F0F0F0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#spip-debug ul table {
	font-size: 80%;
}

#spip-debug fieldset {
	background-color: #FFF;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	margin-bottom: 1em;
}

#spip-debug fieldset fieldset {
	background-color: #CCF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#spip-debug legend {
	background-color: #FFF;
	border: solid 1px #F00;
	padding: 1px 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#spip-debug fieldset fieldset legend {
	border: solid 1px #00F;
	font-weight: normal;
}

#spip-debug a {
	text-decoration: none;
}

#spip-debug a:hover {
	text-decoration: underline;
}

#debug_boucle fieldset {
	background-color: #CCF;
}
#debug_boucle fieldset fieldset {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0.5em 1.5em;
}

#spip-boucles {
	min-height: 200px;
	max-height: 50%;
	margin: 0 0 1em 0;
	padding: .5em 0;
	overflow: -moz-scrollbars-vertical;
	overflow-y: auto;
	border-top: 1px solid #39F;
	border-bottom: 2px solid #666;
}

.spip-env fieldset {
	background-color: #FFF;
	border: solid 1px #008;
	margin: 2px 2em;
}

.spip-env legend {
	background-color: #FFF;
	border: solid 1px #F00;
	padding: 1px 1em;
	font-weight: bold;
}

.spip-env fieldset div {
	max-height: 10em;
	overflow: auto; 
}


/**** LINK-tag style sheet style-menu-deroulant.css ****/

/* bloc de navigation 1 --> arborescence du site */
.nav1 {
        /*bloc contenant la hi�rarchie*/
        width: 100%;
        padding:0px;
        font-size: 12px;
}

ul.menulist li ul{ display:none; }

ul.menulist li:hover>ul{ display:block; }

ul.menulist,
ul.menulist ul{
 background:#6262A4;
 border:1px solid #FFFFFF;
 border-bottom: 0px;
 list-style:none;
 margin:0px;
 padding:0px;
 width:180px;
 _width:182px;
}

ul.menulist ul{
 position:absolute;
 top:-1px;
 left:180px;
}

ul.menulist li{
 position:relative;
 margin:0px;
 padding:0px;
 border-bottom: 1px solid #FFFFFF;
}

ul.menulist a{
 display:block;
 _width: 100%;
 color:#FFFFFF;
 text-decoration:none;
 padding: 5px;
}

ul.menulist a:hover{
 background:#323284;
 color:#FFFFFF;
}

ul.menulist li.smenu {
        background-image: url(../puces/arrow.gif) !important;
        background-position: 171px;
        background-repeat: no-repeat;
}

ul.menulist li.smenu:hover, ul.menulist li.smenu>a:hover {
        background-image: url(../puces/arrowb.gif) !important;
        background-position: 168px;
        background-repeat: no-repeat;
}


/**** LINK-tag style sheet style-menu-deplie.css ****/

/* bloc de navigation 1 --> arborescence du site */

.nav3 {
	/*bloc contenant la hi�rarchie*/
	background: #B0B0B0;
	font-size: 15px;
	border: 1px solid #B0B0B0;
	width: 100%;
	padding: 5px 0px 10px 0px;
}

.nav3 .bord {
	/*bloc englobant nav3, pour cr�er une marge valable sous IE et firefox*/
	padding: 0px;
	margin-right: 10px;
}

.nav3 a.lien-menu-autre {
	/*lien "normal" vers les rubriques de l'arborescence*/
	color: #FEFEFE;
	font-weight: bold;
}

.nav3 a.lien-menu-autre:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 a.lien-menu-courant {
	/*lien "surlign�" vers les rubriques courantesde l'arborescence*/
	color: #606070;
	font-weight: bold;
}

.nav3 a.lien-menu-courant:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 ul {
	padding-left:15px;
	margin:0px;
	line-height: 95%;
}

.nav3 li {
	margin:0.7em 0em 0.5em 0em;
	padding:0px;
	font-size:85%;
	list-style-type:none;
}


/**** LINK-tag style sheet spip_admin.css ****/

/* Les boutons d'admin survolent la page (sauf #FORMULAIRE_ADMIN) */
.spip-admin-float {
	top: 0;
	right: 20px;
	position: absolute;
	background-color: transparent;
	z-index: 100;
}


/* Couleurs et design des boutons d'admin */

a.spip-admin-boutons {
	border-top: 1px solid #CECECE;
	border-bottom: 2px solid #4A4A4A;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 1px .5em;
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFF;
	color: #0C479D;
}

a:hover.spip-admin-boutons {
	background-color: #fc3;
	border-bottom: 2px solid #36F;
}

a:active.spip-admin-boutons {
	background-color: #CCC;
	border-bottom: 2px solid #f00;
}


/* Style pour le mode debug */
#spip-debug {
	background-color: #F0F0F0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#spip-debug ul table {
	font-size: 80%;
}

#spip-debug fieldset {
	background-color: #FFF;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	margin-bottom: 1em;
}

#spip-debug fieldset fieldset {
	background-color: #CCF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#spip-debug legend {
	background-color: #FFF;
	border: solid 1px #F00;
	padding: 1px 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#spip-debug fieldset fieldset legend {
	border: solid 1px #00F;
	font-weight: normal;
}

#spip-debug a {
	text-decoration: none;
}

#spip-debug a:hover {
	text-decoration: underline;
}

#debug_boucle fieldset {
	background-color: #CCF;
}
#debug_boucle fieldset fieldset {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0.5em 1.5em;
}

#spip-boucles {
	min-height: 200px;
	max-height: 50%;
	margin: 0 0 1em 0;
	padding: .5em 0;
	overflow: -moz-scrollbars-vertical;
	overflow-y: auto;
	border-top: 1px solid #39F;
	border-bottom: 2px solid #666;
}

.spip-env fieldset {
	background-color: #FFF;
	border: solid 1px #008;
	margin: 2px 2em;
}

.spip-env legend {
	background-color: #FFF;
	border: solid 1px #F00;
	padding: 1px 1em;
	font-weight: bold;
}

.spip-env fieldset div {
	max-height: 10em;
	overflow: auto; 
}


/**** LINK-tag style sheet style-menu-deroulant.css ****/

/* bloc de navigation 1 --> arborescence du site */
.nav1 {
        /*bloc contenant la hi�rarchie*/
        width: 100%;
        padding:0px;
        font-size: 12px;
}

ul.menulist li ul{ display:none; }

ul.menulist li:hover>ul{ display:block; }

ul.menulist,
ul.menulist ul{
 background:#6262A4;
 border:1px solid #FFFFFF;
 border-bottom: 0px;
 list-style:none;
 margin:0px;
 padding:0px;
 width:180px;
 _width:182px;
}

ul.menulist ul{
 position:absolute;
 top:-1px;
 left:180px;
}

ul.menulist li{
 position:relative;
 margin:0px;
 padding:0px;
 border-bottom: 1px solid #FFFFFF;
}

ul.menulist a{
 display:block;
 _width: 100%;
 color:#FFFFFF;
 text-decoration:none;
 padding: 5px;
}

ul.menulist a:hover{
 background:#323284;
 color:#FFFFFF;
}

ul.menulist li.smenu {
        background-image: url(../puces/arrow.gif) !important;
        background-position: 171px;
        background-repeat: no-repeat;
}

ul.menulist li.smenu:hover, ul.menulist li.smenu>a:hover {
        background-image: url(../puces/arrowb.gif) !important;
        background-position: 168px;
        background-repeat: no-repeat;
}


/**** LINK-tag style sheet style-menu-deplie.css ****/

/* bloc de navigation 1 --> arborescence du site */

.nav3 {
	/*bloc contenant la hi�rarchie*/
	background: #B0B0B0;
	font-size: 15px;
	border: 1px solid #B0B0B0;
	width: 100%;
	padding: 5px 0px 10px 0px;
}

.nav3 .bord {
	/*bloc englobant nav3, pour cr�er une marge valable sous IE et firefox*/
	padding: 0px;
	margin-right: 10px;
}

.nav3 a.lien-menu-autre {
	/*lien "normal" vers les rubriques de l'arborescence*/
	color: #FEFEFE;
	font-weight: bold;
}

.nav3 a.lien-menu-autre:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 a.lien-menu-courant {
	/*lien "surlign�" vers les rubriques courantesde l'arborescence*/
	color: #606070;
	font-weight: bold;
}

.nav3 a.lien-menu-courant:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 ul {
	padding-left:15px;
	margin:0px;
	line-height: 95%;
}

.nav3 li {
	margin:0.7em 0em 0.5em 0em;
	padding:0px;
	font-size:85%;
	list-style-type:none;
}


/**** LINK-tag style sheet style-menu-deroulant.css ****/

/* bloc de navigation 1 --> arborescence du site */
.nav1 {
        /*bloc contenant la hi�rarchie*/
        width: 100%;
        padding:0px;
        font-size: 12px;
}

ul.menulist li ul{ display:none; }

ul.menulist li:hover>ul{ display:block; }

ul.menulist,
ul.menulist ul{
 background:#ffffe0;
 border:1px solid #990000;
 border-bottom: px;
 list-style:none;
 margin:0px;
 padding:0px;
 width:180px;
 _width:182px;
}

ul.menulist ul{
 position:absolute;
 top:-1px;
 left:180px;
}

ul.menulist li{
 position:relative;
 margin:0px;
 padding:0px;
 border-bottom: 1px solid #990000;
}

ul.menulist a{
 display:block;
 _width: 100%;
 color:#990000;
 text-decoration:none;
 padding: 5px;
}

ul.menulist a:hover{
 background:#990000;
 color:#FFFF00;
}

ul.menulist li.smenu {
        background-image: url(../puces/arrow.gif) !important;
        background-position: 171px;
        background-repeat: no-repeat;
}

ul.menulist li.smenu:hover, ul.menulist li.smenu>a:hover {
        background-image: url(../puces/arrowb.gif) !important;
        background-position: 168px;
        background-repeat: no-repeat;
}


/**** LINK-tag style sheet style-menu-deplie.css ****/

/* bloc de navigation 1 --> arborescence du site */

.nav3 {
	/*bloc contenant la hi�rarchie*/
	background: #B0B0B0;
	font-size: 15px;
	border: 1px solid #B0B0B0;
	width: 100%;
	padding: 5px 0px 10px 0px;
}

.nav3 .bord {
	/*bloc englobant nav3, pour cr�er une marge valable sous IE et firefox*/
	padding: 0px;
	margin-right: 10px;
}

.nav3 a.lien-menu-autre {
	/*lien "normal" vers les rubriques de l'arborescence*/
	color: #FEFEFE;
	font-weight: bold;
}

.nav3 a.lien-menu-autre:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 a.lien-menu-courant {
	/*lien "surlign�" vers les rubriques courantesde l'arborescence*/
	color: #606070;
	font-weight: bold;
}

.nav3 a.lien-menu-courant:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 ul {
	padding-left:15px;
	margin:0px;
	line-height: 95%;
}

.nav3 li {
	margin:0.7em 0em 0.5em 0em;
	padding:0px;
	font-size:85%;
	list-style-type:none;
}


/**** LINK-tag style sheet style-menu-deroulant.css ****/

/**** LINK-tag style sheet style-menu-deroulant.css ****/

/* bloc de navigation 1 --> arborescence du site */
.nav1 {
        /*bloc contenant la hi�rarchie*/
        width: 100%;
        padding:0px;
        font-size: 12px;
}

ul.menulist li ul{ display:none; }

ul.menulist li:hover>ul{ display:block; }

ul.menulist,
ul.menulist ul{
 background:#ffffe0;
 border:1px solid #990000;
 border-bottom: px;
 list-style:none;
 margin:0px;
 padding:0px;
 width:180px;
 _width:182px;
}

ul.menulist ul{
 position:absolute;
 top:-1px;
 left:180px;
}

ul.menulist li{
 position:relative;
 margin:0px;
 padding:0px;
 border-bottom: 1px solid #990000;
}

ul.menulist a{
 display:block;
 _width: 100%;
 color:#990000;
 text-decoration:none;
 padding: 5px;
}

ul.menulist a:hover{
 background:#990000;
 color:#FFFF00;
}

ul.menulist li.smenu {
        background-image: url(../puces/arrow.gif) !important;
        background-position: 171px;
        background-repeat: no-repeat;
}

ul.menulist li.smenu:hover, ul.menulist li.smenu>a:hover {
        background-image: url(../puces/arrowb.gif) !important;
        background-position: 168px;
        background-repeat: no-repeat;
}



/**** LINK-tag style sheet style-menu-deplie.css ****/

/**** LINK-tag style sheet style-menu-deplie.css ****/

/* bloc de navigation 1 --> arborescence du site */

.nav3 {
	/*bloc contenant la hi�rarchie*/
	background: #B0B0B0;
	font-size: 15px;
	border: 1px solid #B0B0B0;
	width: 100%;
	padding: 5px 0px 10px 0px;
}

.nav3 .bord {
	/*bloc englobant nav3, pour cr�er une marge valable sous IE et firefox*/
	padding: 0px;
	margin-right: 10px;
}

.nav3 a.lien-menu-autre {
	/*lien "normal" vers les rubriques de l'arborescence*/
	color: #FEFEFE;
	font-weight: bold;
}

.nav3 a.lien-menu-autre:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 a.lien-menu-courant {
	/*lien "surlign�" vers les rubriques courantesde l'arborescence*/
	color: #606070;
	font-weight: bold;
}

.nav3 a.lien-menu-courant:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 ul {
	padding-left:15px;
	margin:0px;
	line-height: 95%;
}

.nav3 li {
	margin:0.7em 0em 0.5em 0em;
	padding:0px;
	font-size:85%;
	list-style-type:none;
}




/**** LINK-tag style sheet spip_admin.css ****/

/* Les boutons d'admin survolent la page (sauf #FORMULAIRE_ADMIN) */
.spip-admin-float {
	top: 0;
	right: 20px;
	position: absolute;
	background-color: transparent;
	z-index: 100;
}


/* Couleurs et design des boutons d'admin */

a.spip-admin-boutons {
	border-top: 1px solid #CECECE;
	border-bottom: 2px solid #4A4A4A;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 1px .5em;
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFF;
	color: #0C479D;
}

a:hover.spip-admin-boutons {
	background-color: #fc3;
	border-bottom: 2px solid #36F;
}

a:active.spip-admin-boutons {
	background-color: #CCC;
	border-bottom: 2px solid #f00;
}


/* Style pour le mode debug */
#spip-debug {
	background-color: #F0F0F0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#spip-debug ul table {
	font-size: 80%;
}

#spip-debug fieldset {
	background-color: #FFF;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	margin-bottom: 1em;
}

#spip-debug fieldset fieldset {
	background-color: #CCF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#spip-debug legend {
	background-color: #FFF;
	border: solid 1px #F00;
	padding: 1px 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#spip-debug fieldset fieldset legend {
	border: solid 1px #00F;
	font-weight: normal;
}

#spip-debug a {
	text-decoration: none;
}

#spip-debug a:hover {
	text-decoration: underline;
}

#debug_boucle fieldset {
	background-color: #CCF;
}
#debug_boucle fieldset fieldset {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0.5em 1.5em;
}

#spip-boucles {
	min-height: 200px;
	max-height: 50%;
	margin: 0 0 1em 0;
	padding: .5em 0;
	overflow: -moz-scrollbars-vertical;
	overflow-y: auto;
	border-top: 1px solid #39F;
	border-bottom: 2px solid #666;
}

.spip-env fieldset {
	background-color: #FFF;
	border: solid 1px #008;
	margin: 2px 2em;
}

.spip-env legend {
	background-color: #FFF;
	border: solid 1px #F00;
	padding: 1px 1em;
	font-weight: bold;
}

.spip-env fieldset div {
	max-height: 10em;
	overflow: auto; 
}


/**** LINK-tag style sheet style-menu-deroulant.css ****/

/**** LINK-tag style sheet style-menu-deroulant.css ****/

/* bloc de navigation 1 --> arborescence du site */
.nav1 {
        /*bloc contenant la hi�rarchie*/
        width: 100%;
        padding:0px;
        font-size: 12px;
}

ul.menulist li ul{ display:none; }

ul.menulist li:hover>ul{ display:block; }

ul.menulist,
ul.menulist ul{
 background:#ffffe0;
 border:1px solid #990000;
 border-bottom: px;
 list-style:none;
 margin:0px;
 padding:0px;
 width:180px;
 _width:182px;
}

ul.menulist ul{
 position:absolute;
 top:-1px;
 left:180px;
}

ul.menulist li{
 position:relative;
 margin:0px;
 padding:0px;
 border-bottom: 1px solid #990000;
}

ul.menulist a{
 display:block;
 _width: 100%;
 color:#990000;
 text-decoration:none;
 padding: 5px;
}

ul.menulist a:hover{
 background:#990000;
 color:#FFFF00;
}

ul.menulist li.smenu {
        background-image: url(../puces/arrow.gif) !important;
        background-position: 171px;
        background-repeat: no-repeat;
}

ul.menulist li.smenu:hover, ul.menulist li.smenu>a:hover {
        background-image: url(../puces/arrowb.gif) !important;
        background-position: 168px;
        background-repeat: no-repeat;
}



/**** LINK-tag style sheet style-menu-deplie.css ****/

/**** LINK-tag style sheet style-menu-deplie.css ****/

/* bloc de navigation 1 --> arborescence du site */

.nav3 {
	/*bloc contenant la hi�rarchie*/
	background: #B0B0B0;
	font-size: 15px;
	border: 1px solid #B0B0B0;
	width: 100%;
	padding: 5px 0px 10px 0px;
}

.nav3 .bord {
	/*bloc englobant nav3, pour cr�er une marge valable sous IE et firefox*/
	padding: 0px;
	margin-right: 10px;
}

.nav3 a.lien-menu-autre {
	/*lien "normal" vers les rubriques de l'arborescence*/
	color: #FEFEFE;
	font-weight: bold;
}

.nav3 a.lien-menu-autre:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 a.lien-menu-courant {
	/*lien "surlign�" vers les rubriques courantesde l'arborescence*/
	color: #606070;
	font-weight: bold;
}

.nav3 a.lien-menu-courant:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 ul {
	padding-left:15px;
	margin:0px;
	line-height: 95%;
}

.nav3 li {
	margin:0.7em 0em 0.5em 0em;
	padding:0px;
	font-size:85%;
	list-style-type:none;
}




/**** LINK-tag style sheet spip_admin.css ****/

/* Les boutons d'admin survolent la page (sauf #FORMULAIRE_ADMIN) */
.spip-admin-float {
	top: 0;
	right: 20px;
	position: absolute;
	background-color: transparent;
	z-index: 100;
}


/* Couleurs et design des boutons d'admin */

a.spip-admin-boutons {
	border-top: 1px solid #CECECE;
	border-bottom: 2px solid #4A4A4A;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 1px .5em;
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFF;
	color: #0C479D;
}

a:hover.spip-admin-boutons {
	background-color: #fc3;
	border-bottom: 2px solid #36F;
}

a:active.spip-admin-boutons {
	background-color: #CCC;
	border-bottom: 2px solid #f00;
}


/* Style pour le mode debug */
#spip-debug {
	background-color: #F0F0F0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#spip-debug ul table {
	font-size: 80%;
}

#spip-debug fieldset {
	background-color: #FFF;
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	margin-bottom: 1em;
}

#spip-debug fieldset fieldset {
	background-color: #CCF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#spip-debug legend {
	background-color: #FFF;
	border: solid 1px #F00;
	padding: 1px 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#spip-debug fieldset fieldset legend {
	border: solid 1px #00F;
	font-weight: normal;
}

#spip-debug a {
	text-decoration: none;
}

#spip-debug a:hover {
	text-decoration: underline;
}

#debug_boucle fieldset {
	background-color: #CCF;
}
#debug_boucle fieldset fieldset {
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0.5em 1.5em;
}

#spip-boucles {
	min-height: 200px;
	max-height: 50%;
	margin: 0 0 1em 0;
	padding: .5em 0;
	overflow: -moz-scrollbars-vertical;
	overflow-y: auto;
	border-top: 1px solid #39F;
	border-bottom: 2px solid #666;
}

.spip-env fieldset {
	background-color: #FFF;
	border: solid 1px #008;
	margin: 2px 2em;
}

.spip-env legend {
	background-color: #FFF;
	border: solid 1px #F00;
	padding: 1px 1em;
	font-weight: bold;
}

.spip-env fieldset div {
	max-height: 10em;
	overflow: auto; 
}


/**** LINK-tag style sheet style-menu-deroulant.css ****/

/**** LINK-tag style sheet style-menu-deroulant.css ****/

/**** LINK-tag style sheet style-menu-deroulant.css ****/

/* bloc de navigation 1 --> arborescence du site */
.nav1 {
        /*bloc contenant la hi�rarchie*/
        width: 100%;
        padding:0px;
        font-size: 12px;
}

ul.menulist li ul{ display:none; }

ul.menulist li:hover>ul{ display:block; }

ul.menulist,
ul.menulist ul{
 background:#ffffe0;
 border:1px solid #990000;
 border-bottom: px;
 list-style:none;
 margin:0px;
 padding:0px;
 width:180px;
 _width:182px;
}

ul.menulist ul{
 position:absolute;
 top:-1px;
 left:180px;
}

ul.menulist li{
 position:relative;
 margin:0px;
 padding:0px;
 border-bottom: 1px solid #990000;
}

ul.menulist a{
 display:block;
 _width: 100%;
 color:#990000;
 text-decoration:none;
 padding: 5px;
}

ul.menulist a:hover{
 background:#990000;
 color:#FFFF00;
}

ul.menulist li.smenu {
        background-image: url(../puces/arrow.gif) !important;
        background-position: 171px;
        background-repeat: no-repeat;
}

ul.menulist li.smenu:hover, ul.menulist li.smenu>a:hover {
        background-image: url(../puces/arrowb.gif) !important;
        background-position: 168px;
        background-repeat: no-repeat;
}




/**** LINK-tag style sheet style-menu-deplie.css ****/

/**** LINK-tag style sheet style-menu-deplie.css ****/

/* bloc de navigation 1 --> arborescence du site */

.nav3 {
	/*bloc contenant la hi�rarchie*/
	background: #B0B0B0;
	font-size: 15px;
	border: 1px solid #B0B0B0;
	width: 100%;
	padding: 5px 0px 10px 0px;
}

.nav3 .bord {
	/*bloc englobant nav3, pour cr�er une marge valable sous IE et firefox*/
	padding: 0px;
	margin-right: 10px;
}

.nav3 a.lien-menu-autre {
	/*lien "normal" vers les rubriques de l'arborescence*/
	color: #FEFEFE;
	font-weight: bold;
}

.nav3 a.lien-menu-autre:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 a.lien-menu-courant {
	/*lien "surlign�" vers les rubriques courantesde l'arborescence*/
	color: #606070;
	font-weight: bold;
}

.nav3 a.lien-menu-courant:hover {
	color: #606070;
	text-decoration: none;
}

.nav3 ul {
	padding-left:15px;
	margin:0px;
	line-height: 95%;
}

.nav3 li {
	margin:0.7em 0em 0.5em 0em;
	padding:0px;
	font-size:85%;
	list-style-type:none;
}




/**** LINK-tag style sheet thickbox.css ****/

/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development standards
Author : Cody Lindley , modif Fil, BoOz pour spip

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

/* ---------->>> CSS Hacks <<<---------------------------------------------------------------*/

/* doit-on ajouter ca pour ie ? apparement oui :) */
 
 html, body {
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0;
 }
html {
padding:0
}
/* body{
padding:0
} */

#TB_window  { 
/*font-size: 1.2em */ 
font: 10px Verdana, Helvetica, sans-serif;
}

#contentPad{
margin:20px;
}

#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_load{
display:none;
}


#TB_window {
	position: absolute;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;

}

#TB_window img {
	display:block;
	margin: 10px 0 10px 10px;
}

#TB_legend{
/*display:none;*/
position:relative;
}

#TB_legend img{
/*display:none;*/
margin: 0 ;
}

#TB_caption{
	padding:10px 35px 10px 10px;
	font-weight: bold;
	text-align:left;
}

#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  padding:0px 35px 10px 10px;
  color:#666666;
}

#TB_closeWindow{
	padding:0;
	margin:0;
	width: 26px; 
	height:26px;
	top:0px;
	right:10px;
	position: absolute;  
	padding-bottom: 0.7em;
	/*margin-right: 10px;*/
	text-align:right;
}

#TB_ajaxWindowTitle{ 
  float:left; 
  padding:7px 0 5px 10px; 
  margin-bottom:1px; 
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
}



#TB_ajaxContent{
	clear:both; 
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left; 
	line-height:1.4em; 
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
z-index:99;
position:absolute;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
}

#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}



