@charset "utf-8";
/* --------------------------------------------------------------------------------------------- Reset et styles de base */
	* {
		padding:0;
		margin:0
	}
	body {
		font-size:62.5%;
		font-family:arial, helvetica, sans-serif;
		color:#000;
		background:#9baf00 url(../images/background/body.jpg) repeat-x
	}
/* ----------------------------------------------------------------------------------- Titres */
	h2 {margin-bottom:5px}
	h3 {margin-bottom:4px}
	h4 {margin-bottom:3px}
	h5,
	h6 {margin-bottom:2px}
/* ----------------------------------------------------------------------------------- Paragraphes */
	p {
		line-height:1.6em;
		margin-bottom:10px
	}
/* ----------------------------------------------------------------------------------- Liens */
	a {color:#0173a7}
	a:hover,
	a:focus {text-decoration:none}
	a img {border:none}
/* ----------------------------------------------------------------------------------- Listes */
	ul,
	ol {
		list-style:none;
		margin-bottom:10px
	}
/* ----------------------------------------------------------------------------------- Emphases */
	strong {
		font-style:normal;
		font-weight:bold
	}
	em {
		font-style:italic;
		font-weight:normal
	}
/* ----------------------------------------------------------------------------------- Autres */
	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
	}
/* --------------------------------------------------------------------------------------------- Recurrent */
	.masquer,
	.contre_les_robots {
		position:absolute;
		top:-1000px;
		width:1px;
		height:1px;
		overflow:hidden;
		display:none;
	}
/* ----------------------------------------------------------------------------------- Meta */
	p.meta {
		font-style:italic;
		color:#6b6a64
	}
/* ----------------------------------------------------------------------------------- Liens */
	a.lien_externe {
		background:url(../images/background/lien_externe.gif) no-repeat right center;
		padding:0 14px 0 0
	}
	a.lien_continuation {
		float:right;
		color:#e6900e;
		background:url(../images/background/puce.gif) no-repeat left 4px;
		padding:0 0 0 12px;
		margin:0 30px 0 0;
		text-decoration:none
	}
	a.lien_continuation:hover,
	a.lien_continuation:focus {text-decoration:underline}
/* ----------------------------------------------------------------------------------- Formulaire */
/* ------------------------------------------------------------------------- Champs */
	input.champ:hover {background:#f7f9eb}
	input.champ:focus {background:#f2f5df}
/* ------------------------------------------------------------------------- Boutons */
	input.bouton {
		font-family:tahoma;
		font-size:1em;
		color:#fff;
		background:#0173a7;
		border:1px solid #0173a7;
		padding:1px;
		cursor:pointer
	}
	input.bouton.secondaire {
		background:#888;
		border:1px solid #777
	}
	input.bouton:hover,
	input.bouton:focus {background:#3883bd}
	input.bouton.secondaire:hover,
	input.bouton.secondaire:focus {background:#999}
/* --------------------------------------------------------------------------------------------- Depuis editeur */
	.retour_chariot {clear:both}
/* ----------------------------------------------------------------------------------- Alignements */
	.alignement01 {text-align:left}
	.alignement02 {text-align:right}
	.alignement03 {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 */
	#contenu h2 {
		font-size:1.4em;
		color:#000
	}
	#contenu h3 {
		font-size:1.2em;
		color:#333
	}
	#contenu h4 {
		font-size:1.1em;
		color:#555
	}
	#contenu h5,
	#contenu h6 {
		font-size:1em;
		color:#777
	}
/* ----------------------------------------------------------------------------------- Images */
	#contenu img {border:1px solid #9aae00}
	#contenu p img,
	#contenu label img {border:0}
/* ----------------------------------------------------------------------------------- Listes */
	#contenu ul, #contenu ol {
		overflow:hidden;
		line-height:1.6em;
		height:100%;
		padding:0 12px
	}
	#contenu ul li {
		background:url(../images/background/puce_02.gif) no-repeat left 7px;
		padding:0 0 2px 11px
	}
	#contenu ol li {
		list-style-type:decimal;
		list-style-position:inside;
		padding:0 0 2px 0
	}
	#contenu ul li ul, #contenu ol li ol {	
		padding:2px 0 0 15px;
		margin:0
	}
/* ----------------------------------------------------------------------------------- Mise en avant */
	.mise_en_avant {
		overflow:hidden;
		height:100%;
		background:#f7fcd1;
		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}
/* ------------------------------------------------------------------------- Légendes et copyright */
	div.image p {
		line-height:1.3em;
		text-align:left;
		font-size:.9em;
		color:#fff;
		background:#9aae00;
		padding:1px 1px 3px 1px
	}
	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:#f7fcd1;
		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}
