@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:#fff
	}
/* ----------------------------------------------------------------------------------- Titres */
	h2 {margin-bottom:6px}
	h3 {margin-bottom:5px}
	h4 {margin-bottom:4px}
	h5,
	h6 {margin-bottom:3px}
/* ----------------------------------------------------------------------------------- Paragraphes */
	p {
		line-height:1.5em;
		margin-bottom:10px
	}
/* ----------------------------------------------------------------------------------- Liens */
	a {color:#004c93}
	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 {
		position:absolute;
		top:-1000px;
		width:1px;
		height:1px;
		overflow:hidden;
	}
/* ----------------------------------------------------------------------------------- Meta */
	p.meta {
		font-style:italic;
		color:#555;
		margin-bottom:7px
	}
/* ----------------------------------------------------------------------------------- Liens */
	a.lien_externe {
		background:url(../images/background/lien_externe01.gif) no-repeat right center;
		padding:0 14px 0 0
	}
	a.lien_continuation {
		font-weight:bold;
		background:url(../images/background/lien_continuation01.gif) no-repeat right 7px;
		padding:0 24px 0 0;
		text-decoration:none
	}
	a.lien_continuation:hover,
	a.lien_continuation:focus {text-decoration:underline}
/* ----------------------------------------------------------------------------------- Formulaire */
/* ------------------------------------------------------------------------- Champs */
	input.champ:hover {background:#f0f7fc}
	input.champ:focus {background:#e4f3fe}
/* ------------------------------------------------------------------------- Boutons */
	input.bouton {
		font-family:tahoma;
		font-size:1em;
		color:#fff;
		background:#ed870c;
		border:1px solid #fff;
		padding:1px;
		cursor:pointer
	}
	input.bouton.secondaire {
		background:#888;
		border:1px solid #fff
	}
	input.bouton:hover,
	input.bouton:focus {background:#f6941f}
	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.5em;
		color:#f59520
	}
	#contenu h3 {
		font-size:1.2em;
		color:#004c93
	}
	#contenu h4 {font-size:1.1em}
	#contenu h5,
	#contenu h6 {
		font-size:1em;
		color:#444
	}
/* ----------------------------------------------------------------------------------- Listes */
	#contenu ul, #contenu ol {
		overflow:hidden;
		line-height:1.6em;
		height:100%;
		padding:0 12px
	}
	#contenu ul li {
		background:url(../images/background/puce.gif) no-repeat left 7px;
		padding:0 0 2px 10px
	}
	#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:#e7f3fe;
		padding:8px 10px 0 10px;
		margin:0 0 10px 0
	}
	p.mise_en_avant {padding-bottom:10px}
/* ----------------------------------------------------------------------------------- Zone contextuelle */
	div.zone_contextuelle {
		float:right;
		width:180px;
		background:#e7f3fe;
		border-top:1px dotted #999;
		padding:10px 10px 0 10px;
		margin:0 0 10px 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
	}
/* ------------------------------------------------------------------------- Légendes et copyright */
	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:#e7f3fe;
		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:975px;
		font-size:1.2em;
		margin:0 auto
	}
/* ----------------------------------------------------------------------------------- Top */
	#top {
		overflow:hidden;
		height:100%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:.9em;
		color:#fff;
		background:#004c93;
		padding:9px 8px 9px 0;
		margin:0 0 1px 0
	}
/* ------------------------------------------------------------------------- Recherche */
	#top form {float:right}
	#top form label {
		float:left;
		line-height:1.6em;
		margin:0 8px 0 0
	}
	#top form input.champ {
		float:left;
		width:110px;
		font-size:1em;
		border:1px solid #fff;
		padding:1px 0 1px 5px
	}
	#top form input.bouton {
		float:left;
		padding-top:0;
		padding-bottom:0
	}
	* html #top form input.bouton {font-size:.9em}
	*+html #top form input.bouton {font-size:.9em}
/* ------------------------------------------------------------------------- Accès rapide */
	#top ul {
		text-align:right;
		padding:2px 0 0 0;
		margin-bottom:0
	}
	#top ul li {
		display:inline;
		margin:0 15px 0 0
	}
	#top ul li a,
	#top ul li strong {
		color:#fff;
		margin:0 12px 0 0;
		text-decoration:none
	}
	#top ul li a:hover,
	#top ul li a:focus {text-decoration:underline}
