/* CSS Document */

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

body {
	background-color: #1b2e11;
	height: 100%;
	padding: 0px 0px 10px 0px;
	
	text-align: center;
}

a img {
	border: none;
}

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

/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#liensevitement { /* Block contenant les liens d'evitement */
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 0px;
	width: 992px;
	text-align:right;
	font-size:80%;
	z-index: 1;
}

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


/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#conteneur {  /* Conteneur global */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 992px;
	
	z-index: 1;

	background-image: url(images/page_bg_conteneur.gif);
	background-repeat: repeat-y;
	
	text-align: left;

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

#colonne_gauche { /* Block colonne gauche */
	float: left;
	width: 192px;
	
	overflow: hidden;
}


/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#menu_principal2 {
	width: 192px;
	height: 319px;
	
	background-image: url(images/page_bg_menu.jpg);
	background-repeat: no-repeat;
	
}
html>body #menu_principal2{
	height: auto;
	min-height: 319px;
}
#nav_principale { /* Block Navigation principale */
	list-style-type:  none;
	width: 174px;
	
	margin-left: 17px;
	padding-bottom: 20px;
	padding-top: 25px;
	
	background-color: #1a171b;
	
	background-image: url(images/page_bg_nav.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

ul#nav_principale li { /* Elements Navigation principale */
	padding: 6px 0px 10px 0px;
}



/* ZONE CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu { /* Block global de contenu */
	width: 617px;
	float: left;

	overflow: visible!important;
	overflow: hidden;
}

#bandeau {
	width: 617px;
	height: 194px;
	
	position: relative;
	
	line-height: 194px;
	
	background-image: url(images/page_bandeau.jpg);
	background-repeat: no-repeat;
	
	text-align: center;
	
	font-size: 3em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


#bandeau img.imagetitre {
	margin-top: 20px;;
	
}
*+html #bandeau img.imagetitre { /* Hack pour ie7 seulement */
	margin-top: 20px;
} 


#contenu { /* Block contenu */
	background-image: url(images/page_bg_contenu.jpg);
	background-repeat: no-repeat;
	
	padding: 0px 45px 0px 30px;
	height: 300px;
}
html>body #contenu {
	height: auto;
	min-height: 300px;
}

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

#colonne_droite { /* Block colonne droite */
	float: left;
	width: 183px;
	
	overflow: hidden;
}


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

#recherche {  /* Formulaire */
	background-image: url(images/page_bg_recherche.jpg);
	background-repeat: no-repeat;
	height: 87px;
	width: 183px;
}

#recherche label { /* Label */
	display:none;
}
#recherche p {
	padding: 7px 0px 0px 34px;
}
#recherche img, #recherche input {
	vertical-align: middle;
}

#recherche input { /* Champ de saisie */
	color: #2A3358;/*#62819e;*/
	border: 1px solid #e59897;
	width: 115px;
	font-size: 0.9em;
	text-align: center;
}

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

#menu_droit { /* Block Menu2 */
	width: 183px;
	height: 280px;
	background-image: url(images/page_bg_menudroite.jpg);
	background-repeat: no-repeat;
}
html>body #menu_droit {
	height: auto;
	min-height: 280px;
}
#menu_droit ul { /* Menu liste */
	list-style-type: none;
	margin: 0px 0px 0px 27px;
	padding-top: 40px;
}
#menu_droit ul li { /* Menu liste elements */
	display: inline;
}

#menu_droit ul li a { /* Menu liste element lien */
	font-style: italic; 

	/*color: #053C33;
	color: #7edeff;
	color:#DCDCDC;*/
	color:#AEC3BF;/*#AEC3BF;*/

	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	letter-spacing: 0.1em;
	display: block;
	
	padding: 0px 0px 5px 0px;
}

#menu_droit ul li a:hover { /* Menu liste element lien hover */
/*	color: #c7d32c;*/
	text-decoration: underline;
}

/* LIENS SITES */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#liens_sites {
	margin-left: 23px;
	width: 160px;
}
#liens_sites a {
	color: #fff;
	font-size: 100%;
	text-decoration: none;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

	display: block;
	background-image: url(images/home_bg_lienbas.gif);
	
	background-repeat: no-repeat;
	background-position: 0% 50%;
	
	padding-left: 24px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	
}

#liens_sites a:hover {
	color: #e8a900;
}

/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	width: 992px;
	height: 40px;
	background-image: url(images/page_bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	background-color: #1b2e11;
}

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

#footer h2 { /* Balise H2 pied de page masquee */
	color: #1B2E11;
	z-index: 1;
	font-size: 0.8em;
	
	text-align: right;
	
	width: auto;
	
	margin: 0px 0px 27px 0px;;
}

#footer ul { /* Liste */
	margin: 0px 0px 5px 5px;
}
#footer a { /* Liste lien */
	color: #889696;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;

	background-image: url(images/home_bg_menupratique.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	
	padding-left: 19px;
}
#footer a#lesliens {
	background-image: none;
	padding: 0;
	margin: 0;
}
#footer img { /* Liste image */
	vertical-align: middle;
}
#footer a:hover { /* Liste lien over */
	text-decoration: underline;
}

#footer ul li { /* Liste element */
	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;
}

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


.imprimer { /* paragraphe bouton Imprimer */
	float: right;
}
.siimprimer { /* masquage image bandeau imprimer */
	display: none;
}