/* --------------------------------------------------------------------------------------------- Global */
	#global {
		width:988px;
		font-size:1.1em;
		margin:0 auto
	}
/* ----------------------------------------------------------------------------------- Accès rapide */
	#acces_rapide {
		float:left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		padding:7px 0 0 0
	}
	#acces_rapide li {display:inline}
	#acces_rapide li a,
	#acces_rapide li strong {
		color:#fff;
		text-decoration:none;
		background:url(../images/background/puce_01.gif) no-repeat left center;
		padding:0 0 0 9px;
		margin:0 0 0 20px
	}
	#acces_rapide li #flux_rss {
		background:url(../images/contenu/rss.gif) no-repeat left center;
		padding-left:20px
	}
	#acces_rapide li a:hover,
	#acces_rapide li a:focus {text-decoration:underline}
/* ----------------------------------------------------------------------------------- Recherche */
	#recherche {
		float:right;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		padding:4px 15px 0 0
	}
	#recherche label {
		float:left;
		line-height:1.6em;
		color:#fff;
		margin:0 9px 0 0
	}
	#recherche input.champ {
		float:left;
		width:140px;
		border:1px solid #9aac59;
		font-size:1em;
		padding:2px 0 3px 3px
	}
	#recherche input.bouton_recherche {float:left}
/* ----------------------------------------------------------------------------------- Deconnexion */
	#deconnexion {
		display:block;
		float:right;
		color:#ff0000;
		background:#fff;
		padding:1px 5px;
		margin:6px 15px 0 0;
		text-decoration:none
	}
	#deconnexion:hover,
	#deconnexion:focus {text-decoration:underline}
/* ----------------------------------------------------------------------------------- Ombrage et principal */
	#ombrage {
		overflow:hidden;
		height:100%;
		clear:both;
		background:url(../images/background/principal.png) repeat-y;
		padding:0 4px
	}
	* html #ombrage {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background/principal.png',sizingMethod='scale');
		background-image:none
	}
	#principal {
		overflow:hidden;
		background:#fff;
		padding:5px 0 0 0
	}
/* ------------------------------------------------------------------------- Têtière */
	#tetiere p {padding:10px 20px 0 20px}
	#tetiere img {vertical-align:middle}
/* ------------------------------------------------------------------------- Navigation transversale */
	#nav_transversale {
		float:right;
		margin-bottom:0
	}
	#nav_transversale li {display:inline}
	#nav_transversale li a {
		display:block;
		display:inline;
		float:left;
		background-repeat:no-repeat;
		background-position:left center;
		padding:7px 0 8px 33px;
		margin:0 25px 0 0;
		text-decoration:none
	}
	#nav_transversale li.accessibilite a {background-image:url(../images/background/accessibilite.gif)}
	#nav_transversale li.faq a {background-image:url(../images/background/faq.gif)}
	#nav_transversale li.newsletter a {background-image:url(../images/background/newsletter.gif)}
	#nav_transversale li.contact a {background-image:url(../images/background/contact.gif)}
	#nav_transversale li a:hover,
	#nav_transversale li a:focus {text-decoration:underline}
/* ------------------------------------------------------------------------- Date courante */
	#date_courante {
		font-size:1.1em;
		color:#0173a7;
		padding:5px 0 10px 20px;
		margin-bottom:0
	}
/* ------------------------------------------------------------------------- h2 habillage */
	h2.habillage,
	#contenu h2.habillage {
		font-size:1.65em;
		font-weight:normal;
		color:#fff;
		background:#9aae00;
		padding:1px 13px
	}
/* ------------------------------------------------------------------------- Colonne 01 */
	#colonne01 {
		float:left;
		width:202px;
		border-right:1px solid #9aae00;
		border-top:1px solid #9aae00;
		padding:0 0 10px 0
	}
	#colonne01 img {
		display:block;
		margin:0 auto 15px auto
	}
/* --------------------------------------------------------------- Navigation principale */
/* ----------------------------------------------------- Premier niveau */
	#nav_principale {
		font-size:1.3em;
		margin-bottom:20px
	}
	#nav_principale li {
		border-bottom:1px solid #9aae00;
		padding:6px 15px
	}
	#nav_principale li a,
	#nav_principale li strong {
		display:block;
		height:100%;
		font-weight:normal;
		color:#000;
		background:url(../images/background/menu_a.gif) no-repeat left 5px;
		padding:0 0 0 12px;
		text-decoration:none
	}
	#nav_principale li a:hover,
	#nav_principale li a:focus,
	#nav_principale li strong,
	#nav_principale li.selected a {background-image:url(../images/background/menu_a_on.gif)}
	#nav_principale li a:hover,
	#nav_principale li a:focus {text-decoration:underline}
