/* CSS Document */


/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

/* BALISES HTML */
html, body {
	background-color: #77c7d6;
		
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	width: 100%;
	font-size: 100%;
	
	color: #3F3F3F;
	
	background-image: url(images/home_bg_body.jpg);
	background-repeat: repeat-x;



	/*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;
}

ul {
	list-style: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#liensevitement { /* Block contenant les liens d'evitement */
	width: 959px;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	text-align: right;
	color: #CEEFF6;	
	font-size: 0.6em;
}

#liensevitement a { /* Les liens d'evitement */
	color: #CEEFF6;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  /* Rollover des liens d evitement */
	color: #00B1D2;
}
h2.access {  /* Balise H2 masquee */
	position: absolute;
	color: #FFFFFF;
	z-index: 100;
	top:-10000px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tableau{
	height: 100%;
	width: 959px;      /* 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;
	margin-bottom: 5px;
	width: 959px;
	
	z-index: 1;

	text-align: left;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BANDEAU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#flash {
	width: 959px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/home_bandeau.jpg);
	background-repeat: no-repeat;
	
	height: 199px;		/*  !!!!!!!!	Laisser une hauteur mini au cas ou le flash ne se charge pas.			!!!!!!!!!!!!!    */
}

#slideshow {
		position: absolute;
		top: 19px;
		left: 248px;
}

h1 {
		width: 186px;
		height: 56px;
		position: absolute;
		top: 26px;
		left: 48px;
}

#slogan {
		position: absolute;
		top: 99px;
		left: 25px;
}





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	color: #fff;
	width: 218px;
	position: absolute;
	top: 156px;
	left: 0px;
	z-index: 99;
}

ul#nav_principale li {
	display: inline;
}

#rub_1 {
	position: absolute;
	top: 0;
	left: 0;
}

#rub_24 {
	position: absolute;
	top: 43px;
	left: 6px;
}
#rub_48 {
	position: absolute;
	top: 85px;
	left: 17px;
}
#rub_70 {
	position: absolute;
	top: 126px;
	left: 25px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#recherche {  /* Formulaire */
	position: absolute;
	top: 19px;
	right: 32px;
}

#recherche label { /* Label */
	display: none;
}

#recherche img, #recherche input { 
	vertical-align: middle;
}

#recherche input { /* Champ de saisie */
	color: #a61b66;
	border: 1px solid #50bacf;
	font-size: 0.7em;
	width: 138px;
}
#recherche input.boutonok, input.boutonok  {
	width: 22px;
	height: 17px;
	
	background-image: url(images/bouton_ok.gif);
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	background-repeat: no-repeat;
	background-color: #6F6F6F;
	
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.7em;	
}

#recherche input.boutonok:hover, input.boutonok:hover {
	background-image:url(images/bouton_ok-over.gif);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu {
	position: relative;
	width: 959px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg_conteneur.gif);
	background-repeat: repeat-y;

}
#bas_block_contenu {
	background-image: url(images/bas_conteneur.gif);
	background-repeat: no-repeat;
	background-position: bottom;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLONNE 1 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bg_colonne_1 {
	float: left;
	display: inline;
	width: 231px;
	margin: 0;
	background-image: url(images/pointe.gif);
	background-repeat: no-repeat;
}
#colonne_1 {
	width: 206px;
	height: 53px;
	margin: 0 0 20px 25px;
	padding: 253px 0 0 0;
	background-image: url(images/bg_col1.jpg);
	background-repeat: no-repeat;
}
html>body #colonne_1 {
	height: auto;
	min-height: 53px
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 	BULLETIN */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bulletin {
	text-align: right;
	padding: 0 16px 0 65px;
	background-image: url(images/bg_bulletin.jpg);
	background-repeat: no-repeat;
	background-position: 100% 10%;

}
.lien_bulletin  {
	margin: 7px 0 0 0;
}
.lien_bulletin a {
	color: #0d9bb0;
	font-size: 0.8em;
}
.mirroir {
	margin: 1px 0 0 0;
	/margin: -2px 0 0 0;
}
.pignes {
	float: left;
	margin: -60px 0 0 25px;
	position: relative;
	z-index: 99;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 	MARCHES PUBLICS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#bg_marches {
	margin: 26px 0 0 62px;
	width: 128px;
	background-image: url(images/bg_marches.gif);
	background-repeat: repeat-y;
}

#marchespublics {
	background-image: url(images/haut_marche.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 17px 0 0 0;
}
#marchespublics a {
	background-image: url(images/bas_marche.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	padding: 0 0 14px 8px;
	color: #ffffff;
	font-size: 0.8em;
	letter-spacing: 0em;
	font-weight: bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLONNE 2 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_2 {
	float: left;
	display: inline;
	width: 211px;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_col2.jpg);
	background-repeat: no-repeat;
}

