/* CSS Document */


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

/* BALISES HTML */
html, body {
	background: url(images/CC/bg_body.png) repeat-x #9db9cf;
	/background: url(images/CC/bg_body.png) repeat-x #92b1c9;
	font-family: Arial, Verdana, 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: #3F3F3F;
}

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

a img {
	border: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#liensevitement { /* Block contenant les liens d'evitement */
	width: 940px;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: right;
	color: #fff;
	font-size: 0.7em;
}
#liensevitement a { /* Les liens d'evitement */
	color: #fff;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  /* Rollover des liens d evitement */
	color: #6F6F6F;
}
h2.access {  /* Balise H2 masquee */
	position: absolute;
	color: #FFFFFF;
	z-index: 100;
	top:-10000px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tableau{
	height: 100%;
	width: 940px;      /* ici la largeur fixe de l'element a center */
	margin: 0 auto 0 auto;
	text-align: left; /* on rétablit l'alignement normal du texte */
}
#tableau-td {
	vertical-align: middle;
}
#conteneur {	
	position: relative;
	margin: 0 auto 0 auto;
	width: 940px;
	z-index: 1;
	text-align: left;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BLOCK MENU PRINCIPAL (bannière) */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menuprincipal{
	width: 940px;
	height: 185px;
	margin: 0 auto 0 auto;
	background: url(images/CC/bg_top.png) no-repeat;
}
#menuprincipal h1 img{
	margin: 18px 0 0 40px;
	position: absolute;
	z-index: 99;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL IMAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	width: 940px;	
}
ul#nav_principale li {
	display: inline;
}
	#rub_1{
		position: absolute;
		top: 67px;
		left: 247px;
		z-index: 99;
	}
	#rub_10{
		position: absolute;
		top: 50px;
		left: 361px;
		z-index: 99;
	}
	#rub_86{
		position: absolute;
		top: 34px;
		left: 442px;
		z-index: 99;
	}
	#rub_87{
		position: absolute;
		top: 26px;
		left: 532px;
		z-index: 99;
	}
	#rub_88{
		position: absolute;
		top: 19px;
		left: 609px;
	}
	#rub_91{
		position: absolute;
		top: 19px;
		left: 679px;
	}
	#rub_92{
		position: absolute;
		top: 22px;
		left: 745px;
	}
	#rub_105{
		position: absolute;
		top: 24px;
		left: 839px;
	}
	
#slogan{
	position: absolute;
	top: 108px;
	left: 16px;
	z-index: 99;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#recherche{
	position: absolute;
	top: 16px;
	left: 232px;
}
#recherche label { display: none;}
#recherche img, #recherche input { vertical-align: middle;}

#recherche input#Rechercher { /* Champ de saisie */
	background: url(images/CC/input_search.png) no-repeat right top;
	color: #0a4c4c;
	border: medium none;
	font-size: 0.7em;
	width: 109px;
	text-align: left;
	padding: 2px 0 5px 5px;
}
#recherche input.boutonok {
	width: 38px;
	height: 21px;
	background: url(images/CC/search_ok.png) no-repeat;
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
	padding: 0 0 4px 12px;
	/margin: 0 0 0 0!important;
	margin: 1px 0 0 0;

}

#recherche input.boutonok:hover, input.boutonok:hover {
	background: url(images/CC/search_ok-over.png) no-repeat;
	cursor: pointer;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BLOCK CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu {
	width: 940px;
	position: relative;
	margin: 0 auto 0 auto;
	background: url(images/CC/bg_conteneur_bottom.png) repeat-y bottom;
	_height: 360px;
}

#block_contenu_bottom{
	width: 940px;
	position: relative;
	background: url(images/CC/bg_conteneur.png) no-repeat top;
	min-height: 360px;
	_height: 360px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* DERNIERE ACTU ET EVENEMENT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu #last_actu_evnmt{
	position: relative;
	z-index: 99;
	width: 550px;
	padding: 165px 0 0 15px;
}

#block_contenu #last_actu_evnmt h2 img{
	position: absolute;
	top: 151px;
	left: 13px;
}
#block_contenu #last_actu_evnmt .last_actuevmnt{
	width: 155px;
	float: left;
	padding: 0 12px 10px 16px; 
}
.zone_texte_actuevmnt{
	padding: 3px 0 0 3px;
	_padding: 0 0 0 3px;
}
.last_actuevmnt h3{
	color: #0a4c4c;
	font-size: 0.8em;
	line-height: 1.2em;
}
.last_actuevmnt .date_actuevmnt{
	color: #525252;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px 0 0 0;
}
.last_actuevmnt .texte_actuevmnt{
	font-weight: normal;
	color: #313131;
}
.suite_actuevmnt{
    font-size: 0.7em;
	margin: 10px 0 0 7px;
	background: url(images/CC/puce_savoir_plus_home.gif) no-repeat 0em 0em;
}
.suite_actuevmnt a{
	color: #adb300;
	text-decoration: underline;
	padding: 0 0 0 15px;
	font-weight: bold;
}
.suite_actuevmnt a:hover{
	color: #c45300;
	text-decoration: none;
}
.last_actuevmnt .block_photo_actuevmnt{
	height:80px;
	width:149px;
}
.last_actuevmnt .block_photo_actuevmnt2{
	border: 2px solid #fff;
	height:80px;
	width:149px;
	display: block;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* OUTILS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#outils{
	position: absolute;
	left: 590px;
	top: 207px;
	z-index: 99;
}

ul.texte_outils{
	background: url(images/CC/bg_outils.png) no-repeat top;
	padding: 0 0 10px 65px;
	display: block;
	float: left;
	width: 278px;
}
.texte_outils_bottom{
	display: block;
	height: 1px;
	background: url(images/CC/bg_outils_bottom.png) no-repeat bottom;
}

.texte_outils li{
	display: inline;
}
	.texte_outils li a{
		display: block;
		width: 127px;
		float: left;
		color: #2d5470;
		font-size: 0.8em;
		font-weight: bold;
		background: url(images/CC/puce_outils.gif) no-repeat 0em 0.3em;
		padding: 0 0 3px 10px;
	}.texte_outils li a:hover{
		color: #c45300;
		background: url(images/CC/puce_outils-hover.gif) no-repeat 0em 0.3em;
	}
	

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CARTE INTERACTIVE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#Layer1{
	position: absolute;
	top:-92px;
	left:662px;
	z-index: 80;
}

.carte_loc {
	position:absolute;
	left:687px;
	top:118px;
	z-index:99;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FLASH ET MASQUE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#flash {
	width: 642px;
	height: 402px;
	position: absolute;
	top: -119px;
	left: 0;
	z-index: 50;
}

#masque{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#slideshow { /* Positionnement du flash - Supprimer si pas de flash... */
	width: 638px;
	height: 402px;
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 1;
	background: url(images/CC/bg_flash.jpg) no-repeat;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer{
	width: 940px;
	text-align: right;
	padding: 4px 0 0 0;
	/padding: 4px 10px 0 0;
	background: url(images/CC/footer-top.png) no-repeat 0em 0em;
	font-size: 0.7em;
	color: #fff;
	clear: both;
}
	#footer ul{
		width: 933px;
	}
	#footer li{
		display: inline;
		line-height: 16px;
	}
#footer img{
	padding: 0 5px 0 15px;
	height: 16px;
	vertical-align: bottom;
}
#footer a{
	color: #fff;
	text-decoration: underline;
}
#footer a:hover{
	color: #044678;
}

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