body {
	background: #ffffe0;#ffcb00;fcfcea;
	padding: 2px;
	margin: 0px;
	color: #000000;
	font-size: 11px;
	font-family:verdana, arial, sans serif;tahoma, 
	}

a {	color: #336633; text-decoration: underline;}
a:hover { color: #336633; text-decoration: none;}

img, table { margin: 0; padding: 0; border: none; }

#conteneur {
	background: url(../img/arr-cont3.png) repeat-y center;
	padding: 0px; 
	margin: 0px;
	width:800px;
	border:1px #336633 solid;	
}

/*---comportement des liens de style bouton---*/

a.bouton {
	display:block;
	background: #336633;
	color:#FAFAFA;
	text-decoration:none;
	border: 1px solid #336633;
	text-align:center;
	padding:1px;
	margin:10px 0px 10px 0px;
	font-weight:bold;
}
a.bouton:hover {
	background:#FFFFFF;
	color:#336633;
	text-decoration:none;
}

/*---comportement des éléments de formulaires---*/

.saisie-texte, .forml {
	display:block;
	color:#666666;
	background:; #F0F0FA;
	border: 1px solid  #666666;
	margin:5px 0px 5px 0px;
	padding:1px;
}

.spip_bouton {
	display:block;
	background: #336633;
	color: #F0F0FA;
	border: 1px solid #336633;
	margin:0px;5px 0px 5px; 
	behavior: url(squelettes/scripts/spip-bouton-hover.htc);
}

.spip_bouton:hover {
	background: #F0fcF0;
	color:#336633;
	border: 1px solid #336633;
	cursor: pointer;
}

fieldset {
	margin: 0px;
	padding: 0px;
}

/*---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)---*/

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 ====================== */

.bandeau {
	padding:0px; 
	margin: 0px; 
	font-weight: bold;
	font-size:12px;	
}
.arr-bandeau {
	background: url(../img/bandeau2-centre.png) no-repeat center;
}

.arr-bandeau-en {
	background: url(../img/bandeau-en.png) no-repeat center;
}

.bande-chemin {
	/*bande accrochée au bandeau de titre, contenant le chemin hiérarchique de la page en cours*/
	text-align: center;right;
	color : #ffffff;
	border-bottom:4px solid #336633;
	border-top:1px solid #FFFFCC; #FFFFFF;ff6501;
	padding:4px 0 0 0;
	font-size:12px;
	margin:0;
	font-weight:bold;
	background:#336633;fefefe;
}

.bande-chemin .date {
	color: #ffcb00;#f2f9f7;
	font-size:11px;
	width:175px;
}

.bande-chemin a {
			color : #ffcb00;
			background:#336633;
			padding: 0 3px 0 3px;  
			margin: 0px;
			text-decoration: none;
			border-top:2px solid #336633;
			border-left:2px solid #336633;
			border-right:2px solid #336633;
			border-bottom:0px; 
			border:;1px solid #ffcb00;FFFFFF;
}


.bande-chemin a:hover {
	
	color : #ffcb00;#336633;
			text-decoration:none;
			background:#338833;#ffffff;
			border:2px solid #338833;			
}

.bande-chemin .chemin a {
	color: #111111;
	font-size:11px;
	text-decoration: underline;
}

.bande-chemin .chemin a:hover {
	color:#111111;
	text-decoration:none;
}

.gauche {
	/*colonne de gauche*/
	border: 0px;
	background:#336633;  
	padding:0px 1px 0px 1px;
	width: 175px;
	float: left;
	margin:0 5px 0 0 ;
	border-right:1px solid #336633;
}

.centre {
	/*colonne centrale*/
	border: 0px;
	margin-left: 180px; /*Sarka-SPIP 1.8.2*/
	margin-right: 0px;
	margin-bottom:3px;
	margin-top:0px;
}


/* ================================ Formatage des éléments du pied de page =============================== */
.footer {
	/*pied de page*/
	background: #336633;
	clear: both;
	border:1px solid #336633;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	padding: 2px; 
	line-height:1.1;
}

.footer a {
	color:#ffffff; 
	text-decoration:underline; 
}

.footer a:hover {
	text-decoration: none;
	color:#ffffff;
}

/* bloc de navigation 1 --> arborescence du site */

.nav1 {
	/*bloc contenant la hiérarchie*/
	font-size: 11px;
	width: 100%;
	text-align:left;
	margin:0px;
	padding:0px;
}
	  
.bord {
	/*bloc englobant nav1, pour créer une marge valable sous IE et firefox*/
	padding: 0px;
	margin:0px;
	margin-right:; 2px;
}


.nav1 ul {
	padding-left:;2px;
	padding:0px;
	margin:0px;
	width: 100%;
	line-height: 95%;
	list-style: none;
}

.nav1 li {
	margin:0;0.3em 0em 0.5em 0em;
	width: 100%;
	padding-left:0px;
	padding-bottom: 2px;
	font-size:11px;
	list-style-type:none;
	line-height: 1.2;
}

a.rub0  {
	text-decoration: none;
	background:#336633;
	color: #ffffff;cb00;
	display:block;
	text-align: center;
	font-size:11px;
	font-weight:bold;
	padding:2px 0px 2px 0px;
	margin:0px;
	width:172px;98%;
	border:1px solid #ffffff;
	line-height: 1.2;
}

a.rub0:hover {  
	color: #ffffff;
	background:#338833;
	display:block;
	text-align: center;
}


/* ================================== Formatage des éléments de la colonne centrale ============================== */

/* Style de l'intitulé de chaque page */
.intitule {
	text-align: left;
	text-decoration:underline;
	background:none;
	margin: 0px 0px 3px 0px;
	color:  #336633; 
	font-size: 15px;
	font-weight: bold;	
	padding:2px;
	display:block;
}

/* ~~~~~~~~~~~~ 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: 12px;
	margin: 0px; 
	padding:4px;
	border:none;
}

.edito .titre-bloc {
	color: #336633;
	font-size: 15px;
	font-weight: bold;
	margin:4px;
	text-align:center;
	display:block;
	
}

.edito .texte {
	color: #000000;
	margin: 5px;
	padding: 0px;
	text-align:justify;
}

.edito h3 {
	color: #336633;
	font-weight: bold;
	font-size: 15px;
	margin: 1.5em 0em 0.5em 0em;
}


/* mise en forme des documents insérés dans le texte de l'article */

.edito .spip_documents {
	display: block;
	padding:0;
	font-size: 95%;
	margin: 0;
	max-width:500px;440px;
}

.edito .spip_documents_center {
	margin-left: auto;
	margin-right: auto;
}

.edito .spip_doc_titre {
	padding: 5px 0px 0px 0px;
	text-align: center;
}

.edito .spip_doc_descriptif {
	font-size: 90%;
	color: #808080;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

/* ~~~~~~~~~~~~ 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*/
	text-align:justify;
}

/* contenu rubriques */

.rubrique {
	color:#333333;
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	text-align:justify;
}



.rubrique .titre {
	color:#336633; 
	font-size: 13px;
	font-weight: bold;
	margin:0px; 
	padding:2px;
	text-align: left;
}


.rubrique .texte {
	
	line-height:0,2cm;
}

.rubrique .texte a {
	color: #333333; 
	text-decoration:none; 
}

.rubrique .texte a:hover {
	text-decoration:underline;
}

.rubrique .image .spip_logos {
	display: block;
	float: left;
	margin: 10px;
	border:0px;
}

.rubrique .descriptif {
	margin: 2px 10px 2px 5px;	
	font-size: 11px;
	padding: 5px;
	
}


/* contenu --> documents joints (aux articles et aux rubriques) */

.doc {
	padding: 10px; /*Sarka-SPIP 1.8.2*/
	color:  #666666; 
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.doc .en-tete {
	font-size: 12px;
	font-weight:bold;
	margin: 5px 0px 5px 0px; /*Sarka-SPIP 1.8.2*/
}

.doc .spip_logos {
	margin: 5px 0px 5px 0px;
	border:0px;
}

.doc a {
	display:block;
	text-decoration: none;
	color:  #336633; 
	margin: 0px 0px 5px 0px;
}

.doc a:hover {
	text-decoration: underline;
}

.vignette a:hover {
	text-decoration: none;
}

/* ~~~~~~~~~~~~ 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 {
	margin:  4px 4px 4px 10px; /*Sarka-SPIP 1.8.2*/
	font-size: 11px;
	padding: 1px;
}

.derniers-articles a {
	color: #336633; 
	text-decoration: none;
}

.derniers-articles a:hover {
	color: #336633; 
	text-decoration: underline;
}


.derniers-articles .puce {
	background: url(../puces/puce-n0.gif) no-repeat center;
	height:11px;
	width:8px;
	}

.derniers-articles a.titre {
	display: block;
	color: #336633; 
	font-size: 13px;
	font-weight: bold;
	margin: 0px 1px 0px 0px;
	text-decoration: underline; 
	padding-top: 1px;
	text-align:justify;
}

.derniers-articles a.titre:hover {
	color: #336633;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 1px 0px 0px;
	text-decoration: none;
}

.derniers-articles .detail {
	color: #333333; 
	font-size: 10px;
	text-align: left; 
	margin: 0px; 
	padding: 1px 5px 1px 5px;
}

.derniers-articles .en-tete {
	color: #ffffff;
	background:#336633;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	font-size:13px;
}

.derniers-articles .introduction {
	color: #000000;
	text-align:justify;
	margin: 2px; 5px 0px 5px;
}


	
/* ~~~~~~~~~~~~ article (affichage presque semblable à "derniers articles" ~~~~~~~~~~~~ */

/* contenu de l'article "proprement dit" */

.article {
	color:#333333;
	font-size: 12px;
	margin: 0px 5px 0px 5px; /*Sarka-SPIP 1.8.2*/
	padding: 5px;
	text-align:justify;
}


.article .image .spip_logos {
	display:; block;
	float: left;
	margin: 10px;
	border:0px;
}

.article .titre {
	color:  #006600;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	text-decoration:underline;
	margin: 0px; /*Sarka-SPIP 1.8.2*/
}

.article .detail {
	color: #333333;
	font-size: 10px;
	text-align: left;
	margin: 0px; 
	padding: 1px 5px 1px 2px;
}

.article .texte {
	color: #000000;
	margin: 0px 5px 0px 5px;
	text-align:justify;
}

.article .en-tete {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 10px 0px; /*Sarka-SPIP 1.8.2*/
}

.article h3 {
	color: #006600;
	font-weight: bold;
	font-size: 15px;
	margin: 1.5em 0em 0.5em 0em;
}

/* mise en forme des documents insérés dans le texte de l'article */

.article .spip_documents {
	display: block;
	padding:0;
	font-size: 95%;
	margin: 5px;
	max-width:250px;
}

.article .spip_documents_center {
	margin-left: auto;
	margin-right: auto;
}

.article .spip_doc_titre {
	padding: 1px 0px 5px 0px;
	text-align: center;
	margin:1px 0px 5px 0px;
}

.article .spip_doc_descriptif {
	font-size: 90%;
	color: #808080;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

/* ~~~~~~~~~~~~ dans la meme rubrique ~~~~~~~~~~~~ */

.articles-freres {
	clear :; both;
	padding: 5px;
	margin: 5px 10px 2px 10px;
	text-align:left; 	/*Sarka-SPIP 1.8.2*/
}

.articles-freres ol {
	color: #006600;
}

.articles-freres .en-tete{
	color: #FFFFFF;
	background: #006600;
	font-size: 15px;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	text-align: left;center;
	width:;200px;
	display:block;
}

.articles-freres .frere a {
	/* lien vers les articles frères sauf l'article en cours */
	color: #333333; 
	text-decoration:none;
}

.articles-freres .frere a:hover {
	color: #333333;
	text-decoration:  underline;
}

.articles-freres .frere .date {
	color: #333333; 
}

.articles-freres .en-cours {
	/* affichage du titre de l'article en cours (sans lien) */
	color: #808080;
}



/* ~~~~~~~~~~~~ plan du site et sites référencés ~~~~~~~~~~~~ */

.plan {
	font-size: 16px;
	margin: 0px; 10px 0px 10px; /*Sarka-SPIP 1.8.2*/
	padding: 0px 0px 5px 0px ;
	text-align:justify;
}
.plan a { text-decoration: none;}
.plan a:hover {  text-decoration:underline; }

.plan a.rubrique {
	display:block;
	color: #0f0f0f;
	font-weight:bold;
	padding-left:15px;
	margin: 0.5em 0px 0px 0px;
	text-decoration:underline;
}

.plan a.rubrique:hover {
	text-decoration:none;
}

.plan a.article {
	color: black;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	font-size: 12px;
}

.plan a.article:hover {
	text-decoration: underline;
}

.plan a.breve {
	color: #000000; 
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}

.plan a.breve:hover {
	text-decoration: underline;
}

.plan .date {
	color: #006600; 
	}

.plan ul {
	list-style-type: none;
	padding: 0px 0px 0px 10px; /*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 {
	
}

.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;
}

/* ~~~~~~~~~~~~ recherche ~~~~~~~~~~~~ */

.recherche {
	margin: 0px 30px 20px 30px;  /*Sarka-SPIP 1.8.2*/
}

.recherche .elements-trouves {
	color:  #6666dd;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 15px 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 */
}

.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 obetnu est <li class="spip"> */
li.spip { list-style-image:URL(../puces/puce-n0.gif);
		list-style-position: inside;
}
/* 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  { 	margin-left: 1em;
			padding-left: 1em;
}
ul.spip li.spip { 	list-style-image:URL(../puces/puce-n1.gif);
					list-style-position: inside;
}
ul.spip ul.spip  { margin-left: 1em;
				padding-left: 1em;
}
ul.spip ul.spip li.spip { list-style-image:URL(../puces/puce-n2.gif);
					  list-style-position: inside;
}


/* Formulaire de recherche */
.formulaire_recherche { 
	text-align: center;left;
	width: 90%;
	margin:0px;
	padding:0px;
}
.formulaire_recherche label { 
	display:  none;block;
	color : #333333;
	font-size:12px;
	}


.clear {
	clear: both;
	display: block;
	height: 0px;
}

/* formatage des tableaux */

table.spip  {
	font-size: 11px;
	border:1px solid #333333;
	width:99%;	
	margin: auto;
	margin-bottom: 1em;
	border:; 1px solid;
	border-collapse:; collapse;
}

table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold;
	background: #cccccc;
}


table.spip tr.row_first {
	background: #cccccc;
	color: #000000;
}

table.spip tr.row_odd {
	background: #eeeeee;
	color: #000000;
}

table.spip tr.row_even {
	background: #eeeedd;
	color: #000000;
}

table.spip th, table.spip td { 
 	padding: 3px; 
	text-align: left; 
	vertical-align: middle;
	border: 1px solid #333333;
}

.galerie {
	border-bottom:1px solid #999999;
	width:100%;
	font-size:11px;
	padding: 0 0 5px 0;
	line-height:1.3;
	font-weight:bold;
	line-height:1.4;
	color:#333333;
	font-size: 11px;
	margin: 0px;
	text-align: center;justify;
}

.galerie a {
	color:#333333;
	text-decoration:none;
}
.galerie a:hover {
	color:#339933;
	text-decoration:underline;
}

.galerie a:active {
	color: #dd3333;
}
.galerie a:visited {
	color: 	#FF6600;#333399;
}


