@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 url(../images/_TEMP/body.jpg) no-repeat center top
	}
/* ----------------------------------------------------------------------------------- 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 {text-decoration:none}
	a:hover,
	a:focus {text-decoration:underline}
	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 {
		position:absolute;
		top:-1000px;
		width:1px;
		height:1px;
		overflow:hidden
	}
/* ----------------------------------------------------------------------------------- Meta */
	p.meta {
		font-style:italic;
		color:#777
	}
/* ----------------------------------------------------------------------------------- Liens */
	a.lien_externe {
		background:url(../images/background/lien_externe.gif) no-repeat right center;
		padding:0 14px 0 0
	}
/* ----------------------------------------------------------------------------------- Formulaire */
/* ------------------------------------------------------------------------- Champs */
	input.champ:hover {background:#faf8f6}
	input.champ:focus {background:#f3eee9}
/* ------------------------------------------------------------------------- Boutons */
	input.bouton {
		font-family:tahoma;
		font-size:1em;
		color:#fff;
		padding:1px;
		cursor:pointer
	}
	input.bouton.secondaire {
		background:#888;
		border:1px solid #777
	}
	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 */
/* ----------------------------------------------------------------------------------- Liens */
	#contenu a {text-decoration:underline}
	#contenu a:hover,
	#contenu a:focus {text-decoration:none}
/* ----------------------------------------------------------------------------------- Titres */
	#contenu h2 {
		font-size:1.5em;
		color:#7c0042
	}
	#contenu h3 {font-size:1.2em}
	#contenu h4 {
		font-size:1.1em;
		color:#333
	}
	#contenu h5,
	#contenu h6 {
		font-size:1em;
		color:#555
	}
/* ----------------------------------------------------------------------------------- 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 6px;
		padding:0 0 2px 12px
	}
	#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%;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		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;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		padding:10px 10px 0 10px;
		margin:0 0 10px 10px
	}
/* ----------------------------------------------------------------------------------- Citations */
	q {
		font-style:italic;
		quotes: "« " " »";
		padding:0 2px
	}
	blockquote {
		overflow:hidden;
		height:100%;
		line-height:1.5em;
		font-style:italic;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		background:#f7f6f3 url(../images/background/citation.gif) no-repeat 98% 8px;
		padding:8px 45px 8px 8px;
		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;
		line-height:1.3em;
		font-size:.9em;
		color:#fff;
		background:#777;
		padding:2px 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.espacement {margin-bottom:20px}
	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 {
		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 {
		overflow:hidden;
		width:980px;
		font-size:1.1em;
		background:#cfcfcf;
		margin:0 auto
	}
/* ----------------------------------------------------------------------------------- Entête */
	#entete {position:relative}
/* ------------------------------------------------------------------------- Logo */
	#entete h1 img {vertical-align:top}
/* ------------------------------------------------------------------------- Accès rapide */
	#acces_rapide {
		position:absolute;
		top:9px;
		right:220px;
		color:#777;
		background:#fff;
		padding:3px 10px;
		margin:0
	}
	#acces_rapide li {
		display:inline;
		margin:0 13px 0 0
	}
	#acces_rapide li a {
		color:#777;
		margin:0 13px 0 0
	}
	#acces_rapide li a:hover,
	#acces_rapide li a:focus {color:#000}
	#acces_rapide li.flux_rss,
	#acces_rapide li.flux_rss a,
	#acces_rapide li.deconnexion,
	#acces_rapide li.deconnexion a {margin-right:0}
	#acces_rapide li.flux_rss a {
		background:url(../images/background/flux_rss.png) no-repeat left center;
		padding:0 0 0 15px
	}
	#acces_rapide li.deconnexion a {
		font-weight:bold;
		color:#ff0000;
		margin-left:15px
	}
/* ------------------------------------------------------------------------- Recherche */
	#recherche {
		position:absolute;
		top:9px;
		right:0;
		padding:0 25px 0 13px
	}
	#recherche input.champ {
		float:left;
		width:147px;
		font-size:1em;
		color:#fff;
		padding:2px 0 2px 4px;
		margin:0 1px 0 0
	}
	#recherche input.bouton {float:left}
/* ----------------------------------------------------------------------------------- Principal */
	#principal {
		overflow:hidden;
		height:100%;
		border:1px solid #afafaf;
		background:#fff;
		padding:10px 0 0 0;
		margin:9px 9px 5px 9px
	}
