/* CSS Document */


/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

/* BALISES HTML */
html, body {		
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	font-size: 100%;
	
	background: url(images/home_bg_body.gif) repeat-y center #e7e3dc;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

ul {
	list-style-type: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#liensevitement { /* Block contenant les liens d'evitement */
	width: 882px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
		
	text-align: right;
	color: #fff;
	
	font-size: 0.7em;
}

#liensevitement a { /* Les liens d'evitement */
	color: #fff;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  /* Rollover des liens d evitement */
	color: #E7E3DC;
}
h2.access {  /* Balise H2 masquee */
	position: absolute;
	color: #FFFFFF;
	z-index: 100;
	top:-10000px;
}

/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#conteneur {	
	/* background-color: #fff; */
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 882px;
	
	z-index: 1;

	text-align: left;
}

/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form#recherche {  /* Formulaire */
	width: auto;
	padding: 0 0 4px 0;
	background: transparent;
}
#recherche p {  /* Formulaire */
	width: 127px;
	height: 20px;
	margin: 0;
	background: url(images/home_bg_recherche.gif) no-repeat left;
	padding: 0 0 0 5px;
	margin: 0 0 0 718px;
}

#recherche label { /* Label */
	display: none;
}

#recherche input { 
	vertical-align: middle;
	border: none;
	width: auto;
}

#recherche input#Rechercher { /* Champ de saisie */
	color: #4c4c4c;
	font-size: 0.8em;
	width: 103px;
	text-align: left;
	background: transparent;
}


/* COLONNE GAUCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_gauche {
	float: left;
	width: 144px;
	display: inline;
}

/* TITRE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h1 {
	text-align: center;
}

#block_menu {
	background: url(images/home_bg_colgauche.jpg) repeat-x;
	height: 640px;
	padding: 0 8px 0 11px;
}
html>body #block_menu {
	height: auto;
	min-height: 640px;	
}

	/* Menu 1  */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	ul#menu1 {
		padding: 27px 0 21px 0;
	}
	
	ul#menu1 li {
		background: url(images/home_puce1.gif) no-repeat 0 0.2em;
		padding: 0 0 7px 15px;
		line-height: 0.75em;
	}
	ul#menu1 li a {
		color: #544036;
		font-size: 0.7em;
		font-weight: bold;
	}

	/* Aqualib  */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#aqualib {
		text-align: center;
	}

	/* Menu rester informé  */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	h2.informe {
		margin: 24px 0 0 0;
		text-align: center;
	}
	ul#informe {
		padding: 11px 0 0 0;
	}
	
	ul#informe li {
		background: url(images/home_puce2.gif) no-repeat 0 0.2em;
		padding: 0 0 8px 15px;
		line-height: 0.75em;
	}
	ul#informe li a {
		color: #ea9007;
		font-size: 0.7em;
		font-weight: bold;
	}

	/* Menu se déplacer  */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	h2.deplacer {
		margin: 24px 0 0 0;
		text-align: center;
	}
	ul#deplacer {
		padding: 8px 0 0 0;
	}
	
	ul#deplacer li {
		background: url(images/home_puce3.gif) no-repeat 0 0.2em;
		padding: 0 0 5px 14px;
		line-height: 0.75em;
	}
	ul#deplacer li a {
		color: #716058;
		font-size: 0.7em;
		font-weight: bold;
	}
	
	ul#deplacer li.planterritoire {
		background: url(images/home_puce3.gif) no-repeat 0 50%;
	}
	
	ul#deplacer li.planterritoire a {
		display: block;
		background:  url(images/planterritoire.gif) no-repeat 0 0;
		padding: 8px 0 4px 55px;
	}

	/* Votre avis  */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	h2.avis {
		margin: 29px 0 8px 0;
		text-align: center;
	}
	h3.texteavis a {
		font-size: 0.55em;
		color: #cd7f5f;
	}


/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_droite {
	float: left;
	width: 738px;
	display: inline;
}

	/* FLASH */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#flash {
		width: 738px;
		height: 155px;	/* 	!!!!!!!!	Laisser une hauteur mini au cas ou le flash ne se charge pas.			!!!!!!!!!!!!!    */
		background: url(images/home_bg_flash.jpg) no-repeat;
	}
	
	/* CONTENU */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#contenu {
		margin: 0 43px 0 41px;
		padding: 0;
	}
	
	/* Flash info  */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	#info_flash_bg {
		background: url(images/flash_info_bg.gif) left;
		width: 385px;
		clear: both;
	}
	#info_flash_haut {
		background: url(images/flash_info_haut.gif) no-repeat top left;
		padding: 4px 0 0 0;
	}
	#info_flash_bas {
		background: url(images/flash_info_bas.gif) no-repeat bottom left; 
		padding: 0 3px 7px 3px;
	}

	#info_flash_bas h2 {
		float: left;
		width: 109px;
		display: inline;
		margin: 29px 0 0 0;
	}
	#info_flash_bas #Support {
		float: left;
		width: 206px;
		display: inline;
		margin: 12px 0 10px 24px;
	}
	#info_flash_bas #bouton_defil {
		float: right;
		width: 16px;
		display: inline;
		margin: 10px 6px 0 0;
	}
	#info_flash_bas #bouton_defil a {
		display: block;
	}

	#info_flash_bas #bouton_defil a.bas {
		margin: 22px 0 0 0;
	}

	
	#info_flash_bas a {
		color: #ffffff;
		font-size: 0.7em;
	}

