@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/visuels/tetiere01.jpg) no-repeat center top
	}
	/*body.niveau2_12427 {background-image:url(../images/visuels/tetiere02.jpg)}
	body.niveau2_12189 {background-image:url(../images/visuels/tetiere03.jpg)}
	body.niveau2_12190 {background-image:url(../images/visuels/tetiere04.jpg)}
	body.niveau2_12191 {background-image:url(../images/visuels/tetiere05.jpg)}
	body.niveau2_12192 {background-image:url(../images/visuels/tetiere06.jpg)}
	body.niveau2_12193 {background-image:url(../images/visuels/tetiere07.jpg)}
	body.niveau2_12194 {background-image:url(../images/visuels/tetiere08.jpg)}*/
/* ----------------------------------------------------------------------------------- Titres */
	h2 {margin-bottom:5px}
	h3 {margin-bottom:4px}
	h4 {margin-bottom:3px}
	h5,
	h6 {margin-bottom:2px}
/* ----------------------------------------------------------------------------------- Paragraphes */
	p {
		line-height:1.6em;
		margin-bottom:10px
	}
/* ----------------------------------------------------------------------------------- Liens */
	a {
		color:#7c0042;
		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;
		background:#7c0042;
		border:1px solid #7c0042;
		padding:1px;
		cursor:pointer
	}
	input.bouton.secondaire {
		background:#888;
		border:1px solid #777
	}
	input.bouton:hover,
	input.bouton:focus {background:#9d4072}
	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:#688809
	}
	#contenu h3 {font-size:1.4em}
	#contenu h4 {
		font-size:1.2em;
		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/puce02.gif) no-repeat left 5px;
		padding:0 0 2px 13px
	}
	#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;
		background:#f5fbcc;
		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;
		background:#f5fbcc;
		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 */
	#contenu table {width:100%}
	table.tableau_donnees {
		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 {
		background:#f5fbcc;
		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:968px;
		font-size:1.1em;
		padding:12px 0 0 0;
		margin:0 auto
	}
/* ----------------------------------------------------------------------------------- Accès rapide */
	#acces_rapide {
		float:right;
		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 {
		float:right;
		padding:0 25px 0 13px
	}
	#recherche input.champ {
		float:left;
		width:147px;
		font-size:1em;
		color:#fff;
		border:1px solid #7c0042;
		background:#7c0042;
		padding:2px 0 2px 4px;
		margin:0 1px 0 0
	}
	#recherche input.champ:hover {background:#980252}
	#recherche input.champ:focus {background:#9d4072}
	#recherche input.bouton {float:left}
/* ----------------------------------------------------------------------------------- Têtière */	
	#tetiere {
		position:relative;
		display:inline;
		float:left;
		width:888px;
		margin:5px 75px 0 5px
	}
	#tetiere img {vertical-align:middle}
	#tetiere #logo {
		float:left;
		color:#fff
	}
	#tetiere #signature {
		display:block;
		float:left;
		/*margin:50px 0 0 0;*/
		
		position:absolute;
		top:50px;
		left:605px
	}
/* ----------------------------------------------------------------------------------- Principal */
	#principal {
		clear:both;
		overflow:hidden;
		height:100%;
		background:url(../images/background/global.png) no-repeat center bottom;
		padding:95px 0 0 10px
	}
/* ------------------------------------------------------------------------- Colonne01 (gauche) */
	#colonne01 {
		float:left;
		width:189px
	}
/* --------------------------------------------------------------- Mon Valjovien */
	a.mon_valjovien {
		display:block;
		height:100%;
		color:#fff;
		background:url(../images/background/mon_valjovien.png) no-repeat left top;
		padding:74px 5px 9px 6px;
		margin:0 2px 0 0
	}
	a.mon_valjovien span {
		display:block;
		text-align:right;
		background:#7c0042 url(../images/background/lien_continuation.gif) no-repeat right 4px;
		padding:0 16px 0 0
	}
	a.mon_valjovien:hover span,
	a.mon_valjovien:focus span {background-color:#ee7f01}
/* --------------------------------------------------------------- Navigation principale */
/* ----------------------------------------------------- Premier niveau */
	#nav_principale {
		font-size:1.1em;
		margin:0 5px 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:#c2d80d url(../images/background/nav.png) no-repeat;
		padding:6px 5px 7px 20px
	}
	#nav_principale li a:hover,
	#nav_principale li a:focus,
	#nav_principale li strong,
	#nav_principale li a.selected {background-position:right top}