/* ----------------------------------------------------- Second niveau */
	#nav_principale li.selected {background:#f5f7e5}
	#nav_principale li.selected strong {font-weight:bold}
	#nav_principale li ul {
		font-size:.9em;
		padding-top:7px;
		margin-bottom:0
	}
	#nav_principale li ul li {
		border:0;
		padding:0 0 9px 10px
	}
/* ----------------------------------------------------- Troisème niveau */
	#nav_principale li ul li ul {
		font-size:.9em;
		padding-top:2px
	}
	#nav_principale li ul li ul li {padding:6px 0 0 20px}
	#nav_principale li.selected ul li ul li a,
	#nav_principale li.selected ul li ul li a:hover,
	#nav_principale li.selected ul li ul li a:focus,
	#nav_principale li.selected ul li ul li strong {background-image:url(../images/background/menu_a_a.gif)}
/* --------------------------------------------------------------- Accès directs */
	#acces_directs {
		font-size:1.1em;
		padding:5px 10px 0 20px;
		margin-bottom:50px
	}
	#acces_directs li a,
	#acces_directs li strong {
		display:block;
		height:100%;
		color:#000;
		background-image:url(../images/background/acces_direct.gif);
		background-repeat:no-repeat;
		background-position:left center;
		padding:1px 0 1px 21px;
		margin:8px 0 0 0;
		text-decoration:none
	}
	#acces_directs li.agenda a {background-image:url(../images/background/agenda.gif)}
	#acces_directs li.actualite a {background-image:url(../images/background/actualite.gif)}
	#acces_directs li.marches_publics a {background-image:url(../images/background/marches_publics.gif)}
	#acces_directs li.annuaire a {background-image:url(../images/background/annuaire.gif)}
	#acces_directs li.arrivant a {background-image:url(../images/background/arrivant.gif)}
	#acces_directs li.recrutement a {background-image:url(../images/background/recrutement.gif)}
	#acces_directs li.meteo a {background-image:url(../images/background/meteo.gif)}
	#acces_directs li.contacts a {background-image:url(../images/background/contacts.gif)}
	#acces_directs li.projet a {background-image:url(../images/background/projet.gif)}
	#acces_directs li.pollution a {background-image:url(../images/background/pollution.gif)}
	#acces_directs li.carte a {background-image:url(../images/background/carte.gif)}
	#acces_directs li a:hover,
	#acces_directs li a:focus {text-decoration:underline}
/* ------------------------------------------------------------------------- Contenu */
	#contenu {
		float:left;
		width:737px;
		padding:0 20px
	}
/* --------------------------------------------------------------- Accueil */
/* ----------------------------------------------------- */
	#accueil {
		float:left;
		width:504px;
		padding-right:5px 
	}
/* ------------------------------------------- Article */
	#contenu #accueil div.article {padding:0 0 10px 0}
	#contenu #accueil div.article img {margin-bottom:8px}
	#contenu #accueil div.article h2 {
		text-transform:uppercase;
		font-size:1em;
		font-weight:bold;
		border-bottom:0;
		margin-bottom:0
	}
	#contenu #accueil div.article h2 a {
		color:#000;
		text-decoration:none
	}
	#contenu #accueil div.article h2 a:hover,
	#contenu #accueil div.article h2 a:focus {text-decoration:underline}
/* ----------------------------------------------------- Colonne 02 */
	#colonne02 {
		position:relative;
		left:20px;
		float:left;
		width:227px;
		border-left:1px solid #9aae00;
		padding:0 0 10px 0
	}
	#colonne02 img {border:0}
	#colonne02 a {text-decoration:none}
	#colonne02 a:hover,
	#colonne02 a:focus {text-decoration:underline}
/* ------------------------------------------- Plan intéractif */
	#plan_interactif {
		display:block;
		margin:0 auto 10px auto
	}
/* ------------------------------------------- Publications */
	#publication {
		overflow:hidden;
		height:100%;
		padding:10px 15px 15px 15px
	}
	#publication img {
		float:left;
		margin:0 10px 0 0
	}
	#publication a {
		overflow:hidden;
		height:100%;
		display:block;
		color:#000;
		background:url(../images/background/puce_03.gif) no-repeat left 4px;
		padding:0 0 0 11px;
		margin:8px 0 0 0;
		text-decoration:none
	}
	#publication a:hover,
	#publication a:focus {text-decoration:underline}