/* BLOCK GLOBAL ACTUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_global_actus_bg {
	background: url(images/global_actus_bg.gif) repeat-y;
	margin: 19px 0 0 0;
}
#block_global_actus_haut {
	background: url(images/global_actus_haut.gif) no-repeat top left;
	padding: 11px 0 0 0;
}
#block_global_actus_bas {
	background: url(images/global_actus_bas.gif) no-repeat bottom left;
	padding: 0 26px 13px 20px;
}

h2.titreactu {
	width: auto;
}

	/* SQUELETTE SOMMAIRE_A_LA_UNE */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	/*
	Utilisé par la page sommaire
	*/
	div.une {
		width: 390px;
		float: left;
		margin: 2px 0 0 0;
		display: inline;
	}

	/* GESTION DES VIGNETTES */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	.block_photo_une {  /* Image evenement */
		float: left;
		margin: 8px 0 0 0;
		width: 190px;
	}
	
	.une h3 { /* Titre evenement lien */
		color: #000;
		font-size: 0.8em;
		font-family:  Helvetica, Arial,sans-serif;
		background: url(images/puce_titre.gif) no-repeat 0 50%;
		padding: 0 0 0 18px;
		margin: 0 0 30px 0;
	}
	
	div.zone_texte_une { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
		width: 200px;
		float: right;
	}
	p.texte_une { /* Texte evenement */
		font-size: 0.65em;
		text-align: justify;
		color: #716058;
		padding: 0 0 0 18px;
		margin: 0 0 13px 0;
	}
	p.suite_une {
		text-align: right;
	}

	/* SQUELETTE SOMMAIRE_LAST_ACTUS */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	/*
	Utilisé par la page sommaire
	*/
	div.last_actus { /* Block 1 actualites */
		float: right;
		margin: -20px 0 0 0;
		width: 204px;
		display: inline;
	}
	
	.toutesactus {
		color: #cd7f5f;
		text-align: right;
		padding: 0 19px 10px 0;
		font-size: 0.7em;
		display: block;
	}
	.last_actus h3 { /* Titre actu lien */
		color: #000;
		font-size: 0.8em;
		font-family:  Helvetica, Arial,sans-serif;
		background: url(images/puce_titre.gif) no-repeat 0 50%;
		padding: 0 0 0 18px;
		margin: 0;
	}
	
	div.texte_actu {
		margin: 8px 0 0 0;
	}
	
	p.texte_actu { /* Texte actu */
		font-size: 0.65em;
		text-align: justify;
		color: #716058;
		padding: 0 0 5px 18px;
		margin: 0;
	}

	p.suite_actu {
		text-align: right;
		padding: 0 0 5px 0;
	}

/* BLOCK GLOBAL AGENDA */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_agenda_bg {
	background: url(images/block_agenda_bg.gif) repeat-y right;
	width: 390px;
	float: left;
	display: inline;
	margin: 12px 0 0 0;
}
#block_agenda_haut {
	background: url(images/block_agenda_haut.gif) no-repeat top left;
	padding: 15px 0 0 0;
}
#block_agenda_bas {
	background: url(images/block_agenda_bas.gif) no-repeat bottom left;
	padding: 0 31px 42px 20px;
}


	/* SQUELETTE SOMMAIRE_LAST_EVMNTS */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	/*
	Utilisé par la page sommaire
	*/
	div.last_evmnt { /* Block 1 evenement */
		margin: 0;
		clear: both;
		margin: 20px 0 0 0;
	}
	
	h2.evmnt {
		width: auto;
		margin: 0 0 4px 0;
	}

	.toutagenda {
		color: #cd7f5f;
		text-align: right;
		padding: 0 0 18px 0;
		margin: -25px 0 0 0;
		font-size: 0.7em;
		display: block;
		float: right;
	}

	/* GESTION DES VIGNETTES */
	/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	.block_photo_evmnt {  /* Image evenement */
		float: left;
		width: 146px;
		margin: 4px 0 0 0;
	}

	.date_evmnt { /* Date evenement */
		color: #9a5c00;
		margin: 0;
	}
	
	.last_evmnt h3 { /* Titre evenement lien */
		color: #000;
		font-size: 0.8em;
		font-family:  Helvetica, Arial,sans-serif;
		background: url(images/puce_titre.gif) no-repeat 0 0.3em;
		text-indent: 18px;
		margin: 0;
	}
	
	div.texte_evmnt { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
		width: 176px;
		float: right;
	}
	p.texte_evmnt { /* Texte evenement */
		font-size: 0.65em;
		text-align: justify;
		color: #716058;
		padding: 0 0 5px 0;
		margin: 0;
	}
	p.suite_evmnt {
		text-align: right;
	}

