/* CSS Document */


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

/* BALISES HTML */
html, body {
	background-color: #b5d9a4;
		
	font-family:  Helvetica, Verdana, Arial,sans-serif;	
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	width: 100%;
	font-size: 100%;
	
	color: #8d137e;
	font-family:  Helvetica, Arial, Geneva, sans-serif;

	
	background-image: url(images/bg_body.png);
	background-repeat: repeat-y;
	background-position: center;
	
	/*overflow: inherit;
	//overflow: auto;*/		/* STYLES A APPLIQUER PENDANT LE DEVELLOPEMENT */


	/* overflow-x:hidden;	 */		/* STYLES A APPLIQUER SUR LE SITE EN PRODUCTION */
	/* overflow-y:auto; */			/* STYLES A APPLIQUER SUR LE SITE EN PRODUCTION */
}

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

a img {
	border: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#liensevitement { /* Block contenant les liens d'evitement */
	width: 1003px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
		
	text-align: right;
	
	font-size: 0.8em;
	color: #b5d9a4;
}

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

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tableau{
	height: 100%;
	width: 948px;      /* ici la largeur fixe de l'element a center */
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* on rétablit l'alignement normal du texte */

}
#tableau-td {
	vertical-align: middle;
}

#conteneur {	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1003px;
	height: 544px;
	
	z-index: 1;

	text-align: left;
}

html>body #conteneur {	
	height: auto;
	min-height: 544px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	background-image: url(images/bg_menu_principal.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 858px;
	padding: 0 0 0 145px;
}

ul#nav_principale li {
	display: inline;
	float: left;
	margin: 0 2px 0 0;
	height: 29px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FLASH */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#flash {
	background-image: url(images/bg_flash.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 590px;
	height: 376px;			/*!!!!!!!!	Laisser une hauteur mini au cas ou le flash ne se charge pas.			!!!!!!!!!!!!!    */
}
#flash object {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LOGO */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1 {
	width: 112px;
	height: 113px;
	position: absolute;
	top: 0;
	left: 48px;
	z-index: 99;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SLOGAN */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#slogan {
	position: absolute;
	top: 25px;
	left: 373px;
	z-index: 99;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* NEWSLETTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#news {
	position: absolute;
	top: 381px;
	left: 0;
	width: 250px;
	height: 99px;
	text-align: center;
	z-index: 99;
	background-image: url(images/bg_newsletter.jpg);
	background-repeat: no-repeat;
	background-position: bottom;

}
html>body #news {
	height: auto;
	min-height: 99px;
}
#news fieldset {
	border: none;

}

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

#news p {
	background-image: url(images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 134px;
	margin: 3px 0 8px 43px;
	//margin: 3px 0 8px 0;
}

#news input#mail_inscription_ {
	width: 104px;
	border: none;
	background-color: transparent;
	padding: 0 4px 0 6px;
	color: #0f9866;
	font-size: 0.7em;
	font-weight: bold;
}
#news input.spip_boutoncss {
	width: 19px;
	height: 20px;
	border: none;
	background-image: url(images/bouton_ok.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
	text-align: center;
	background-color: transparent;
	padding-bottom: 4px;
	/padding-bottom: 0;
}

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MARCHES PUBLICS	 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#marches {
	position: absolute;
	top: 480px;
	left: 0;
	z-index: 90;
	width: 250px;
	height: 48px;
	background-image: url(images/bg_marche.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
}
#marches {
	height: auto;
	min-height: 48px;
}
#marches img {
	margin: 11px 0 0 48px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TELECHARGER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#telecharger {
	position: absolute;
	top: 405px;
	left: 250px;
	z-index: 99;
	width: 380px;
	height: 139px;
	background-image: url(images/bg_telecharger.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#telecharger h2 {
	margin: -20px 0 0 180px;
	_position: relative;
	_z-index: 99;
}

#telecharger img.dernier {
	float: left;
	margin: 10px 0 0 200px;
}
#telecharger img.spip_logos {
	float: right;
	margin: 5px 0 0 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#recherche {  /* Formulaire */
	position: absolute;
	top: 29px;
	left: 590px;
	background-image: url(images/bg_recherche.jpg);
	background-repeat: no-repeat;
	background-position: left;
	
	width: 340px;
	height: 49px;

}
html>body #recherche { 
	height: auto;
	min-height: 49px;
}
#recherche p { 
	background-image: url(images/bg_input_recherche.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 134px;
	margin: 18px 0 0 195px;
}
#recherche label { /* Label */
	display: none;
}


#recherche input { /* Champ de saisie */
	color: #0f9866;
	font-weight: bold;
	font-size: 0.7em;
	width: 99px;
	border: none;
	background-color: transparent;
	padding: 0 4px 0 6px;
}
#recherche input.boutonok  {
	width: 19px;
	height: 20px;
	line-height: 20px;
	border: none;
	background-image: url(images/bouton_ok.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #fff;
	text-align: center;
	background-color: transparent;
	padding: 0;
	_margin: 1px 0 0 0;
	
	padding-bottom: 2px;
	/padding-bottom: 0;

}

