/* CSS Document */

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

body {
	background-color: #373737;
	height: 100%;
	padding: 0px 0px 20px 0px;
	
	text-align: center;
	background-image: url(images/home_bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	

}

a img {
	border: none;
}

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

}

#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;
	z-index: 100;
	top:-10000px;
}
/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#conteneur { /* Conteneur global */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	z-index: 1;
	text-align: left;
	
	border:1px solid #91100B;
}


/* BANDEAU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bandeau {
	z-index: 1;
	position: absolute;
}
h1 {
	background-image: url(images/page_bandeau.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 172px;
	z-index: 2;
}
h1 img#logo {
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 99;

}


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

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



/* CONTENU EXTENSIBLE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu { /* Block contenu */
	margin: 172px 0 0 0;
	background-image: url(images/int_bg_conteneur.gif);
	background-repeat: repeat-y;
}


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

#colonne_gauche { /* Colonne gauche */
	overflow-x: visible!important;
	overflow-x: hidden;
	
	float: left;
	width: 196px;
}

#colonne_gauche h2 {
	background-color: #000;
	background-image: url(images/bg_h2_gauche.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	position: relative;
	z-index: 10;
	margin: -30px 0 0 0;
	height: 54px;
	width: 108px;
	padding: 12px 40px 0 28px;
	line-height: 0.9em;
	/zoom: 1;
	overflow-x: hidden;
	

}
html>body #colonne_gauche h2 {
	height: auto;
	min-height: 54px;

}

#masque_infospratiques {
	position: absolute;
	top: 206px;
	left: 148px;
	z-index: 99;

}
#masque_h2 {
	position: absolute;
	top: 142px;
	left: 116px;
	z-index: 90;

}

/* COLONNE CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_contenu {	
	z-index: 50;	
	overflow-x: visible!important;
	overflow-x: hidden;
	float: left;
	width: 480px;
	height: 483px;
	padding: 48px 45px 0 40px;
	background-image: url(images/int_bg_contenu.jpg);
	background-repeat: no-repeat;

}

html>body #colonne_contenu {
	height: auto;
	min-height: 483px;
}

/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_droite {
	float: right;
	width: 209px;
	overflow-x: visible!important;
	overflow-x: hidden;
	
	background-image: url(images/int_bg_coldroite.jpg);
	background-repeat: no-repeat;

}


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

#recherche {  /* Formulaire */
	width: 137px;
	margin: 25px 0 0 41px;
	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 VITE FAIT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#vitefait {
	margin: 14px 0 0 19px;
	text-align: left;
}

#menu_vitefait {
	width: 118px;
	height: 85px;
	background-image: url(images/int_bg_menu_vitefait.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 22px 38px 20px 22px;
	
}
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;
	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%;
	text-decoration: none;
}
a.agenda {
	background-image: url(images/picto_agenda.gif);
	background-repeat: no-repeat;
	background-position: 6% 50%;
	text-decoration: none;
}
a.demarches {
	background-image: url(images/picto_demarches.gif);
	background-repeat: no-repeat;
	background-position: 6% 50%;
	text-decoration: none;
}
a.planville {
	background-image: url(images/picto_planville.gif);
	background-repeat: no-repeat;
	background-position: 6% 50%;
	text-decoration: none;
}
a.newsletter {
	background-image: url(images/picto_newsletter.gif);
	background-repeat: no-repeat;
	background-position: 6% 50%;
}

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


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU INFOS PRATIQUES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#infospratiques {
	margin: 19px 0 0 0;

}

#infospratiques h2 {

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  MENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.infosprat {
	list-style-type: none;
	font-size: 0.8em;
	padding:  19px 0 50px 17px;
	background-color: #f0f0f0;
	background-image: url(images/int_bg_infospratiques.gif);
	background-repeat: no-repeat;
	background-position: bottom;

}

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








/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FLEUR BAS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#fleur_bas {
	position: absolute;
	left: 0;
	bottom: 4px;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 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;
	margin: 30px 0 0 0;

}
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, #footer a.on {
	text-decoration: underline;
}
#footer ul { /* Liste */
	list-style-type: none;

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

#footer .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%;

}
#footer .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%;

}
#footer .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%;

}
#footer .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%;

}


/* 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: 0px;
	font-size: 1px;
}
.clearliste {
	clear: both;
}

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

.imprimer { /* paragraphe bouton Imprimer */
	float: right;
	margin-top: 10px;
}
.siimprimer { /* masquage image bandeau imprimer */
	display: none;
}


