body{
padding: 0;
margin: 0;
background-color:#4B635F;
}

*{outline: none;}

#header {
	position: relative;
	height: 200px;
	width: auto;
	z-index: 50;
}

.txt_blc {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 9pt;
}
ul{
	padding: 0;
	margin: 0;
}
#menu_haut {

	height: 15px;
	width: 800px;
	list-style-type: none;
}
#menu_haut li {

	float: left;
	height: 15px;
	width: 200px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	clear: none;
}
#li_first{
	text-align: left !important;

}
#li_last{

	text-align: right !important;
}
#menu_haut  a {

	color: #FFFFFF;
	text-decoration: none;

}
#menu_haut a:hover {

	color: #FFFFFF;
	text-decoration: underline;
}

#logo{
	background: url(../ClientBin/images/logo.png);
	height: 110px;
	width: 147px;
	position: absolute;
	z-index:10;
	top: 63px;
	left: 30px;

}
#diaporama{

	height:245px;
	
}
#image1 {
display: block !important;

}

#diaporama img{
	display:none;
	position :absolute;
	top : 15px;
	left : 0px;
	
}
#diaporama img:first-child{
	display : block;


}
#mainPapillon{
   position  : absolute;
   top : 15px;
   height: 685px;
	width: 800px;
	margin: 0 auto;
   z-index : 300;

}

#actor {
	display: none;
	background: transparent;
	position: relative;
	height: 77px;
	width: 86px;
	top: 190px;
	left: 590px;
	z-index: 120;
	overflow : hidden;
}

#papillon {
	
	position: relative;
	background: url(../ClientBin/images/papillon/papillon_vol.png);
	height: 77px;
	width: 602px;

}
#title{
	position:absolute;
		top: 371px;
	left:77px;
	height: 95px;
	width: 644x;
	z-index: 10;
	display: none;

}
#baseline{
	height: 95px;
	width: 644px;
	background: url(../ClientBin/images/baseline.jpg);
	z-index : 300;
}

#corp {

	
	position : absolute;
	background-image: url(../ClientBin/images/fond.png);
	background-repeat: no-repeat;
	height: 570px;
	width: 800px;
	z-index: 110;
}
#vague{
	background-image: url(../ClientBin/images/vague.png);
	position: absolute;
	height: 101px;
	width: 800px;
	z-index: 0;
	z-index: 60;
}
#footer {

	position: absolute;
	left:-200px;
	background-color: #FFFFFF;
	height: 20px;
	width: 800px;
}

#global{

	height: 700px;
	width: 800px;
	margin: 0 auto;
}


#conteneur{
	position: absolute;
	margin: 0 0 0 250px;
	padding-top: 50px;
	height:auto;
	width :600px; 
	color :#ddd;
	font-size :12px;
	font-weight: 500;
	z-index : 100;
	top : 50px;
}
#contenu{
	font-family :arial;
	color :#ddd;
	height:500px;
	width :550px; 	
	font-size :12px;
	font-weight: 500;
}