/* ----------------------------------------------------------------------------------- Têtière */
	#tetiere {padding:0 0 10px 0}
	#tetiere img {vertical-align:middle}
	#tetiere p {margin:10px 0 0 0}
/* ----------------------------------------------------------------------------------- Colonne 01 (gauche) */
	#colonne01 {
		float:left;
		width:190px;
		background:url(../images/background/menu_top.gif) no-repeat left top;
		padding:11px 10px 10px 0
	}
/* ------------------------------------------------------------------------- Navigation principale */
	#nav_principale_bottom {
		height:12px;
		font-size:0;
		background:url(../images/background/menu_bottom.gif);
		margin:-1px 0 20px 0
	}
/* --------------------------------------------------------------- Premier niveau */
	#nav_principale {
		font-family:Arial, Helvetica, sans-serif;
		border-left:1px solid #004c93;
		border-right:1px solid #004c93;
		padding:0 4px;
		margin-bottom:0
	}
	#nav_principale li {
		background:#004c93;
		padding:0 8px;
		margin:0 0 1px 0
	}
	#nav_principale li.selected {background:#a0c1e0}
	#nav_principale li a,
	#nav_principale li strong {
		display:block;
		height:100%;
		color:#fff;
		background:url(../images/background/puce01.gif) no-repeat left 12px;
		padding:7px 0 7px 13px;
		text-decoration:none
	}
	#nav_principale li.selected a,
	#nav_principale li.selected strong {
		color:#004c93;
		padding-bottom:0
	}
	#nav_principale li a:hover,
	#nav_principale li a:focus {text-decoration:underline}
/* --------------------------------------------------------------- Second niveau */
	#nav_principale li ul {
		padding-bottom:7px;
		padding-left:6px;
		margin-bottom:0
	}
	#nav_principale li ul li {background:#a0c1e0}
	#nav_principale li ul li a,
	#nav_principale li ul li strong {background-image:url(../images/background/puce03.gif)}
/* --------------------------------------------------------------- Troisième niveau */
	#nav_principale li ul li ul {padding-bottom:0}
	#nav_principale li ul li ul li a,
	#nav_principale li ul li ul li strong {
		background:url(../images/background/puce04.gif) no-repeat left 14px;
		padding-left:10px
	}
/* ------------------------------------------------------------------------- Accès directs */
	#acces_directs {
		background:url(../images/background/acces_directs_bottom.gif) no-repeat left bottom;
		padding:0 0 7px 0
	}
	#acces_directs h2 {
		position:relative;
		top:1px;
		font-size:1.5em;
		font-weight:normal;
		color:#fff;
		background:url(../images/background/acces_directs_top.gif) no-repeat;
		padding:12px 0 5px 16px;
		margin-bottom:0
	}
	#acces_directs ul {
		font-family:Arial, Helvetica, sans-serif;
		border-left:1px solid #004c93;
		border-right:1px solid #004c93;
		padding:1px 4px 0 4px;
		margin-bottom:0
	}
	#acces_directs ul li {
		background:#c1c1c1 url(../images/background/puce01.gif) no-repeat 8px 9px;
		padding:0 0 0 21px;
		margin:1px 0 0 0
	}
	#acces_directs ul li a,
	#acces_directs ul li strong {
		display:block;
		height:100%;
		color:#000;
		background-repeat:no-repeat;
		background-position:92px bottom;
		padding:5px 0 33px 0;
		text-decoration:none
	}
	#acces_directs ul li.marches_publics a,
	#acces_directs ul li.marches_publics strong {background-image:url(../images/background/marches_publics.gif)}
	#acces_directs ul li.ecrire_elus a,
	#acces_directs ul li.ecrire_elus strong {background-image:url(../images/background/ecrire_elus.gif)}
	#acces_directs ul li.agenda a,
	#acces_directs ul li.agenda strong {background-image:url(../images/background/agenda.gif)}
	#acces_directs ul li.actualites a,
	#acces_directs ul li.actualites strong {background-image:url(../images/background/actualites.gif)}
	#acces_directs ul li.menu_scolaire a,
	#acces_directs ul li.menu_scolaire strong {background-image:url(../images/background/menu_scolaire.gif)}
	#acces_directs ul li a:hover,
	#acces_directs ul li a:focus {text-decoration:underline}