/* ------------------------------------------------------------------------- Colonne01 (gauche) */
	#colonne01 {
		float:left;
		width:178px;
		padding:0 0 0 7px
	}
/* --------------------------------------------------------------- Vaujours (le site officiel) */
	a.vaujours {
		display:block;
		height:100%;
		color:#fff;
		background:url(../images/background/vaujours.png) no-repeat left top;
		padding:48px 2px 5px 4px;
		margin:0 2px 5px 0
	}
	a.vaujours span {
		display:block;
		text-align:right;
		background:url(../images/background/lien_continuation.gif) no-repeat right 4px;
		padding:0 16px 0 0
	}
/* --------------------------------------------------------------- Navigation principale */
/* ----------------------------------------------------- Premier niveau */
	#nav_principale {
		font-size:1.1em;
		margin:0 4px 25px 4px
	}
	#nav_principale li {margin:0 0 1px 0}
	#nav_principale li a,
	#nav_principale li strong {
		display:block;
		height:100%;
		color:#323131;
		background:#fff url(../images/background/nav.png) no-repeat;
		padding:6px 5px 7px 7px
	}
	#nav_principale li a:hover,
	#nav_principale li a:focus,
	#nav_principale li strong,
	#nav_principale li a.selected {background-position:right top}
	#nav_principale li a span,
	#nav_principale li strong span {
		background:url(../images/background/puce01.gif) no-repeat left 4px;
		padding:0 0 0 13px
	}
/* ----------------------------------------------------- Second niveau */
	#nav_principale li ul {
		font-size:.9em;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		background:#f5fbcc;
		padding:4px 0;
		margin:1px 0 0 0
	}
	#nav_principale li ul li {margin:0}
	#nav_principale li ul li a,
	#nav_principale li ul li strong {
		background:none;
		background:url(../images/background/nav_a.gif) no-repeat 7px 9px;
		padding:3px 10px 3px 20px
	}
	#nav_principale li ul li a:hover,
	#nav_principale li ul li a:focus,
	#nav_principale li ul li strong,
	#nav_principale li ul li a.selected {background:url(../images/background/nav_a_on.gif) no-repeat 6px 7px}
	#nav_principale li ul li a span,
	#nav_principale li ul li strong span {
		background:0;
		padding:0
	}
/* --------------------------------------------------------------- Lien image */
	a.lien_image {
		display:block;
		overflow:hidden;
		height:100%;
		color:#fff;
		background-repeat:no-repeat;
		padding:46px 3px 6px 0;
		margin:0 1px 10px 0
	}
	a.lien_image span {
		float:right;
		padding:1px 15px;
		cursor:pointer
	}
	a.lien_image01 {background-image:url(../images/_TEMP/lien_image01.jpg)}
	a.lien_image02 {background-image:url(../images/_TEMP/lien_image02.jpg)}
	a.lien_image03 {background-image:url(../images/_TEMP/lien_image03.jpg)}
	a.lien_image04 {background-image:url(../images/_TEMP/lien_image04.jpg)}
	a.lien_image05 {background-image:url(../images/_TEMP/lien_image05.jpg)}
/* --------------------------------------------------------------- h2 */
	#colonne01 h2 {
		font-size:1.5em;
		font-weight:normal;
		background:url(../images/background/colonne01_h2.png) no-repeat left top;
		padding:18px 10px 10px 17px;
		margin:0
	}
	#colonne01 h2 span {font-size:.6em}
/* --------------------------------------------------------------- Liste de liens */
	ul.liste_liens {
		font-size:1.1em;
		color:#1a181d;
		background:url(../images/background/colonne01_ombre.png) no-repeat left bottom;
		padding:5px 10px 15px 20px;
		margin:0 0 15px 0
	}
	ul.liste_liens li a {
		display:block;
		height:100%;
		color:#1a181d;
		background:url(../images/background/puce01.gif) no-repeat left 4px;
		padding:0 0 0 12px;
		margin:0 0 5px 0
	}
/* ------------------------------------------------------------------------- Colonne 02 (droite) */
	#colonne02 {
		float:left;
		width:758px;
		padding:0 6px 0 11px
	}
/* --------------------------------------------------------------- Contenu */
	#contenu {
		overflow:hidden;
		height:100%;
		background:url(../images/background/contenu.gif) repeat-y;
		padding:10px 15px
	}
	#contenu_bas {
		height:15px;
		background:url(../images/background/contenu_bas.png) no-repeat
	}
