/* CSS Document */


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

/* BALISES HTML */
html, body {
	background-color: #373737;
		
	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%;
	background-image: url(images/home_bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	
	color: #000;
	
	/*overflow: inherit;		 /*STYLES A APPLIQUER PENDANT LE DEVELLOPEMENT */
	/*//overflow: auto;		/* STYLES A APPLIQUER PENDANT LE DEVELLOPEMENT */
	
	
	
	/*overflow-x:hidden;	
	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: 100%;		
	text-align: right;
	color: #EAEAEA;
	font-size: 0.6em;
}

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

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tableau{
	height: 100%;
	width: 970px;      /* 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: 970px;
	height: 542px;
	border: 1px solid #91100b;
	z-index: 1;
	text-align: left;
	background-image: url(images/home_bg_conteneur.jpg);
	background-repeat: repeat-y;
}
html>body #conteneur {	
	height: auto;
	min-height: 542px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BANDEAU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bandeau {
	background-color: #fff;
	
	height: 200px;		/* !!!!!!!!	Laisser une hauteur mini au cas ou le flash ne se charge pas.			!!!!!!!!!!!!!    */
	
	background-image: url(images/home_bg_bandeau.gif);
	background-position: bottom;
	background-repeat: no-repeat;

}
html>body #bandeau {
	height: auto;		/* !!!!!!!!	Laisser une hauteur mini au cas ou le flash ne se charge pas.			!!!!!!!!!!!!!    */
	min-height: 200px;
}
h1 {
	width: 177px;
	height: 107px;
	position: absolute;
	top: 0;
	left: 0;
}
#adresse {
	position: absolute;
	top: 0;
	right: 638px;
	border-right: 1px solid #e3e3e3;
	padding: 37px 4px 0 0;
	text-align: right;
	font-size: 0.6em;
	line-height: 0.9em;

}
#adresse span {
	color: #ab0534;
}

#slideshow {
	position: absolute;
	top: 0;
	left: 351px;
	width: 619px;
	height: 183px;
	background-image: url(images/home_bandeau.jpg);
	background-repeat: no-repeat;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	position: absolute;
	left: 177px;
	top: 107px;
	z-index: 99;
}

ul#nav_principale li {
	display: inline;
}
ul#nav_principale li a {
	color: #fff;
	font-weight: bold;
}



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

#recherche {  /* Formulaire */
	position: absolute;
	right: 0;
	top: 171px;
	width: 137px;
	height: 67px;
	background-image: url(images/home_bg_recherche.jpg);
	background-repeat: no-repeat;
	z-index: 99;

}
#recherche p {  /* Formulaire */
	margin: 14px 0 0 2px;
}
#recherche label { /* Label */
	color: #4b4b4c;

	font-size: 0.7em;
	font-style: italic;
}

#recherche img, #recherche input { 
	vertical-align: middle;
}

#recherche input { /* Champ de saisie */
	color: #62819e;
	border: 1px solid #bc375d;
	font-size: 0.7em;
	width: 105px;
	text-align: center;
}
#recherche input.boutonok, input.boutonok  {
	width: 22px;
	height: 16px;
	
	/* background-image: url(images/bouton_ok_fr.gif); */
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	background-repeat: no-repeat;
	background-color: #3e3e40;
	
	color: #FFFFFF;
	
	text-align: center;
	font-size: 0.7em;
	font-style: italic;
}

#recherche input.boutonok:hover, input.boutonok:hover {
	/* background-image:url(images/bouton_ok_fr-over.gif); */
	background-color: #ab0534;

}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU INFOS PRATIQUES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#infospratiques {
	background-image: url(images/home_bg_infospratiques.jpg);
	background-repeat: no-repeat;
	width: 196px;
	height: 327px;
	float: left;

}
html>body #infospratiques {
	height: auto;
	min-height: 327px;

}
#infospratiques h2 {
	position: absolute;
	top: 145px;
	left: 0;

}
#masque_infospratiques {
	position: absolute;
	top: 200px;
	left: 146px;
	z-index: 99;

}
#separation {
	margin: 8px 0 0 15px;
}
#images {
	margin: 10px 0 0 10px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  MENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.infosprat {
	list-style-type: none;
	font-size: 0.8em;
	margin:  23px 0 0 5px;
}

