body{
	background-color: #E1E7F2;
	min-width: 1050px;
	
}
#fond{
	position:fixed;
	display: block;
	width:99%;
	height:160%;
	background-color: #FF6600;
	z-index:-1;
	
	background-image:url('images/fond.jpg');
	background-position:15% 0px;
	background-repeat: no-repeat;
	

	border:solid 1px white;
	float:left;
	left:0.5%;
	margin-top:130px;
}
#total{
	
	display: block;
	width:1000px;
	height:auto;
	z-index: 2;
	background-image:url(images/fond.png);
	margin-left:auto;
	
	padding:10px;	
	border:solid 1px white;
	right:20px;
	margin-top:20px;
	
}

a{
	color:#900;
}
h1{
	background:#E1E7F2;
	text-align: center;
	padding:20px;
	margin-top:0px;
	border:solid 1px white;
	
}
h2{
	margin-left:10px;
	text-decoration: underline;
}
h3{
	margin-left:20px;
	text-decoration: underline;
}
hr{
	
	margin:20px;	
	border:solid 1px white;
}

.bloc{
	margin:30px;	
	
}
.strong{
	text-decoration: underline;
	font-weight:bold;
	font-size: large;
}
.clic{
	cursor:pointer;
	text-decoration: underline;
	
}
#map{
	display:none;
	height:400px;
	width:635;
	position:absolute;
	text-align:center;
	background:white;
	margin-top:-340px;
	margin-left:260px;
}
#dewslider{
	display:block;
	height:300px;
	width:300px;
	position:absolute;
	text-align:center;
	
	margin-top:-100px;
	margin-left:500px;
	z-index: 3;
}
#flweb{
	
	float:right;
	margin-right:5%;
	bottom:10px;
	cursor:pointer;
	background-image:url('images/designby.png');
	background-position:bottom; 
	background-repeat:no-repeat;
	width:110px;
	height:80px;
	display:block;
	color:#F60;
	font-size:2pt;
	
}

