/* CSS Document */

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

body {
	background: url('images/bg_body.jpg') repeat-x #D5E7EB;
	height: 100%;	
	text-align: center;
	padding: 0;
}

a img {
	border: none;
}

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

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

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

#conteneur {	
	background: url('images/bg_all.png') repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	
	z-index: 1;

	text-align: left;	
}

#bandeau {
	width: 980px;
	height: 235px;
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	background: url('images/home_bandeau.jpg') no-repeat right;
}

	#bandeau h1{
		z-index: 101;
		padding: 27px 0 0 2px;
		position: relative;
	}
	
	#masque {
		position: absolute;
		top: 0;
		left: 0;
	}



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


#bandeau h2{
	position: absolute;
	top: 147px;
	left: 50px;
	z-index: 102;
}

form#recherche {  /* Formulaire */
	padding: 51px 0 0 50px;
	/padding: 46px 0 0 50px;
	position: relative;
	z-index: 99;
	width: auto;
}

#recherche label { /* Label */
	display: none;
}

#recherche img, #recherche input { 
	vertical-align: middle;
}
#recherche input#Rechercher { /* Champ de saisie */
	color: #62819e;
	background: #d1e25d;
	border: 1px solid #535353;
	font-size: 0.7em;
	width: 132px;
	height: 12px;
}

#recherche p{
	/* background: url('images/input_search.png') no-repeat left;
	padding-top: 11px; */
}

#recherche input.boutonok, input.boutonok  {
	background: none; 
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	font-weight: bold;
	text-align: left;
	color: #00404f;
	font-size: 0.8em;
	width: 32px;
	/width: 28px;
}

#recherche input.boutonok:hover, input.boutonok:hover {
	/* background-image:url(images/bouton_ok_fr-over.gif); */
	color: #aabec3;
	cursor: pointer;
}
/* CONTENU EXTENSIBLE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu {
	width: 980px;
	background: url('images/contenu_bas.png') no-repeat bottom;
	height:350px;
}
html>body #block_contenu {
	height: auto;
	min-height: 350px;
}

.dot {
	background: url(images/h2_dot.gif) no-repeat 100% 70%;
	padding-right: 58px;
}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	width: 736px;
	list-style: none;
	position: absolute;
	top: 132px;
	left: 245px;
	z-index:100;
}

ul#nav_principale li {
	display: inline;
}
ul#nav_principale li a {
	color: #fff;
	font-weight: bold;
	zoom:1;
}
#rub_1{
	position: absolute;
	top: 52px;
	left: 3px;
}#rub_5{
	position: absolute;
	top: 31px;
	left: 115px;
	zoom:1;
}#rub_7{
	position: absolute;
	top: 16px;
	left: 254px;
}#rub_11{
	position: absolute;
	top: 10px;
	left: 383px;
}#rub_14{
	position: absolute;
	top: 9px;
	left: 525px;
}#rub_15{
	position: absolute;
	top: 12px;
	left: 641px;
}

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

#colonne_gauche {
	float: left;
	display: inline;
	overflow-x: inherit!important;
	overflow-x: hidden;
	width: 211px;
	background: url('images/bg_gauche.png') no-repeat top left;
	min-height: 270px;

	_height: 270px;
}
	html #colonne_gauche{
		
	}
	#colonne_gauche .text{
		position: relative;
		z-index: 99;
		zoom: 1;
		background: url('images/puce1.gif') no-repeat 23px 0;
		text-indent: 20px;
		color: #00333e;
		font-size: 0.8em;
		margin-top: -20px;
		margin-bottom: 15px;
		text-align: justify;
		padding-left: 25px;
		padding-right: 25px;
	}
	
#colonne_gauche .carte{
	padding-bottom: 12px;
}

/* COLONNE CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_contenu {
	float: left;
	display: inline;
	width: 515px;
	background: url('images/bg_contenu.png') no-repeat top left;
	height: 300px;
	padding: 0 30px 0 30px;
	overflow-x: inherit!important;
	overflow-x: hidden;

}
	html #colonne_contenu {
		height: auto;
		min-height: 300px;
	}

/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_droite {
	float: right;
	display: inline;
	width: 194px;
	min-height: 208px;
	_height:208px;
	overflow-x: inherit!important;
	overflow-x: hidden;
	background: url(images/bg_colonne_droite.png) no-repeat top right;
}
	#colonne_droite h2 {
		text-align: center;
		margin-top: 20px;
	}
	
	#colonne_droite .rub17{
		margin: 0;
		*margin: -5px 0;
		padding: 0;
	}
#menu1 li {
	display: inline;
	list-style-type: none;
}
#menu1 li  a {
	display: block;
	height: 39px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	background: url('images/footer.png') no-repeat;
	width: 980px;
	height: 79px;
	position: relative;
	font-size: 0.7em;
	text-align: left;
		
	clear: both;
	color: #fff;		
}

#footer ul#menu_divers { /* Liste */
	list-style-type: none;
	padding: 62px 0 0 398px;
}
#footer ul li { /* Liste */
	display: inline;
}
#footer a {
	color: #132c31;
	text-decoration: none;
	margin: 0 6px 0 2px;
}
#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer .extranet {
	margin: 0 0 0 215px;
}

/* 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;
	z-index: 100;
	margin: -15px 0 0 0;
	position: relative;
	z-index: 100;
}
.siimprimer { /* masquage image bandeau imprimer */
	display: none;
}
#colonne_contenu .datearticle.sanspuce {
	background: none;
}