.infosprat li {
	display: inline;
}
.infosprat li a {
		display: block;
		margin:  0px 0px 0px 0px;
		background-image: url(images/home_puce_infospratiques.gif);
		background-repeat: no-repeat;
		background-position: 0em 0.3em;
}
/* Style lien et roll over */
.infosprat li a {
	text-decoration: none;
	color: #fff;
	padding:  0 0 0 10px;
}
.infosprat li a:hover {	
	text-decoration: underline;
	background-color: #8E062C;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SOMMAIRE_LAST_ACTUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#block_actus {
	background-image: url(images/home_bg_block_actus.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 357px;
	height: 327px;
	float: left;

}
html>body #block_actus {
	height: auto;
	min-height: 327px;

}


/*
Utilisé par la page sommaire
*/
h2.actus {
	margin: 0 0 0 56px;
}

div.last_actus { /* Block 1 actualites */
	background-image: url(images/block_actus_centre.gif);
	padding: 9px 0 9px 0;
	/padding: 5px 0 0px 0;
}
div.last_actus_haut {
	background-image: url(images/block_actus_haut.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 13px 0 0 15px;
	padding: 6px 0 0 0;
	width: 322px;
	clear: both;

}
div.last_actus_bas {
	background-image: url(images/block_actus_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 5px 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_actu {  /* Image evenement */
	float: left;
	margin: 0 0 0 23px;
	width: 110px;
	display: inline;
}
.block_photo_actu img.spip_logos { 
	float: none;
}


/*
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: 0 0 0 0;
	/background-color: #FFFFFF;
}

.date_actu { /* Date actu */
	color: #3f3f40;	
	margin: 5px 0px 0px 0px;
	font-size: 0.65em;
}

.last_actus h3 { /* Titre actu lien */
	color: #2e2e2e;
	font-size: 0.8em;
	text-decoration: none;
	background-image: url(images/home_puce_titre.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding: 0 0 0 10px;
}

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: 163px;
	float: left;
	margin: 0 0 0 17px;

}
p.texte_actu { /* Texte actu */
	color: #000000;
	text-decoration: none;
	font-size: 0.65em;
}
div.last_actus a { /* Lien lire la suite */
	color: #920d0d;
	font-size: 0.65em;
	text-decoration: underline;

}
div.last_actus a:hover { /* Lien lire la suite */
	text-decoration: none;
	/background-color: #FFFFFF;
}





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SQUELETTE SOMMAIRE_LAST_EVMNTS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#block_evenement {
	background-image: url(images/home_bg_block_evenement.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 280px;
	height: 327px;
	float: left;

}
html>body #block_evenement {
	height: auto;
	min-height: 327px;

}


/*
Utilisé par la page sommaire
*/

div.last_evmnt { /* Block 1 actualites */
	background-image: url(images/block_evenement_centre.gif);
	padding: 0px 0 0px 0;
	/padding: 0px 0 0px 0;
}
div.last_evmnt_haut {
	background-image: url(images/block_evenement_haut.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 5px 0 0 11px;
	padding: 6px 0 0 0;
	width: 244px;
	clear: both;

}
div.last_evmnt_bas {
	background-image: url(images/block_evenement_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 4px 0;
}
h2.evmnt {
	margin: 0px 0px 13px 47px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_evmnt {  /* Image evenement */
	float: left;
	margin: 4px 0 0 11px;
	display: inline;
	width: 73px;
}
.block_photo_evmnt img.spip_logos { 
	float: none;
}
/*
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_evmnt {  /* Image evenement */
	margin: 0 0 0 0; /* Pour firefox */
	/background-color: #FFFFFF;
}

.date_evmnt { /* Date evenement */
	color: #868686;
	margin: 2px 0px 0px 0px;
	font-size: 0.65em;
}

.last_evmnt h3 { /* Titre evenement lien */
	color: #2e2e2e;
	font-size: 0.8em;
	text-decoration: none;
	background-image: url(images/home_puce_titre_agenda.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding: 0 0 0 10px;
}

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

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: 145px;
	float: left;
	margin: 0 0 0 10px;
}
p.texte_evmnt { /* Texte evenement */
	color: #000000;
	text-decoration: none;
	font-size: 0.65em;
}
div.last_evmnt a {
	color: #5895bf;
	font-size: 0.65em;
	text-decoration: underline;

}
div.last_evmnt_bas a:hover {
	text-decoration: none;
	/background-color: #FFFFFF;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU VITE FAIT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#vitefait {
	width: 137px;
	height: 289px;
	float: left;
	margin: 38px 0 0 0;
	background-image: url(images/home_bg_vitefait.jpg);
	background-repeat: no-repeat;
	overflow-x: inherit!important;
	overflow-x: hidden;

}
html>body #vitefait {
	height: auto;
	min-height: 289px;

}
#vitefait h2 {

}
#menu_vitefait {
	width: 137px;
	height: 85px;
	background-image: url(images/home_bg_menu_vitefait.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 11px 0 10px 0;
}
html>body #menu_vitefait {
	height: auto;
	min-height: 85px;

}
#menu_vitefait li {
	display: inline;
}
#menu_vitefait li a {
	display: block;
	font-size: 0.75em;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 34px;
	margin: 2px 0 2px 0;
}
#menu_vitefait li a:hover {
	text-decoration: underline;
}