/* ------------------------------------------- Agenda */
	#contenu #rss {
		position:relative;
		float:right;
		top:-22px;
		right:9px
	}
	#contenu #agenda {
		padding:10px 17px;
		margin-bottom:0
	}
	#contenu #agenda li {
		background:none;
		border-bottom:1px solid #9aae00;
		padding:0 3px;
		margin-bottom:8px
	}
	#contenu #agenda li h3 {
		line-height:1.3em;
		font-size:1em;
		margin-bottom:2px
	}
	#contenu #agenda li h3 a {color:#1a181d}
	#contenu #agenda li img {border:1px solid #f39910}
	#contenu #agenda li p {line-height:1.4em}
/* --------------------------------------------------------------- Fil d'ariane */
	#fil_ariane {
		color:#61584e;
		margin-top:15px
	}
	#fil_ariane a {
		color:#61584e;
		text-decoration:none
	}
	#fil_ariane a:hover,
	#fil_ariane a:focus {text-decoration:underline}
/* --------------------------------------------------------------- h1 */
	#contenu h1,
	#contenu #accueil h2 {
		line-height:normal;
		font-size:1.9em;
		font-weight:normal;
		color:#839400;
		border-bottom:1px solid #9aae00;
		padding:0 0 3px 0;
		margin:0 0 10px 0
	}
	#contenu h1 span {
		display:block;
		font-size:.7em;
		color:#666;
		margin:2px 0 0 0
	}
/* --------------------------------------------------------------- Introduction */
	p.introduction {
		overflow:hidden;
		height:100%;
		/*border-left:3px solid #e5e5e5;
		padding:0 0 0 5px;*/
		margin-bottom:15px
	}
	p.introduction:first-letter {
		font-size:1.6em;
		color:#666;
		margin:0 2px 0 0
	}
/* --------------------------------------------------------------- Vue line */
	div.vue_line {
		overflow:hidden;
		height:100%;
		border-bottom:1px dashed #e5e5e5;
		padding:0 0 5px 0;
		margin:0 0 8px 0
	}
	div.vue_line h2 a,
	div.vue_line h3 a {
		color:#000;
		text-decoration:none
	}
	div.vue_line h2 a:hover,
	div.vue_line h2 a:focus,
	div.vue_line h3 a:hover,
	div.vue_line h3 a:focus {text-decoration:underline}
	div.vue_line h3 span {font-size:.8em}
	div.vue_line img {
		float:left;
		margin:0 10px 0 0
	}
/* --------------------------------------------------------------- Agenda */
	#conteneur_calendrier {
		float:right;
		width:180px;
		background:#fff;
		padding:0 0 0 10px;
		margin:0 0 10px 20px
	}
/* ----------------------------------------------------- Calendrier */
	#calendrier {
		overflow:hidden;
		height:100%;
		border:1px solid #9aae00;
		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:#9aae00;
		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
	}
	
/* ----------------------------------------------------- Liste des thèmes */
	#contenu #liste_themes {
		padding:0
	}
	#contenu #liste_themes li {
		display:inline;
		margin:0 5px 0 0
	}
/* --------------------------------------------------------------- Galeries */
/* ----------------------------------------------------- Theme */
	div.theme {
		border:1px solid #d0d0d0;
		background:#e8e8e8;
		padding:10px
	}
	div.theme img {
		border:2px solid #fff;
		margin:10px 15px
	}
/* ----------------------------------------------------- Lien voir le thème */
	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 */
	#diaporama {
		float:left;
		width:100%;
		margin-top:10px
	}
	#diaporama a.lightbox {text-decoration:none}
	#diaporama a.lightbox img {
		border:1px solid #ccc;
		padding:5px;
		margin:0 33px 20px 0
	}
	#diaporama a.lightbox:hover img,
	#diaporama a.lightbox:focus img {background:#e4e4e4}
/* ----------------------------------------------------- FAQ */
	#contenu h2.question {font-size:1.2em}
	#contenu h2.question a {text-decoration:none}
	#contenu h2.question a:hover,
	#contenu 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}
/* --------------------------------------------------------------- Sondage */
	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 */
