/* CSS Document */


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

/* BALISES HTML */
html, body {
	background-color: #464646;
		
	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: #000;
	
	background-image: url(images/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;
}


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

#liensevitement { /* Block contenant les liens d'evitement */
	width: 946px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #F4F4F4;
	
	font-size: 0.7em;
}

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

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



/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tableau{
	height: 100%;
	width: 946px;      /* 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 {	
	background-color: #fff;
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 946px;
	height: 529px;
	
	z-index: 1;
	text-align: left;
	border: 1px solid #c9c9c9;
}
html>body #conteneur {	
	height: auto;
	min-height: 529px
}


/* LOGO */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1 {
		width: 184px;
		height: 134px;
		background-image: url(images/home_bg_logo.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		position: absolute;
		top: 0;
		left: 0;
}

h1 img {
	margin: 18px 0 0 47px;
}


/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	width: 762px;
	height: 51px;
	position: absolute;
	top: 0;
	left: 184px;
	background-image: url(images/home_bg_menu_principal.jpg);
	background-repeat: no-repeat;
}

ul#nav_principale li {
	float: left;
	text-align: center;
	height: 51px;
	margin: 10px 0 0 0;
}


/* ACCROCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#accroche {
	position: absolute;
	top: 51px;
	left: 184px;

}

/* LIENS SPECIFIQUES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#liens_specifiques {
	position: absolute;
	top: 51px;
	left: 790px;
	list-style-type: none;
	z-index: 99;
	text-align: right;
	background-image: url(images/home_bg_liensspe.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 83px;
}
#liens_specifiques {
	height: auto;
	min-height: 83px;
}
#liens_specifiques li {
	display: inline;

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

#recherche {  /* Formulaire */
	position: absolute;
	top: 134px;
	left: 0;
	z-index: 99;
	width: 167px;
	height: 10px;
	background-color: #fff;
	filter : alpha(opacity=90);
    -moz-opacity : 0.9;
    opacity : 0.9;
}
html>body #recherche {
	height: auto;
	min-height: 10px;
}
#recherche label { /* Label */
	display: none;
}

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

#recherche p {
	background-image: url(images/home_bg_recherche.gif);
	background-repeat: no-repeat;
	height: 15px;
	margin: 0 0 0 30px;
}
#recherche input { /* Champ de saisie */
	color: #62819e;
	background-color: transparent;
	border: none;
	font-size: 0.8em;
	width: 88px;
	height: 13px;
	text-align: center;
	color: #FFFFFF;
	padding: 0 2px 0 2px;
}
#recherche input.boutonok, input.boutonok  {
	width: 21px;
	height: 15px;
	
	background-image: url(images/bouton_ok.gif);
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	background-repeat: no-repeat;
	background-position: 2px 0px;
	
	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);
}


/* FLASH */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#flash {
	position: absolute;
	top: 134px;
	left: 0;
	z-index: 50;
	
	width: 167px;
	height: 395px;	/* 	!!!!!!!!	Laisser une hauteur mini au cas ou le flash ne se charge pas.			!!!!!!!!!!!!!    */
	background-image: url(images/home_bg_flash.jpg);
	background-repeat: no-repeat;
}

/* CARTO */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#carto {
	position: absolute;
	top: 127px;
	left: 677px;
}


/* CONTENU CENTRAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_centrale {
	float: left;
	//float: none;
	display: inline;
	width: 779px;
	height: 395px;
	background-image: url(images/home_bg_contenu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 134px 0 0 167px;
	zoom: 1;
	position: relative;
	z-index: 1;
}
html>body #colonne_centrale {
	height: auto;
	min-height: 395px;
}



/* MENU S'INFORMER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#informer {
	margin: 48px 0 0 3px;
	width: 152px;
	float: left;
}
#informer h2 {
	margin: 0 0 14px 0;
}
#informer ul {
	margin: 0 0 0 7px;
}

#informer ul li {
 display: inline;
}
#informer ul li a {
 display: block;
 padding: 3px 0 3px 0;
}


/* SQUELETTE SOMMAIRE_A_LA_UNE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/

#block_une {
	width: 358px;
	float: left;
	margin: 90px 0 0 18px;
	_margin: 88px 0 0 10px;
}
.une {
	width: 292px;
	float: left;
}

#block_une h2 {
	margin: 0 17px 10px 0;
	float: left;
}
/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_une {  /* Image evenement */
	float: left;
	margin: 0 5px 5px 0;
	width: 120px;
}
.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
*/
.block_photo_une .ombrage {
	position: relative;
	z-index: 99;
}
.photo_une {  /* Image evenement */
	margin: -80px 0 0 4px; /* Pour firefox */
	position: relative;
	z-index: 50;
}
.date_une { /* Date evenement */
	color: #919191;
	margin: 0 0 7px 0;
	font-size: 0.8em;
}

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

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: 161px;
	float: left;
	font-size: 0.8em;
}
p.texte_une { /* Texte evenement */
	font-size: 0.8em;
	text-align: justify;

}

p.suite_une {
	color: #73b01a;
	font-size: 0.8em;
	text-align: right;
}

p.suite_une a {
	color: #73b01a;
	text-decoration: underline;
}

p.suite_une a:hover {
	text-decoration: none;
}


/* SQUELETTE SOMMAIRE_LAST_ACTUS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*
Utilisé par la page sommaire
*/

#block_actus {
	width: 515px;
	float: left;
	display: inline;
	position: relative;
	z-index: 99;
	margin: 20px 0 15px 0;

}

div.last_actus { /* Block 1 actualites */
	float: left;
	width: 245px;
	margin: 0 0 8px 0;
}

h2.actus {
	margin: 20px 17px 0 172px;
	float: left;
	height: 133px;
	display: inline;
}
html>body h2.actus {
	height: auto;
	min-height: 133px;
}


/* GESTION DES VIGNETTES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.block_photo_actu {  /* Image evenement */
	float: left;
	margin: 0;
	width: 95px;
}
.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
*/
.block_photo_actu .ombrage {
	position: relative;
	z-index: 99;
}

.photo_actu {  /* Image evenement */
	margin: -62px 0 0 3px; /* Pour firefox */
	position: relative;
	z-index: 50;
}
.block_texte_actu {
	font-size: 0.8em;
	width: 150px;
	float: right;
}
div.last_actus.marge_actu {
	margin: 0 25px 0 0;
}
.date_actu { /* Date actu */
	color: #919191;
	margin: 0 0 2px 0;
	font-size: 0.8em;
	padding: 0 0 0 10px;
}

.last_actus h3 { /* Titre actu lien */
	color: #b4240b;
	font-size: 0.9em;
	font-weight: bold;
	background-image: url(images/home_puce_h3.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: 118px;
	float: left;
}
p.texte_actu { /* Texte actu */
	font-size: 0.8em;
	text-align: left;
	
}

/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	text-align: center;
	position: absolute;
	clear: both;
	bottom: 0;
	right: 22px;
	width: 690px;
	background-image: url(images/filet_footer.gif);
	background-repeat: repeat-x;
	padding: 0 0 0 0;
	font-size: 0.8em;
	color: #000;
}
#footer a {
	color: #000;
	font-size: 0.8em;
}

#footer ul { /* Liste */
	list-style-type: none;

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

}



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