a.actus {
	background-image: url(images/picto_actus.gif);
	background-repeat: no-repeat;
	background-position: 6% 50%;
}
a.agenda {
	background-image: url(images/picto_agenda.gif);
	background-repeat: no-repeat;
	background-position: 6% 50%;
}
a.demarches {
	background-image: url(images/picto_demarches.gif);
	background-repeat: no-repeat;
	background-position: 6% 50%;
}
a.planville {
	background-image: url(images/picto_planville.gif);
	background-repeat: no-repeat;
	background-position: 6% 50%;
}
a.newsletter {
	background-image: url(images/picto_newsletter.gif);
	background-repeat: no-repeat;
	background-position: 6% 50%;
}

a.actus:hover {
	background-image: url(images/picto_actus-over.gif);
}
a.agenda:hover {
	background-image: url(images/picto_agenda-over.gif);
}
a.demarches:hover {
	background-image: url(images/picto_demarches-over.gif);
}
a.planville:hover {
	background-image: url(images/picto_planville-over.gif);
}
a.newsletter:hover {
	background-image: url(images/picto_newsletter-over.gif);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BULLETIN */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bulletin {
	background-image: url(images/home_bg_bulletin.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 127px;
	padding: 5px 0 0 0;
}
html>body #bulletin {
	height: auto;
	min-height: 127px;
}

#bulletin img.spip_logos {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block; 
	border: 1px solid #a4a396;

}
.lien_bulletin {
	background-image: url(images/bg_telecharger.gif);
	background-repeat: repeat-y;
	margin: 3px 0 0 7px;
	padding: 6px 0 0 5px;
}
.lien_bulletin a {
	color: #3e3e40;
	font-size:  0.7em;
	background-image: url(images/lien_bulletin.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 0 0 4px 30px;
	display: block;
	line-height: 0.9em;
}
.lien_bulletin a:hover {
	background-image: url(images/lien_bulletin-over.jpg);
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	background-color: #fff;
	padding: 0 0 1px 0;	
	text-align: center;
	width: 100%;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
html>body #footer { /* Block pied de page */
	height: auto;
	min-height: 15px;

}
#footer a {
	color: #000;
	font-size: 0.6em;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul { /* Liste */
	list-style-type: none;
	text-align: right;

}
#footer ul li { /* Liste */
	display: inline;
}

.artcontact {
	background-image: url(images/contact.gif);
	padding: 0 0 2px 16px;
	margin: -2px 4px 0 2px;
	background-repeat: no-repeat;
	background-position: 0 50%;

}
.artmentions {
	background-image: url(images/mentions.gif);
	padding: 0 0 2px 16px;
	margin: -2px 4px 0 2px;
	background-repeat: no-repeat;
	background-position: 0 50%;

}
.artplan {
	background-image: url(images/plan.gif);
	padding: 0 0 2px 16px;
	margin: -2px 4px 0 2px;
	background-repeat: no-repeat;
	background-position: 0 50%;

}
.artaccess {
	background-image: url(images/access.gif);
	padding: 0 0 2px 16px;
	margin: -2px 4px 0 2px;
	background-repeat: no-repeat;
	background-position: 0 50%;

}

.extranet {
	margin: 0 40px 0 195px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 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;
}
