/* 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 , .contre_les_robots { 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:#1F4F68; background:url(../images/background/lire-la-suite.gif) 0 3px 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:#1569A1; margin:0 0 10px 0; font-size:1.8em; }
	h2 { font-size:1.3em; color:#333; margin-bottom:7px; }
		h2.bordure { border-bottom:1px dashed #ccc; padding:0 0 5px 0; margin:0; }
		h2.clair { color:#666; }
	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:#DEDD3A; padding:8px 10px 0 10px; margin:0 0 10px 0; }
	p.mise_en_avant {padding-bottom:10px;}
	/* 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:#000; }
	#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 5px 0; margin:0 0 5px 0; clear:left;  }
	div.vue_line h3 a { color:#333; padding-left:12px; background:url(../images/background/puce.gif) 0 4px no-repeat; }
	div.vue_line h3 a:hover, div.vue_line h3 a:focus {}
	div.vue_line h3 span {font-size:1em; }
	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; }
/* 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.3em; font-weight:bold; color:#666; margin-bottom:7px; }
	fieldset.question_sondage legend span {white-space:normal; }
	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:234px; 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 #777; padding:2px 6px; }
	ul.pagination li a { color:#fff; background:#777; }
	ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li span { color:#777; 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)}
	#outils li #previous {background-image:url(../images/background/retour.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; display:none; }
	#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; }
	#ezagenda_month_hidden_show { font-weight:bold; }
/*Zone contextuelle */
	div.zone_contextuelle { float:right; width:230px; padding:8px 10px 3px 10px; background:#9CB12C; color:#FFF; margin:0 0 5px 25px; }
/* Formulaires d'annuaires : */
#contenu div.directory p.accessiform label { width:25%; }

/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

body { background:#D1D1D1; font-family:verdana, arial, san-serif; color:#000; }

.main { width:983px; margin:0 auto; background:url(../images/background/main.gif) repeat-y; overflow:hidden; }

#tetiere { margin:0 auto 7px auto; }
	#tetierehaut { width:973px; height:25px; padding:5px 5px 0 5px; }
		#recherche { overflow:hidden; width:245px; height:25px; padding:0 0 0 5px; margin:0; float:right; }
			#recherche label { display:inline; }
			#recherche input.champ { display:inline; color:#959595; width:90px; font-size:1.1em; border:1px solid #333; padding:0 0 2px 5px; }
			#recherche input.bouton { display:inline; background:#959595; padding:0 0 1px; margin-top:1px; font-size:1em; border:1px solid #333; color:#FFF; }
			#recherche input.champ:hover, #recherche input.champ:focus, #recherche input.champ.focus { background:#666; border-color:#666; color:#FFF; }
		#acces_rapide { width:723px; height:25px; padding:0; margin:0; overflow:hidden; text-align:right; white-space:nowrap; list-style:none; font-size:1.1em; float:left; }
			#acces_rapide li { white-space:nowrap; padding:0; margin:0; display:inline; background:none; }
				#acces_rapide li a { color:#000; text-decoration:none; padding:0 5px; }
					#acces_rapide li a:hover, #acces_rapide li a:focus, #acces_rapide li a.focus { text-decoration:underline; }
	#tetierebas { clear:both; width:973px; padding:0 5px; height:209px; background:url(../images/background/tetiere.gif) left bottom no-repeat; position:relative; }
		#flash , #imgctxt { position:absolute; z-index:0; left:5px; }
		#logo { position:relative; z-index:10; padding:109px 0 0 15px; float:left; }
		#coordonnees { float:right; padding:158px 15px 0 0; width:300px; text-align:right; line-height:1em; }
			#coordonnees p { margin:0; }

#toolbartop { padding:19px 5px 0 19px; height:105px; width:959px; overflow:hidden; background:url(../images/background/toolbartop.gif) left top no-repeat; }
	#toolbartop ul { list-style:none; margin:0; padding:0; }
		#toolbartop ul li { margin:0; padding:0; background:none; display:inline; }
			#toolbartop ul li a { display:block; float:left; }
				#tbtoplink12192 a { margin:0 39px 0 0; }
				#tbtoplink12194 a { margin:0 67px 0 0; }
				#tbtoplink12193 a { margin:0 67px 0 0; }
				#tbtoplink12191 a { margin:0; }

#main { width:960px; padding:0 4px 10px 19px; background:url(../images/background/mainbas.gif) left bottom no-repeat; overflow:hidden; }
	#gauche { width:185px; padding:0 20px 0 0; float:left; overflow:hidden; }
		#travaux { height:48px; padding:12px 40px 0 23px; margin:0 0 15px 0;  background:url(../images/background/travaux.gif) no-repeat; }
			#travaux a { color:#FFF; font-size:1.3em; }
				#travaux a strong { text-transform:uppercase; }
		#menu { margin:0 0 14px 0; padding:0; overflow:hidden; background:#11659E url(../images/background/menu_principal.gif) repeat-y; }
			#menu ul { margin:0; padding:0; list-style:none; }
				#menu li { margin:0; padding:0; width:185px; float:left; background:none; border-bottom:1px solid #FFF; }

				#menu li strong , #menu li a { display:block; padding:2px 5px 2px 25px; color:#FFF; font-size:1.1em; width:155px; }
				#menu li.selected a { font-weight:bold; }
					#menu li a:hover { background-color:#5792BA; text-decoration:none; }

						#menu li.menunode12172 strong , #menu li.menunode12172 a { background-image:url(../images/background/menunodehaut.gif); background-position:top left; background-repeat:no-repeat;  }
						#menu li.menunode12178 { background-image:url(../images/background/menunodebas.gif); background-position:left bottom; background-repeat:no-repeat;  }

					#menu li ul { margin:0; padding:0; overflow:hidden; width:185px; }
						#menu li li { border:0; }
						#menu li.selected li a { font-weight:normal; }
							#menu li.selected li.selected a { font-weight:bold; }

								#menu li.menunode12172 li strong , #menu li.menunode12172 li a,
								#menu li.menunode12178 li strong , #menu li.menunode12178 li a {
									background:none; }

					#menu li li strong , #menu li li a { padding:2px 2px 2px 42px; width:141px; height:auto; color:#FFF; }
						#menu li li a:hover { background:#5792BA; text-decoration:none; }

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

					#menu li li ul { margin:0; }
						#menu li li li strong , #menu li li li a { padding:2px 2px 2px 57px; width:126px; }
							#menu li li li a:hover { background:#5792BA; text-decoration:none; }

					#menu li li li li strong , #menu li li li li a { padding:2px 2px 2px 67px; font-style:italic; width:116px; }
						#menu li li li li a:hover { background:#5792BA; text-decoration:none; }
		#demarchesadministratives { height:54px; padding:7px 0 0 23px; background:url(../images/background/demarchesadministratives.gif) no-repeat; }
			#demarchesadministratives a { color:#343434; font-size:1.3em; }
				#demarchesadministratives a strong { text-transform:uppercase; }
		#monespaceperso { padding:10px 0 8px 23px; margin:0 0 15px 0; background:url(../images/background/dumieux.gif) 0 bottom no-repeat; }
			#monespaceperso form div { margin:0 0 3px 0; }
				#monespaceperso form div input.champ { display:inline; color:#959595; width:90px; font-size:1.1em; border:1px solid #333; padding:0 0 2px 5px; }
				#monespaceperso form div input.bouton { display:inline; background:#959595; padding:0 0 1px; margin-top:1px; font-size:1em; border:1px solid #333; color:#FFF; }
				#monespaceperso ul { margin:0; padding:0; }
						#monespaceperso ul li a { color:#343434; }

		#accesdirect { width:185px; margin:0 0 15px 0;  overflow:hidden; background:url(../images/background/accesdirect.gif) repeat-y; }
			#accesdirect h2 { color:#6D6D6D; font-size:1.6em; font-weight:normal; padding:8px 0 0 25px; background:url(../images/background/accesdirecth2.gif) no-repeat; }
				#accesdirect h2 strong { text-transform:uppercase; }
			#accesdirect ul { width:170px; margin:0; padding:0 0 10px 15px; background:url(../images/background/accesdirectul.gif) 0 100% no-repeat; overflow:hidden; list-style:none; }
				#accesdirect ul li { float:left; width:170px; background:none; margin:0; padding:0; }
					#accesdirect ul li a { display:block; width:158px; padding:2px 2px 2px 12px; color:#000; font-size:1.1em; }
						#accesdirect li a:hover { background:#D1D1D1; text-decoration:underline; }
		#partenaires { width:185px; overflow:hidden; }
			#partenaires ul { margin:0; padding:0; list-style:none; }
				#partenaires ul li { display:inline;  background:none; margin:0; padding:0; }
					/* #partenaires a { margin:0 0 5px 0;} */

	#contenu { width:755px; float:left; overflow:hidden; }
		.treslarge { padding:0 20px 0 0;}
		.contenu { font-size:1.1em; }
			#milieu { width:535px; padding:0 20px 0 0; float:left; overflow:hidden; }
				#focusfp , #focus { width:505px; background:#EFEFEF url(../images/background/focush2.gif) 0 0 no-repeat; padding:8px 15px 0; overflow:hidden; }
					#focusfp h2 { font-size:2em; color:#1569A1; }
					#focusfp h3 { color:#000; }
				#focusbas { width:535px; height:14px; background:#EFEFEF url(../images/background/focus.gif) 0 100% no-repeat; margin:0 0 35px 0; overflow:hidden; }
		
				div.article { width:535px; padding:0 0 10px 0; margin:0 0 10px 0; overflow:hidden; }
					div.article h3 a { color:#000; }
					div.article img { float:left; margin:0 10px 5px 0 }
	
			#droite { width:200px; float:left; overflow:hidden; }
				#meteo { background:#A7CBDC; margin:0 0 15px 0; overflow:hidden; padding:0 0 10px 0; }
					#meteo h2 { height:30px; padding:6px 16px 0 0; font-size:2em; font-weight:normal; text-align:right; color:#297494; background:url(../images/background/meteoh2.gif) no-repeat; border-bottom:1px solid #FFF; }
					#meteo div { overflow:hidden; padding:0 25px }
				#tbagenda { background:#9DBAC8; margin:0 0 15px 0; overflow:hidden; padding:0; }
					#tbagenda h2 { height:30px; padding:6px 16px 0 0; font-size:2em; font-weight:normal; text-align:right; color:#284E62; background:url(../images/background/tbagendah2.gif) no-repeat; border-bottom:1px solid #FFF; }
					.event { padding:7px 10px 7px 13px; overflow:hidden; border-bottom:1px solid #FFF; font-size:1.1em; }
						.event h3 span { background:#587E91; color:#FFF; padding:2px; }
						.event a { padding-left:12px; background:url(../images/background/lire-la-suite.gif) 0 3px no-repeat; color:#1F4F68; font-weight:bold; }
							.event a:hover { color:#E2001A; }
					#allevents { padding:7px 13px; }
						#allevents a { padding-left:12px; background:url(../images/background/lire-la-suite.gif) 0 3px no-repeat; color:#1F4F68; font-weight:bold; }
							#allevents a:hover { color:#E2001A; }
				#vieasso { background:#9DB5C8; margin:0 0 15px 0; overflow:hidden; padding:0 0 10px 0; }
					#vieasso h2 { height:30px; padding:6px 16px 0 0; font-size:2em; font-weight:normal; text-align:right; color:#284E62; background:url(../images/background/vieassoh2.gif) no-repeat; border-bottom:1px solid #FFF; }
					#vieasso ul, #vieasso li { margin:0; padding:0; background:none; list-style:none; }
						#vieasso a { display:block; padding:2px 5px 2px 28px; background:url(../images/background/lire-la-suite.gif) 14px 7px no-repeat; color:#1F4F68; font-weight:bold; }
							#vieasso a:hover { color:#E2001A; }
				#publication { background:#FFB027; margin:0 0 15px 0; overflow:hidden; padding:0; }
					#publication h2 { height:30px; padding:6px 16px 0 0; font-size:2em; font-weight:normal; text-align:right; color:#FFF; background:url(../images/background/publicationh2.gif) no-repeat; border-bottom:1px solid #FFF; }
						#publication p { text-align:center; border-bottom:1px solid #FFF; padding:0 0 10px 0; margin:0; }
						#publication div { padding:8px 5px 8px 13px; }
							#publication div a { padding-left:12px; background:url(../images/background/lire-la-suite.gif) 0 3px no-repeat; color:#1F4F68; font-weight:bold; }
								#publication div a:hover { color:#E2001A; }
				#plusdinfo { background:#B4BABD; margin:0 0 15px 0; overflow:hidden; padding:0;  }
					#plusdinfo h2 { height:30px; padding:6px 16px 0 0; font-size:2em; font-weight:normal; text-align:right; color:#515252; background:url(../images/background/plusdinfo.gif) no-repeat; border-bottom:1px solid #FFF; }
					#inplusdinfo { padding:8px 5px 8px 13px; }

#pied_page { 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; }

	/* WIDGETS */

.column { float: left; padding-bottom: 100px;  margin-top:10px; }
.portlet { margin: 0 1em 1em 0; }
	.portlet-header { padding: 0.4em; } 
		.portlet-header .ui-icon { float: right; }
	.portlet-content { padding:0.4em  0.4em  1em  0.4em; font-size:.9em}	
.portlet-config{padding: 0.4em; margin:5px 0; overflow:hidden; }
	.portlet-config span { display:block; float:left; margin:0 5px 0px 0; }
.ui-sortable-placeholder { border: 1px dashed #CCC; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }	

#widgetAdd { float:left;  }
#addwidget { float:left;  }
#switcher { float:right;  }

a.ui-icon.ui-icon-disk { }
a.ui-icon.ui-icon-trash {float: right;}

.portlet-content textarea { width:85%; }
.contenu .portlet-content ul { padding-left:10px; }

.portlet-content { overflow:hidden; height:100% }
.portlet-content span.date_publication { display:none }


/* SERVICE PUBLIC V2 */
#servicepublicv2 { width:98%; 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;*/ }

/* spécifique pour Mes centres d'intérêts (compte citoyen) */
p.accessiform label.leftlabel { text-align:left; width:auto; white-space:nowrap; padding:0 0 0 5px; }
