/* CSS Document */


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

/* BALISES HTML */
html, body {
	background: url(images/bg_body.jpg) repeat-x #2a737a;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	margin: 	0; 
	padding: 	0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 	100%;
	font-size: 	100%;
	color: 		#313131;
}

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

a img {
	border: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tableau{
	height: 	100%;
	width: 		967px;      /* ici la largeur fixe de l'element a center */
	margin: 	0 auto;
	text-align: left; /* on rétablit l'alignement normal du texte */
}
#tableau-td {
	vertical-align: middle;
}

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

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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* pour faire le background blanc */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENEUR HAUT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#conteneur {	
	width: 		967px;
	min-height:	458px;
	_height:	458px;
	background: #ffffff url(images/home_conteneur.gif) no-repeat top;
	position: 	relative;
	margin:		0 auto;

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* DIAPORAMA FLASH */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#flash {	
	position: 	absolute;
	width:		484px;
	top:		38px;
	left:		28px;
	background: url(images/bg_flash.jpg) no-repeat top left;
	z-index: 1;
}

	#flash .masque{
		position: absolute;
		top:		0;
		left:		0;
	}

	#flash #slideshow{
		width:		484px;
		height: 345px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LOGO */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#conteneur h1{
	width: 		145px;
	height: 	88px;
	position:	absolute;
	top:		20px;
	left:		20px;
	z-index:	 99;
	zoom: 1;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* AVOINE PRATIQUE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#block_menu {
	width: 		246px;
	float:		left;
	display: inline;
	z-index: 	5;
	position: 	relative;
	margin: 	0 0 -58px 0px;
}


#pratique_top{
	margin: 	137px 0 0 1px;
	padding: 	31px 0 0 0;
	min-height: 31px;
	background:  url(images/home_top_pratique2.png) no-repeat top left;
}

#pratique{
	min-height: 227px;
	_height: 	227px;
	background:  url(images/home_bottom_pratique.png) no-repeat bottom left;
	padding: 	0 0 70px 0;
}

#pratique h2{
	padding: 0 0 12px 16px;
}

#pratique ul {
	list-style-type: none;
	width: 			173px;
	padding: 		0;
	font-size:		0.8em;
}
#pratique ul li{
	display: inline;
}
#pratique ul a{
	display:	block;
	min-height: 19px;
	_height:	19px;
	padding:	1px 0 1px 30px;
	color: 		#ffffff;
	background: url(images/home_bg_pratique_a.gif) no-repeat 9px 0.3em;
}
#pratique ul a:hover{
	color: 		#09393c;
	background: url(images/home_bg_pratique_a_hover.jpg) repeat-y;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#recherche {  /* Formulaire */
	margin:	14px 0 0 0;
	zoom: 1;
	/margin:	0;
}

#recherche h2{
	margin:  0;
	padding: 0 0 3px 24px;
}

#recherche p {
	height:		16px;
	margin:		0;
	padding:	0 0 0 20px;
	/margin:	-7px 0 0 0;
}
#recherche label { /* Label */
	display: none;
}

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

#recherche input { /* Champ de saisie */
	color: 		#2fb4af;
	height:		14px;
	background: #f1f1f1;
	border: 	none;
	font-size: 	0.7em;
	width: 		115px;
	text-align: left;
	padding: 	1px 5px 0 5px;
}
#recherche input.boutonok, input.boutonok  {
	width: 		24px;
	height: 	16px;
	border: 	medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	padding:	0 0 0 5px;
	background: none;
	margin:     -1px 0 0 0;
}

#carte{
	width:		213px;
	height:		125px;
	z-index: 	6;
	position: relative;
	margin: 	-58px 0 0 13px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ACTUS ET EVENEMENTS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#actu_evnmnt{
	float: 		left;
	display: inline;
	position:	relative;
	z-index: 	5;
	width: 455px;
	margin: 	8px 0 0 228px;
}

#actu_evnmnt h2{
	margin: 	0 0 17px 0;
}

#actu_evnmnt .last_actuevmnt{
	padding: 	0 5px 5px 5px;
	margin:		0 0 5px 35px;
	width:		410px;
	background: url(images/bg_actu_home.png) repeat-y; 
}

#actu_evnmnt .block_photo_actuevmnt{
	height:	67px;
	width:	135px;
	border: 2px solid #de6800;
	float:	left;
	margin:	0 13px 0 0;
}

#actu_evnmnt .last_actuevmnt .zone_texte_actuevmnt{
	margin:		0 0 0 13px;
	padding:	3px 5px 0 0;
}

#actu_evnmnt .last_actuevmnt h3{
	color:		#007f96;
	font-size:	0.8em;
}

