body {
	background: #FFCC66;
	margin: 20px;
	padding: 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #CC3300;
}

/* Couleurs identifications des bibliothèques */
.bibcap_p {background-color: #99CC33;font-weight: bold; font-size: 12px; color:#FFFFFF;}
.bibcap_l {background-color: #FF4040;font-weight: bold; font-size: 12px; color:#FFFFFF;}
.bibcap_s {background-color: #336699;font-weight: bold; font-size: 12px; color:#FFFFFF;}
.bibfra_p {background-color: #FFFF66;font-weight: bold; font-size: 12px; color:#CC3300;}
/* .neutre {background-color: #A29060} */
.neutre {background-color: #FFFFFF}


a.envoi_mail {
	display: block;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 10px; 
}

a {
	text-decoration:none;
}

/*---comportement des liens de style bouton---*/
.bouton {
	border: 1px outset;
	font-weight: bold;
	color: #ffffff;
	background: #CC3300;
	font-size: 12px;
	padding: 2px;
	margin: 1px;
}
/*---comportement des logos de la colonne de gauche---*/

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

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

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 elements de formulaires---*/

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

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

.formulaire_spip label {
	font-weight: bold;
}

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

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

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

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

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

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

a.info span {
	display: none;
}

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

.images a.info:hover span {
	/* style des infobulles associees 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 associees aux articles syndiques (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 associees aux articles syndiques (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, decomposition de la page en 3 colonnes et 1 bandeau ====================== */

a.bandeau {
	/*bandeau contenant le titre du site*/
	display: block;
	background: #A29060;
	border : 2px inset;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	/* height: 50px; */
	padding: 10px 10px 10px 10px;
	text-align: left;
}

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

.bande-chemin {
	border-bottom: 1px dotted #A29060;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 10px;
	text-align: left;
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
}

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

}

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

.footer {
	/*pied de page*/
	border-top: 1px dotted #A29060;
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 20px;
}

/* ================================ Formatage des elements du bandeau =============================== */

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

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


/* ================================ Formatage des elements du pied de page =============================== */

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

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

/* ================================ Formatage des elements de la colonne de gauche =============================== */

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

.maj {
	background: #FFFFFF;
	font-size: 11px;
	border: 1px solid #CC3300;
	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 {
	display: block;
	color: #CC3300;
	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 {
	background-image:url(../images/puce-n0.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #CC3300;
	text-decoration: underline;
}

.stats a.info:hover span {
	/* style des infobulles associees aux images */
	display: inline;
	position: absolute;
	z-index: 500;
	margin:0em 0 0 1em;
	background: #CC3300;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 3px 0px 3px;
	border:1px solid #CC3300;
	width: 30px;
}
/* bloc de navigation 2 --> contact + admin + formulaire + s'inscrire */

.nav2 {
	/*bloc contenant les liens de navigation*/
	border: 1px solid #CC3300;
	background: #A29060;
/*	background-image:url(../images/fond.jpg); */
	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;
}

/* ================================== Formatage des elements de la colonne centrale ============================== */

/* Style de l'intitule de chaque page */
.intitule {
	border-left: 6px solid #CC3300;
	border-bottom: 2px solid #CC3300;
	padding: 1px 5px 1px 5px;
	color: #CC3300;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 30px 20px 30px;
/*	color: #CC3300;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 30px 20px 30px; 
*/
}

/* ~~~~~~~~~~~~ sommaire ~~~~~~~~~~~~ */
/* Le bloc sommaire contient l'edito 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;
	border: 1px solid #CC3300;
	background-color: #A29060;
	text-align: left;
}

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

.edito a:hover {
	color: #CC3300;
	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: #CC3300;
	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:#CC3300;
	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: #CC3300;
	font-weight: bold;
	font-size: 140%;
	margin: 1.5em 0em 0.5em 0em;
}

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

.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: 0px solid #E0E0E0;
/*	padding: 1px 5px 1px 5px; */
	padding: 0px;
}

/*
.edito .contenu {
	border: 1px solid #CC3300;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 120%;
	text-align:center;
}
*/
/* Page accueil */
.accueil {
	font-size: 13px;
	margin: 0px 30px 20px 30px;
	border: 0px solid #CC3300;
	background-color: #FFFFFF;
	text-align: center;
}

.accueil .diaporama {
	width:280px;
	margin-left: auto;
	margin-right: auto;
	padding:15px;
	border:1px solid #CC3300;
	background-color:#A29060;
	text-align:center;
}

/* annonce des rubriques-secteurs */

.sommaire .rubrique {
	border: 2px solid #CC3300;
	background: #FFFFFF;
	margin: 0px 30px 20px 30px;  /*Sarka-SPIP 1.8.2*/
}

.sommaire .rubrique a.titre {
	display: block;
	font-size: 150%;
	color: #FFFFFF;
	background: #CC3300;
	border-right: 2px solid #CC3300;
	border-bottom: 2px solid #CC3300;
	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: #CC3300;
	background: #FFFFFF;
	border-right: 2px solid #CC3300;
	border-bottom: 2px solid #CC3300;
	padding: 1px 5px 1px 5px;
	margin-right: 50%;
	text-align:center;
	font-weight:bold;
}

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

.sommaire .rubrique .texte a {
	color: #CC3300;
	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 associes */
/* in extenso */

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

/* contenu --> rubriques */

.contenu .rubrique {
	border-left: 6px solid #CC3300;
	border-bottom: 2px solid #CC3300;
	padding: 1px 5px 1px 5px;
	color: #CC3300;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 30px 20px 30px;
/*
	border: 2px solid #CC3300;
	background: #FFFFFF;
	margin: 0px 30px 40px 30px; /*Sarka-SPIP 1.8.2*/
*/
}

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

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

.contenu .rubrique .texte a {
	color: #CC3300;
	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: 13px;
	padding: 5px;
}

.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(../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: #CC3300;
	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: #CC3300;
	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: #CC3300;
}

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

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

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

.article {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px; 
	font-size: 12px;
	padding: 10px 10px 10px 10px; 
}

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

.article a:hover {
	color: #CC3300;
	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 {
	border-left: 6px solid #CC3300;
	border-bottom: 2px solid #CC3300;
	padding: 1px 5px 1px 5px;
	color: #CC3300;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

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

* html .article .surtitre, * html .article .titre, * html .article .soustitre 
	{height : 1px;}  /* Hack IE6 : sur-titre, titre, sous-titre de l'article invisible */

*+html .article .surtitre, *+html .article .titre, *+html .article .soustitre 
	{height : 1px;}  /* Hack IE7 : sur-titre, titre, sous-titre de l'article invisible */


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

.article .texte {
	color: #646464;
	margin: 0px 10px 0px 10px;
	text-align:justify
}

.lettrine {
	float: left; /* positionnement de la lettrine dans le conteneur*/
	font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #CC3300;
	border: 1px solid #CC3300; /* définition d'une bordure autour de la lettrine*/
	background-color: #FFFFFF; 
	margin: 1px;
	padding: 1px;
	line-height: 1em;
}

.article .chapo {
	color: #CC3300;
	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 #CC3300;
}

.article .post-scriptum .annonce {
	font-weight: bold;
	color:#CC3300;
	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 #CC3300;
	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: #CC3300;
	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: #FFFFFF;
	color: #000000;
}

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

.article td {
	border: 0px 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; 
}

.article a.creer_pdf {
	display: block;
	background-image: url(../images/_pdf.gif);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float: right;
	margin-right: 10px; 
}
/* ~~~~~~~~~~~~ plan du site et sites references ~~~~~~~~~~~~ */

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

.plan .intitule {
	border-left: 6px solid #CC3300;
	border-bottom: 2px solid #CC3300;
	padding: 1px 5px 1px 5px;
	color: #CC3300;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

.plan a.annee {
	display:block;
	color: #CC3300;
	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 {
	display:block;
	font-size: 15px;
	color: #646464;
	font-weight:bold;
	padding-left:15px;
	margin: 0.5em 0px 0px 0px;
	background-image:url(../images/puce1.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

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

.plan a.site {
	display:block;
	font-size: 15px;
	color: #646464;
	font-weight:bold;
	padding-left:15px;
	margin: 0.5em 0px 0px 0px;
	background-image:url(../images/puce1.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.plan a.site:hover {
	color: #CC3300;
	background-image:url(../images/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}


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

.plan a.article:hover {
	background-image:url(../images/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(../images/puce-n0.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.plan .date {
	color: #CC3300;
}

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

.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: #CC3300;
	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;
}

.indentation {
	padding-left: 40px;
}

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



/* ====================== Formatage des elements 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: 15px;
	color: #CC3300;
	text-align: center;
	border: 1px solid #CC3300;
}

.agenda a.en-tete {
	display: block;
	background-color: #A29060;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #CC3300;
}

.agenda a.en-tete:hover {
	background-color: #CC3300;
	background-image:none; 
	color: #FFFFFF;
	border: 1px solid #CC3300;
}
.agenda .contenu {
	border: 1px solid #CC3300;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 13px;
	/*width:150px;*/
}
.agenda .contenu .mois {
	border-bottom:1px solid #CC3300;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	text-align:center;
}

.seminaire {
	border: 1px solid #CC3300;
	font-size: 14px;
}

.agenda .contenu .mois a{
	color: #808080;
	font-weight: normal;
	text-decoration: none ;
	font-size: 14px;
}
.agenda .contenu .mois a:hover{
	text-decoration: none;
	color: #CC3300;
}

.tableau {
	font-weight: bold;
	font-size:11px;
	color:#A29060;
	text-align:center;
	font-style:normal;
}

.calendar_this_day {  /* surligne le jour d'aujourd'hui */
	background: #CC3300;
	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 => debut 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: #CC3300;
	text-align: center;
	font-size: 10px;
	color: #EEEEEE;
	font-style:normal;
}


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

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

.agenda_annuel .intitule {
	color: #CC3300;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

.agenda_annuel a.mois {
	display:block;
	color: #CC3300;
	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(../images/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.agenda_annuel a.evenement {
	color: #CC3300;
	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: #CC3300;
}

.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: 12px;
	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 #CC3300 solid;
   width:100%;
	color: #CC3300;
	font-family: Courier, monospace;
}


.album_boutons {
	border: 1px #CC3300 solid;
	background-color: #FFFFFF;
	min-width: 150px; !important
	min-width: 100px;
	margin: 5px 30% 5px 30%;
	padding: 2px;
	font-weight: bold;
	color: #CC3300;
	_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 numerotation centree*/
.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 numerotation centree*/
.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 creer 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 creer le fond bleu des vignettes et l'espacement entre elles*/

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

/*style valable pour ff, equivalent au style precedent 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: #A29060; 
	height : 130px ;
	width : 130px;
	padding : 5px;
	margin :0px;
}

.album_photo {
   border-top:2px #CC3300 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: #CC3300;
	font-size: 150%;
	font-weight: bold;
}

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

/* ~~~~~~~~~~~~ sites syndiques ~~~~~~~~~~~~ */

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

.web a.en-tete {
	display: block;
	background-color: #A29060;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #CC3300;
}

.web a.en-tete:hover {
	background-color: #CC3300;
	background-image:none; 
	color: #FFFFFF;
	border: 1px solid #CC3300;
}

.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 #CC3300;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	font-size: 100%;
}

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


.web .site a.nom-site {
/*	display: block; */
	border-bottom: 0px solid #808080;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #808080;
	margin: 0px;
	padding: 1px;
	background: #FFFFFF;
	margin-bottom: 10px;
}

.web .site a.nom-site:hover {
	color: #CC3300;
}

.spip_surligne { background: #FFFF66; }

/* Puces generees par un tiret seul en debut 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 generees par un tiret suivant d'un ou plusieurs asterisques (ex: -* blabla...) */
/* Ces puces sont incluses dans une balise <ul class="spip"> et le code de chaque item est <li class="spip"> */

ul.spip  {
	padding: 0;
	margin: 5px 0 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 generees 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 #CC3300;
	background: #FCF4D0;
	padding: 5px 0 5px 0;
	margin: auto;
}

div.spip_documents_no-float .spip_documents {
	text-align: center;
	font-size: 90%;
	border: 1px solid #CC3300;
	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;
}
.clearer-right {
	clear: right;
	display: block;
	height: 0px;
}

.reponse_formulaire { 
	font-size: 12px; 
	font-weight: bold; 
	color: red;
}
/* ~~~~~~~~~~~~ Actualités - fenêtre déroulante sur page d'accueil ~~~~~~~~~~~~ */
.actualites {
	margin: 0px 0px 0px 0px;
	color: #646464;
	font-size: 11px;
}
.actualites fieldset {
	border: 1px solid #CC3300;
	padding: 0px 0px 0px 20px;
}

.actualites .en-tete {
	display: block;
	background-color: #A29060;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #CC3300;
}

.actualites a.lien {
	color:#CC3300; 
	font-weight: bold;
	text-decoration:none;
	font-size: 14px;
}
.actualites a.lien:hover {
	color:#808080;
	text-decoration:none;
}

.nav1 {
	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:#A29060;
	border:1px solid #CC3300;
	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 dotted #FFFFFF;
}

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

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

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

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