/* CSS Document */

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

html, body {
	background-color: #1b2e11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	width: 100%;
}

a img {
	border: none;
}


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

#tableau{ /* Pour centrage vertical */
	height: 100%;
	width: 964px;    /* ici la largeur fixe de l'element a center */
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* on retablit l'alignement normal du texte */


}
#tableau-td { /* Pour centrage vertical */
	vertical-align: middle;
	
}
#conteneur { /* Conteneur global */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 964px;
	height: 574px;
	/* background-color: #fff; */
	z-index: 1;
}




h1 { /* Element H1 : logo ou flash */
	position: absolute;
	top: 0px;
	left: 34px;
	z-index: 10;
}

h2.access {  /* Balise H2 masquee */
	position: absolute;
	color: #FFFFFF;
	z-index: 100;
	font-size: 100%;
	top:-1000px;
}



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

#liensevitement { /* Block contenant les liens d'evitement */
	position: relative;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:55%;
	z-index: 1;
	color:#FFFFFF;
	text-align: right;
	margin: -17px 0px 0px 0px;
}

#liensevitement a { /* Les liens d'evitement */
	text-decoration: none;
	color: #1b2e11;
    margin: 0 0 0 0px;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  
/* Rollover des liens d evitement */
	text-decoration: underline;
	color: #FFFFFF;
}


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

#recherche {  /* Formulaire */
	position: absolute;
	top: 0px;
	left: 300px;
	background-image: url(images/home_bg_recherche.jpg);
	background-repeat: no-repeat;
	height: 132px;
	width: 633px;
	
	z-index: 100;
}
#recherche p {
	margin: 14px 0px 0px 92px;
}
#recherche label { /* Label */
	display: none;
}

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

#recherche input { /* Champ de saisie */
	color: #2A3358;/*#62819e;*/
	border: 1px solid #e59897;
	width: 112px;
	font-size: 70%;
	text-align: center;
}

/* CARTE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#carte {
	position: absolute;
	top: 0px;
	left: 650px;
	width: 316px;
	height: 239px;
	
	z-index: 100;
}

/* MENU DROIT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#menu_droit { /* Block Menu2 */
	position: absolute;
	top: 132px;
	left: 0px;
	width: 300px;
	height: 425px;
	background-image: url(images/home_bg_menu2.jpg);
	background-repeat: no-repeat;
}

#menu_droit ul { /* Menu liste */
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}
#menu_droit ul li { /* Menu liste elements */
	display: inline;
}

#menu_droit ul li a { /* Menu liste element lien */
	font-style: italic; 
	color: #053C33;/*#084236;*/
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	display: block;
	
	padding: 1px 0px 4px 48px;
	margin-right: 90px;
}

#menu_droit ul li a:hover { /* Menu liste element lien hover */
	color: #101F0A;
	text-decoration: underline;
}
/* LIENS SITES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#liens_sites {
	position: absolute;
	top: 293px;
	left: 115px;
	
}
#liens_sites a {
	color: #fff;
	font-size: 75%;
	text-decoration: none;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	display: block;
	background-image: url(images/home_bg_lienbas.gif);
	
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding-left: 24px;
	margin-bottom: 10px;
	
	width: auto;.
	letter-spacing: 0.1em;

}

#liens_sites a:hover {
	color: #e8a900;
	/*text-decoration:underline;*/
}
/* IMAGES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#images {
	position: absolute;
	top: 132px;
	left: 300px;
	width: 633px;
	height: 425px;
	background-image: url(images/home_bg_images.jpg);
	background-repeat: no-repeat;
	
	z-index: 10;
}


/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#nav_principale { /* Block Navigation principale */
	list-style-type:  none;
}

ul#nav_principale li { /* Elements Navigation principale */
	display: inline;
}

#rub_1 { /* Positionnement des menus principaux avec x=#ID_RUBRIQUE */
	position: absolute;
	top: 132px;
	left: 300px;
	
	z-index: 100;
}
#rub_3 { 
	position: absolute;
	top: 154px;
	left: 337px;
	
	z-index: 100;
}
#rub_4 { 
	position: absolute;
	top: 176px;
	left: 371px;
	
	z-index: 100;
}
#rub_5 { 
	position: absolute;
	top: 199px;
	left: 420px;
	
	z-index: 100;
}
#rub_9 { 
	position: absolute;
	top: 239px;
	left: 473px;
	
	z-index: 100;
}

/* ZONE CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h2.contenu { /* Titre contenu */
	position: absolute;
	top: -2000px;
}

#une { /* Block a la une */
	position: absolute;
	top: 199px;
	left: 250px;
	
	width: 230px;
	
	z-index: 99;
}

#une h3 { /* Titre zone une */
	position: absolute;
	top: 34px;
	left: 57px;
	
	z-index: 100;
}

#image_une { /* Image une */
	margin-top: 10px;
	margin-bottom: 20px;
}

.date_une, #une h4, #une h4 a { /* Elements de la une */
	color: #fff;
	font-size: 0.8em;
}
.date_une { /* Date */
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-size: 0.7em;
	
	
}

#une h4 { /* Titre une */
	margin-bottom: 10px;
	font-size: 0.9em;
}

#une h4 a:hover { /* Titre une lien hover*/
	text-decoration: none;
	/*color: #D6DA32;*/

}

.texte_une  { /* Texte intro une */
	color: #ffebc4;
	font-size: 0.7em;
	text-align: justify;
}


/* ZONE ACTUALITES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#actus { /* Block actualites */
	position: absolute;
	top: 454px;
	left: 727px;
	
	width: 206px;
	
	z-index: 100;
}

.block_actus {  /* Block actualite */
	margin-bottom: 8px;
	padding-right: 0px;
}


#actus h2 { /* Titre actu */
	position: absolute;
	top: -2000px;
}

.texte_actu, .block_actus h3 a { /* Elements actu */
	color: #247696;
	font-size: 0.6em;
	
	font-weight: bold;
}
.texte_actu {
	font-weight: normal;
}
.block_actus h3 a { /* Titre actu */
	font-weight: bold;
	
	text-transform: uppercase;
}

.block_actus h3 a:hover { /* Titre actu lien hover */
	text-decoration: none;	
		color: #325C6D;

}

/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	position: absolute;
	top: 557px;
	left: 34px;
}


#footer h2 { /* Balise H2 pied de page masquee */
	position: absolute;
	top: -2000px;
}

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

#footer li a { /* Liste element lien */
	color: #889696;
	font-size: 0.7em;
	text-decoration: none;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;

	background-image: url(images/home_bg_menupratique.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	
	padding-left: 19px;
}

#footer a:hover { /* Liste element lien hover */
	text-decoration: underline;
}


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

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