#zone_calendrier {
	background-image: url(images/bg_agenda.jpg);
	background-repeat: no-repeat;
	margin: 42px 0 41px 17px;
	padding: 22px 0 0 0;
	text-align: center;

}
#zone_calendrier h2 {
	text-align: left;
	padding: 0 0 0 64px;
}
#lien_agenda {
	text-align: left;
	padding: 0 0 0 64px;
	font-size: 0.7em;
}
#lien_agenda a {
	color: #338493;
	text-decoration:  none;
}
#lien_agenda a:hover {
	text-decoration: underline;
}

#abcalendrier li ul {
	left: 0px; /* Alignement à) gauche du survol pourles evenement multidate*/
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* AUTRES SITES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.titreautressites {
	margin: 0 0 11px 24px;
}
#autressites {
	margin: 0 10px 0 26px;
}
#autressites li {
	display: inline;
}
#autressites li a {
	display: block;
	color: #4e4e4e;
	font-size: 0.8em;
	padding: 2px 0 2px 27px;
	margin: 5px 0 5px 0;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#autressites li a:hover {
	color: #628000;
}
.autre_70 {
	background-image: url(images/bg_autre70.png);
}
.autre_70:hover {
	background-image: url(images/bg_autre70-over.png);
}
.autre_71 {
	background-image: url(images/bg_autre71.png);	
}
.autre_71:hover {
	background-image: url(images/bg_autre71-over.png);	
}
.autre_72 {
	background-image: url(images/bg_autre72.png);
}
.autre_72:hover {
	background-image: url(images/bg_autre72-over.png);
}
.autre_73 {
	background-image: url(images/bg_autre73.png);
}
.autre_73:hover {
	background-image: url(images/bg_autre73-over.png);
}
.autre_74 {
	background-image: url(images/bg_autre74.png);
}
.autre_74:hover {
	background-image: url(images/bg_autre74-over.png);
}
.autre_75 {
	background-image: url(images/bg_autre75.png);
}
.autre_75:hover {
	background-image: url(images/bg_autre75-over.png);
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLONNE 3 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_3 {
	float: left;
	display: inline;
	width: 315px;
	margin: 0;
	padding: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SOMMAIRE_A_LA_UNE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/
.une {
}

h2.une {
	margin: 0 0 11px 80px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_une {  /* Image evenement */
	float: left;
	margin: 0 12px 0 27px;
	width: 124px;
	display: inline;
}
.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: -85px 0 0 2px; /* Pour firefox */
	border-bottom: 7px solid #009bb8;
	float: left;
	height: 73px;
}
.date_une { /* Date evenement */
	color: #737373;
	margin: 0;
	background-image: url(images/picto_date_une.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding: 0 0 0 7px;
}

.une h3 { /* Titre evenement lien */
	color: #009bb8;
	font-size: 0.8em;
	font-weight: normal;
}

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: 142px;
	float: left;
}
p.texte_une { /* Texte evenement */
	font-size: 0.7em;
	text-align: left;
	color: #313131;

}
p.suite_une a {
	font-size: 0.7em;
	color: #efa55a;
	font-weight: bold;
}





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SOMMAIRE_LAST_ACTUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/
div.last_actus { /* Block 1 actualites */
	margin: 0 0 0 25px;
	clear: both;
}

h2.actus {
	margin: 0;
	/margin: 21px 0px 10px 16px;
	padding: 21px 0px 10px 16px;
	/padding: 0;
	clear: both;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_actu {  /* Image evenement */
	float: left;
	margin: 0 5px 0 0;
	width: 86px;
}
.block_photo_actu 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_actu {  /* Image evenement */
	margin: -64px 0 0 1px; /* Pour firefox */
	border-bottom: 4px solid #009bb8;
	float: left;
}

.date_actu { /* Date actu */
	color: #737373;
	margin: 0;
	background-image: url(images/picto_date_une.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding: 0 0 0 7px;
}

.last_actus h3 { /* Titre actu lien */
	color: #009bb8;
	font-size: 0.8em;
	font-weight: normal;
}

div.texte_actu { /* Block de texte à coté de la photo. Pour eviter un retour sous la photo : fixer un width et passer en flottant left */
	width: 166px;
	float: left;
}
p.texte_actu { /* Texte actu */
	font-size: 0.7em;
	text-align: left;
	color: #313131;
}

p.suite_actu a {
	font-size: 0.7em;
	color: #efa55a;
	font-weight: bold;
}


.filet {
	margin: 10px 0 10px 30px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LIEN TOUTES LES ACTUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#lien_actus {
	margin: 12px 0 10px 160px;
	clear: both;
}
#lien_actus a {
	color: #efa55a;
	font-size: 0.7em;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COLONNE 4 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_4 {
	float: right;
	width: 202px;
	padding: 0;
	margin-bottom: 10px;
	background-image: url(images/bg_col4.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* OUTILS PRATIQUES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h2.outils {
	margin: -14px 0 0 0;
	position: relative;
	z-index: 99;
	width: 199px;
}

#bg_outils {
	background-image: url(images/bas_outils.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 14px 0;
	width: 199px;
}
#outilspratiques {
	background-image: url(images/bg_outils.gif);
	background-repeat: repeat-y;
	padding: 20px 5px 20px 5px;
}

#outilspratiques li {
	display: inline;
}
#outilspratiques li span {
	display: block;
	background-image: url(images/filet_outils.png);
	background-repeat: no-repeat;
	background-position: bottom;

	padding:  0 0 1px 0;

}

#outilspratiques li a {
	color: #008aab;
	display: block;
	font-size: 0.8em;

	background-image: url(images/fleche_outils.png);
	background-repeat: no-repeat;
	background-position: 0% 9%;

	padding: 3px 0 5px 30px;
}
#outilspratiques li a:hover {
	color: #ffffff;
	background-image: url(images/fleche_outils-over.png);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GUJAN MESTRAS HIER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#gujanhier {
	background-image: url(images/bg_gujanhier.jpg);
	background-repeat: no-repeat;
	margin: 12px 0 0 4px;
	padding: 15px 15px 0 77px;
	padding:13px 21px 0 71px;
	height: 42px;
	text-align: center;
}
html>body #gujanhier {
	height: auto;
	min-height: 42px;
}
#gujanhier a {
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* NEWSLETTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#newsletter {
	margin: 12px 0 0 0;
}

