body{
    background-image:url(images/fond_1600_1200.jpg);
}
#footer {
	height: 25px;
	color:#e9e102;
	font-family:Verdana;
	font-size: 11px;
	color:#e9e102;
	text-align:center
}
.lien_footer {
font-family:Verdana;
font-size: 11px;
color:#e9e102;
text-align:center;
text-decoration:none
}
#header {
height: 50px;
background-color: #FFFFFF;
padding: 0;
}
#conteneur {
	position: absolute;
	width: 612px;
	left: 50%;
	margin-left: -375px;
	background-color: #FFFFFF;
	border:1px
}
#centre {
background-color: #FFFFFF;
margin-left: 200px;
padding: 5px;
}
#gauche {
position: absolute;
left:0;
width: 200px;
padding: 3px;
}
#pied {
height: 30px;
background-color: #FFCC00;
}

.signature {
	display:block;
	float:right;
	margin: 0;
	}
p {margin: 0 0 10px 0;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.layerstreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.layerstreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #eeefef; /*overall menu background color*/
}

/*Top level menu link items style*/
.layerstreemenu ul li a{
display: block;
width: 150px; /*Width of top level menu link items*/
padding: 0px 0px;
border: 0px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.layerstreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.layerstreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.layerstreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.layerstreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 3px 5px;
border: 1px solid #ccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px
}

.layerstreemenu ul li a:hover{
background-color: #e1f170;
color: black;
}

/*Background image for top level menu list links */
.layerstreemenu .mainfoldericon{
background: #FFFFFF url(../bandeau_haut/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.layerstreemenu .subfoldericon{
background: #FFFFFF url(../bandeau_haut/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows layerstree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .layerstreemenu ul li { float: left; height: 1%; }
* html .layerstreemenu ul li a { height: 1%; }
/* End */
