*{
	margin:0px;
	padding:0px;
}

body{
	background:#30beff top left url('../images/background.png') no-repeat;
	
}

#site{
	margin:auto;
	width:1018px;
	height:100%;
}

#header{
	height:155px;
	width:1018px;	
	background:url('../images/header.png');
}

#corps{
	height:100%;
	width:1018px;	
	background:url('../images/body.png');
	overflow:hidden;

}

#corps-text{	
	float:left;
	margin-left:40px;
	width:674px;
	height:100%;

}

#corps-menu{
	float:left;
	margin-right:30px;
	height:470px;
	width:214px;	
	background:url('../images/menu.png');
}

#corps-menu ul{
	margin-top:110px;
	margin-left:40px;
	list-style:none;
}

#footer{
	height:55px;
	width:1018px;	
	background:url('../images/footer.png');
}

#corps-menu ul  li a{
	text-decoration:none;
	color:#000;
}


/* jQuery lightBox plugin - Gallery style */
#gallery {
	padding: 10px;
	width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
.clear{
	clear:both;
}
.caseImage{
	width:32px;
	height:32px;
	background-image:url('../images/tiles-terre_50prct.png');
	float:left;
}
.caseVide{
	position:relative;
	width:32px;
	height:32px;
	border:0px solid #000;
	background:#28abd7;
	background-position:0 0;
	float:left;
}
.select{
	width:30px;
	height:30px;
	border:1px solid orange;
}
#map{
	
	width:600px;
	overflow:auto;
}