/* ----------------------------------------------------- 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;
		margin:0 0 10px 0
	}
	#contenu h1 span {
		display:block;
		font-size:.7em;
		color:#666;
		margin:2px 0 0 0
	}
/* ----------------------------------------------------- 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 h3 span {
		font-size:.8em;
		font-weight:normal
	}
	div.vue_line img {
		float:left;
		margin:0 10px 0 0
	}
	div.vue_line p {margin-bottom:5px}
	div.vue_line a.lien_continuation {
		background:url(../images/background/puce.gif) no-repeat right 5px;
		padding: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%;
		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:#7c0042}
	#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:#7c0042;
		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:#7c0042;
		font-weight:bold
	}
/* --------------------------------- Jour selectionne */
	#calendrier table tr td.jour_selectionne a {
		display:block;
		background:#7c0042;
		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}
	#calendrier table tr td.jour_j.jour_selectionne a {color:#fff}
/* ----------------------------------------------------- Galeries */
/* ------------------------------------------- Theme */
	div.theme {
		border:1px solid #e1e1e1;
		background:#f1f1f1;
		padding:10px
	}
	div.theme img {
		border:2px solid #fff;
		margin:10px 17px
	}
/* ------------------------------------------- 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 31px 20px 0
	}
	#diaporama a.lightbox:hover img,
	#diaporama a.lightbox:focus img {background:#e4e4e4}
/* ------------------------------------------- Ecard */
	#ecard {
		border:1px solid #d0d0d0;
		background:#e8e8e8;
		padding:10px;
		margin:0 0 20px 0
	}
	#ecard a {text-decoration:none}
	#ecard img {
		border:2px solid #fff;
		margin:10px 8px
	}
	#ecard div.flash {
		border-bottom:1px dashed #ccc;
		text-align:center;
		padding:10px 0
	}
	#ecard a.choisir_carte {
		display:block;
		text-decoration:underline
	}
	#ecard a.choisir_carte:hover,
	#ecard a.choisir_carte:focus {text-decoration:none}
	#ecard div.object-center img {margin-bottom:5px}
	#ecard div.image span.legende,
	#ecard div.image span.copyright {font-size:1em}
/* ----------------------------------------------------- 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 10px 0;
		margin:0 0 10px 0
	}
	fieldset.question_sondage legend {
		line-height:1.3em;
		font-size:1.3em;
		font-weight:bold;
		margin-bottom:7px
	}
	fieldset.question_sondage legend span {
		display:block;
		width:730px;
		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:165px;
		height:85px;
		line-height:1.6em;
		font-weight:bold;
		color:#000;
		border-right:1px solid #fff;
		border-bottom:1px solid #fff;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		background:#e7e7e7;
		padding:8px;
		text-decoration:none
	}
	#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:#7c0042;
		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;
		height:100%;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		background:#eee;
		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:10px 0 0 60px}
	#contenu #plan_site li {
		background:url(../images/background/puce02.gif) no-repeat left 5px;
		padding-left:12px;
		margin:0 0 4px 0
	}
	#contenu #plan_site li h2 {font-weight:1.3em}
	#contenu #plan_site li h2 a {color:#7c0042}
/* ------------------------------------------- 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;
		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/nav_a_on.gif) no-repeat left 5px;
		padding-left:15px;
		margin-bottom:1px
	}
/* ----------------------------------------------------- Navigation */
	div.navigation {
		overflow:hidden;
		height:100%;
		padding:10px 0
	}
	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 #7c0042;
		padding:2px 6px;
		text-decoration:none
	}
	#contenu ul.pagination li a {
		color:#fff;
		background:#7c0042
	}
	#contenu ul.pagination li a:hover,
	#contenu ul.pagination li a:focus,
	#contenu ul.pagination li span {
		color:#7c0042;
		background:#fff
	}
/* ----------------------------------------------------- Outils */
	#contenu #outils {
		clear:both;
		padding:10px 6px;
		margin-bottom:0
	}
	#contenu #outils li {
		display:inline;
		background:none;
		padding:0
	}
	#outils li a {
		color:#810a49;
		background-repeat:no-repeat;
		background-position:left 9px;
		text-decoration:none;
		padding:7px 0 4px 21px;
		margin:0 195px 0 0
	}
	#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);
		margin-right:0
	}
/* ------------------------------------------------------------------------- Pied de page */
	#pied_page {
		text-align:center;
		font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
		margin:0 0 5px 0
	}
	#pied_page li {
		display:inline;
		margin:0 8px 0 0
	}
	#pied_page li a {
		color:#000;
		margin:0 8px 0 0
	}