/* ----------------------------------------------------------------------------------- Principal */
	#principal {
		float:left;
		width:775px;
		margin:0 0 10px 0
	}
	#principal_top,
	#principal_bottom {
		font-size:0;
		height:10px
	}
	#principal_top {background:url(../images/background/principal_top.gif)}
	#principal_bottom {background:url(../images/background/principal_bottom.gif)}
	#principal_middle {
		overflow:hidden;
		height:100%;
		border-left:1px solid #004c93;
		border-right:1px solid #004c93;
		background:url(../images/background/pointille_vertical.gif) repeat-y 568px top;
		padding:0 9px
	}
/* ------------------------------------------------------------------------- Colonne 02 (droite) */
	#colonne02 {
		float:right;
		width:185px;
		font-family:Arial, Helvetica, sans-serif
	}
/* --------------------------------------------------------------- h2 (habillage) */
	#colonne02 h2 {
		font-family:"trebuchet ms", arial, helvetica, sans-serif;
		font-size:1.5em;
		font-weight:normal;
		color:#fff;
		background-repeat:no-repeat;
		background-position:right top;
		padding:5px 10px 4px 10px;
		margin-bottom:1px
	}
	#colonne02 h2.habillage01 {
		background-color:#7aa219;
		background-image:url(../images/background/coin_haut01.gif)
	}
	#colonne02 h2.habillage02 {
		background-color:#3289cb;
		background-image:url(../images/background/coin_haut02.gif)
	}
	#colonne02 h2.habillage03 {
		background-color:#647489;
		background-image:url(../images/background/coin_haut03.gif)
	}
	#colonne02 h2.habillage04 {
		background-color:#7760b2;
		background-image:url(../images/background/coin_haut04.gif)
	}
	#colonne02 h2.habillage05 {
		background-color:#a867bb;
		background-image:url(../images/background/coin_haut05.gif)
	}
/* --------------------------------------------------------------- Comment venir */
	#colonne02 address {
		background:#a6d535 url(../images/background/coin_bas01.gif) no-repeat left bottom;
		padding:7px 10px 10px 10px;
		margin:0 0 10px 0
	}
	#colonne02 address p {margin-bottom:0}
	#colonne02 address p abbr {border:0}
/* --------------------------------------------------------------- Démarches en ligne et Associations */
	#colonne02 div.boite {
		overflow:hidden;
		height:100%;
		min-height:73px;
		background-repeat:no-repeat;
		background-position:left bottom;
		padding:5px 10px 8px 10px;
		margin:0 0 10px 0
	}
	#colonne02 div.boite.habillage02 {
		background-color:#52a8eb;
		background-image:url(../images/background/demarches_ligne.gif)
	}
	#colonne02 div.boite.habillage03 {
		background-color:#a2b5ce;
		background-image:url(../images/background/associations.gif)
	}
	#colonne02 div.boite p {margin-bottom:0}
	#colonne02 div.boite a.lien_continuation {
		float:right;
		color:#000;
		background-image:url(../images/background/lien_continuation02.gif);
		background-position:right 5px
	}
/* --------------------------------------------------------------- Carte intéractive */
	#colonne02 img {
		vertical-align:middle;
		margin:0 0 10px 0
	}
/* --------------------------------------------------------------- Liens utiles */
	#colonne02 ul {
		background:#d090e2 url(../images/background/coin_bas02.gif) no-repeat left bottom;
		padding:6px 10px 4px 10px;
		margin-bottom:0
	}
	#colonne02 ul li {
		background:url(../images/background/puce05.gif) no-repeat left 5px;
		padding:0 0 0 19px;
		margin:0 0 7px 0
	}
	#colonne02 ul li a {
		color:#000;
		text-decoration:none
	}
	#colonne02 ul li a.lien_externe {background-image:url(../images/background/lien_externe02.gif)}
	#colonne02 ul li a:hover,
	#colonne02 ul li a:focus {text-decoration:underline}
/* ------------------------------------------------------------------------- Contenu */
	#contenu {
		float:left;
		width:550px;
		padding:0 20px 0 0
	}
/* --------------------------------------------------------------- Accueil */
/* ----------------------------------------------------- h2 (habillage) */
	#contenu h2.habillage,
	#contenu h2.habillage01,
	#contenu h2.habillage02 {
		line-height:1.2em;
		font-size:2.2em;
		font-weight:normal;
		color:#fff;
		background-repeat:no-repeat;
		padding:0 15px;
		margin-bottom:0
	}
	#contenu h2.habillage {
		line-height:normal;
		font-size:2.5em;
		background-color:#004c93;
		background-image:url(../images/background/h2_habillage.gif);
		margin:0 0 5px 0
	}
	h2.habillage01 {
		background-color:#ee752c;
		background-image:url(../images/background/h2_habillage01.gif)
	}
	h2.habillage02 {
		background-color:#f9ac06;
		background-image:url(../images/background/h2_habillage02.gif)
	}
/* ----------------------------------------------------- Carousel */
	div.carousel {
		position:relative;
		overflow:hidden;
		color:#fff;
		margin:0 0 20px 0
	}
	div.carousel a.prev,
	div.carousel a.next {
		position:absolute;
		top:238px;
		z-index:100;
		cursor:pointer
	}
	div.carousel a.next {right:0}
	#contenu div.carousel ul {
		padding:0;
		margin-bottom:0
	}
	#contenu div.carousel ul li {
		position:relative;
		width:550px;
		height:310px;
		background:none;
		padding:0;
		margin-bottom:0
	}
	#contenu div.carousel ul li div {
		position:absolute;
		bottom:0;
		left:0;
		float:left;
		width:450px;
		background:url(../images/background/carousel.png);
		padding:10px 50px 8px 50px
	}
	#contenu div.carousel ul li div h3 {
		line-height:normal;
		margin-bottom:2px
	}
	#contenu div.carousel ul li div h3 a {
		color:#fff;
		text-decoration:none
	}
	#contenu div.carousel ul li div h3 a span {font-weight:normal}
	#contenu div.carousel ul li div h3 a:hover,
	#contenu div.carousel ul li div h3 a:focus {text-decoration:underline}
/* ----------------------------------------------------- Contenu 01 (gauche) */
	#contenu01,
	#contenu02 {
		float:left;
		width:265px;
		padding:0 20px 0 0
	}
/* ----------------------------------------------------- Contenu 02 (droite) */
	#contenu02 {padding-right:0}
/* ------------------------------------------- Boîte */
	#contenu div.boite {
		border:5px solid #a0c1e0;
		padding:10px;
		margin:0 0 20px 0
	}
	#contenu div.boite div.vue_line {
		border-bottom:0;
		padding-bottom:0;
		margin-bottom:0
	}
/* --------------------------------- Agenda */
	#contenu div.boite ul {
		padding:0;
		margin-bottom:0
	}
	#contenu div.boite ul li {
		background:none;
		padding:0;
		margin:0
	}
	#contenu div.boite ul li h3 {
		font-size:1em;
		margin-bottom:0
	}
	#contenu div.boite ul li a {text-decoration:none}
	#contenu div.boite ul li a:hover,
	#contenu div.boite ul li a:focus {text-decoration:underline}
/* --------------------------------------------------------------- Fil d'ariane */
	#fil_ariane {
		font-size:.8em;
		color:#fff;
		background:#004c93 url(../images/background/contenu_top.gif) no-repeat;
		padding:5px 15px 3px 15px;
		margin-bottom:0
	}
	#fil_ariane a {
		color:#fff;
		text-decoration:none
	}
	#fil_ariane a:hover,
	#fil_ariane a:focus {text-decoration:underline}
/* --------------------------------------------------------------- h1 */
	#contenu h1 {
		font-size:2.5em;
		font-weight:normal;
		color:#fff;
		background:#004c93;
		padding:0 15px 4px 15px;
		margin:0 0 12px 0
	}
	#contenu #sans_compas {
		background:#004c93 url(../images/background/contenu_top.gif) no-repeat;
		padding-top:5px
	}
	#contenu h1 span {
		display:block;
		font-size:.7em
	}
/* --------------------------------------------------------------- Introduction */
	p.introduction {font-weight:bold}
/* --------------------------------------------------------------- Vue line */
	div.vue_line {
		overflow:hidden;
		height:100%;
		border-bottom:1px dashed #ccc;
		padding:0 0 10px 0;
		margin:0 0 10px 0
	}
	div.vue_line h2 a,
	div.vue_line h3 a {
		color:#000;
		text-decoration:none
	}
	div.vue_line a:hover,
	div.vue_line a:focus {text-decoration:underline}
	div.vue_line h3 span {font-size:.8em}
	div.vue_line img {
		float:left;
		margin:0 10px 0 0
	}
	div.vue_line p {margin-bottom:5px}