/* ----------------------------------------------------- Listing des fiches */
	#contenu ul.onglets {
		overflow:hidden;
		height:100%;
		line-height:normal;
		padding:0
	}
	#contenu ul.onglets li {
		display:inline;
		background:none;
		padding:0;
		margin:0
	}
	#contenu ul.onglets li a {
		position:relative;
		display:block;
		float:left;
		width:167px;
		height:90px;
		line-height:1.6em;
		font-weight:bold;
		color:#000;
		text-decoration:none;
		background:#e7e7e7 url(../images/background/elu.jpg);
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
		padding:8px
	}
	#contenu ul.onglets li a img {
		float:left;
		margin:0 8px 0 0
	}
	#contenu ul.onglets li a span {
		position:absolute;
		bottom:8px;
		right:8px;
		display:block;
		text-align:right;
		font-weight:normal;
		color:#e6900e;
		background:url(../images/background/puce.gif) no-repeat right 6px;
		padding:0 11px 0 0;
		text-decoration:underline
	}
	#contenu ul.onglets li a:hover,
	#contenu ul.onglets li a:focus {background:#f1f1f1}
	#contenu ul.onglets li a:hover span,
	#contenu ul.onglets li a:focus span {text-decoration:none}
	/* Fiche selectionne */
	#contenu ul.onglets li.ui-tabs-selected a {
		filter:alpha(opacity=30);
		-moz-opacity:0.30;
		background-image:none;
		background-color:#f4f4f4;
		cursor:text
	}
	#contenu ul.onglets li.ui-tabs-selected a span {display:none}
/* ----------------------------------------------------- Fiche */
	#fiche {
		overflow:hidden;
		height:100%;
		border-left:8px solid #babcbd;
		background:#e7e7e7;
		padding:15px;
		margin:0 0 10px 0
	}
	#fiche h2 {margin-bottom:10px}
	div.ui-tabs-hide {display:none}
	div.fiche img {
		float:left;
		margin:0 20px 0 0
	}
/* --------------------------------------------------------------- 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 */
	#contenu #plan_site {padding-left:80px}
	#contenu #plan_site li {
		background:url(../images/background/menu_a_on.gif) no-repeat left 4px;
		padding-left:15px;
		margin:0 0 5px 0
	}
	#contenu #plan_site li h2 {font-size:1.4em}
/* ----------------------------------------------------- Second niveau */
	#contenu #plan_site li ul {font-size:1.1em}
	#contenu #plan_site li ul li {
		background:url(../images/background/puce.gif) no-repeat left 6px;
		padding-left:12px;
		margin-bottom:3px
	}
	#contenu #plan_site li ul li a {color:#666}
/* ----------------------------------------------------- Autres niveaux */
	#contenu #plan_site li ul li ul {font-size:.9em}
	#contenu #plan_site li ul li ul li {
		background:url(../images/background/puce_02.gif) no-repeat left 6px;
		margin-bottom:0
	}
/* --------------------------------------------------------------- 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 */
	#contenu ul.pagination {padding:10px 0 0 0}
	#contenu ul.pagination li {
		float:left;
		background:none;
		padding:0;
		margin:0 10px 5px 0
	}
	#contenu ul.pagination li a,
	#contenu ul.pagination li span {
		display:block;
		float:left;
		border:1px solid #0173a7;
		padding:2px 6px;
		text-decoration:none
	}
	#contenu ul.pagination li a {
		color:#fff;
		background:#0173a7
	}
	#contenu ul.pagination li a:hover,
	#contenu ul.pagination li a:focus,
	#contenu ul.pagination li span {
		color:#0173a7;
		background:#fff
	}
/* --------------------------------------------------------------- Outils */
	#contenu #outils {
		clear:both;
		padding:10px 0 0 0;
		margin-bottom:0
	}
	#contenu #outils li {
		display:inline;
		background:none;
		padding:0;
		margin:0 25px 0 0
	}
	#outils li a {
		color:#5c494f;
		background-repeat:no-repeat;
		background-position:left 9px;
		text-decoration:none;
		padding:7px 0 4px 21px
	}
	#outils li a:hover,
	#outils li a:focus {text-decoration:underline}
	#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)}
/* ------------------------------------------------------------------------- Bottom */
	#pied_page {
		clear:both;
		overflow:hidden;
		height:100%;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#777;
		background:url(../images/background/bottom.gif) no-repeat;
		padding:221px 0 15px 0
	}
	#pied_page a {
		color:#777;
		text-decoration:none
	}
	#pied_page a:hover,
	#pied_page a:focus {text-decoration:underline}
/* --------------------------------------------------------------- Liste de liens */
	#pied_page ul {
		float:right;
		margin-bottom:0
	}
	#pied_page ul li {display:inline}
	#pied_page ul li a,
	#pied_page ul li strong {
		background:url(../images/background/puce_02.gif) no-repeat left 5px;
		padding:0 0 0 10px;
		margin:0 30px 0 0
	}
/* --------------------------------------------------------------- Copyright */
	#pied_page p {
		font-size:.9em;
		padding:0 0 0 70px;
		margin-bottom:0
	}
	#pied_page p abbr {border:0}
	
/* 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;*/ }

	