/* Reset et styles de base */
	* { padding:0; margin:0 }
	body { font-size:62.5%; font-family:arial, helvetica, sans-serif; color:#000; background:#fff; text-shadow:transparent 0 0 0; }
	p { line-height:1.4em; margin-bottom:10px; }
	a {color:#06F; text-decoration:none; }
	a:hover, a:focus {text-decoration:underline; }
	a img {border:none}
	ul, ol { list-style:none; margin-bottom:10px; }
	strong { font-style:normal; font-weight:bold; }
	em { font-style:italic; font-weight:normal; }
	abbr, acronym { border-bottom:1px dotted; cursor:help; }
	address {font-style:normal}
	kbd { font-size:1.2em; background:#e5e5e5; padding:0 2px; border:solid 1px #ccc; border-right:solid 1px #999; border-bottom:solid 1px #999 }
/* FORMULAIRES */
	/* Champs */
	input.champ:hover {background:#faf8f6;}
	input.champ:focus {background:#f3eee9;}
	/* Boutons */
	input.bouton { font-family:tahoma; font-size:1em; color:#fff; background:#9CB12C; border:1px solid #8B9E27; padding:1px; cursor:pointer; }
	input.bouton.secondaire { background:#F00; border:1px solid #C00; }
	input.bouton:hover, input.bouton:focus {background:#8B9E27}
	input.bouton.secondaire:hover, input.bouton.secondaire:focus {background:#C00}
/* RECURENT & CLASSES */
	.masquer { position:absolute; top:-1000px; width:1px; height:1px; overflow:hidden; }
	p.meta { font-style:italic; color:#6b6a64; margin-bottom:5px; }
	a.lien_externe { background:url(../images/background/lien_externe.gif) no-repeat right center; padding:0 14px 0 0; }
	a.lire_suite { color:#A9BF33; background:url(../images/background/lire-la-suite.gif) 0 2px no-repeat; padding-left:12px; text-decoration:none; font-weight:bold; }
		a.lire_suite:hover { text-decoration:underline; }
	a.lire2 { color:#FFF; background:url(../images/background/lire2.gif) 0 3px no-repeat; padding-left:14px; font-weight:bold; text-decoration:none; }
		a.lire2:hover { text-decoration:underline; }
	/* Depuis editeur */
	.retour_chariot {clear:left;overflow:hidden;}
	/* Alignements */
	.alignement01 {text-align:left;}
	.alignement02 {text-align:right;}
	.alignement03 {clear:both;text-align:center;}
	/* Espacements */
	.espacement01 {margin-bottom:0;}			/* Sans espacement */
	.espacement02 {margin-bottom:20px;}			/* Grand espacement */
	.espacement03 {margin-bottom:30px;}			/* Très grand espacement */
	/* Titres */
	div.contenu h1 { color:#000000; margin:0 0 10px 0; font-size:1.8em; border-bottom:1px dotted #9CB12C; }
	h2 { font-size:1.1em; color:#bf3d03; margin-bottom:7px; }
		h2.bordure { border-bottom:1px dashed #ccc; padding:0 0 5px 0; margin:0; }
	h3 { font-size:1.1em; color:#666; margin-bottom:5px; }
		h3 a { color:#666; }
	h4 { font-size:1em; margin-bottom:2px; }
	h5, h6 {font-size:1em;}
	/* Listes */
	ul, ol { overflow:hidden; line-height:1.6em; height:100%; padding:0 12px; }
	ul li { background:url(../images/background/puce.gif) no-repeat left 6px; padding:0 0 2px 11px; }
	ol li { list-style-type:decimal; list-style-position:inside; padding:0 0 2px 0; }
	ul li ul, ol li ol { padding:2px 0 0 15px; margin:0; }
	/* Mise en avant */
	.mise_en_avant { overflow:hidden; height:100%; background:#e9e9e0; padding:8px 10px 0 10px; margin:0 0 10px 0; }
	p.mise_en_avant {padding-bottom:10px;}
	.en_rouge { overflow:hidden; height:100%; margin:0 0 10px 0; color:#F00; }
	p.en_rouge {color:#F00; }
	/* Citations */
	q { font-style:italic; quotes: "« " " »"; background:#f4f4f4; padding:0 2px; }
	blockquote { overflow:hidden; height:100%; line-height:1.5em; font-style:italic; background:#f7f6f3 url(../images/background/citation.gif) no-repeat 98% 8px; padding:5px 45px 5px 5px; margin:0 0 10px 0; }
	blockquote p {margin-bottom:0;}
	/* Object */
	div.object-left,
	div.object-right,
	div.object-center {margin:0 0 10px 0}
	div.object-left { float:left; margin-right:10px; }
	div.object-right { float:right; margin-left:10px; }
	div.object-center {text-align:center}
/* IMAGES */
	div.image {margin:0 0 6px 0}
	div.image img { vertical-align:top; margin:0 0 1px 0; }
	div.image p { text-align:left; color:#fff; background:#777; padding:1px 0; }
	div.object-center div.image p {margin:0 auto; }
	div.image p span { display:block; padding:0 5px; margin:0 auto; }
	div.image p span abbr {border:0; }
/* FICHIERS en téléchargement */
	a.fichier { background-repeat:no-repeat; background-position:left top; padding:2px 0 1px 22px; }
	a.pdf {background-image:url(../images/background/pdf.gif);}
	a.msword {background-image:url(../images/background/msword.gif);}
	a.ms-excel {background-image:url(../images/background/ms-excel.gif);}
	a.text {background-image:url(../images/background/text.gif);}
	a.spreadsheet {background-image:url(../images/background/spreadsheet.gif);}
	a.plain {background-image:url(../images/background/plain.gif);}
	a.fichier span { font-size:.9em; color:#666; }
/* TABLEAUX de données */
	table.tableau_donnees { width:100%; border-collapse:collapse; border-top:1px solid #ccc; margin:0 0 10px 0; }
	table.tableau_donnees p {margin-bottom:0;}
	table.tableau_donnees caption { text-align:left; font-weight:bold; color:#555; padding:0 0 4px 0; }
	table.tableau_donnees tr th { font-weight:normal; background:#fbf1f1; border-bottom:1px solid #ccc; padding:4px; }
	table.tableau_donnees tr td { vertical-align:top; border-bottom:1px dashed #ccc; padding:6px 4px; }
	table.tableau_donnees tr.alterne td {background-color:#f7f7f7; }
	table.tableau_donnees tr.survol td {background-color:#efefef; }
/* FIL D'ARIANE */
	#fil_ariane a { color:#93918A; }
	#fil_ariane a:hover, #fil_ariane a:focus {}
/* INTRODUCTION */
	p.introduction { overflow:hidden; height:100%; border-left:3px solid #e5e5e5; padding:0 0 0 5px; }
/* VUE LINE */
	div.vue_line { overflow:hidden; height:100%; border-bottom:1px dashed #e5e5e5; padding:0 0 10px 0; margin:0 0 10px 0;}
	div.vue_line h3 a {}
	div.vue_line h3 a:hover, div.vue_line h3 a:focus {}
	div.vue_line h3 span {font-size:.8em; }
	div.vue_line img { float:left; margin:0 10px 0 0; }
	div.vue_line a.lien_continuation { background:url(../images/background/puce.gif) no-repeat right 5px; padding:0 10px 0 0; }
	hr.separateur { border:0 none; border-bottom:1px dashed #e5e5e5; padding:0 0 10px 0; margin:0 0 10px 0;}
/* GALERIES */
	div.theme { border:1px solid #d0d0d0; background:#e8e8e8; padding:10px; }
		div.theme img { border:2px solid #fff; margin:10px; }
		div.voir_theme { text-align:right; font-weight:bold; padding:0 0 20px 0; }
		div.voir_theme a { float:right; background:#e8e8e8; padding:4px 10px; }
	#diaporama { margin-top:10px; }
		#diaporama a.lightbox {text-decoration:none; }
		#diaporama a.lightbox img { border:1px solid #ccc; padding:5px; margin:0 14px 20px 0; }
		#diaporama a.lightbox:hover img, #diaporama a.lightbox:focus img {background:#e4e4e4}
/* FAQ */
	h2.question {font-size:1.2em}
	h2.question a {text-decoration:none}
	h2.question a:hover, h2.question a:focus {text-decoration:underline}
/* COMMENTAIRES */
	#commentaires { clear:both; overflow:hidden; padding:30px 0 20px 0; }
	#commentaires h2 {margin-bottom:10px; }
	div.commentaire em { float:right; margin-top:-20px; }
	div.commentaire blockquote strong {font-style:normal; }
/* SONDAGES */
	fieldset.question_sondage { clear:both; border:0; border-bottom:1px dashed #ccc; padding:0 0 7px 0; margin:0 0 7px 0; }
	fieldset.question_sondage legend { font-size:1.2em; font-weight:bold; color:#666; margin-bottom:7px; height:auto; width:100%; white-space:normal; }
	fieldset.question_sondage legend span { white-space:normal; display:block; width:100%; overflow:visible; }
	fieldset.question_sondage div { clear:both; padding:0 0 0 20px; margin:0 0 5px 0; }
	fieldset.question_sondage input { float:left; width:13px; height:13px; margin:0 4px 0 0; }
/* FICHES ELUS */
	/* Fiche active */
	#fiche { overflow:hidden; height:100%; border-left:8px solid #babcbd; background:#e7e7e7; padding:15px; margin:0 0 10px 0; }
	div.ui-tabs-hide {display:none;}
	div.fiche img { float:left; margin:0 20px 0 0; }
	/* Liste des élus */
	ul.onglets { overflow:hidden; height:100%; line-height:normal; padding:0; }
	ul.onglets li { display:inline; background:none; padding:0; margin:0; }
	ul.onglets li a { position:relative; display:block; float:left; width:195px; height:80px; padding:8px; line-height:1.6em; font-weight:bold;
		color:#000; background:#e7e7e7 url(../images/background/elu.jpg); border-right:1px solid #fff; border-bottom:1px solid #fff; }
	ul.onglets li a img { float:left; margin:0 8px 0 0; }
	ul.onglets li a span { position:absolute; bottom:8px; right:8px; display:block; padding:0 8px 0 0; text-align:right; font-weight:normal;
		color:#9e3d3d; background:url(../images/background/puce.gif) no-repeat right center; text-decoration:underline; }
	ul.onglets li a:hover, ul.onglets li a:focus {background:#f1f1f1; }
	ul.onglets li a:hover span, ul.onglets li a:focus span { }
	/* Fiche selectionne */
	ul.onglets li.ui-tabs-selected a { filter:alpha(opacity=30); -moz-opacity:0.30; background-image:none; background-color:#f4f4f4; cursor:text; }
	ul.onglets li.ui-tabs-selected a span {display:none;}
/* PLAN DU SITE */
	#plan_site li a {text-decoration:none}
	#plan_site li a:hover,
	#plan_site li a:focus {text-decoration:underline}
		/* Premier niveau */
		#plan_site {padding-left:60px}
		#plan_site li { background:url(../images/background/suivant.gif) no-repeat left 4px; padding-left:20px; margin:0 0 5px 0; }
		#plan_site li h2 {font-size:1.4em}
			#plan_site li h2 a {color:#9CB12C}
		/* Second niveau */
		#plan_site li ul {font-size:1.1em}
		#plan_site li ul li { background:url(../images/background/puce.gif) no-repeat left 6px; padding-left:12px; margin-bottom:3px; }
		#plan_site li ul li a {color:#666}
		/* Autres niveaux */
		#plan_site li ul li ul {font-size:.9em}
		#plan_site li ul li ul li {margin-bottom:1px}
/* NAVIGATION */
	div.navigation {padding-top:10px; }
	div.navigation a.precedent { background:url(../images/background/precedent.gif) no-repeat left 2px; padding-left:17px; }
	div.navigation a.suivant { float:right; background:url(../images/background/suivant.gif) no-repeat right 2px; padding-right:17px; }
	/* Pagination */
	ul.pagination {padding:10px 0 0 0;}
	ul.pagination li { float:left; background:none; padding:0; margin:0 10px 5px 0; }
	ul.pagination li a, ul.pagination li span { display:block; float:left; border:1px solid #DEDD3A; padding:2px 6px; }
	ul.pagination li a { color:#757477; background:#DEDD3A; }
	ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li span { color:#757477; background:#fff; }
/* OUTILS */
	#outils { clear:both; padding:10px 0 0 0; margin-bottom:0; font-size:1.1em; }
	#outils li { display:inline; background:none; padding:0; margin:0 15px 0 0; }
	#outils li a { color:#666; background-repeat:no-repeat; background-position:left 9px; padding:7px 0 4px 21px; }
	#outils li a:hover, #outils li a:focus { }
	#outils li #imprimer {background-image:url(../images/background/imprimer.gif); }
	#outils li #enregistrer_pdf { background-image:url(../images/background/enregistrer_pdf.gif); background-position:left 10px; }
	#outils li #faire_suivre {background-image:url(../images/background/envoyer_page.gif)}
	#outils li #haut_page {background-image:url(../images/background/haut_page.gif)}
/* GLOSSAIRE */
	#glossaire .description { margin-bottom:20px; }
	#glossaire .lettres { margin:0 0 20px 0; overflow:hidden; }
		#glossaire .lettres div.current { color:#000; background:#EB9157; border:1px solid #EB9157; display:block; float:left; padding:3px; margin:0 5px 0 0; font-weight:bold; }
		#glossaire .lettres a { color:#5F6061; background:#F5C8AB; border:1px solid #EB9157; display:block; float:left; padding:3px; margin:0 5px 0 0; font-weight:bold; }
			#glossaire a:hover{ background:#EB9157; color:#FFF; }
	#glossaire dl { clear:both; }
		#glossaire dt { font-weight:bold; margin:0; padding:0; font-size:1.1em; }
			#glossaire dt:first-letter { text-transform:uppercase; }
		#glossaire dd { padding:0 0 15px 20px; margin:0; }
/* ARTICLES A ONGLETS */
	div.contenu ul.article_onglets { font-size:1.1em; padding:0; margin:0; width:195px; height:30px; float:right; overflow:hidden; position:absolute; right:0; top:9px; }
		div.contenu ul.article_onglets li { display:inline; background:none; padding:0; margin:0; }
	ul.article_onglets li a { float:left; color:#FFF; margin:0 1px 0 0; text-decoration:none; background:#3C3B3C; }
	ul.article_onglets li a span { display:block; padding:3px 10px 3px 10px; }
	ul.article_onglets li a:hover, ul.article_onglets li a:focus, ul.article_onglets li a.focus, ul.article_onglets li.ui-tabs-selected a { background-color:#DEDD3A; color:#FFF; }
	ul.article_onglets li a:hover span, ul.article_onglets li a:focus span, ul.article_onglets li a.focus span, ul.article_onglets li.ui-tabs-selected a span { }
	ul li.ui-tabs-selected a {cursor:text;}
	div.ui-tabs-hide {display:none;}
/* AGENDA */
	#conteneur_calendrier { float:right; width:180px; background:#fff; padding:0 0 0 10px; margin:0 0 10px 20px; }
	#calendrier { overflow:hidden; height:100%; border:1px solid #9CB12C; background:#f8faed; padding:8px 4px; margin:0 0 10px 0; }
	#calendrier a:hover, #calendrier a:focus {text-decoration:overline}
	/* Navigation mois par mois */
	#calendrier #navigation_mois { text-align:center; text-transform:uppercase; font-weight:bold; color:#333; padding:0 0 5px 0; margin-bottom:0; }
	#calendrier #navigation_mois li { display:block; float:left; width:15%; background:none; padding:0; margin:0; }
	#calendrier #navigation_mois li a {color:#0173a7;}
	#calendrier #navigation_mois #mois_courant {width:69%;}
	/* Tableau */
	#calendrier table { float:left; width:100%; table-layout:fixed; border-collapse:collapse; text-align:center }
	/* Jours de la semaine */
	#calendrier table tr th { color:#fff; background:#9CB12C; padding:2px 0; }
	#calendrier table tr th abbr {border:0;}
	/* Cellule de tableau */
	#calendrier table tr td {padding:4px 0;}
	#calendrier table tr td a { color:#0173a7; font-weight:bold; }
	/* Jour selectionne */
	#calendrier table tr td.jour_selectionne a { display:block; background:#0173a7; color:#fff; cursor:text; text-decoration:none; padding:2px 0; }
	#calendrier table tr td.jour_selectionne a:hover,
	#calendrier table tr td.jour_selectionne a:focus {text-decoration:none}
	/* Jour "J" */
	#calendrier table tr td.jour_j { font-weight:bold; color:#f39910; }
	#calendrier table tr td.jour_j a {color:#f39910;}
	#calendrier table tr td.jour_j.jour_selectionne a {color:#fff;}
	/* Legende du calendrier */
	#legende_calendrier { font-size:.9em; padding:0 5px 0 5px; margin:0 0 5px 0; }
	#legende_calendrier span.titre { display:block; font-size:1.1em; font-weight:bold; color:#666; margin:0 0 5px 0; }
	#legende_calendrier ul { padding:0 0 0 5px; margin:0;}
	#legende_calendrier ul li { background:none; padding:0; }
	#legende_calendrier ul li span { font-size:1.1em; padding:0 3px; }
	#legende_calendrier ul li span.jour_evenement { font-weight:bold; color:#0173a7; text-decoration:underline; }
	#legende_calendrier ul li span.jour_selectionne { font-weight:bold; color:#fff; background:#0173a7; }
	#legende_calendrier ul li span.jour_j { font-weight:bold; color:#f39910; }
	#legende_calendrier ul li span.jour_courant_evenement { font-weight:bold; color:#f39910; text-decoration:underline; }
	/*Zone contextuelle */
	div.zone_contextuelle { float:right; width:230px; padding:8px 10px 3px 10px; background:#9CB12C; color:#FFF; margin:0 0 5px 25px; }
	/* contre les robots */
	.contre_les_robots { display:none; }
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

body { background:#F9F8F3 url(../images/background/body.gif) 50% 0 no-repeat; font-family:"Trebuchet MS", Trebuchet, san-serif; color:#666157; }

#acces_rapide { width:832px; height:31px; padding:14px 133px 0 0; margin:0 auto; color:#615A4E; overflow:hidden; text-align:right; white-space:nowrap; list-style:none; font-size:1.1em; }
	#acces_rapide li { white-space:nowrap; padding:0; margin:0; display:inline; background:none; }
		#acces_rapide li a { color:#615A4E; text-decoration:none; padding:0 5px; }
			#acces_rapide li a:hover, #acces_rapide li a:focus, #acces_rapide li a.focus { text-decoration:underline; }

#tetiere { width:965px; height:77px; padding:0 0 37px 0; margin:0 auto; }
	#logo { width:309px; height:77px; overflow:hidden; float:left; }
		#logo h1 a { display:block; width:309px; height:77px; }
	#carousel { width:526px; height:77px; padding:0; margin:0; float:left; position:relative; overflow:hidden; }
		.carousel ul { margin:0; padding:0; list-style:none; width:526px; overflow:hidden; }
			.carousel ul li { margin:0; padding:0; background:none; height:77px; width:526px; overflow:hidden; }
				.carousel ul li img { text-align:center; vertical-align:top; margin:0; padding:0; }
		.carousel a.prev, #carousel a.next { position:absolute; top:26px; z-index:10; cursor:pointer }
			.carousel a.prev {left:1px;}
			.carousel a.next {right:1px;}

#recherche { overflow:hidden; width:245px; height:20px; padding:0 0 0 720px; margin:0 auto; color:#757477; }
	#recherche label { display:none; }
	#recherche input.champ { display:inline; color:#FFF; width:90px; font-size:1.1em; border:1px solid #757477; padding:0 0 2px 5px; background:#757477; }
	#recherche input.bouton { display:inline; background:#DEDD3A; padding:0 0 1px; margin-top:1px; font-size:1em; border:1px solid #DEDD3A; color:#757477; }
	#recherche input.champ:hover, #recherche input.champ:focus, #recherche input.champ.focus { background:#666; border-color:#666; color:#FFF; }

#main { width:965px; margin:0 auto; background:url(../images/background/main.gif) repeat-y; height:100%; position:relative; z-index:10; }
	#gauche { width:207px; padding:0 0 8px 26px; float:left; }
		#menu_principal { margin:-19px 0 33px 0; padding:0; overflow:hidden; position:relative; z-index:50; }
			#menu_principal ul { margin:0; padding:0; list-style:none;  }
				#menu_principal li { margin:0; padding:0; width:207px; float:left; background:none; }

				#menu_principal li strong { display:block; padding:2px 2px 2px 36px; color:#FFF; font-weight:bold; font-size:1.3em; }
				#menu_principal li a { display:block; color:#FFF; padding:2px 2px 2px 36px; font-size:1.3em; }
				#menu_principal li.selected a { font-weight:bold; }
					#menu_principal li a:hover { text-decoration:underline; }
					
							#menu_principal .menuhaut , #menu_principal .menubas { height:7px; overflow:hidden; }

							.menunode12153 .menuhaut { background:url(../images/background/menunode1menuhaut.png) no-repeat; height:9px; }
							.menunode12154 .menuhaut { background:url(../images/background/menunode2menuhaut.png) no-repeat; }
							.menunode12155 .menuhaut { background:url(../images/background/menunode3menuhaut.png) no-repeat; }
							.menunode12156 .menuhaut { background:url(../images/background/menunode4menuhaut.png) no-repeat; }
							.menunode12157 .menuhaut { background:url(../images/background/menunode5menuhaut.png) no-repeat; }

							.menunode12153 .menumilieu { background:url(../images/background/menunode1menumilieu.png) repeat-y; }
							.menunode12154 .menumilieu { background:url(../images/background/menunode2menumilieu.png) repeat-y; }
							.menunode12155 .menumilieu { background:url(../images/background/menunode3menumilieu.png) repeat-y; }
							.menunode12156 .menumilieu { background:url(../images/background/menunode4menumilieu.png) repeat-y; }
							.menunode12157 .menumilieu { background:url(../images/background/menunode5menumilieu.png) repeat-y; }

								#menu_principal li.menunode12153 strong , #menu_principal li.menunode12153 a { background:url(../images/background/menunode1a.gif) 13px 0 no-repeat;  }
								#menu_principal li.menunode12154 strong , #menu_principal li.menunode12154 a { background:url(../images/background/menunode2a.gif) 13px 0 no-repeat;  }
								#menu_principal li.menunode12155 strong , #menu_principal li.menunode12155 a { background:url(../images/background/menunode3a.gif) 13px 0 no-repeat;  }
								#menu_principal li.menunode12156 strong , #menu_principal li.menunode12156 a { background:url(../images/background/menunode4a.gif) 13px 0 no-repeat;  }
								#menu_principal li.menunode12157 strong , #menu_principal li.menunode12157 a { background:url(../images/background/menunode5a.gif) 13px 0 no-repeat;  }

							.menunode12153 .menubas { background:url(../images/background/menunode1menubas.png) no-repeat; height:9px; }
							.menunode12154 .menubas { background:url(../images/background/menunode2menubas.png) no-repeat; }
							.menunode12155 .menubas { background:url(../images/background/menunode3menubas.png) no-repeat; }
							.menunode12156 .menubas { background:url(../images/background/menunode4menubas.png) no-repeat; }
							.menunode12157 .menubas { background:url(../images/background/menunode5menubas.png) no-repeat; }

					#menu_principal li ul { margin:0 0 0 4px; padding:0; overflow:hidden; width:203px; }
						#menu_principal li li { width:203px; }
						#menu_principal li.selected li a { font-weight:normal; }
							#menu_principal li.selected li.selected a { font-weight:bold; }

								#menu_principal li.menunode12153 li strong , #menu_principal li.menunode12153 li a,
								#menu_principal li.menunode12154 li strong , #menu_principal li.menunode12154 li a,
								#menu_principal li.menunode12155 li strong , #menu_principal li.menunode12155 li a,
								#menu_principal li.menunode12156 li strong , #menu_principal li.menunode12156 li a,
								#menu_principal li.menunode12157 li strong , #menu_principal li.menunode12157 li a {
									background:url(../images/background/level1.gif) 32px 8px no-repeat; }

					#menu_principal li li strong { padding:2px 2px 2px 42px; height:auto; color:#FFF; font-size:1.2em; }
					#menu_principal li li a { padding:2px 2px 2px 42px; height:auto; color:#FFF; font-size:1.2em; }
						#menu_principal li li a:hover { }

							#menu_principal li.selected li.selected li a { font-weight:normal; }
							#menu_principal li.selected li.selected li.selected a { font-weight:bold; }

								#menu_principal li.menunode12153 li li strong , #menu_principal li.menunode12153 li li a,
								#menu_principal li.menunode12154 li li strong , #menu_principal li.menunode12154 li li a,
								#menu_principal li.menunode12155 li li strong , #menu_principal li.menunode12155 li li a,
								#menu_principal li.menunode12156 li li strong , #menu_principal li.menunode12156 li li a,
								#menu_principal li.menunode12157 li li strong , #menu_principal li.menunode12157 li li a {
									background:none; }
					
					#menu_principal li li ul { margin:0; }
						#menu_principal li li li strong { padding:2px 2px 2px 57px; background:none; }
						#menu_principal li li li a { padding:2px 2px 2px 57px; background:none; }
							#menu_principal li li li a:hover { }
					
					#menu_principal li li li li strong { padding:2px 2px 2px 67px; font-style:italic; }
					#menu_principal li li li li a { padding:2px 2px 2px 67px; font-style:italic; }
						#menu_principal li li li li a:hover { background:#42569B; }

		#outilsgauche { list-style:none; margin:0 0 30px 0; padding:0; }
			#outilsgauche li { background:none; padding:0; margin:0 0 4px 0; }
				#outilsgauche li a { color:#5C5549; }
			#outilsgauche li#demarchesenligne { height:28px; padding:22px 0 0 53px; background:url(../images/background/demarchesenligne.png) no-repeat; font-size:1.3em; }
			#outilsgauche li#marchespublics { height:29px; padding:19px 0 0 53px; background:url(../images/background/marchespublics.gif) no-repeat; font-size:1.3em; }
			#outilsgauche li#contacterlesservices { height:28px; padding:10px 0 0 53px; background:url(../images/background/contacterlesservices.gif) no-repeat; font-size:1.3em; }
			#outilsgauche li#plandelaville { height:29px; padding:19px 0 0 53px; background:url(../images/background/plandelaville.gif) no-repeat; font-size:1.3em; }
			#outilsgauche li#sondage { height:28px; padding:20px 0 0 53px; background:url(../images/background/sondage.gif) no-repeat; font-size:1.3em; }

		#enunclic { width:207px; overflow:hidden; background:url(../images/background/enunclic.gif) repeat-y;margin:0 0 30px 0 }
			#enunclic h2 { color:#C13D03; font-size:1.8em; font-weight:bold; padding:10px 0 0 22px; background:url(../images/background/enunclich2.gif) no-repeat; }
			#enunclic ul { width:202px; margin:0; padding:0 0 10px 5px; background:url(../images/background/enunclicul.gif) 0 100% no-repeat; overflow:hidden; list-style:none; }
				#enunclic ul li { float:left; width:202px; background:none; margin:0; padding:0; }
					#enunclic ul li a { display:block; width:173px; padding:2px 2px 2px 27px; color:#4F493D; background:url(../images/background/enunclica.gif) 17px 5px no-repeat; font-size:1.2em; }
						#enunclic li a:hover { background-color:#DEDDD8; text-decoration:none; }
						
						
		#sondage-fp { width:207px; overflow:hidden;background:url(../images/background/enunclic.gif) repeat-y;}
			#sondage-fp h2 { color:#C13D03; font-size:1.8em; font-weight:bold; padding:15px 0 0 50px; background:url(../images/background/sondage_h2.gif) no-repeat; }
			#sondage-fp-content { padding:0 0 10px 15px;width:190px;background:url(../images/background/enunclicul.gif) 0 100% no-repeat;}
			#sondage-fp .bouton-vote {text-align:right;padding-right:10px;margin-bottom:5px;}
			#sondage-fp .bouton-vote .boutton {
				background:none;border:none;background:url("../images/background/toutelactu.gif") no-repeat scroll 0 5px transparent;color:#C13D03;font-weight:bold;padding-left:14px;cursor:pointer;}
			#sondage-fp fieldset.question_sondage {border:0;margin:0;padding:0;}
			#sondage-fp a {color:#333333;border-bottom:2px solid #cccccc;}
			#sondage-fp a:hover {color:#333333;border-bottom:2px solid #333333;text-decoration:none;}
			
			
				
	#contenu { width:639px; float:left; padding:19px 35px 0 28px; }
		.contenu { font-size:1.3em; }
			#imgctxt { width:639px; margin:0 0 15px 0; }
			#encartctxt { width:174px; float:right; background:#CDCBCF; color:#333; padding:13px; margin:0 0 5px 15px; }
				.encart { padding:5px 0; mragin:0 0 5px; border-bottom:1px solid #FFF; overflow:hidden; }
					.encart ul.files { margin:0; padding:0; list-style:none; }
						.encart ul.files li { margin:0; padding:2px 0; background:none; }
			/* Spécifique frontpage : */
			#fponglets { width:621px; padding:9px; margin:0 0 15px 0; background:#757477; color:#FFF; overflow:hidden; position:relative; }
				.img_onglet { float:left; width:416px; margin:0; padding:0; text-align:center; }
				.txt_onglet { float:right; width:195px; padding:40px 0 0 10px; margin:0; }
					.txt_onglet h2 a { color:#FFF; }
			#actus { width:388px; padding:0 50px 0 0; float:left; }
				#actus h2 { color:#5B5548; font-size:2em; border-bottom:1px dotted #5B5548; padding:0 0 3px 0; margin:0 0 15px 0; }
				#actus .article { overflow:hidden; clear:left; border-bottom:1px dotted #444; padding:5px 0; margin:0 0 5px 0; }
					.article h3 a { color:#C13D03; font-size:1.4em; }
					.article .lire_suite { text-transform:uppercase; }
				#toutelactu { text-align:right; }
					#toutelactu a { color:#C13D03; background:url(../images/background/toutelactu.gif) 0 3px no-repeat; padding-left:14px; font-weight:bold; text-decoration:none; text-transform:uppercase; }
			#droite { width:178px; float:left; }
				#infos , #fpagenda { width:178px; background:#CDCBCF; color:#333; padding:11px; margin:0 0 15px 0; }
					#infos h2, #fpagenda h2 { font-size:2em; color:#444; }
					#fpagenda img { margin:0 auto 10px; border:1px solid #FFF; display:block; }
					#infos .event, #fpagenda .event { border-bottom:1px solid #FFF; padding:5px 0; margin:0 0 5px 0; }
						#infos .event h3 , #fpagenda .event h3 { margin:0; }
							#infos .event h3 a , #fpagenda .event h3 a { color:#FFF; margin:0; }
						a.voir_tout { color:#FFF; background:url(../images/background/voirtout.gif) 0 3px no-repeat; padding-left:14px; font-weight:bold; text-decoration:none; }
							a.voir_tout:hover { color:#444; }

#basvert { background:#DEDD3A url(../images/background/bas1.gif) 50% 0 no-repeat; clear:both; padding:40px 0 10px 0; }
	#mainbasvert { width:965px; margin:0 auto; overflow:hidden; }
		#coordonnees { width:247px; float:left; border-right:1px dotted #444; padding:0 10px 0 0; text-align:right; background:url(../images/background/coordonnees.gif) 0 44px no-repeat; }
			#coordonnees h2 { font-weight:normal; font-size:1.8em; color:#444; padding-left:12px; text-align:left; }
			#coordonnees p { padding:0 0 10px 78px; text-align:left; color:#000; font-size:1.2em; }
			#coordonnees a { color:#C13D03; background:url(../images/background/coordonneesa.gif) right no-repeat; padding-right:12px; margin-right:50px; font-size:1.2em; }
				#coordonnees a:hover { }
		#publication { width:193px; float:left; border-right:1px dotted #444; padding:0 10px 0 15px; }
			#publication h2 { font-weight:normal; font-size:1.8em; color:#444; }
			#publication img { float:left; margin:0 8px 5px 0; overflow:hidden; }
			#publication ul { margin:0; padding:0; list-style:none; color:#444; font-size:1.1em; }
				#publication li { margin:0; padding:0; background:none; }
					#publication li a { color:#444; background:url(../images/background/publicationa.gif) 0 4px no-repeat; padding-left:11px; }
		#galeriebas { width:231px; float:left; border-right:1px dotted #444; padding:0 10px 0 0; }
			#galeriebas h2 { font-weight:normal; font-size:1.8em; color:#444; padding-left:22px; }
			#galeriebas a { display:block; width:200px; margin:0 auto; height:149px; background:url(../images/background/galeriebasa.jpg) no-repeat; }
				#galeriebas a span { display:none; }
		#videosbas { width:216px; float:left; padding:0 0 0 10px; }
			#videosbas h2 { font-weight:normal; font-size:1.8em; }
				#videosbas h2 a { color:#444; }

#bas { clear:both; padding:8px 0; width:965px; margin:0 auto; overflow:hidden; }
	#copyright { float:left; width:80px; white-space:nowrap; color:#7A7A77; text-align:right; padding-left:60px; }
		#copyright a { color:#7A7A77}
	#footer { float:right; color:#444; padding-right:30px; text-align:right; font-size:1.1em; }
		#footer li {display:inline;background:none; margin:0; padding:0;}
			#footer li a { color:#444; padding:0 10px; }

/* PERSONNALISATION RUBRIQUE ENFANCE ET JEUNNESSE : */
body.niveau2_12154 { background:#FFF url(../images/background/body2.gif) 50% 0 no-repeat; }
.niveau2_12154 #carousel { display:none; }
.niveau2_12154 #main { background:url(../images/background/main2.png) repeat-y; }

/* SERVICE PUBLIC V2 */
#servicepublicv2 { width:100%; overflow:hidden; }
	#servicepublicv2 h1 { overflow:hidden; }
		#servicepublicv2 h1 img { vertical-align:middle; }
	#servicepublicv2 ul#accueilspv2 { list-style:none; margin:0; padding:0; }
		#servicepublicv2 ul#accueilspv2 li { width:50%; float:left; margin:0; padding:0; background:none; }
			#servicepublicv2 ul#accueilspv2 li img { vertical-align:middle; }
	#servicepublicv2 ul { overflow:visible; }
	.cadre { padding:2%; margin:0 0 10px 0; border:1px solid #CCC; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; border-radius:10px; overflow:hidden; }
	#colg { width:66%; float:left; }
	#cold { width:24%; float:right; overflow:hidden; }
	a.voirtout { font-weight:bold; }
	.definition { border-bottom:1px dotted #F00; color:#F00 }
		.definition em { display:none; }
		.definition:hover { position:relative; }
		.definition:hover em { display:block; width:200px; height:auto; position:absolute; z-index:1000; left:0; top:1.4em; padding:5px; font-style:normal; color:#000; border:2px solid #999; background:#ECECEC; overflow:hidden; }
	.note , .attention , .info , .savoir { padding:5px 5px 5px 30px; margin:0 0 15px; border:1px solid #D0BB0C; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; }
	.note { background:url(/extension/servicepublicv2.fr/design/standard/images/picto_NOTE.png) 5px 5px no-repeat; }
	.attention { background:url(/extension/servicepublicv2.fr/design/standard/images/picto_ATTENTION.png) 5px 5px no-repeat; }
	.info { background:url(/extension/servicepublicv2.fr/design/standard/images/picto_INFO.png) 5px 5px no-repeat; }
	.savoir { background:url(/extension/servicepublicv2.fr/design/standard/images/picto_SAVOIR.png) 5px 5px no-repeat; }
	.chapitre { /* border-bottom:1px dotted #CCC; margin:0 0 10px 0;*/ }