#bg_newsletter {
	background-image: url(images/bas_newsletter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 9px 0;
	width: 188px;
}


#haut_newsletter {
	background-image: url(images/bg_newsletter.gif);
	background-repeat: repeat-y;
}



#bas_newsletter {
	background-image: url(images/haut_newsletter.gif);
	background-repeat: no-repeat;
	padding: 0 15px 0 15px;
}

.formulaire_inscription {

}
.formulaire_inscription fieldset {
	border: none;
}

.formulaire_inscription legend { /* Label */
	display: none;
}

.formulaire_inscription img, .formulaire_inscription input { 
	vertical-align: middle;
	margin: 11px 0 11px 0;
	/margin: 11px 0 4px 0;
}

.formulaire_inscription input { /* Champ de saisie */
	color: #a61b66;
	border: 1px solid #50bacf;
	font-size: 0.7em;
	width: 127px;
}
.formulaire_inscription input.spip_boutoncss  {
	width: 22px;
	height: 17px;
	
	background-image: url(images/bouton_ok.gif);
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	background-repeat: no-repeat;
	background-color: #6F6F6F;
	
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.7em;	
}

.formulaire_inscription input.spip_boutoncss:hover {
	background-image:url(images/bouton_ok-over.gif);
}
.formulaire_inscription input.radio  {
	width: auto;
	margin: 0;
}
.formulaire_inscription .float_left  {
	font-size: 0.6em;
	display: inline;
	color: #06434e;
	margin: 0 0 0 0;
	/margin: 0 0 0 -4px;
}
.formulaire_inscription .label_mail {
	display: none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	width: 959px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;		
	clear: both;
	color: #6F6F6F;		
	
	background-image: url(images/home_bg_footer.gif);
	background-repeat: no-repeat;
}
#footer a {
	color: #6F6F6F;
	font-size: 0.8em;
}

#footer ul#menu_divers, #footer ul#multilingue { /* Liste */
	list-style-type: none;

}
#footer ul li { /* Liste */
	display: inline;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU MULTILINGUE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer ul#multilingue {
	/* float: left; */
	padding: 3px 0 10px 0;
	margin: 0 0 0 220px;
	width: 300px;
}
#multilingue li a {
	color: #ededed;
	font-size: 0.7em;
	margin: 0 0 0 5px;
}
#multilingue li {
	background-repeat: no-repeat;
	background-position: left bottom;	
	padding: 3px 0 12px 0;
	margin: 0 15px 0 0;
}


#multilingue li#en {
	background-image: url(images/flag_en_mirroir.gif);
}
#multilingue li#es {
	background-image: url(images/flag_es_mirroir.gif);
}
#multilingue li#de {
	background-image: url(images/flag_de_mirroir.gif);
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#menu_divers span {
	display: none;
}

#footer ul#menu_divers {
	float: right;
	padding: 3px 0 10px 0;
	margin: 0;
	width: 400px;
}
#menu_divers li a {
	color: #ededed;
	font-size: 0.7em;
	background-repeat: no-repeat;
	padding: 1px 0 1px 17px;
	margin: 0 15px 0 0;
	background-position: 0em 0.2em;	
}


#menu_divers li.artcontact a {
	background-image: url(images/picto_contact.gif);
}
#menu_divers li.artmentions a {
	background-image: url(images/picto_mentions.gif);
}
#menu_divers li.artplan a {
	background-image: url(images/picto_plan.gif);
}
#menu_divers li.artaccess a {
	background-image: url(images/picto_access.gif);
}


#menu_divers li {
	padding: 0 0 12px 0;
	background-repeat: no-repeat;
	background-position: bottom left;
	
}
#menu_divers li.artcontact {
	background-image: url(images/miroir_contact.gif);
}
#menu_divers li.artmentions {
	background-image: url(images/miroir_mentions.gif);
}
#menu_divers li.artplan {
	background-image: url(images/miroir_plan.gif);
}
#menu_divers li.artaccess {
	background-image: url(images/miroir_access.gif);
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 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;
}
