/* CSS Document */

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

body {
	height: 100%;
	padding: 0px 0px 20px 0px;
	
	text-align: center;
	
	background-color: #042d54;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	background-position: top;

}

a img {
	border: none;
}

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

#liensevitement { /* Block contenant les liens d'evitement */	
	width: 989px;
	position: relative;
	margin-left: auto;
	margin-right: 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: #042D54;
}

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

#conteneur { /* Conteneur global */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 989px;
	z-index: 1;
	text-align: left;
}


#bandeau {
	z-index: 1;
	height: 267px;
	background-image: url(images/page_bandeau.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 969px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#masque {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
h1 {
	text-align: right;
	position:relative;
	z-index: 2;
}
h1 img {
	margin: 50px 0px 4px 0;
}

h2.access {  /* Balise H2 masquee */
	position: absolute;
	z-index: 100;
	top:-10000px;
}


/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form#recherche {  /* Formulaire */
	width: auto;
	margin: -13px 0 0 90px;
	position: relative;
	z-index: 99;
}

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

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

#recherche input { /* Champ de saisie */
	color: #003e6b;
	font-size: 0.9em;
	width: 110px;
	text-align: center;
	background-color: #aacf42;
	border: none;
}

#recherche input.boutonok, input.boutonok  {
	width: 18px;
	height: 18px;
	
	background-image: url(images/bouton_ok_fr.gif);
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	background-repeat: no-repeat;
	
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.65em;	

}

#recherche input.boutonok:hover, input.boutonok:hover {
	/* background-image:url(images/bouton_ok_fr-over.gif); */
	color: #54595C;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	position: absolute;
	z-index: 4;
	top: 110px;
	left: 1px;
}

ul#nav_principale li {
	display: inline;
}

#rub_1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#rub_2 {
	position: absolute;
	top: 0px;
	left: 131px;
}
#rub_3 {
	position: absolute;
	top: 5px;
	left: 302px;
}
#rub_4 {
	position: absolute;
	top: 19px;
	left: 412px;
}
#rub_5 {
	position: absolute;
	top: 36px;
	left: 549px;
}
#rub_6 {
	position: absolute;
	top: 36px;
	left: 740px;
}
#rub_7 {
	position: absolute;
	top: -10px;
	left: 871px;
}

#chemin {
	margin: 80px 0px 0px 250px;
	position: relative;
	z-index: 99;
}

/* CONTENU EXTENSIBLE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu { /* Block contenu */	
	z-index:90;
	width: 989px;
	padding: 0 0 0 0;
	margin: 0 0 0 2px;
	background-image: url(images/int_bg_blockcontenu.gif);
	background-repeat: repeat-y;
	background-position: left;
}

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

#colonne_gauche { /* Colonne gauche */
	overflow-x: visible!important;
	overflow-x: hidden;
	
	float: left;
	width: 249px;
	height: 180px;
	padding: 0 0  178px 0px;
	background-image: url(images/int_bg_h2.gif);
	background-repeat: no-repeat;
	background-position: top right;

}
html>body #colonne_gauche { /* Colonne gauche */
	height: auto;
	min-height: 180px;

}

/* COLONNE CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_contenu {	
	z-index: 50;	
	overflow-x: visible!important;
	overflow-x: hidden;
	float: left;
	width: 479px;
	padding: 0 17px 20px 7px;
	background-image: url(images/int_bg_contenu.gif);
	background-repeat: no-repeat;
	font-size: 0.8em;
	
}

/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_droite {
	float: left;
	width: 225px;
	overflow-x: visible!important;
	overflow-x: hidden;
	margin: -64px 0 0 0;
	position: relative;
	z-index: 99;
}

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

#bas_menudroit {
	background-image: url(images/bg_colonnedroite.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 10px 0;
	
}
#menudroit {
	list-style-type: none;
	margin: -20px 0 0 0;
	padding: 20px 0 5px 0;
	background-image: url(images/ing_bg_menudroit.gif);
	background-repeat: repeat-y;

	
}
#menudroit li {
	background-image: url(images/filet_menugauche.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 0 4px 0;
	display: block!important;
	display: inline;
	zoom: 1;
	width: 225px;
}
#menudroit a {
	background-image: url(images/puce_menudroit.gif);
	background-position: 0.5em 0.4em;
	background-repeat: no-repeat;
	display: block;
	padding: 0 0 0 20px;
	color: #003e6b;
	font-size: 0.9em;
	text-decoration: none;

}
#menudroit a:hover {
	color: #6e9e23;
	text-decoration: underline;
}
#menudroit a.on {
	color: #6e9e23;
	
}

#accroche {
	margin: 30px 0 0 0;
}

/* PIED DE PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	clear: both;
	height: 27px;
	margin: 0 0 0 8px;
	z-index: 50;
	background-image: url(images/int_bg_footer.gif);
	background-repeat: no-repeat;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PLAN */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#plan {
	margin: -178px 0 0 0px;
	padding: 90px 0 0 35px;
	position: relative;
	z-index: 99;
	float: left;
	background-image: url(images/int_bg_plan.jpg);
	background-repeat: no-repeat;
	height: 88px;
	width: 206px;
	
}
#plan a {
	font-size: 0.9em;
	color: #003e6b;
	display: block;
	background-image: url(images/home_plan.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding: 6px 0 8px 36px;
}
#plan a:hover {
	background-image: url(images/home_plan-over.gif);
}
#menu_divers {
	font-size: 0.7em;
	margin: 10px 0 0 20px;
}
html>body #menu_divers {
	position: absolute!important;
	left: 20px!important;
	bottom: 5px!important;
}
#menu_divers a {
	color: #003e6b;
}

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

}
#menu_divers 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: 0px;
	font-size: 1px;
}
.clearliste {
	clear: both;
}

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

.imprimer { /* paragraphe bouton Imprimer */
	float: right;
	margin-top: 10px;
}
.siimprimer { /* masquage image bandeau imprimer */
	display: none;
}

