/* CSS Document */

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

body {
	background-color: #006b47;
	height: 100%;
	padding: 0px 0px 20px 0px;
	
	text-align: center;
}

a img {
	border: none;
}

h1 { /* Element H1 : logo ou flash */
	width: 158px;
	height: 175px;
}
h1 img { /* Element H1 : logo ou flash */
	margin: 1px 0px 0px 13px;
}

h2.access { /* Balise H2 masquee */
	position: absolute;
	color: #FFFFFF;

	
	top:-10000px;

	background-image: none;
}

/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#conteneur {  /* Conteneur global */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 974px; /* width: 974px; */
	padding-left: 8px;
	
	z-index: 1;
	
	background-color: #006B47;
	
	text-align: left;
	
	background-image: url(images/page_bg_conteneur.gif);
	background-position: right;
	background-repeat: repeat-y;
	
}

#conteneurbandeau {  /* Conteneur global */
	
	background-image: url(images/page_bandeau.jpg);
	background-repeat: no-repeat;

	width: 974px;
}


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

#colonne_gauche { /* Block colonne gauche */
	float: left;
	width: 158px;
	overflow-x: visible!important;
	overflow-x: hidden; /* Pour autoriser depassement du menu gauche */

}

/* LIEN VERSION ANGLAISE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#english, #french {
	display:none;

	margin: 13px 0px 0px 23px;
	
	background-image: url(images/picto_english.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding-left: 30px;
	
}
#french {
	background-image: url(images/picto_french.gif);
}

#english a, #french a {
	text-decoration: none;	
	color: #a16711;
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
}
#english a:hover, #french a:hover {
	text-decoration: underline;	

}

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

#contenu { /* Block contenu */
	float: left;
	width: 607px;
	overflow: visible!important;
	overflow: hidden; /* Pour autoriser depassement du menu gauche */
	padding: 0px 0px 30px 0px;
}

#fauxtitre {
	width: 607px;
	height: 175px;
	
	background-image: url(images/page_bg_h2.png)!important;
	
	background-image: none;
	background-repeat: no-repeat;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/page_bg_h2.png') no-repeat center;
	background-position: bottom;
}
#fauxtitre img {
	/* margin: 40px 0px 0px 15px; */
	margin: 0px 0px 0px 15px;
	vertical-align: bottom;
	display: block;
}


#zone_texte {
	margin: 30px 50px 0px 65px;
	/* margin: 20px 55px 0px 80px; */
	
}
/* MENU VERT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tablemenuvert {
	text-align: left;
	width: 100%;
}
.width233 {
	width: 233px;
}
#menuvert {
	
	background-color: #7cb410;
	
	list-style-type: none;
	
	width: 205px!important;
	/* width: 233px; */
	height: 45px;
	
	padding-left: 28px;
	padding-bottom: 10px;
	background-image: url(images/page_bg_menuvert.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
html>body #menuvert {
	height: auto;
	min-height: 45px;
}
html>/**/body #menuvert {
	background-color: #86BB15;
}
#menuvert li {
	display: inline;
}
#menuvert li a.niveau1, #menuvert li a.niveau1actif {
	display: block;
	background-image: url(images/page_puce_menuvert.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	
	font-size: 1em;

	padding-left: 15px;
}

#menuvert li a.niveau1:hover, #menuvert li a.niveau1actif {
	color: #19161A;
	text-decoration: underline;
}

h2.principal {
	padding: 10px 35px 2px 15px;
	line-height: 1em;
	
}



/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_droite { /* Block colonne droite */
	float: left;
	width: 195px;
	overflow-x: visible!important;
	overflow-x: hidden; /* Pour autoriser depassement du menu gauche */
	
	height: 580px;
	
}
html>body #colonne_droite { 

	height: auto;
	min-height: 580px;
	
}


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

#recherche {  /* Formulaire */
	
	height: 36px!important;
	
	width: 195px;
	height: 74px;

	
	background-image: url(images/page_bg_recherche.png)!important;
	
	background-image: none;
	background-repeat: no-repeat;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/page_bg_recherche.png') no-repeat center;

}
#recherche p {
	margin: 38px 0px 0px 39px;
}
#recherche label { /* Label */
	display: none;
}

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

#recherche input { /* Champ de saisie */
	color: #85b916;
	border: 1px solid #076f4c;
	width: 103px;
	font-size: 1em;
	text-align: left;
}

#recherche a, #recherche input {
	position: relative;
	z-index: 1;
}


/* MENU COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_coldroite {
	width: 195px;
	
	
	background-image: url(images/page_bg_menucoldroite.png)!important;
	
	background-image: none;
	background-repeat: no-repeat;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/page_bg_menucoldroite.png') no-repeat center;
	
	padding-left: 12px;
}
#menu_coldroite a {
	position: relative;
	z-index: 1;
}
#menu_coldroite h2 {
	margin-left: 12px;
}
#menu_coldroite p {
	margin-top: -2px;
}
#menu_coldroite p  {
	position: relative;
	z-index: 99;
	padding-left: 12px;
	
	background-image: url(images/page_bg_menudroite.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	padding-bottom: 19px;

}


/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	float: left;
	position: relative;
	
	width: 974px;
	height: 52px;
	
	background-image: url(images/page_bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	z-index: 10;
	
	padding-top: 10px;
}

html>body #footer {
	height: auto;
	min-height: 0px;
}

#footer ul { /* Liste */
	
	width: 961px;

	margin: 0px 0px 0px 10px;
	
	list-style-type: none;
}
#footer ul li { /* Liste element */
	display: inline;
	color: #95b273;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#footer a { /* Liste element lien */
	text-transform: uppercase;
	color: #95b273;
	font-family: Arial, Helvetica, sans-serif;

	text-decoration: none;
	vertical-align: middle;
}

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

#footer img { /* Liste element image */
	vertical-align: middle;
}

#iso {
	/*float: left;*/
	/*width: 100%;*/
	
	margin-top: 2em;
	
	height: 15px;
	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
}


/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#liensevitement { /* Block contenant les liens d'evitement */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right:15px;
	width: 895px;
	text-align:right;
	font-size:90%;
	z-index: 1;
	color:#FFFFFF;
	
	white-space: nowrap;
}

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

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


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


