/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
html, body { background: #FFF; }
body {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Luxi sans", Lucida, sans-serif;
	color: #333;
}

a:link, a:visited { text-decoration: none; color: #B62025; }
a:hover { text-decoration: underline; }

strong { font-weight: bold; font-size: 0.93em; }

ol:after, ul:after, ul li div.texte:after { content:".";display:block;height:0;clear:both;visibility:hidden; }
ol, ul { zoom: 1; _height: 1px; }


/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

/* Entete */

#hd {
	position: relative;
	padding: 0;
	background: url(img/top.png) no-repeat left bottom;
	height: 205px;
	zoom: 1;
}
.page_sommaire #hd { background: url(img/top-home.png) no-repeat left bottom; }

#hd h1 { left: 140px; top: 38px; width: 581px; height: 55px; background: url(img/top-titre-ab.png) no-repeat; }
#hd p.devise { left: 140px; top: 14px; width: 426px; height: 24px; background: url(img/devise-ab.png) no-repeat; }
#hd h1, #hd p.devise { position: absolute; text-indent: -9999px; overflow: hidden; behavior: url(iepngfix.htc); }
#hd p.intro { position: absolute; left: 140px; top: 105px; width: 660px; color: #8E8E8E; }
#hd .spip_logos { margin: 7px 0 0 15px; }

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	padding: 5px 10px;
	margin-bottom: 2em;
	margin-top: 1em;
	font-size: 0.93em;
	color: #666;
}

/* Pied de page */
#ft {
	clear: both;
	margin: 4em 0 1em 0;
	text-align: right;
	line-height: 1.3em;
	}
	#ft p {
		font-size: 0.85em;
	}	
	#ft img { vertical-align: bottom; }

#ft-bcld {
 color: #CCC;
 font-size: 0.85em;
 text-align: right;
 margin-bottom: 1em;
}
	#ft-bcld img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

/* Ajax */
.loading { background: url(img/spinner.gif) no-repeat right top; }

/*  Habillage general des menus de navigation
---------------------------------------------- */
.menu-titre {
	padding: 0 0 0.2em 0;
	text-align: center;
	font-weight: bold;
}