/* BLOCK GLOBAL DOSSIERS	 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_dossiers_bg {
	background: url(images/block_agenda_bg.gif) repeat-y right;
	width: 249px;
	float: right;
	display: inline;
	margin: 12px 0 0 0;
}
#block_dossiers_haut {
	background: url(images/block_dossiers_haut.gif) no-repeat top left;
	padding: 15px 0 0 0;
}
#block_dossiers_bas {
	background: url(images/block_dossiers_bas.gif) no-repeat bottom left;
	padding: 0 25px 18px 20px;
}

	h2.dossiers {
		margin: 0 0 13px 0;
	}

	#block_dossiers_bas ul li {
		display: inline;
	}

	#block_dossiers_bas h3 {
		font-size: 0.8em;
	}
	#block_dossiers_bas h3 a {
		color: #000;
		font-family:  Helvetica, Arial,sans-serif;
		background: url(images/puce_titre.gif) no-repeat 0 50%;
		padding: 0 0 0 18px;
		margin: 0 0 17px 0;
		display: block;
	}


/* BLOCK GLOBAL NEWSLETTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_news_bg {
	background: url(images/block_news_bg.gif) repeat-y right;
	width: 249px;
	margin: 14px 0 0 0;
	float: right;
	display: inline;
	clear: right;
}
#block_news_haut {
	background: url(images/block_news_haut.gif) no-repeat top left;
	padding: 15px 0 0 0;
}
#block_news_bas {
	background: url(images/block_news_bas.gif) no-repeat bottom left;
	padding: 0 61px 19px 54px;
}

	#block_news_bas h2 {
		margin: 0 0 7px 0;
	}


/* NEWSLETTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_news_bas fieldset {
	border: none;
}

#block_news_bas legend {
	display: none;
}
#block_news_bas div.label_mail {
	display: none;
}
#block_news_bas label {
	font-size: 0.7em;
	color: #45664e;
}
#block_news_bas label, #block_news_bas input {
	vertical-align: middle;
}

#block_news_bas input#mail_inscription_ {
	color: #4c4c4c;
	font-size: 0.8em;
	width: 108px;
	text-align: left;
	background: transparent;
	border: none;
}
#block_news_bas p.news {
	width: 127px;
	height: 20px;
	background: url(images/home_bg_newsletter.gif) no-repeat left;
	padding: 0 0 0 5px;
	margin: 0 0 3px 0;
}

#block_news_bas input.spip_boutoncss {
	width: 19px;
	height: 20px;
	border: none;
	text-align: center;
}

/* FORMULAIRES NEWSLETTER*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.reponsenews {
	color: #FF0000;
	font-size: 0.8em;
}

/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	padding: 17px 0 10px 0;
}

	/* Adresse */
	#footer p.adresse { /* Liste */
		float: left;
		width: 385px;
		color: #95aed5;
		font-size: 0.7em;
		display: inline;
		text-align: center;
		margin: 2px 0 0 0;
	}

	/* Menu divers */
	#menu_divers_bg {
		background: url(images/block_divers_bg.gif) repeat-y right;
		width: 396px;
		float: left;
		display: inline;
	}
	#menu_divers_haut {
		background: url(images/block_divers_haut.gif) no-repeat top left;
		padding: 3px 0 0 0;
	}
	#menu_divers_bas {
		background: url(images/block_divers_bas.gif) no-repeat bottom left;
		padding: 0 0 6px 0;
	}
	
	#footer ul { /* Liste */
		list-style-type: none;
		font-size: 0.78em;
		position: relative;
		text-align: left;
		padding-left: 30px;
		width: 366px;
	}
	#footer ul li { /* Liste */
		display: inline;
		color: #fff;
	}
	#footer ul li a { /* Liste */
		color: #fff;
	}
	.picto_rss {
		position: absolute;
		top: -12px;
		left: 6px;
	}

	/* Extranet */
	#extranet_bg {
		float: right;
		width: 57px;
		font-size: 0.78em;
		display: inline;
		background: url(images/block_extranet_bg.gif) repeat-y right;
		text-align: left;
		margin: 0 38px 0 0;
	}
	#extranet_haut {
		background: url(images/block_extranet_haut.gif) no-repeat top left;
		padding: 4px 0 0 0;
	}
	#extranet_bas {
		background: url(images/block_extranet_bas.gif) no-repeat bottom left;
		padding: 0 0 6px 0;
	}
	#extranet_bas a {
		color: #fff;
		margin: 0 0 0 4px;
	}


/* DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* pour "pousser" si presence de float */
/* penser à placer un &nbsp; pour eviter le bug sous netscape (page à rallonge) */ 
.clear {
	clear: both;
	height: 0px; /* correction page a rallonge sous netscape*/
	line-height: 1px;
	font-size: 0px;
}

/* Pour affichage correct PNG */
.format_png { behavior: url(win_png.htc); }

/* Flottant à gauche */
.float_left {
	float: left;
}
/* Flottant à droite */
.float_droite {
	float: right;
}