body {
	background-image : url(../images/sden_lacgt3c.gif) ;  /* XLH */
	padding: 20px;
	margin: 0px;
}

a {
	text-decoration:none;
}

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

a.bouton {  /* modifié[ XLH ] */
	display:block;
	background-image: url(../images/sden_bouton-coin.png);   /* XLH */
	background-repeat: no-repeat;  /* XLH */
	background-color:#F0F0F0;  /* XLH */
	color:#606060;  /* XLH */
	border-bottom: #B0B0B0 solid 1px;  /* XLH */
	border-right: #B0B0B0 solid 1px;  /* XLH */
	border-top: #E0E0E0 solid 1px;  /* XLH */
	border-left: #E0E0E0 solid 1px;  /* XLH */
	text-decoration:none;
	text-align:center;
	padding:1px 2px 2px 1px; /* XLH */
	margin:10px 0px 10px 0px;
}
a.bouton:hover { /* modifié[ XLH ] */
    background-image: url(../images/sden_bouton-coin.png); /* XLH */
	background-repeat: no-repeat; /* XLH */
	color:#505050;  /* XLH */
	text-decoration:none;
	border-bottom: #E0E0E0 solid 1px; /* XLH */
	border-right: #E0E0E0 solid 1px; /* XLH */
	border-top: #B0B0B0 solid 1px; /* XLH */
	border-left: #B0B0B0 solid 1px; /* XLH */
	padding:2px 1px 1px 2px; /* XLH */
}

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

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

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

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

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

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

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

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

.formulaire_spip label {
	font-weight: bold;
}

.saisie-texte, .forml {  /* modifié[ XLH ] */
	display:block;
	color: #505050;	/* XLH */
	background: #F5F5F5; /* XLH */
	border-bottom: #D0D0D0 solid 1px; /* XLH */
	border-right: #D0D0D0 solid 1px; /* XLH */
	border-top: #A0A0A0 solid 1px; /* XLH */
	border-left: #A0A0A0 solid 1px; /* XLH */
	margin:5px 0px 5px 0px;
	padding:1px 2px 1px 2px; /* XLH */
}

.spip_bouton input {  /* modifié[ XLH ] */
	display: block;
	float: right;
	background-image: url(../images/sden_bouton-coin.png);  /* XLH */
	background-repeat: no-repeat;  /* XLH */
	background-color: #F0F0F0 ;  /* XLH */
	text-decoration:none;
	border-bottom: 1px solid #B0B0B0;/* XLH */
	border-right: 1px solid #B0B0B0;/* XLH */
	border-top: 1px solid #E0E0E0;/* XLH */
	border-left: 1px solid #E0E0E0;/* XLH */
	color: #606060;/* XLH */
	margin:0px 0px 10px 0px;/* XLH */
	padding:1px 2px 2px 1px;/* XLH */
	behavior: url(../scripts/spip-bouton-hover.htc);
}

.spip_bouton input:hover {  /* modifié[ XLH ] */
	background-image: url(../images/sden_bouton-coin.png);/* XLH */
	background-repeat: no-repeat;/* XLH */
	background-color:#F0F0F0;/* XLH */
	color: #505050;/* XLH */
	border-bottom: 1px solid #E0E0E0;/* XLH */
	border-right: 1px solid #E0E0E0;/* XLH */
	border-top: 1px solid #B0B0B0;/* XLH */
	border-left: 1px solid #B0B0B0;/* XLH */
    padding:2px 1px 1px 2px;/* XLH */
	cursor: pointer;
}
.spip_bouton_gauche{
margin : auto;

}
.spip_bouton_gauche input { /* modifié[ XLH ] */

	display:block;
	background-image: url(../images/sden_bouton-coin.png);   /* XLH */
	background-repeat: no-repeat;  /* XLH */
	background-color:#F0F0F0;  /* XLH */
	color:#606060;  /* XLH */
	border-bottom: #B0B0B0 solid 1px;  /* XLH */
	border-right: #B0B0B0 solid 1px;  /* XLH */
	border-top: #E0E0E0 solid 1px;  /* XLH */
	border-left: #E0E0E0 solid 1px;  /* XLH */
	text-decoration:none;
	text-align:center;
	padding:1px 2px 2px 1px; /* XLH */
	margin-top: 10px; /* XLH */
	margin-bottom: 10px; /* XLH */
	margin-left: auto; /* XLH */
	margin-right: auto; /* XLH */
	width :80px;   /* XLH */
	
}