.rubriques, .divers, .tags, .syndic {
	padding: 10px;
	margin-bottom: 1em;
	font-size: 0.93em;
	line-height: 1.4em;
	background: #FFFFD4;
	border: 1px solid #DEDEDE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.rubriques { }
	.rubriques ul { padding: 0.2em 0; text-align: left; color: #333; }
	.rubriques ul li { list-style: disc; list-style-position: outside; margin: 0 0 0 1.2em;  }
	.rubriques ul ul { padding-left: 10px; }
	
.syndic { background: #E8F8F8; }
	.syndic ul { padding: 0.2em 0; text-align: left; color: #73321A; }
	.syndic ul ul { padding-left: 10px; background: #F0FCFC; }

	
.divers { padding-top: 5px; background: #EEE; }
	.divers ul { padding: 5px; }

.tags  { padding-top: 5px; background: #FFF; }
	.tags li { padding: 5px; margin-bottom: 0.2em; background: #EEE; border: 1px solid #DEDEDE; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
	
	
/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/* Colonnes
---------------------------------------------- */
.colonne { padding: 0 5px 5px; }

.colonne .titre { font-size: 131%; font-weight: bold; }

.colonne .surtitre { font-size: 100%; font-weight: bold; color: #8E8E8E; }

.colonne .soustitre { font-size: 108%; color: #333; }

.colonne .spip_logos { margin: 0 0 0.5em 0; }

.colonne .texte { margin-top: 1.5em; }

.colonne small { font-size: 0.85em; }

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre {
	font-size: 153.9%;
	font-weight: bold;
	color: #B62025; }

.cartouche .surtitre {
	font-size: 100%;
	color: #8E8E8E;
	font-weight: bold; }

.cartouche .soustitre {
	font-size: 108%;
	color: #666;
	font-weight: bold; }

.cartouche .spip_logos {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.85em; }

.cartouche .traductions { font-size: 0.85em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: bold;
	color: #333;
	font-size: 100%;
	line-height: 1.4em; }
	.page_annuaire_article .chapo { font-weight: normal; }

.lien {
	color: #B62025;
	font-size: 93%;
	font-weight: bold;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 10px;
	background: #FFF;
	border: 1px solid #DEDEDE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.texte { color: #666; line-height: 1.4em; }
	.texte p { margin-bottom: 1em; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	color: #666;
	}
.notes, .ps { clear: both; font-size: 0.85em; }
.ps h2, .notes h2 { font-size: 1.17em; font-weight: bold; color: #333; }

.btn-plus { display: block; font-style: italic; }

.ancre-carte { margin-bottom: 1em; }

.liens-web {
	clear: both;
	background: #DDD url(img/frise.png) repeat-x center bottom;
	border: 1px solid #DEDEDE;
	padding: 5px;
	margin-bottom: 0.2em;
	font-size: 85%;
	font-weight: bold;
	color: #B62025;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	.liens-web ul li { display: inline; margin: 0; padding-right: 2em; }

div.desc {
	background: #FFFFD4;
	border: 1px solid #DEDEDE;
	margin-bottom: 1em;	
	padding: 10px;
	font-size: 93%;
	color: #333;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	zoom: 1;
	}
div.labels .spip_logos { float: right; text-align: right; margin: 2px 2px 2px 0; }

/*  Carte
---------------------------------------------- */
#carte {
	clear: both;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	padding-top: 2px;
	}
#carte h2 {
	font-weight: bold;
	font-size: 108%;
	color: #333;
	padding: 0;
	margin-bottom: 1em;
}

.carte_gis { border: 1px solid #DEDEDE; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
	padding-top: 2px;
	}
#documents_portfolio h2 {
	font-weight: bold;
	font-size: 108%;
	color: #333;
	padding: 0;
	margin-bottom: 1em;
}

#documents_portfolio img {
	display: -moz-inline-stack;
	display: inline-block;
	margin: 1px;
	zoom: 1;
	*display: inline;
}

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	}
#documents_joints h2 {
	font-weight: bold;
	font-size: 108%;
	color: #333;
	padding: 0;
	margin-bottom: 1em;
}

#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}
#documents_joints li .spip_doc_infos { font-size: 0.93em; color: #666; border: 1px dotted #EEE; border-width: 1px 0 0 0; margin-top: 0.5em; }
#documents_joints li span.download * { color: #333; }
.download { text-align: right; font-size: 0.93em; font-weight: bold; }
.download a { color: #CF9; background: url(img/download.png) no-repeat right center; padding-right: 11px; }

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
div.drawer .liste-articles { padding: 1em 25px }
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 2em; }
	.liste-articles ul.spip li { margin-bottom: 0; }
	div.drawer .liste-articles li { display: inline; float: left; width: 275px; margin: 0; padding-left: 15px; }
		
.liste-articles li .titre {
	font-size: 123.1%;
	font-weight: bold;
	}
	.page_annuaire .liste-articles li .titre { font-size: 131%; }
	
.liste-articles li .surtitre {
	font-size: 100%;
	color: #8E8E8E;
	font-weight: bold;
	}

.liste-articles li .soustitre {
	font-size: 108%;
	color: #333;
	}

.liste-articles li .spip_logos {
	float: left;
	margin: 0 1em 1em 0;
	}
	.page_annuaire .liste-articles li .spip_logos { margin: 5px 1em 1em 0; }
	.page_annuaire .liste-articles li div.labels .spip_logos { float: right; text-align: right; margin: 5px 5px 5px 0; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles .texte {
	margin-top: 5px;
	padding: 0;
	font-size: 93%;
	color: #666;
	line-height: 1.4em;
	}

.liste-articles li .liens-web { color: #333; text-align: right; margin-top: 0.2em; }
	.liste-articles li .liens-web ul li { display: inline; margin: 0; padding-right: 0.93em; }
	.liste-articles li .liens-web .first { text-align: left; }
.liste-articles li p.adh-infos { margin-top: 1em; padding: 5px; background: #FFF; text-align: center; font-size: 93%; font-weight: normal; }

.page_annuaire li div.adh { background: #FFFFD4; padding: 10px; border: 1px solid #DEDEDE; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; zoom: 1; }
.page_annuaire div.yui-gb .liste-articles { font-size: 0.77em; text-align: center; }

.pagination, .pagination2 {
  clear: both;
	font-size: 0.93em;
  border-top: 1px solid #EEE;
  padding: 10px 10px 0;
	color: #8E8E8E;
	margin: 0 0 1em;
	text-align: right;
}
	.drawer .pagination { border-top: 1px solid #CCC; }
.pagination-top { border: 1px solid #EEE; border-width: 0 0 1px 0; padding: 0 10px 10px; }

.separateur { display: none; }

.pagination a, .pagination2 a {
  text-decoration:none;
}

.pagination .on, .pagination a.lien_pagination:hover, .pagination2 .on, .pagination2 a.lien_pagination:hover {
  border: 1px solid #CCC;
  color: #fff;
	font-size: 100%;
  background: #B62025;
  padding: 2px 5px;
}

.pagination a.lien_pagination, .pagination2 a.lien_pagination {
  border: 1px solid #CCC;
  color: #B62025;
  padding:2px 5px;
}


/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan h2 {
	clear: both;
	background: #FFF;
	padding: 5px;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
	}

.page_plan ul {
	display: block;
	clear: left;
	margin: 0 0 1em 2em;
	padding-top: 0;
	}
	.page_plan li { list-style: disc; margin-bottom: 1em; }
	.page_plan li li { list-style: circle; margin-bottom: 0; font-size: 0.93em; }


/* SPIP-STYLE                                                           */
/* Cette feuille contient les styles associes au code genere par SPIP.  */


/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip { font-weight: bold; font-size: 0.93em; }
hr.spip {}

.spip_puce { list-style-position: outside; }

ul.spip { list-style-type: disc; margin: 0 0 1em 2em; overflow: hidden !important; overflow: visible; }
ol.spip { list-style-type: decimal; margin: 0 0 1em 2em; }
ol.spip li { list-style-type: decimal; }
ul.spip li { list-style-type: disc; }
ul.spip li, ol.spip li { margin: 0 0 0 1.2em; list-style-position: inside; }

h3.spip {
	text-align: left; 
	margin-top: 2em; 
	margin-bottom: 1.4em;
	color: #333; 
	font-size: 123.1%; 
	font-weight: bold; }

/* Paragraphes, citations, code et poesie */
p.spip { margin-bottom: 1em; }
p.spip_note { }

blockquote.spip, .spip_serif { font-family: Georgia, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.2em; }
.spip_cadre { width: 99%; border: 1px inset; }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip {
	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; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
dl.spip_documents_center { margin-bottom:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.93em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; color: #666; font-size: 0.93em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif p.spip_note { color: #666; font-size: 0.93em; font-style: italic; }

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

/* modeles par defaut */
.spip_modele { float: right; display: block; border: 1px dotted #666; width: 180px; }

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }

/* * Couleurs des liens de Spip */
a.spip_note { color: #B62025; } /* liens vers notes de bas de page */
a.spip_in { border-bottom: 1px dotted #ccc; padding: 0 0 1px 0; } /* liens internes */
a.spip_in:hover { text-decoration: none; border-bottom: 1px dotted #666; }
a.spip_out { background:url(./img/link-out.gif) no-repeat top right; padding: 0 3px 1px 0; } /* liens sortants */
a.spip_out:hover { text-decoration: none; border-bottom: 1px dotted #666; }
a.spip_url { color: #333; text-decoration: none; } /* liens url sortants */
a.spip_url:hover { color: #666; text-decoration: underline; background:url(./img/link-out.gif) no-repeat top right; padding: 0 3px 0 0; }
a.spip_glossaire { color: #B62025; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */
