@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:5px}
	h3 {margin-bottom:4px}
	h4 {margin-bottom:3px}
	h5,
	h6 {margin-bottom:2px}
/* ----------------------------------------------------------------------------------- Paragraphes */
	p {
		line-height:1.4em;
		margin-bottom:10px
	}
/* ----------------------------------------------------------------------------------- Liens */
	a {color:#7b3f82}
	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}
	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 {
		overflow:hidden;
		position:absolute;
		top:-1000px;
		width:1px;
		height:1px
	}
/* ----------------------------------------------------------------------------------- Meta */
	p.meta {
		font-style:italic;
		color:#6b6a64;
		margin-bottom:5px
	}
/* ----------------------------------------------------------------------------------- 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;
		background:url(../images/background/puce.gif) no-repeat right 5px;
		padding:0 10px 0 0
	}
/* ----------------------------------------------------------------------------------- Formulaire */
/* ------------------------------------------------------------------------- Champs */
	input.champ:hover {background:#faf8f6}
	input.champ:focus {background:#f3eee9}
/* ------------------------------------------------------------------------- Boutons */
	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:#83634a
	}
	#contenu h3 {
		font-size:1.2em;
		color:#5f4f48
	}
	#contenu h4 {
		font-size:1.1em;
		color:#34332f
	}
	#contenu h5,
	#contenu h6 {
		font-size:1em;
		color:#555
	}
/* ----------------------------------------------------------------------------------- Listes */
	#contenu ul,
	#contenu ol {
		overflow:hidden;
		line-height:1.6em;
		zoom:1;
		padding:0 12px;
		width:100%
	}
	#contenu ul li {
		background:url(../images/background/puce.gif) no-repeat left 6px;
		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;
		zoom:1;
		background:#C8D2DC;
		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:#C8D2DC;
		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;
		zoom:1;
		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;
		overflow:hidden;
		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:#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}
/* --------------------------------------------------------------------------------------------- Global */
	#global {
		width:988px;
		font-size:1.1em;
		margin:0 auto
	}
/* ----------------------------------------------------------------------------------- Accès rapide */
	#acces_rapide {
		
	}
	#acces_rapide li {
		display:inline
	}
	#acces_rapide li a,
	#acces_rapide li strong {
		
	}
	#acces_rapide li a:hover,
	#acces_rapide li a:focus {
		
	}
/* ----------------------------------------------------------------------------------- Alternatives au flash de têtière */
	p.visualiser_animation {
		clear:both;
		font-size:1.1em;
		color:#000;
		padding:20px 0 0 0
	}
/* --------------------------------------------------------------------------------------------- Contenu */
	#contenu {
		width:60%;
		padding:0 20%
	}
/* ----------------------------------------------------------------------------------- Fil d'ariane */
	#fil_ariane a {
		color:#000;
		text-decoration:none
	}
	#fil_ariane a:hover,
	#fil_ariane a:focus {text-decoration:underline}
/* ----------------------------------------------------------------------------------- h1 */
	#contenu h1 {
		font-size:2em;
		font-weight:normal;
		color:#7db871;
		margin:0 0 10px 0;
		padding:0 0 10px 0;
		border-bottom:1px dashed #877F73; 
	}
	#contenu h1 span {
		display:inline;
		background:#C0002B;
		font-size:.7em;
		color:#fff;
		padding:2px 5px 2px 5px;
		margin:2px 0 0 0
	}

.niveau2_12777 #contenu h1 span { background:#C92427; }
.niveau2_12778 #contenu h1 span { background:#EB6B09; }
.niveau2_12779 #contenu h1 span { background:#FBBE00; color:#000; }
.niveau2_12780 #contenu h1 span { background:#77B1DC; }
.niveau2_12781 #contenu h1 span { background:#8CA507; }

/* ----------------------------------------------------------------------------------- Introduction (note AM : j'ai enlevé le p pour compatibilité SP v2) */
	.introduction {
		overflow:hidden;
		zoom:1;
		border-left:3px solid #e5e5e5;
		margin:0 0 10px 0;
		padding:0 0 0 5px
	}
/* ----------------------------------------------------------------------------------- Vue line */
	div.vue_line {
		clear:left;
		overflow:hidden;
		zoom:1;
		border-bottom:1px dashed #e5e5e5;
		padding:0 0 5px 0;
		margin:0 0 5px 0
	}
	div.vue_line h2 a,
	div.vue_line h3 a {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;
		zoom:1;
		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
	}
/* ----------------------------------------------------------------------------------- Galeries */
/* ------------------------------------------------------------------------- Theme */
	div.theme {
		clear:both;
		border:1px solid #d0d0d0;
		background:#e8e8e8;
		padding:10px
	}
	div.theme img {
		border:2px solid #fff;
		margin:10px
	}
/* --------------------------------------------------------------- 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 14px 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;
		zoom:1;
		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:150px;
		height:80px;
		line-height:1.6em;
		font-weight:bold;
		color:#000;
		text-decoration:none;
		background:#e7e7e7;
		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:#9e3d3d;
		background:url(../images/background/puce.gif) no-repeat right center;
		padding:0 8px 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;
		zoom:1;
		border-left:8px solid #babcbd;
		background:#e7e7e7;
		padding:15px;
		margin:0 0 10px 0
	}
	div.ui-tabs-hide {display:none}
	div.fiche {clear:both}
	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:60px}
	#contenu #plan_site li {
		background:url(../images/background/suivant.gif) no-repeat left 3px;
		padding-left:20px;
		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 {margin-bottom:1px}
/* ----------------------------------------------------------------------------------- Navigation */
	div.navigation {padding-top:10px}
	div.navigation a.precedent {
		background:url(../images/background/retour.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 #aa023d;
		padding:2px 6px;
		text-decoration:none
	}
	#contenu ul.pagination li a {
		color:#fff;
		background:#aa023d
	}
	#contenu ul.pagination li a:hover,
	#contenu ul.pagination li a:focus,
	#contenu ul.pagination li span {
		color:#aa023d;
		background:#fff
	}
/* ----------------------------------------------------------------------------------- Outils */
	#contenu #outils {
		clear:both;
		padding:10px 0 10px 50px;
		background-color:#fff;
		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)}

/*
#myBook {display:none;width: 1604px;height:1046px;}
.imBookPage {position:absolute;left:0px;top:0px;width: 800px;height:1044px;color:#fff;overflow:hidden;border: solid 1px #000;}
*/

/* 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;*/ }

div.boutons input.bouton {
background:none repeat scroll 0 0 #494A5F;
border:medium none;
color:#FFFFFF;
cursor:pointer;
font-size:1.1em;
height:20px;
padding:0 10px 5px;
vertical-align:top;
}

table {
	width:100%;
	}
body {
	background:#C4BBB1 url(../images/background/back_fond.jpg) top repeat-x;
		}
	#back_fond{
		background:url(../images/background/ligne_top.jpg) top repeat-x;
		}
		#back_fond_bas {
			background:url(../images/background/back_bas.jpg) bottom center repeat-x;
			min-width:987px;
			overflow:hidden;			
			}
	#global {
		width:987px;
		margin:0 auto;
		overflow:hidden;
		}
	#haut {
		position:relative;
		color:#DBE2DE;
		width:987px;
		height:262px;
		background:url(../images/background/back_haut.jpg) top no-repeat;
		font-family:trebuchet ms, arial, helvetica, sans-serif;
		padding:7px 0 0 0;
		margin:0 auto;
		}
		#haut h1 {
			position:absolute;
			left:441px;
			top:169px;
			}
		#acces_rapide {
					float:left;
					text-align:right;
					width:750px;
					/*padding:4px 0 0 150px;*/
					margin:0;
					height:18px;
					font-size:1.1em;
					}
				#acces_rapide li {
					background-color:#C0002B;
							}
						#acces_rapide li a,
						#acces_rapide li strong {
											padding:0 4px 0 4px;
											color:#fff;
											text-decoration:none;
											text-align:right;
											}
						#acces_rapide li a:hover, #acces_rapide li a:focus {
							color:#fff;
							text-decoration:underline;
							}
							#acces_rapide #deconnexion {
								background-color:#877F73;
								color:#fff;
								}
		#recherche {
				display:inline;
				float:left;
				height:17px;
				overflow:hidden;
				white-space:nowrap;
				padding:0 0 0 20px;
				background-color:#C0002B;
				}
				#recherche input#recherche_champ {
									display:inline;
									height:14px;
									padding:0 2px 1px 2px;
									width:162px;
									border:1px solid #494A5F;
									color:#494A5F;
									vertical-align:top;
									font-size:0.9em;
									background-color:#fff;
									}
				#recherche input#recherche_bouton {
									cursor:pointer;
									height:17px;
									width:17px;
									border:none;
									color:#fff;
									background:#494A5F;
									vertical-align:top;
									font-size:0.9em;
									padding:0 0 5px 0;
									}
						#recherche input#recherche_bouton:hover {
										text-decoration:underline;
										}

		#haut h1 {
				}
	#gauche {
		width:333px;
		float:left;
		margin:0 8px 0 0;
		padding:0 0 0 0;
		}
#back_menu1 {
	overflow:hidden;
	background:url(../images/background/back_bot_menu1.gif) bottom no-repeat;
	padding:0 0 44px 0;
	float:left;
	}
		#menu_principal {
				width:333px;
				background:#fff;
				padding:0;

				}
		#menu_principal ul {
				background:url(../images/background/back_top_menu1.gif) top no-repeat;
				width:333px;
				overflow:hidden;
				margin:0;
				padding:0:
				}
				#menu_principal ul li {
						float:left;
						padding:2px 0 2px 30px;
						}
					#menu_principal .back_li1{
						background:url(../images/background/li_back1.gif) 15px 3px no-repeat;
						}	
					#menu_principal .back_li2{
						background:url(../images/background/li_back2.gif) 15px 3px no-repeat;
						}
					#menu_principal .back_li3{
						background:url(../images/background/li_back3.gif) 15px 3px no-repeat;
						}
					#menu_principal .back_li4{
						background:url(../images/background/li_back4.gif) 15px 3px no-repeat;
						}
					#menu_principal .back_li5{
						background:url(../images/background/li_back5.gif) 15px 3px no-repeat;
						}	
					#menu_principal .back_li6{
						background:url(../images/background/li_back1.gif) 15px 3px no-repeat;
						}	
						#menu_principal ul li a {
										display: block;
										text-decoration:none;
										background:none;
										width:180px;
										padding:2px 0 8px 10px;
										font-size:1.2em;
										color:#000;
										}
						#menu_principal ul li a:hover, #menu_principal ul li a:focus {
										display: block;
										text-decoration:underline;
										font-size:1.2em;
										}

				#menu_principal ul li.selected {
								padding:4px 5px 0 30px;
								}
						#menu_principal ul li.selected a {
										display:block;
										font-weight:bold;
										padding:0 0 0 10px;
										}
								
						#menu_principal ul li.selected strong {
												display:block;
												color:#000;
												font-size:1.2em;
												font-weight:bold;
												padding:0 0 0 10px;
												}

			#menu_principal ul ul {
						background:none;
						padding:0;
						margin:0;
						}
					#menu_principal ul li.selected li { 
											font-size:1em;
											padding:0 20px 2px 0;
											background:none;
											margin:0;
										 	}
			
							#menu_principal ul li.selected li a {
												background:url(../images/background/puce.gif) 6px 6px no-repeat;
												margin:0;
												font-size:1em;
												padding:2px 0 2px 17px;		
												color:#000;
												font-weight:normal;
											 	}
							#menu_principal ul li.selected li strong {
													display:block;
													background:#C0002B url(../images/background/puce_blanche.gif) 5px 6px no-repeat;
													padding:2px 6px 2px 17px;
													color:#fff;
													font-size:1em;
													margin:0;
													font-weight:normal;
													}
									#menu_principal ul li.selected ul {
																padding:5px 0 10px 10px;
																width:260px;
																background:none;
																}
#back_menu2 {
		float:left;
		background:url(../images/background/back_bot_menu2.gif) bottom no-repeat;	
		padding:0 0 44px 0;
	}

#menu2 {
		overflow:hidden;
		width:333px;
		background-color:#877F73;
	}
#acces_direct {
		float:left;
		margin:0;
		width:180px;
			}
			#acces_direct ul {
						padding:1px 0 6px 1px;
						margin:0 0 0 20px;
						}
			#acces_direct ul li {
				padding:0 0 7px 0;
								}
			#acces_direct ul li a {
				background:url(../images/background/puce1.gif) left no-repeat;
				padding:0 0 0 15px;
				color:#fff;
				text-decoration:none;
							}
			#acces_direct ul li a:hover, #acces_direct ul li a:focus {
				text-decoration:underline;
							}
	#menu_ctxt {
		float:left;
		width:150px;
		overflow:hidden;
			}
			#menu_ctxt ul {
						padding:0;
						margin:0;
						}
			#menu_ctxt ul li {
							padding:0;
							margin:0;
							
								}
			#menu_ctxt ul li a {
							display:block;
							padding:0 0 10px 20px;
							color:#fff;
							text-decoration:none;
							}
					#menu_ctxt ul li.img_1 {
									background:url(../images/background/img_1.gif) left top no-repeat;
									}
					#menu_ctxt ul li.img_2 {
									background:url(../images/background/img_2.gif) left top no-repeat;
									}
					#menu_ctxt ul li.img_3 {
									background:url(../images/background/img_3.gif) left top no-repeat;
									}
					#menu_ctxt ul li.img_4 {
									background:url(../images/background/img_4.gif) left top no-repeat;
									}
					#menu_ctxt ul li.img_5 {
									background:url(../images/background/img_5.gif) left top no-repeat;
									}
			#menu_ctxt ul li a:hover, #menu_ctxt ul li a:focus {
							text-decoration:underline;
							}
#back_menu3 {
		float:left;
		background:url(../images/background/back_bot_menu2.gif) bottom no-repeat;	
		padding:0 0 44px 0;
	}
#menu3 {
	float:left;
	width:316px;
	background-color:#877F73;
	padding:0 0 0 17px;
	color:#fff;
	}
	#menu3 img {
		margin:0 0 5px 0;
		}
	#menu3 .titre {
		font-size:1.2em;
		}
	#menu3 p {
		margin:0;
		padding:0;
		}
	#menu3 a {
		padding:0 0 0 10px;
		margin:0;
		background:url(../images/background/puce2.gif) left 5px no-repeat;
		color:#fff;
		text-decoration:none;
		}
	#menu3 a:hover, #menu3 a:focus {
		text-decoration:underline;
		}
	#menu3 h2 {
		}
		#publications {
			width:140px;
			float:left;
			padding:0 10px 0 0;
			background:url(../images/background/back_publi.gif) right repeat-y;
			text-align:center;
			}
			#publications p {
				text-align:left;
				}
		#carto {
			width:150px;
			float:left;
			padding:0 0 0 3px;
			
			}
			#carto h2 {
				padding:0 0 0 10px;
				}	
			#carto p {
				background:url(../images/background/carte.gif) left top no-repeat;
				padding:120px 0 0 0;
				}
			#carto a {
				background:none;
				background:url(../images/background/puce2.gif) 30px 5px no-repeat;
				padding:0 0 0 40px;
				}
			#carto a span {
				background:none;
				}
#mediatheque {
	background:url(../images/background/back_bot_menu3.gif) bottom no-repeat;
	float:left;
	font-weight:bold;
	}
	
.media {
	padding:0 50px 0 60px;
	width:223px;
	background-color:#877F73;
	}
	.media a {
		text-transform:uppercase;
		display:block;
		background:url(../images/background/mediatheque.gif) left top no-repeat;
		width:110px;
		color:#fff;
		text-decoration:none;
		padding:5px 0 10px 70px;
		font-size:0.8em;
		}
		.media a span {
			font-size:1.4em;
				}
		.media a:hover, a:focus {
			text-decoration:underline;
			}
	#contenu {
		float:left;
		width:646px;
		padding:0 0 11px 0;
		margin:15px 0 0 0;
		overflow:hidden;
		background:url(../images/background/back_bot_contenu.gif) bottom no-repeat;
		}
		.emploi {
			padding:15px 0 15px 15px;
			font-size:1.4em;
			border-bottom:1px dashed #8B8B8B;
			}
			.emploi a {
				color:#326628;
				text-decoration:underline;
				}
			.emploi a:hover, .emploi a:focus {
				text-decoration:none;
				}	
			#glossaire dt {
				font-size:1.2em;
				font-weight:bold;
				color:#5B5B5B;
				margin:0;
				padding:0;
				}
			#glossaire dd {
				margin:0;
				padding:0 0 15px 20px;
				}
	#contenu .object-left {
		margin-bottom:0;
		}
	#contenu #fil_ariane {
		padding:0 0 0 0;
		margin:0;
			}
	#contenu .liens_bas {
		background-color:#fff;
		}
	#contenu h3 a {
		color:#000;
		text-decoration:none;
		}
		#contenu h3 a:hover, #contenu h3 a:focus {
			text-decoration:underline;
			}
			#contenu .lire_suite, #contenu .lien_continuation {
				background:url(../images/background/puce3.gif) left no-repeat;
				color:#C92427;
				text-align:left;
				width:70px;
				font-size:1.0em;
				padding:0 0 0 13px;
				margin:0;
				text-decoration:none;
				}
			#contenu .lire_suite:hover, #contenu .lire_suite:focus, #contenu .lien_continuation:hover, #contenu .lien_continuation:focus {
				text-decoration:underline;
				}
	#contenu #fil_ariane {
			float:left;
			height:auto;
			width:320px;
			background:#fff url(../images/background/back_contenu1.gif) top no-repeat;
			color:#877F73;
			font-size:1em;
			padding:10px 37px 15px 37px;
			font-family:verdana, trebuchet ms, arial;
			}
			#contenu #fil_ariane a {
					color:#877F73;
						}
			#contenu #fil_ariane .selected {
						font-weight:bold;
						}
	#contenu_principal {
				clear:both;
				overflow:hidden;
				padding:25px 69px 30px 72px;
				background:#fff url(../images/background/back_contenu2.gif) right top no-repeat;
				}
				#contenu_principal form {
					margin:15px 0 0 0;
					}
		#acces_reserves {
			float:left;
			width:244px;
			padding:7px 0 7px 8px;
			}
		#acces_reserves p.fond1 {
				line-height:normal;
				float:left;
				background:url(../images/background/gauche_bouton1.gif) left no-repeat;
				margin:0;
				}
	
				#acces_reserves p.fond2 {
				line-height:normal;
				float:left;
				background:url(../images/background/gauche_bouton2.gif) left no-repeat;
				margin:0 0 0 8px; 
				}
	
				#acces_reserves p a {
				display:block;
				padding:4px 6px 5px 5px;
				margin:0 0 0 33px;
				background:#877F73 url(../images/background/droite_bouton.gif) right no-repeat;
				color:#fff;
				text-decoration:none;
				}
	
				#acces_reserves p a span {
					white-space:nowrap;
					margin:0;
					padding:0 0 0 0;
					/*background:none;*/
					}
					#acces_reserves p a:hover, #acces_reserves p a:focus {
						text-decoration:underline;
							}
	#contenu_principal .titre {
			background:#877F73;
			padding:1px 30px 0 10px;
			font-weight:normal;
			color:#fff;
				}
		#contenu_principal .titre span {
			
					}
				.actu {
					overflow:hidden;
					width:505px;
					padding:10px 0 30px 0;
					border-bottom:1px dashed #61A8E7;
					}
				#actualites {
					overflow:hidden;
					margin:5px 0 20px 0;
					border-top:1px dashed #877F73;
					}
	#contenu_bas {
		border-bottom:1px dashed #877F73;
		overflow:hidden;
		width:505px;
		margin:0 0 10px 0;
		}				
	.agauche {
		float:left;
		width:235px;
		margin:0 15px 0 0;
		padding:0 0 15px 0;
		}
	.adroite {
		float:left;
		width:255px;
		padding:0 0 15px 0;
		}
#bas {
	background-color:#fff;
	padding:0 0 30px 0;
	}
	#bas p.compteur {
		float:left;
		text-align:right;
		font-size:2.3em;
		font-weight:bold;
		padding:21px 25px 15px 203px;
		background:url(../images/background/compteur.jpg) left 8px no-repeat;
		}
		#bas p.compteur span {
			background:#fff;
			padding:0 2px 0 2px;
			}
		#bas #liens_images {
			padding:0;
			}
		#bas #liens_images ul {
			margin:0;
			padding:0 0 0 20px;
			display:inline;
			}
			#bas #liens_images ul li {
			background:none;
			display:inline;
			margin:0;
			padding:0;
				}
				#bas #liens_images ul li a {
					margin:0;
					padding:0;
					text-decoration:none;
					}
#pied_page {
		padding:40px 0 10px 0;
		color:#fff;
		width:987px;
		overflow:hidden;
		margin:0 auto;
		}
		#pied_page p {background:#C0002B}
		#pied_page ul {
			display:inline;
			margin:0;
			background:#C0002B;
			padding:0 0 0 400px;
			}
		#pied_page ul li {
			display:inline;
			padding:0 0 0 10px;
			margin:0;
			}
		#pied_page ul li a {
			text-decoration:none;
			padding:0;
			margin:0;
			padding:0 10px 0 0;
			color:#fff;
			}
			#pied_page ul li a:hover, #pied_page ul li a:focus {
				text-decoration:underline;
				}
		#pied_page p {
			display:inline;
			padding:0 0 0 135px;
			}
		#pied_page p a {
			color:#fff;
			text-decoration:none;
			}
			#pied_page p a:hover {
				text-decoration:underline;
				}

	