.spip_bouton_gauche input:hover {  /* modifié[ XLH ] */
	color:#505050;  /* XLH */
	border-bottom: #E0E0E0 solid 1px; /* XLH */
	border-right: #E0E0E0 solid 1px; /* XLH */
	border-top: #B0B0B0 solid 1px; /* XLH */
	border-left: #B0B0B0 solid 1px; /* XLH */
	padding:2px 1px 1px 2px; /* XLH */
}

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


tt { 
	display: block;
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #669999;
	padding: 1em;
	margin: 1em 0em 1em 0em; /*Sarka-SPIP 1.8.2*/
	font-size: 90%;
	background: #E0F0F0;
	overflow: auto;
	max-height: 25em;
}
/* ====================== Blocs principaux, décomposition de la page en 3 colonnes et 1 bandeau ====================== */

a.bandeau {   /* modifié[XLH ] */
	/*bandeau contenant le titre du site*/
	display: block;
	background: url(../images/sden_bandeau-degrade.png);  /* XLH */
	background-repeat: repeat-x; /* XLH */
	background-color: #F0F0F0;  /* XLH */
	margin: 0px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #ED1C24;/* XLH */
	border: 1px solid #B0B0B0;/* XLH */
	height: 50px;
	padding: 10px 20px 10px 10px;
	text-align: right;
}

a.bandeau:hover {  /* modifié[ XLH ] */
	color: #FF9900;  /* XLH */
	text-decoration: none;
}

.bande-chemin {  /* modifié[ XLH ] */
	/*bande accrochée au bandeau de titre, contenant le chemin hiérarchique de la page en cours*/
	border: 1px solid #B0B0B0; /* XLH */
	border-top: 0px;/* XLH */
	background: #808080 ; /* XLH */
	padding: 4px 10px 4px 10px;
	margin: 0px 0px 20px 170px; /* XLH */
	text-align: left;
	font-size: 11px;
	color: #EEEEEE;
	font-weight: bold;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	height: 15px;  /* XLH */
}

.bande-chemin a {   /* modifié[ XLH ] */
	color: #FFFFFF;  /* XLH */ 
	font-weight: bold;

}

.bande-chemin a:hover {  /* modifié[ XLH ] */
	color: #808080;
	background-color: #EEEEEE; /* XLH */
}