/* --------------------------------------------------------------- Agenda */
	#conteneur_calendrier {
		float:right;
		width:170px;
		background:#fff;
		padding:0 0 0 10px;
		margin:0 0 10px 10px
	}
/* ----------------------------------------------------- Calendrier */
	#calendrier {
		overflow:hidden;
		height:100%;
		border:1px solid #004c92;
		background:#ebebeb;
		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 {font-size:1.1em}
	#calendrier #navigation_mois #mois_courant {width:69%}
/* ----------------------------------------------------- Tableau */
	#calendrier table {
		float:left;
		width:100%;
		table-layout:fixed;
		border-collapse:collapse;
		text-align:center;
		font-size:.9em
	}
/* ------------------------------------------- Jours de la semaine */
	#calendrier table tr th {
		color:#fff;
		background:#f59520;
		padding:2px 0
	}
	#calendrier table tr th abbr {border:0}
/* ------------------------------------------- Cellule de tableau */
	#calendrier table tr td {padding:2px 0}
	#calendrier table tr td a {font-weight:bold}
/* ------------------------------------------- Jour selectionne */
	#calendrier table tr td.jour_selectionne a {
		display:block;
		background:#f59520;
		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:#79a218
	}
	#calendrier table tr td.jour_j a {color:#79a218}
	#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:#004C93;
		text-decoration:underline
	}
	#legende_calendrier ul li span.jour_selectionne {
		font-weight:bold;
		color:#fff;
		background:#f59520
	}
	#legende_calendrier ul li span.jour_j {
		font-weight:bold;
		color:#79a218
	}
	#legende_calendrier ul li span.jour_courant_evenement {
		font-weight:bold;
		color:#79a218;
		text-decoration:underline
	}*/
/* --------------------------------------------------------------- Galeries */
/* ----------------------------------------------------- Theme */
	div.theme {
		border:1px solid #d0d0d0;
		background:#e8e8e8;
		padding:10px
	}
	div.theme img {
		border:2px solid #fff;
		margin:12px
	}
/* ----------------------------------------------------- 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 22px 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:166px;
		height:100px;
		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:#004c93;
		background:url(../images/background/puce.gif) no-repeat right center;
		padding:0 10px 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%;
		background:#e7e7e7;
		padding:15px;
		margin:0 0 10px 0
	}
	div.fiche {clear:both}
	div.ui-tabs-hide {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 */
	#contenu #plan_site {padding-left:60px}
	#contenu #plan_site li {
		background:url(../images/background/puce05.gif) no-repeat left 7px;
		padding-left:13px;
		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 8px;
		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/puce03.gif) no-repeat left 7px;
		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 */
	#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 #ed870c;
		padding:2px 6px;
		text-decoration:none
	}
	#contenu ul.pagination li a {
		color:#fff;
		background:#ed870c
	}
	#contenu ul.pagination li a:hover,
	#contenu ul.pagination li a:focus,
	#contenu ul.pagination li span {
		color:#ed870c;
		background:#fff
	}
/* --------------------------------------------------------------- Outils */
	#contenu #outils {
		clear:both;
		text-align:center;
		background:#a0c1e0 url(../images/background/outils.gif) no-repeat right bottom;
		padding:5px 0;
		margin:10px 0 0 0
	}
	#contenu #outils li {
		display:inline;
		background:none;
		padding:0;
		margin:0 28px
	}
	#outils li a {
		color:#004e93;
		background-repeat:no-repeat;
		background-position:left 9px;
		text-decoration:none;
		padding:7px 0 4px 24px
	}
	#outils li a:hover,
	#outils li a:focus {text-decoration:underline}
	#outils li #imprimer {background-image:url(../images/background/imprimer.gif)}
	#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;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:.9em;
		color:#fff;
		background:#004c93 url(../images/background/pied_page.gif) no-repeat;
		padding:5px 0 6px 0;
		margin-left:200px;
	}
	#pied_page li {
		display:inline;
		margin:0 14px 0 0
	}
	#pied_page li a {
		color:#fff;
		margin:0 14px 0 0;
		text-decoration:none
	}
	#pied_page li a:hover,
	#pied_page li a:focus {text-decoration:underline}


	/* 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;*/ }
		
		.contre_les_robots { display:none; }