/* ----------------------------------------------------- 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}
/* --------------------------------------------------------------- h2 */
	#colonne01 h2 {
		font-size:1.5em;
		font-weight:normal;
		background:url(../images/background/colonne01_h2.png) no-repeat left top;
		padding:18px 10px 4px 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:10px 25px 25px 25px;
		margin:0 0 15px 0
	}
	ul.liste_liens li a {
		display:block;
		height:100%;
		color:#1a181d;
		background-repeat:no-repeat;
		background-position:left 4px;
		padding:0 0 0 12px;
		margin:0 0 5px 0
	}
	#mon_valjovien li a {background-image:url(../images/background/puce03.gif)}
	#acces_directs li a {background-image:url(../images/background/puce01.gif)}
	#vaujours_pratique li a {background-image:url(../images/background/puce02.gif)}
	#vaujours_pratique {margin-bottom:30px}
	ul.liste_liens li.deconnexion a {color:#ff0000}
/* --------------------------------------------------------------- Covoiturage */
	a.covoiturage {
		display:block;
		overflow:hidden;
		height:100%;
		color:#fff;
		font-size:1.2em;
		background:url(../images/background/covoiturage.jpg) no-repeat;
		padding:15px 4px 9px 0;
		margin:0 1px 0 0
	}
	a.covoiturage span {
		float:right;
		background:#ee7f01;
		padding:1px 15px;
		cursor:pointer
	}
	a.covoiturage:hover span,
	a.covoiturage:focus span {background:#7c0042}
/* ------------------------------------------------------------------------- Colonne 02 (droite) */
	#colonne02 {
		float:left;
		width:753px;
		padding:0 2px 0 7px
	}
/* --------------------------------------------------------------- Contenu */
	#contenu {
		overflow:hidden;
		height:100%;
		background:url(../images/background/contenu.gif) repeat-y;
		padding:0 11px
	}
	#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;
		color:#7c0042;
		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
	}
	#contenu div.vue_line h3 {font-size:1.2em}
	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%;
		border:1px solid #8fbc0c;
		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:#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:#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;
		color:#ee7f01
	}
	#calendrier table tr td.jour_j a {color:#ee7f01}
	#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;
		color:#688809;
		margin-bottom:7px
	}
	fieldset.question_sondage legend span {
		display:block;
		width:700px;
		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
	}
/* --------------------------------------------------------------- Widgets */
/* ----------------------------------------------------- Colonnes */
	.column {
		float:left;
		padding:0 0 100px 0;
		margin:10px 0 0 0
	}
/* ----------------------------------------------------- Boîte */
	.portlet {margin:0 1em 1em 0}
	.portlet-header {padding: 0.4em} 
	.portlet-header .ui-icon {float:right}
	.portlet-content {
		font-size:.9em;
		padding:0.4em  0.4em  1em  0.4em
	}
	.portlet-config {
		overflow:hidden;
		padding: 0.4em;
		margin:5px 0
	}
	.portlet-config span {
		display:block;
		float:left;
		margin:0 5px 0px 0
	}
	.ui-sortable-placeholder {
		visibility: visible !important;
		height: 50px !important;
		border:1px dashed #ccc
	}
	.ui-sortable-placeholder * {visibility: hidden}	
	#widgetAdd {float:left}
	#addwidget {float:left}
	#switcher {float:right}
	a.ui-icon.ui-icon-disk { }
	a.ui-icon.ui-icon-trash {float:righ}
	.portlet-content textarea {width:85%}
	.portlet-content {
		overflow:hidden;
		height:100%
	}
/* ----------------------------------------------------- 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:#688809}
/* ------------------------------------------- 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 {
		clear:both;
		height:100%;
		overflow:hidden;
		padding:95px 0 20px 0
	}
/* --------------------------------------------------------------- Liste de liens */
	#pied_page ul {
		display:inline;
		float:right;
		font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
		color:#fff;
		background:#7c0042;
		padding:2px 0 2px 16px;
		margin:0 220px 0 0
	}
	#pied_page ul li {
		display:inline;
		margin:0 8px 0 0
	}
	#pied_page ul li a {
		color:#fff;
		margin:0 8px 0 0
	}
/* --------------------------------------------------------------- Copyright */
	#pied_page p {
		display:inline;
		float:left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:.9em;
		color:#d8b3c7;
		background:#7c0042;
		padding:2px 6px;
		margin:0 0 0 10px
	}
	#pied_page p a {color:#d8b3c7}
	#pied_page p abbr {border:0}
	

.noeud_13861 #contenu table { margin:0; padding:0; width:600px; overflow:hidden; }
.noeud_13861 #contenu table td { margin:0; padding:0; width:99px; overflow:hidden; }
.noeud_13861 #contenu table td a { margin:0; padding:0; width:99px; overflow:hidden; }
.noeud_13861 #contenu table .object-center { margin:0; padding:0; width:99px; overflow:hidden;  }
.noeud_13861 #contenu table .object-center .image { margin:0; padding:0; width:99px; overflow:hidden; }
.noeud_13861 #contenu table .object-center .image img { margin:0; padding:0; width:99px; overflow:hidden; }