/* VERSION ANGLAISE	 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#english {
	position: absolute;
	top: 29px;
	left: 930px;
	background-image: url(images/bg_english.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #b5d9a4;
	
	width: 73px;
	height: 49px;

}
#english img {
	margin: 18px 0 0 15px;

}

/* BLOCK UNE ET ACTUS	 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_une_actus {
	width: 213px;
	height: 466px;
	
	position: absolute;
	top: 78px;
	left: 590px;
	background-image: url(images/bg_actus.jpg);
	background-repeat: no-repeat;
	
	padding: 0 0 0 58px;

}

/* SQUELETTE SOMMAIRE_A_LA_UNE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/

h2.une {
	margin: 34px 0 6px 0;
}

div.une {
	height: 200px;
}
html>body div.une {
	height: auto;
	min-height: 200px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_une {  /* Image evenement */
	margin: 0;
}
.block_photo_une img { 
	float: left;
}
/*
Utilisé pour affichage d'une vignette avec ombrage généré par un masque, gère le décalage a régler sur le masque utilisé
Si pas d'ombrage, commenter la ligne ci dessous
*/
.photo_une {  /* Image evenement */
	margin: -151px 0 0 2px; /* Pour firefox */
}
.zone_texte_une {
	clear: both;
	padding: 6px 0 0 0;
}
.une h3 a { /* Titre evenement lien */
	color: #8d137e;
	font-size: 0.7em;
	
	text-decoration: none;
	margin: 0 0 0 25px;
	display: block;
}

.une h3 a:hover { /* Titre evenement lien hover */
	text-decoration: underline;	
}


/* SQUELETTE SOMMAIRE_LAST_ACTUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/

h2.actus {
	margin: 25px 0px 0px 35px;
}

div.last_actus { /* Block 1 actualites */
	background: url(images/bord_bas_actus.gif) bottom left no-repeat;
	width: 155px;
	margin: 5px 0 0 10px;
	padding: 0;

}
div.last_actus_bas { /* Block 1 actualites */
	background: url(images/bord_haut_actus.gif) top right no-repeat;
 	padding: 5px 0 0 0;
	height: 78px;
}
/*Example CSS for the two demo scrollers*/
#pscroller1 {
	height: 73px;
	clear: both;
}




#pscroller1 h3 a { /* Titre actu lien */
	color: #8d137e;
	font-size: 0.6em;
	text-decoration: none;
	padding: 0 0 10px 0;
	margin: 0 10px 0 13px;
	display: block;
	text-align: left;
}

.last_actus h3 a:hover { /* Titre actu lien hover */
	text-decoration: underline;	
}


/* MENU INFOS PRATIQUES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#infos_pratiques {
	background-image: url(images/bg_infos_pratiques.jpg);
	background-repeat: no-repeat;
	
	width: 142px;
	height: 466px;
	
	position: absolute;
	top: 78px;
	left: 861px;

}
#infos_pratiques h2 {
	margin: 77px 0 0 12px;

}

#infos_pratiques ul {
	list-style-type: none;
}

#infos_pratiques ul li {
	margin: 0 2px 0 0;
}

#infos_pratiques ul li#art_99 {
	position: absolute;
	right: 2px;
	top: 130px;
}
#infos_pratiques ul li#art_110 {
	position: absolute;
	right: 2px;
	top: 184px;
}
#infos_pratiques ul li#art_285 {
	position: absolute;
	right: 2px;
	top: 232px;
}
#infos_pratiques ul li#rub_38 {
	position: absolute;
	right: 2px;
	top: 283px;
}
#infos_pratiques ul li#rub_39 {
	position: absolute;
	right: 2px;
	top: 332px;
}
#infos_pratiques ul li#art_1 {
	position: absolute;
	right: 2px;
	top: 381px;
}

/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	height: 26px;
	width: 1003px;
}

#footer ul { /* Liste */
	list-style-type: none;
}
#footer ul li { /* Liste */
	display: inline;
}

/* ADRESSE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#adresse {
	float: left;
	margin: 5px 0 0 5px;
	color: #387925;
	font-size: 0.75em;
	width: 520px;
	font-weight: bold;
}

/* MENU DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_divers {
	float: right;
	display:inline;
	margin: 4px 80px 0 0;
	font-size: 0.75em;
}
#menu_divers span {
	display: none;
}
#menu_divers a {
	color: #647900;
	padding: 0 0 3px 20px;
	/padding: 0 0 6px 20px;
	display: block;
	float: left;
	margin: 2px 5px 0 0;
}
#menu_divers a:hover {
	color: #273900;
}

#menu_divers .artaccess {
	background-image: url(images/picto_access.png);
	background-repeat: no-repeat;
}
#menu_divers .artaccess:hover {
	background-image: url(images/picto_access-over.png);
}


#menu_divers .artmentions {
	background-image: url(images/picto_mentions.png);
	background-repeat: no-repeat;
}
#menu_divers .artmentions:hover {
	background-image: url(images/picto_mentions-over.png);
}


#menu_divers .artplan {
	background-image: url(images/picto_plan.png);
	background-repeat: no-repeat;
}
#menu_divers .artplan:hover {
	background-image: url(images/picto_plan-over.png);
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 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;
	width: 49%;
	text-align: center;
}
/* Flottant à droite */
.float_droite {
	float: right;
}