#actu_evnmnt .last_actuevmnt .date_actuevmnt{
	color:		#797979;
	font-size: 	0.7em;
	margin: 	0 0 5px 0;
}

span.texte_actuevmnt{
	color: 		#313131;
	font-size: 	1.1em;
}

#actu_evnmnt .last_actuevmnt .suite_actuevmnt_0 a{
	color: #de6800;
	font-weight: bold;
}
#actu_evnmnt .last_actuevmnt .suite_actuevmnt_1 a{
	color: 		#de6800;
	font-weight:bold;
	margin: 0 10px 0 0;
}
#actu_evnmnt .last_actuevmnt .suite_actuevmnt_1{
	text-align: right;
	margin: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu{
	width: 		750px;
	height: 	233px;
	display: inline;
	float: 		right;
	margin: 	-228px 1px 0 0;
	_margin: 	-228px 1px -100px 0;
	position:	relative;
	z-index:	 4;
}

ul#nav_principale {
	list-style: none;
	background: url(images/bg_menu_home.png) no-repeat;
	width: 		750px;
	height: 	233px;
}

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

	ul#nav_principale li#rub_1{
		left:	46px;
		top:	162px;
	}
	ul#nav_principale li#rub_4{
		left:	143px;
		top:	181px;
	}
	ul#nav_principale li#rub_19{
		left:	237px;
		top:	190px;
	}
	ul#nav_principale li#rub_25{
		left:	363px;
		top:	181px;
	}
	ul#nav_principale li#rub_26{
		left:	457px;
		top:	157px;
	}
	ul#nav_principale li#rub_28{
		left:	541px;
		top:	117px;
	}
	ul#nav_principale li#rub_31{
		left:	630px;
		top:	79px;
	}
	
	


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENEUR BAS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bottom {	
	width: 		967px;
	text-align: left;
	min-height:	150px;
	_height:	150px;
	background:	url(images/home_bottom.gif) no-repeat bottom left;
	position: 	relative;
	margin: 	-85px auto 0 auto;
	z-index: 1;
}

#lien_divers{
	width: 		795px;
	min-height: 21px;
	background: #ffffff;
	float:		left;
	display: inline;
	margin: 	38px 0 0 0;
	position: absolute;
	bottom: 5px;
	left: 0;
}

#lien_divers ul{
	width:			300px;
	list-style-type:none;
	margin:			0 0 0 302px;
	padding:		4px 0 0 0;
}

#lien_divers li{
	display: inline;
	font-size: 0.7em;
}

#lien_divers li a{
	color: 		#4e4e4e;
	padding:	0 15px 0 0;
}
#lien_divers li a:hover{
	color: #005f70;
}

	.logos_defilant {
		width: 100px;
		height: 50px;
		text-align: center;
		/text-align: auto;
		position: absolute;
		top: 68px;
		left: 250px;
		overflow: auto;
		
		/* ATTENTION */
		/* 
		Certains styles sont définis en css dans sommaire.html. Ici on défini les styles qui seront appliqués si on désactive javascript . Le overflow auto évit(e le recoouvrement du menu divers par les logos

		*/
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* DERNIERE PUBLICATION */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#brochure{
	/*
	position: 	absolute;
	bottom: 10px;
	left: 597px;
	z-index: 99;
	*/
	float: left;
	margin: -17px 0 0 382px;
	position: relative;
	width: 178px;
	display: inline;
}

#brochure a.lien_bulletin {
	color: 				#555555;
	font-size: 			0.7em;
	padding:			0;
	margin: 30px 14px 0 0;
	text-decoration: 	underline;
	width: 113px;
	float: left;
	display: inline;
	text-align: right;
}
#brochure a.bulletin {
	float: right;
	display: inline;
}
#brochure  a.lien_bulletin:hover{
	text-decoration: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* INFORMEZ VOUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#informez_vous{
/*	position: 	absolute;
	bottom: 10px;
	right: 0px;
	z-index: 99;
*/
	float: left;
	margin: -78px 0 0 37px;
	position: relative;
	width: 147px;
	display: inline;
}

#informez_vous ul{
	list-style-type:none;
	width: 			110px;
	margin:			0 0 0 25px;
	font-size:		0.75em;
}

#informez_vous li{
	padding: 0 0 3px 0;
}

#informez_vous a{
	color: 		#575757;
	font-weight:bold;
	background: url(images/puce_home_informez_vous.gif) no-repeat 0em 0.4em;
	padding:	0 0 0 15px;
	
}
#informez_vous a:hover{
	color: #de6800;
}

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