.gauche {  /* modifié[ XLH ] */
	/*colonne de gauche*/
	border: 0px;
	width: 150px;  /* XLH */
	position: absolute;
	left: 20px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.centre {  /* modifié[ XLH ] */
	/*colonne centrale*/
	border: 0px;
	margin-left: 150px; /* XLH */        /*Sarka-SPIP 1.8.2*/
	margin-right: 150px; /* XLH */
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.droite {   /* modifié[ XLH ] */
	/*colonne de droite*/
	border: 0px;
	width: 150px;  /* XLH */ 
	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 {   /* modifié[ XLH ] */
	color: #FF9900;  /* XLH */ 
	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 {
	font-weight: bold;
	color: #808080;
	text-align: center;
	margin: 0px auto 5px auto;
}

.stats a {  /* modifié[ XLH ] */
	display: block;
	color: #990000;   /* XLH */ 
	background-image:url(../images/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 {  /* modifié[ XLH ] */
	background-image:url(../images/puce-n0.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #990000;   /* XLH */ 
	text-decoration: underline;
}

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



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

.nav2 {  /* modifié[ XLH ] */
	/*bloc contenant les liens de navigation*/
	border: 1px solid #B0B0B0;
	width: 150px; /*100%;*/
	margin: 20px 0px 20px 0px;
}

.nav2 .texte { /* modifié[ XLH ] */
	margin:2px;  /*XLH*/
	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(../images/_plan.png) !important;
	background-image: URL(../images/_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(../images/_agenda.png) !important;
	background-image: URL(../images/_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(../images/_galerie.png) !important;
	background-image: URL(../images/_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(../images/_mots-cles.png) !important;
	background-image: URL(../images/_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(../images/_forum.png) !important;
	background-image: URL(../images/_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(../images/__contact.png) !important;
	background-image: URL(../images/__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(../images/__proposer-site.png) !important;
	background-image: URL(../images/__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(../images/__inscription.png) !important;
	background-image: URL(../images/__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(../images/__public-in.png) !important;
	background-image: URL(../images/__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(../images/__public-out.png) !important;
	background-image: URL(../images/__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(../images/__prive.png) !important;
	background-image: URL(../images/__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{  /* modifié[ XLH ] */
	margin: 17px 0px 17px 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	/*background: #F0F0FA;*/
	color: #6262A4;
	border: 1px solid #FF9900;  /*XLH*/
	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 { /* modifié[ XLH ] */
	color: #808080;
	font-size: 22px;   /*XLH*/
	font-weight: bold;
	margin: 0px 30px 20px 30px; 
}
.intitule:first-letter {/* ajout?[ XLH ] */
	color: #FF9900;
}
/* ~~~~~~~~~~~~ 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 {  /* modifié[ XLH ] */
	color: #FF9900;  /*XLH*/
	font-size: 120%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.edito .titre {  /* modifié[ XLH ] */
	color: #FF9900;  /*XLH*/
	font-size: 180%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
}

.edito .soustitre {  /* modifié[ XLH ] */
	color: #FF9900;
	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 h2 { /* créé [XLH] suite à l'installation plugin barre typo enrichie*/
	color: #C00000;
	font-weight: bold;
	font-size: 160%;
	margin: 1.5em 0em 0.5em 0em;
	Text-align: center;
}



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

.edito blockquote {  /* ajouté [ XLH ] */
	border: 1px solid #808080;
	background: #EEEEEE;
	padding: 0px 15px 0px 15px;
}

.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 {  /* modifié[ XLH ] */
	background: #DDDDDD;  /*XLH*/
	color: #000000;
}

.edito tr.row_even { /* modifié[ XLH ] */
	background: #DDDDDD;   /*XLH*/
	color: #000000;
}

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

/* annonce des rubriques-secteurs */

.sommaire .rubrique {  /* modifié[ XLH ] */
	border: 1px solid #C0C0C0;  /*XLH*/
	background: #F0F0F0;  /*XLH*/
	margin: 20px 20px 20px 20px; /*XLH*/     /*Sarka-SPIP 1.8.2*/
}

.sommaire .rubrique a.titre {  /* modifié[ XLH ] */
	display: block;
	font-size: 150%;
	color: #000000;  
	padding: 10px 10px 5px 10px; /*XLH*/ 
	font-weight:bold;
}

.sommaire .rubrique a.titre:first-letter {  /* Ajouté[ XLH ] */
	color: #FF9900;
}

.sommaire .rubrique a.titre:hover {
	display: block;
	font-size: 150%;
	color: #ED1C24;   /*XLH*/ 
	padding: 12px 8px 3px 12px;   /*XLH*/ 
	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 {  /* modifié[XLH] */
	border: 1px solid #C0C0C0;  /*XLH*/
	background: #F0F0F0;
	margin: 20px 20px 20px 20px;  /*XLH*/   /*Sarka-SPIP 1.8.2*/
}

.contenu .rubrique a.titre {  /* modifié[XLH] */
	display: block;
	font-size: 150%;
	color: #000000; /*XLH*/
	padding: 10px 10px 5px 20px; /*XLH*/
	font-weight:bold;
}

.contenu .rubrique a.titre:first-letter { /* ajout?[XLH] */
	color: #FF9900;
}

.contenu .rubrique a.titre:hover {  /* modifié[XLH] */
	display: block;
	font-size: 150%;
	color: #ED1C24;   /*XLH*/
	padding: 12px 8px 3px 22px;  /*XLH*/ 
	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 {  /* modifié[XLH] */
	margin: 10px 150px 5px 20px;   /*XLH*/
	border-bottom: 2px solid #808080; /*XLH*/
	border-right: 2px solid #808080;  /*XLH*/
	border-top: 1px solid #C0C0C0;  /*XLH*/
	border-left: 1px solid #C0C0C0; /*XLH*/
	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 { /* modifié[XLH] */
	background: #DDDDDD;  /*XLH*/
	color: #000000;
}

.contenu .rubrique tr.row_even { /* modifié[XLH] */
	background: #DDDDDD;  /*XLH*/
	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(../images/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(../images/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 { /* modifié[ XLH ] */
	background: #C0C0C0;
	margin: 30px 20px 20px 20px;  /*XLH*/    /*Sarka-SPIP 1.8.2*/
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;   
	background-image: url(../images/sden_fond-bord-article.png);   /*XLH*/   
	background-repeat: repeat-y;   /*XLH*/   
	padding: 0px;  /*XLH*/ 
	border: 1px solid #c0c0c0;
}

.derniers-articles a {  /* modifié[ XLH ] */
	color: #FF9900;   /*XLH*/ 
	text-decoration: none;
}

.derniers-articles a:hover {  /* modifié[ XLH ] */
	color: #C00000; /*XLH*/ 
	text-decoration: underline;
}

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

.derniers-articles .en-tete {  /* modifié[ XLH ] */
	color: #000000;
	font-size: 150%;
	font-weight: bold;
	margin: 10px 20px 10px 20px;
	
}

.derniers-articles .en-tete:first-letter{  /* Ajout?[ XLH ] */
	color: #FF9900;
}

.derniers-articles .annonce {  /* modifié[ XLH ] */
	background: #FFFFFF;
	margin: 20px 20px 20px 20px;   /*XLH*/
	padding: 0px 0px 10px 0px;
	background-color: #FFFFFF; /*XLH*/
	border-bottom: 3px solid #808080; /*XLH*/
	border-right: 3px solid #808080; /*XLH*/
	border-top: 1px solid #C0C0C0; /*XLH*/
	border-left: 1px solid #C0C0C0; /*XLH*/
}

.derniers-articles .surtitre {  /* modifié[ XLH ] */
	color: #C00000;   /*XLH*/
	font-family:"Comic Sans MS";    /*XLH*/
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
}

.derniers-articles a.titre { /* modifié[ XLH ] */
	display: block;
	color: #C00000;   /*XLH*/
	font-family:"Comic Sans MS";   /*XLH*/
	font-size: 130%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	padding-top: 5px;
}

.derniers-articles a.titre:hover {  /* modifié[ XLH ] */
	color: #OOOOOO;    /*XLH*/
	text-decoration: underline;
}

.derniers-articles .soustitre {  /* modifié[ XLH ] */
	color: #333333;  /*XLH*/
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
}

.derniers-articles .detail {  /* modifié[ XLH ] */
	color: #202020;  /*XLH*/
	font-size: 85%; /*Sarka-SPIP 1.8.2*/
	font-weight: bold;
	text-align: right; /*XLH*/
	padding: 1px 5px 1px 5px;
	width: 200px;
	float: right;
}

.derniers-articles .chemin {   /* modifié[ XLH ] */
	color: #990000;
	font-weight: bold;
	padding: 0px 10px 5px 10px;   /*XLH*/
}

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

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

.derniers-articles .liste a {  /* Ajout?[ XLH ] */
	color:#000000;
	text-decoration: none;
}

.derniers-articles .liste a:hover {  /* Ajout?[ XLH ] */
	color:#000000;
	text-decoration: underline;
}

.derniers-articles .liste em{  /* Ajout?[ XLH ] */
	color:#FF9900;
}

.derniers-articles .liste p{  /* Ajout?[ XLH ] */
	color:#000000;
}

.derniers-articles .liste li{  /* Ajout?[ XLH ] */
    list-style:none inside url(../images/fleche.gif);
}

.derniers-articles .liste H4{  /* Ajout?[ XLH ] */
    font-size:16px;
	font-weight:bold;
	text-align:center;
}

.derniers-articles .liste H5{  /* Ajout?[ XLH ] */
    font-size:14px;
	font-weight:bold;
	margin-left:5px;
}

.derniers-articles .liste H5:first-letter{  /* Ajout?[ XLH ] */
   color: #FF9900 ;
   text-transform:capitalize;
}



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

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

.contenu .article {  /* modifié[XLH] */
	background: #EEEEEE;  /*XLH*/
	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 {  /* modifié[XLH] */
	color: #C00000;   /*XLH*/
	font-size: 120%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	font-family:"Comic Sans MS";   /*XLH*/
}

.article .titre {  /* modifié[XLH] */
	color: #C00000;  /*XLH*/
	font-size: 180%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	font-family:"Comic Sans MS";   /*XLH*/
}

.article .soustitre {  /* modifié[XLH] */
	color: #C00000;  /*XLH*/
	font-size: 130%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	font-family:"Comic Sans MS";  /*XLH*/
}

.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 {  /* modifié  [ XLH ] */
	color: #202020;   /*XLH*/
	font-size: 85%; /*Sarka-SPIP 1.8.2*/
	font-weight: bold;
	text-align: right; /*XLH*/
	margin: 0px 0px 10px 55%;
	padding: 1px 5px 1px 5px;
}

.article .detail a {  /* crée  [ XLH ] */
	color:#FF9900;
	text-decoration: none;
}

.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 h2 {  /* créé [XLH] suite à l'installation plugin barre typo enrichie*/
	color: #C00000;
	font-weight: bold;
	font-size: 160%;
	text-align : center;
}
.article h3 {
	color: #6262A4;
	font-weight: bold;
	font-size: 140%;
	margin: 1.5em 0em 0.5em 0em;
}
.article h4 {  /* créé [XLH] suite à l'installation plugin barre typo enrichie*/
	font-weight: bold;
	text-decoration : underline;
}

.article .texteencadre-spip{  /* créé [XLH] suite à l'installation plugin barre typo enrichie*/
	border: 1px solid black;
	margin : 0em 2em 0em 2em;
	padding : 0em 0.5em 0em 0.5em;  
	background-color: #eeeeff;
}

.article .caractencadre-spip{  /* créé [XLH] suite à l'installation plugin barre typo enrichie*/
   color: #FF9900;
}

.article blockquote {
	border: 1px solid #808080;
	background: #EEEEEE;
	padding: 0px 15px 0px 15px;
}

.article table {
	font-size: 90%;
	border-color: #FFFFFF;
	margin :auto;
	width:90%;
}
.article tr{
  height : 50px;
}
.article tr.row_first {
	background: #808080;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}

.article tr.row_odd {  /* modifié[XLH] */
	background: #F8EABE;   /*XLH*/
	color: #000000;
}

.article tr.row_even { /* modifié[XLH] */
	background: #CCCCCC; /*XLH*/
	color: #000000;
}

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

.article a.imprimer {
	display: block;
	background-image: url(../images/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 { /* modifié[XLH] */
	background-image: url(../images/sden_bouton-coin.png);  /*XLH*/
	background-repeat: no-repeat;  /*XLH*/
	background-color:#F0F0F0;  /*XLH*/
	color: #606060 !important; /*XLH*/
	text-decoration:none !important;
	text-align:center;
	padding:1px 2px 2px 1px;  /*XLH*/
	float: right;
	display:block;
	border-bottom: #B0B0B0 solid 1px;/*XLH*/
	border-right: #B0B0B0 solid 1px;/*XLH*/
	border-top: #E0E0E0 solid 1px;/*XLH*/
	border-left: #E0E0E0 solid 1px;/*XLH*/
}

a.repondre:hover {  /* modifié[XLH] */
    background-image: url(../images/sden_bouton-coin.png); /*XLH*/
	background-repeat: no-repeat; /*XLH*/
	background:#FFFFFF !important;
	color:#505050 !important;   /*XLH*/
	text-decoration:none !important;
	padding:2px 1px 1px 2px;  /*XLH*/
}


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


.forum .visualisation {  /* modifié[XLH] */
	border: 1px solid #B0B0B0;  /*XLH*/
	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 {  /* modifié[XLH] */
	border-bottom: 1px solid #B0B0B0;  /*XLH*/
	font-size: 100%;   /*XLH*/
	font-weight: bold;
	text-align: left;
	color: #C00000;   /*XLH*/
	margin: 0px;
	padding: 2px 10px 2px 10px;
	background: #EEEEEE;  /*XLH*/
	margin: 0px;
	font-family:"Comic Sans MS";   /*XLH*/
}

.forum .visualisation .detail {  /* modifié[XLH] */
	border-bottom: 1px solid #B0B0B0;   /*XLH*/
	border-left: 1px solid #B0B0B0;   /*XLH*/
	font-size: 90%;
	text-align: center;
	color: #6262A4;  /*XLH*/
	font-weight:bold;  /*XLH*/
	width: 200px;
	float: right;
	padding: 1px;
	background: #EEEEEE;  /*XLH*/
}

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


.forum a.article-forum { /* modifié[XLH] */
	text-decoration: none;
	font-size: 120%;   /*XLH*/
	color: #C00000; /*XLH*/
	font-weight: bold;
	text-align: left; /*XLH*/
	font-family:"Comic Sans MS";  /*XLH*/
}

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

.forum ul {
   list-style-image: URL(../images/sden_puce.gif);
}

/* ~~~~~~~~~~~~ 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 {/* modifié[ XLH ] */
	display:inline;
	background:#FFFFFF;
	color:#FF9900;
	border: #FF9900 solid 1px;/*XLH*/
	padding:1px;
	margin:10px 2px 10px 2px;
}
		
.bande-pagination a {/* modifié[ XLH ] */
	display:inline;
	background:#FF9900;
	color:#F0F0FA;
	border: #FF9900 solid 1px;/*XLH*/
	padding:1px;
	margin:10px 2px 10px 2px;
}
.bande-pagination a:hover {
	background:#FFFFFF;
	color:#FF9900;
}

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

.plan { /* modifié[ XLH ] */
	margin: 0px 30px 0px 30px; /*Sarka-SPIP 1.8.2*/
}

.plan .intitule { /* supprimé[ XLH ] */
/*	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(../images/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.plan a.rubrique {   /* modifié[ XLH ] */
	display:block;
	font-size: 130%;  /*XLH*/
	color: #000000;  /*XLH*/
	font-weight:bold;
	padding: 10px 10px 5px 10px;  /*XLH*/
	margin: 0.5em 0px 0px 0px;
}
.plan a.rubrique:first-letter {  /* Ajout?[ XLH ] */
   color: #FF9900;
}

.plan a.rubrique:hover { /* modifié[ XLH ] */
	/*background-image:url(../images/puce0.jpg);  */   /*XLH*/
	/*background-position: left center;*/  /*XLH*/  
	/*background-repeat: no-repeat;*/  /*XLH*/
	
	display: block;/*XLH*/
	font-size: 150%;/*XLH*/
	color: #ED1C24;/*XLH*/
	padding: 12px 8px 3px 12px;/*XLH*/
	font-weight:bold;/*XLH*/
}

.plan a.article { /* modifié[ XLH ] */
	color: #000000;/*XLH*/
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 12px; /*XLH*/
}

.plan a.article:hover {   /* modifié[ XLH ] */
	/*background-image:url(../images/puce-n0.gif);*/  /*XLH*/
	/*background-position: left center;*/  /*XLH*/
	/*background-repeat: no-repeat; */  /*XLH*/
	text-decoration: underline;   /*XLH*/
}

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

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

.plan .date { /* modifié[ XLH ] */
	color: #990000;
	margin-right:8px;/*XLH*/
}

.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(../images/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{   /* modifié[XLH] */
    color: #FF9900;  /*XLH*/
	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 */   /* modifié[XLH] */
    background: #990000;
	font-weight:bold;
	color :#FF9900;    /*XLH*/
}

.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 {   /* modifié[XLH] */    /* corespond à la ligne des jours : lu ma me je ve sa di*/
	background-color: #FF9900;  /*XLH*/
	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 {   /* modifié[XLH] */
	display:block;
	color: #000000;  /*XLH*/
	font-weight:bold;
	padding-left:15px;
	margin: 0.5em 0px 0px 0px;
}

.agenda_annuel a.mois:first-letter {/* modifié[XLH] */
	text-transform: uppercase;
	color: #FF9900;  /*XLH*/
}

.agenda_annuel a.mois:hover {
	background-image:url(../images/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(../images/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 {     /* modifié[XLH] */
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-top: 2px solid #B0B0B0; /*XLH*/
}

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

.galerie .album  .vignette .spip_logos {   /* modifié[XLH] */
	padding: 10px;
	display: block;
	background: #FFFFFF;
	border-left: 2px solid #B0B0B0; /*XLH*/
	border-right: 2px solid #B0B0B0; /*XLH*/
	border-bottom: 2px solid #B0B0B0; /*XLH*/
}

.galerie .album  .detail {    /* modifié[XLH] */
	font-size: 85%; /*Sarka-SPIP 1.8.2*/
	font-weight: bold;
	margin: 0px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
	padding: 1px 5px 1px 5px;
	width: 200px;
	float: right;
	color: #202020;  /*XLH*/
	text-align: right; /*XLH*/
}

.galerie .album  .detail a {    /* modifié[XLH] */
	color:#FF9900; /*XLH*/
	text-decoration: none; /*XLH*/
}

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

.galerie .album   a.titre {   /* modifié[XLH] */
	display: block;
	color: #C00000;  /*XLH*/
	font-size: 130%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	padding-top: 5px;
}

.galerie .album   a.titre:hover {  /* modifié[XLH] */
	color: #000000;   /*XLH*/
	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;
	
}

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

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

.album_menu {    /* modifié[XLH] */
   margin-top:25px;
   padding-top:10px;
   padding-bottom:10px;
   border-top:2px #B0B0B0 solid;    /*XLH*/
   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(../images/_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(../images/_premon.gif);
}

.album_menu a.fleche-previous {
	display: block;
	background-image: URL(../images/_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(../images/_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(../images/_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(../images/_suivon.gif);
}

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

.album_menu a.fleche-fwd:hover {
	background-image: URL(../images/_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 #B0B0B0 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(../images/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(../images/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(../images/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(../images/puce-n1.gif);
	padding: 0px;
	margin: 5px 0 0 0;
}

ul.spip ul.spip li.spip {
	list-style-image:URL(../images/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;
}


/* ==================================================================================*/
/* Partie ajoutée par Xavier LE HO pour inserer une bannière dans la partie haute du site */
/*[ XLH ]*/
.header{
    display: block;
    background: url(../images/sden_bandeau-degrade.png);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	height: 50px;
	margin: 0px;
	padding: 10px 20px 10px 10px;
	border: 1px solid #b0b0b0;
	
}

.header .gauche {
 left:30px;
 width:150px;
 
 /*background-color:#00FF00;  rouge
 border:1px solid black;*/
}

.header .centre {
 /*background-color:#CCFF00;  jaune
 border:1px solid black;*/
 margin-left:180px;
 margin-right:280px;
 margin-top : 10px;
 vertical-align:middle;
 
}
.header .droite {
    text-align:center;
 	/*font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-weight: bold;
	color:#FF00FF;*/
	right:30px;
	width:250px;
	/*background-color:#0000FF;  bleu*/
	/*border:1px solid black;*/
}

.header .droite  a{
 	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-weight: bold;
	color:#ED1C24;
	/*background-color:#0000FF;  /*bleu*/
	/*border:1px solid black;*/
}
.header .droite a:hover{
 	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-weight: bold;
	color:#FFFF00;
	/*background-color:#0000FF;  /*bleu*/
	/*border:1px solid black;*/
}
/* Fin de la partie ajoutée par Xavier LE HO */
/* ==================================================================================*/
/*[ / XLH ]*/
