/* site principal : la couleur de base est le bleu du logo
couleur du logo  :			#0006BA(rouge=0, vert=6, bleu=186, teinte=169, saturation=255, luminosité=93) au lieu de #78A0C8
texte foncé (presque noir)	#000250(rouge=0, vert=2, bleu=80, teinte=169, saturation=255, luminosité=40) au lieu de #000000
bleu soutenu			#0050A0(rouge=0, vert=80, bleu=160, teinte=149, saturation=255, luminosité=80)
*/

html {
	height: 100%;
}
body {
	background: #8899AA;
	color: #000250;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0px;
	margin: 0 auto;
}
/* debut ajout */
.searchbutton {/* bouton de recherche */
	background-image:url(/IMG/gif/loupe.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:0px;
	border: none;
	height:23px;
	width:50px;
	clear:both;
	cursor:pointer;
	cursor:hand;
}
.siteactuel {
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 2px;
	border: 2px solid #FFFFFF;
	border-bottom: 0px;
}
.autresite {
	background: #BBCCDD;
	margin: 0 auto;
	margin-top: 2px;
	border: 2px solid #BBCCDD;
	border-bottom:0px;
}
.superbouton {
	width: 96%;
	height: 18px;
	text-align: center;
    float: left;
	margin-left: 2%;
	margin-right: 2%;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
.superlien1 {
	color:#0006BA;
}
.superlien2 {
	color:#007D00;
}
.superlien3 {
	color:#D02D2D;
}
.superlien4 {
	color:#FFFFFF;
}
.spacer {
	clear: both;
	visibility: hidden;
}
div#conteneur {
	background: #FFFFFF;
	width: 98.5%;
	height: 100%;
	text-align: left;
	margin:0 auto;
	border: 2px solid #FFFFFF ;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
h1#header { 
	height: 120px ;
	background: #0005CE; /* #30489E;  */
}
/* fin ajout */
a {
	text-decoration:none;
}
/*---comportement des liens de style bouton---*/
a.bouton {
	display:block;
	background:#0006BA;
	color:#FFFFFF;
	text-decoration:none;
	border: 1px solid #0006BA;
	border-right: 2px solid #0006BA;
	border-bottom: 2px solid #0006BA;
	text-align:center;
	padding:1px;
	margin:10px 0px 10px 0px;
	font-size: 12px;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
a.bouton:hover {
	background:#FFFFFF;
	color:#0006BA;
	text-decoration:none;
}
/*---comportement des elements de formulaires---*/
.formulaire_spip fieldset {
	border: 1px solid #0006BA; /* #78A0C8; */
	margin: 10px 0px 10px 0px;
	padding: 10px;
}
.formulaire_spip legend {
	color: #0006BA; /* #78A0C8; */
	background: #EEEEEE;
	font-weight: bold;
	border: 1px solid #0006BA; /* #78A0C8; */
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 5px 0px;
}
.formulaire_spip label {
	font-weight: bold;
}
.saisie-texte, .forml {
	display:block;
	color: #0006BA; /* #78A0C8; */
	background: #F0F0FA;
	border: 1px solid #0006BA; /* #78A0C8; */
	margin:5px 0px 5px 0px;
	padding:1px;
}
.spip_bouton input {
	display: block;
	float: right;
	background: #0006BA; /* #78A0C8; */
	color: #F0F0FA;
	border: 1px solid #0006BA; /* #78A0C8; */
	margin:5px 0px 5px 0px;
	behavior: url(squelettes/scripts/spip-bouton-hover.htc);
}
.spip_bouton input:hover {
	background: #F0F0FA;
	color: #0006BA; /* #78A0C8; */
	border: 1px solid #0006BA; /* #78A0C8; */
	cursor: pointer;
}
.spip_bouton_gauche input {
	display: block;
	background: #0006BA; /* #78A0C8; */
	color: #F0F0FA;
	border: 1px solid #0006BA; /* #78A0C8; */
	margin:5px 0px 5px 0px;
	behavior: url(squelettes/scripts/spip-bouton-hover.htc);
}
.spip_bouton_gauche input:hover {
	background: #F0F0FA;
	color: #0006BA; /* #78A0C8; */
	border: 1px solid #0006BA; /* #78A0C8; */
	cursor: pointer;
}
fieldset {
	margin: 0px;
	padding: 0px;
}
blockquote {
	display: block;
	border : 1px solid #D7E0FF;
	border-bottom : 2px solid #CDD8FF;
	border-right : 2px solid #CDD8FF;
	background : #F1F4FF;
	margin-top : 0px;
	margin-left : 45px;
	padding : 2px 5px 2px 5px;
	font-style :italic;
	overflow: auto;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
/*---style des info-bulles perso adaptees 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 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 {
	background-color: transparent;
	margin: 0px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	padding: 0px;
	font-size: 30px;
	font-weight: bold;
	color: #8888ff;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
a.bandeau:hover {
	color: #6666FF;
	text-decoration: none;
}
.bande-boutons {
	background: #FFFFFF; /* #0006BA; /* #78A0C8; */ */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
	color: #0006BA;
	font-weight: bold;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	xxborder-top:2px solid #FFFFFF;
	xxborder-left:2px solid #FFFFFF;
	xxborder-right:2px solid #FFFFFF;
}
.bande-chemin {
	/*bande accrochee au bandeau de titre, contenant le chemin hierarchique de la page en cours*/
	xxborder-top: 2px solid #FFFFFF;
	background: #FFFFFF; /* #0006BA; /* #78A0C8; */ */
	padding: 4px 10px 4px 10px;
	margin: 0px 0px 0px 210px;
	text-align: left;
	font-size: 11px;
	color: #0006BA;
	font-weight: bold;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}
.bande-chemin a {
	color: #0006BA;
	font-weight: bold;
}
.bande-chemin a:hover {
	color: #0006BA;
}
.gauche {
	border: 0px;
	width: 180px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	position: absolute;
	left: 5px;
	z-index: 500;
	margin: 5px;
	margin-top:0px;
	float: left;
}
.centre {
	border: 2px;
	height: 100%;
	_height: 100%;	/*  hack pour IE  */
	margin-top: 0px;
	margin-left: 180px;
	margin-right: 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}
.footer {
	clear: both;
	text-align: center;
	color:#eeeeee;
	font-size: 12px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	padding: 20px;
}
/* ================================ Formatage des elements du bandeau =============================== */
a.bandeau .spip_logos {
	float: left;
	border: 0px;
}
a.bandeau .nom-site {
	margin: 0px;
	padding: 0px;
}
/* ================================ Formatage des elements du pied de page =============================== */
.footer a {
	color: #eeeeee;
	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 #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 {
	display: block;
	color: #0006BA; /* #78A0C8; */
	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: #0006BA; /* #78A0C8; */
	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: #0006BA; /* #78A0C8; */
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 3px 0px 3px;
	border:1px solid #0006BA; /* #78A0C8; */
	width: 30px;
}
/* bloc de navigation 2 --> contact + admin + formulaire + s'inscrire */
.nav2 {
	/*bloc contenant les liens de navigation*/
	position: relative;
	left: 5px;
	float: left;
	border: 0px solid #990000;
	background: #990000;
	width: 98%;
	margin: 5px 0px 5px 0px;
	background-color:#FFFFFF; 
}
.nav2 .texte {
	margin:0px;
	font-size: 12px;
	text-align: left;
	background-color:#FFFFFF;
	font-weight: normal;
}
.nav2 .texte .bouton {
	margin: 5px 0px 5px 3px;
	/*text-indent: -20px;*/
	text-align: justify;
	/*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 {
	position: relative;
	left: 5px;
	float: left;
}
.nav2 .texte .logo-agenda {
	position: relative;
	left: 5px;
	float: left;
}
.nav2 .texte .logo-galerie {
	position: relative;
	left: 5px;
	float: left;
}
.nav2 .texte .logo-motscles {
	position: relative;
	left: 5px;
	float: left;
}
.nav2 .texte .logo-forum {
	position: relative;
	left: 5px;
	float: left;
}
.nav2 .texte .logo-contact {
	position: relative;
	left: 5px;
	float: left;
}
.nav2 .texte .logo-referencement {
	position: relative;
	left: 5px;
	float: left;
}
.nav2 .texte .logo-inscription {
	position: relative;
	left: 5px;
	float: left;
}
.nav2 .texte .logo-login {
	visibility: hidden;
	margin: 5px 0px 5px 3px;
	/*text-indent: -20px;*/
	text-align: justify;
	/*text-indent: 5px;*/
/*	position: relative;
	left: 5px;
	float: left; */
}
.nav2 .texte .logo-logout {
	position: relative;
	left: 5px;
	float: left;
}
.nav2 .texte .logo-prive {
	position: relative;
	left: 5px;
	float: left;
	clear: left;
}
.nav2 .texte .auteur{
	margin: 17px 0px 17px 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	background: #F0F0FA;
	color: #990000;
	border: 1px solid #0006BA; /* #78A0C8; */
	text-align: center;
}
.nav2 .texte .auteur a{
	color: #2850A0;
}
.nav2 .texte .auteur a:hover{
	text-decoration: underline;
}
.nav2 .saisie-texte {
	width:90%;
}
.nav2 .forml{
	width:90%;
}
/* ================================== Formatage des elements de la colonne centrale ============================== */
/* Style de l'intitule de chaque page */
.intitule {
	color: #2850A0;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 30px 20px 30px; 
}
.deroulant {
	margin: 0px 30px 0px 30px; 
}
a.souligne {
	color: #2850A0;
	font-size: 24px;
}
a.souligne:hover {
	color: #2850A0;
	text-decoration:underline;
}
/* ~~~~~~~~~~~~ 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 8px 8px 18px; /*Sarka-SPIP 1.8.2*/
	border: 1px solid #000250;
	border-right: 2px solid #000250;
	border-bottom: 2px solid #000250;
	bacxxkground-color: #AAD2FA;
	background-color: #F1F4FF;
	z-index:0;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.edito a {
	color: #2850A0;
	text-decoration: none;
}
.edito a:hover {
	color: #2850A0;
	text-decoration: underline;
}
.edito .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
	border:0px;
	z-index:0;
}
.edito .titre {
	color: #000250;
	font-size: 180%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	z-index:0;
}
.edito .detail {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	color: #000250;
	padding-right: 10px;
}
.edito .texte {
	color: #000250;
	margin: 10px;
	padding: 0px;
	z-index:0;
}
.edito .notes {
	color: #000250;
	margin: 10px;
	padding: 0px;
	border-top: 2px solid #000250;
	font-size: 90%;
}
.edito h3 {
	color: #0006BA; /* #78A0C8; */
	font-weight: bold;
	font-size: 140%;
	margin: 1.5em 0em 0.5em 0em;
}
.edito table {
	font-size: 90%;
	border-color: #0080c0;
}
.edito tr.row_first {
	text-align: center;
	font-size: 100%;
}
.edito tr.row_odd {
	color: #000250;
}
.edito tr.row_even {
	color: #000250;
}
.edito td {
	border: 1px solid #00FFFF;
	padding: 1px 5px 1px 5px;
}
/* flash */
.flash {
	font-size: 13px;
	margin: 0px 20px 8px 30px; /*Sarka-SPIP 1.8.2*/
	border: 1px solid #000250;
	border-right: 2px solid #000250;
	border-bottom: 2px solid #000250;
	background-color: #CDE6FF;
	z-index:0;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.flash a {
	color: #2850A0;
	text-decoration: none;
}
.flash a:hover {
	color: #2850A0;
	text-decoration: underline;
}
.flash .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
	border:0px;
	z-index:0;
}
.flash .titre {
	color: #000250;
	font-size: 180%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	z-index:0;
}
.flash .detail {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	color: #000250;
	padding-right: 10px;
}
.flash .texte {
	color: #000250;
	margin: 10px;
	padding: 0px;
	z-index:0;
}
.flash .notes {
	color: #000250;
	margin: 10px;
	padding: 0px;
	border-top: 2px solid #000250;
	font-size: 90%;
}
.flash h3 {
	color: #0006BA; /* #78A0C8; */
	font-weight: bold;
	font-size: 140%;
	margin: 1.5em 0em 0.5em 0em;
}
.flash table {
	font-size: 90%;
	border-color: #0080c0;
}
.flash tr.row_first {
	text-align: center;
	font-size: 100%;
}
.flash tr.row_odd {
	color: #000250;
}
.flash tr.row_even {
	color: #000250;
}
.flash td {
	border: 1px solid #00FFFF;
	padding: 1px 5px 1px 5px;
}
/* une */
.une {
	font-size: 13px;
	margin: 0px 20px 8px 30px; /*Sarka-SPIP 1.8.2*/
	border: 1px solid #000250;
	border-right: 2px solid #000250;
	border-bottom: 2px solid #000250;
	background-color: #E2F0FE; /* #CDE6FF; */
	z-index:0;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.une a {
	color: #2850A0;
	text-decoration: none;
}
.une a:hover {
	color: #2850A0;
	text-decoration: underline;
}
.une .image .spip_logos {
	display: block;
	float: right;
	margin: 10px;
	border:0px;
	z-index:0;
}
.une .titre {
	color: #000250;
	font-size: 180%;
	font-weight: bold;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	z-index:0;
}
.une .detail {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	color: #000250;
	padding-right: 10px;
}
.une .texte {
	color: #000250;
	margin: 10px;
	padding: 0px;
	z-index:0;
}
.une .notes {
	color: #000250;
	margin: 10px;
	padding: 0px;
	border-top: 2px solid #000250;
	font-size: 90%;
}
.une h3 {
	color: #0006BA; /* #78A0C8; */
	font-weight: bold;
	font-size: 140%;
	margin: 1.5em 0em 0.5em 0em;
}
.une table {
	font-size: 90%;
	border-color: #0080c0;
}
.une tr.row_first {
	text-align: center;
	font-size: 100%;
}
.une tr.row_odd {
	color: #000250;
}
.une tr.row_even {
	color: #000250;
}
.une td {
	border: 1px solid #00FFFF;
	padding: 1px 5px 1px 5px;
}
/* annonce des rubriques-secteurs */
.sommaire .rubrique {
	xxxborder: 2px solid #2850A0;
	xxxmargin: 0px 20px 20px 20px;  /*Sarka-SPIP 1.8.2*/
	border: 1px solid #0006BA;
	border-right: 2px solid #2850A0;
	border-bottom: 2px solid #2850A0;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.sommaire .rubrique a.titre {
	display: block;
	font-size: 150%;
	color: #0006BA;
	border: 1px solid #2850A0;
	border-right: 2px solid #2850A0;
	border-bottom: 2px solid #2850A0;
	padding: 1px 5px 1px 5px;
	margin-right: 25%;
	text-align:center;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.sommaire .rubrique a.titre:hover {
	display: block;
	font-size: 150%;
	color: #2850A0;
	border: 1px solid #2850A0;
	border-right: 2px solid #2850A0;
	border-bottom: 2px solid #2850A0;
	padding: 1px 5px 1px 5px;
	margin-right: 25%;
	text-align:center;
	font-weight:bold;
}
.sommaire .rubrique .texte {
	margin: 10px;
}
.sommaire .rubrique .texte a {
	color: #2850A0;
	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: #000250;
}
.sommaire .rubrique tr.row_even {
	background: #E0E0E0;
	color: #000250;
}
.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; /*Sarka-SPIP 1.8.2*/
	/*width: 100%;*/ /*Sarka-SPIP 1.8.2*/
}
/* contenu --> rubriques */
.contenu .rubrique {
	border: 1px solid #2850A0;
	border-right: 2px solid #2850A0;
	border-bottom: 2px solid #2850A0;
	margin: 0px 20px 20px 30px; /*Sarka-SPIP 1.8.2*/
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.contenu .rubrique a.titre {
	display: block;
	font-size: 150%;
	color: #0006BA;
	border: 1px solid #2850A0;
	border-right: 2px solid #2850A0;
	border-bottom: 2px solid #2850A0;
	padding: 5px 5px 5px 5px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 25%;
	text-align:center;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.contenu .rubrique a.titre:hover {
	display: block;
	font-size: 150%;
	color: #2850A0;
	border: 1px solid #2850A0;
	border-right: 2px solid #2850A0;
	border-bottom: 2px solid #2850A0;
	padding: 5px 5px 5px 5px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 25%;
	text-align:center;
	font-weight:bold;
}
.contenu .rubrique .texte {
	margin: 10px;
}
.contenu .rubrique .texte a {
	color: #0050A0;
	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: #000250;
}
.contenu .rubrique tr.row_even {
	background: #E0E0E0;
	color: #000250;
}
.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: #0050A0;
	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;
	text-decoration: underline;
}
.liensexternes a {
	display: block;
	color: #0050A0;
	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;
}
.liensexternes 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: #2850A0;
	background: #FFFFFF;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.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: #2850A0;
	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: #2850A0;
}
.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: #000250;
}
/* ~~~~~~~~~~~~ derniers articles ~~~~~~~~~~~~ */
/* La classes "derniers articles" est mal nommee : */
/* elle correspond aux annonces d'articles, dans les */
/* pages sommaire, plan, recherche, auteur, etc. */
.derniers-articles {
	margin: 0px 20px 20px 30px; /*Sarka-SPIP 1.8.2*/
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	text-align:center;
	font-weight:bold;
	height: 100%;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.derniers-articles a {
	color: #2850A0;
	text-decoration: none;
}
.derniers-articles .image .spip_logos {
	display: block;
	float: left;
	margin: 10px;
	border:0px;
}
.derniers-articles a:hover {
	color: #2850A0;
	text-decoration: underline;
}
.derniers-articles .en-tete {
	color: #0006BA;
	display: block;
	font-size: 150%;
	font-weight: bold;
	background-image: URL(../images/derniers-articles-entete.gif);
	background-repeat:no-repeat;
	padding: 5px 5px 5px 5px;
	margin:2px;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.derniers-articles .annonce2 {
	width: 48%;
	background-image: URL(../images/derniers-articles.gif);
	background-repeat:no-repeat;
	border-top: 2px solid #F1F4FF;
	border-left: 2px solid #F1F4FF;
	margin-top : 2px;
	margin-left : 2px;
	padding : 2px 2px 2px 2px;
	font-style :italic;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
	position: relative;
	float: left;
}
.derniers-articles .annonce {
	margin: 2px;
	width: 44%;
	min-height: 120px;
	height: 120px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #2850A0;
	border-right: 2px solid #2850A0;
	border-bottom: 2px solid #2850A0;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
	position: relative;
	float: left;
}
.derniers-articles a.titre {
	display: block;
	color: #0006BA; /* #78A0C8; */
	font-size: 130%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	padding-top: 5px;
}
.derniers-articles a.titre:hover {
	color: #0006BA; /* #78A0C8; */
	font-size: 130%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: underline;
}
.derniers-articles .detail {
	color: #0006BA; /* #78A0C8; */
	font-size: 85%; /*Sarka-SPIP 1.8.2*/
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 2px 0px; /*Sarka-SPIP 1.8.2*/
	padding: 1px 1px 1px 1px;
	wixxdth: 200px;
	float: right;
}
.derniers-articles .chemin {
	color: #2850A0;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}
.derniers-articles .introduction {
	color: #000250;
	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 {
	margin: 0px 20px 20px 30px; /*Sarka-SPIP 1.8.2*/
	border: 1px solid #2850A0;
	border-right: 2px solid #2850A0;
	border-bottom: 2px solid #2850A0;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	padding: 2px 2px 2px 2px; /*Sarka-SPIP 1.8.2*/
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.article a {
	color: #0006BA;
	text-decoration: none;
}

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

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

.article .titre {
	color: #0006BA; /*#2850A0;  #FFFFFF; */
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
	margin-right: 25%;
	border: 1px solid #2850A0;
	border-right: 2px solid #2850A0;
	border-bottom: 2px solid #2850A0;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.article a.titre {
	display: block;
	font-size: 150%;
	color: #0006BA;
	border: 1px solid #2850A0;
	border-right: 2px solid #2850A0;
	border-bottom: 2px solid #2850A0;
	padding: 1px 5px 1px 5px;
	margin-right: 25%;
	text-align:center;
	font-weight:bold;
}

.article a.titre:hover {
	display: block;
	font-size: 150%;
	color: #2850A0;
	border: 1px solid #2850A0;
	border-right: 2px solid #2850A0;
	border-bottom: 2px solid #2850A0;
	padding: 1px 5px 1px 5px;
	margin-right: 25%;
	text-align:center;
	font-weight:bold;
}

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

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

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

.article h3 {
	color: #0006BA; /* #78A0C8; */
	font-weight: bold;
	font-size: 140%;
	margin: 1.5em 0em 0.5em 0em;
}

.article table {
	background: #E1E8FF;
	font-size: 90%;
	border-color: #FFFFFF;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}

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

.article tr.row_odd {
	vertical-align:top;
	background: #D7E0FF;
	color: #004080;
}

.article tr.row_even {
	vertical-align:top;
	background: #CDD9FF;
	color: #004080;
}

.article td {
	border: 1px solid #004080;
	padding: 1px 5px 1px 5px;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}

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


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

.articles-freres {
	border: 2px solid #0006BA; /* #78A0C8; */
	padding: 2px;
	_margin: 20px 30px 10px 30px; 	/*Sarka-SPIP 1.8.2*/
	margin: 20px 20px 10px 30px; 	/*Sarka-SPIP 1.8.2*/
	background: #EEEEEE;
	-moz-border-radius: 6px;
	-webkit-border: 6px;
}
.articles-freres ol {
	color: #0006BA; /* #78A0C8; */
}
.articles-freres .en-tete{
	color: #0006BA; /* #78A0C8; */
	font-size: 150%;
	margin: 0px 0px 5px 0px;
}
.articles-freres .frere a {
	/* lien vers les articles frères sauf l'article en cours */
	color: #0006BA; /* #78A0C8; */
	text-decoration: none;
	font-weight: bold;
}
.articles-freres .frere a:hover {
	color: #0006BA; /* #78A0C8; */
	text-decoration: underline;
}
.articles-freres .frere .date {
	color: #2850A0;
}
.articles-freres .en-cours {
	/* affichage du titre de l'article en cours (sans lien) */
	color: #808080;
}

/* ~~~~~~~~~~~~ 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:#0006BA; /* #78A0C8; */
	border: #78A0C8 solid 1px;
	padding:1px;
	margin:10px 2px 10px 2px;
}
.bande-pagination a {
	display:inline;
	background:#0006BA; /* #78A0C8; */
	color:#F0F0FA;
	border: #78A0C8 solid 1px;
	padding:1px;
	margin:10px 2px 10px 2px;
}
.bande-pagination a:hover {
	background:#F0F0FA;
	color:#0006BA; /* #78A0C8; */
}

/* ~~~~~~~~~~~~ plan du site et sites references ~~~~~~~~~~~~ */

.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: #2850A0;
	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;
	color: #2850A0;
	font-weight:bold;
	padding-left:15px;
	margin: 0.5em 0px 0px 0px;
}
.plan a.rubrique:hover {
	background-image:url(../images/puce0.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.plan a.article {
	color: #0006BA; /* #78A0C8; */
	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: #2850A0;
}
.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 #2850A0;
}
.plan a.article-syndic {
	display: block;
	color: #000250;
	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: #2850A0;
	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'intitule 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: #0006BA; /* #78A0C8; */
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.auteur .tchak {
	color: #000250;
	font-size: 130%;
	font-weight: bold;
	margin: 30px 0px 10px 0px;
	padding: 0px;
}
.auteur .spip_encadrer {
	border: 1px solid #0006BA; /* #78A0C8; */
	color: #0006BA; /* #78A0C8; */
	font-size: 100%;
	margin: 5px 0px 10px 0px;
	padding: 5px;
}
.auteur a {
	color: #2850A0;
	text-decoration: none;
}
.auteur a:hover {
	text-decoration: underline;
}

/* ~~~~~~~~~~~~ recherche ~~~~~~~~~~~~ */
.recherche {
	margin: 0px 20px 0px 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: 1px;
	-moz-border-radius: 6px;
	-webkit-border: 6px;

}
.recherche .elements-trouves {
	color: #2850A0;
	font-size: 150%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-decoration: underline;
}
.recherche .mot-cle {
	color: #0006BA; /* #78A0C8; */
	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 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: 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: #0006BA; /* #78A0C8; */
	font-weight: bold;
    text-decoration: none ;
	font-size: 100%;
}
.agenda .contenu .mois a:hover{
    text-decoration: underline;
	color: #0006BA; /* #78A0C8; */
}

.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: #2850A0;
	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: #0006BA; /* #78A0C8; */
	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: #2850A0;
	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: #0006BA; /* #78A0C8; */
	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: #2850A0;
}

.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 #0006BA; /* #78A0C8; */
}

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

.galerie .album  .vignette .spip_logos {
	padding: 10px;
	display: block;
	background: #EEEEEE;
	border-left: 2px solid #0006BA; /* #78A0C8; */
	border-right: 2px solid #0006BA; /* #78A0C8; */
	border-bottom: 2px solid #0006BA; /* #78A0C8; */
}

.galerie .album  .detail {
	color: #0006BA; /* #78A0C8; */
	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 #0006BA; /* #78A0C8; */
	border-right: 1px solid #0006BA; /* #78A0C8; */
	border-bottom: 1px solid #0006BA; /* #78A0C8; */
	width: 200px;
	float: right;
}

.galerie .album  .detail a {
	color: #2850A0;
}

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

.galerie .album   a.titre {
	display: block;
	color: #0006BA; /* #78A0C8; */
	font-size: 130%;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	padding-top: 5px;
}

.galerie .album   a.titre:hover {
	color: #0006BA; /* #78A0C8; */
	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: #000250;
	margin: 10px 10px 0px 10px;
}

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

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


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

.listing_annuel a.article {
	color: #0006BA; /* #78A0C8; */
	padding: 0px 0px 0px 10px;
	margin: 0px;
	font-size: 11px;
}

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

.listing_annuel .date {
	color: #2850A0;
}

.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 #78A0C8 solid;
   width:100%;
	color: #0006BA; /* #78A0C8; */
	font-family: Courier, monospace;
}


.album_boutons {
	border: 1px #78A0C8 solid;
	background-color: #FFFFFF;
	min-width: 150px; !important
	min-width: 100px;
	margin: 5px 30% 5px 30%;
	padding: 2px;
	font-weight: bold;
	color: #0006BA; /* #78A0C8; */
	_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: #E0E0E0;
	_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: #E0E0E0; 
	height : 130px ;
	width : 130px;
	padding : 5px;
	margin :0px;
}

.album_photo {
   border-top:2px #78A0C8 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: #0006BA; /* #78A0C8; */
	font-size: 150%;
	font-weight: bold;
}

.album_photo .album_descriptif {
	text-align: left;
	padding: 10px;
	border: 1px solid #0006BA; /* #78A0C8; */
	background-color: #E0E0E0;
	margin: 10px 20px 10px 20px;
	color: #0006BA; /* #78A0C8; */
}

.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 #0006BA; /* #78A0C8; */
	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 #0006BA; /* #78A0C8; */
	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;
}

