/* Chalet le Grand Bornand */

* {
	margin: 0;
	padding: 0;
	border: 0px;
}

body {
	color: #000; 
	background: #8A511A url(../images/content_back.jpg) repeat top left; 
	margin: 0; 
	padding-top: 0px;
	height: 100%;
	font: 75%/160% verdana; 
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, Verdana, sans-serif; 
}

a {}
   a img {
      border: 0;
   }

.clear {
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
}


#header {
	display: block;
	background: transparent url(../images/headerHome.jpg) no-repeat;
	height: 282px;
}

#langMenu {
	position: relative;
	display: block;
	padding: 2px;
	float: left;
	top: 2px;
	left: -20px;
	right: 0px;
	clear: left;
	margin-left: 22px;
}
	#langMenu a	{
	   position: relative;
	   top: 0px;
	   right: 0px;
	   padding-left: 5px;
	   text-align: left;
	   text-decoration: none;
	}
	#langMenu a:hover	{
	   position: relative;
	   top: 0px;
	   right: 0px;
	   padding-left: 5px;
	   text-align: left;
	   text-decoration: none;
	}

#content {
	width: 900px;
	z-index: 10;
	position: relative;
	font-family: verdana; 
	font-size: 11px;
}
   #homeChalet,
   #homeAppartement,
   #homeJade2 {
      float: left;
      display: inline;
      margin-top: -27px;
   }
   #content img {
      display: block;
   }
   #content li {
      margin-left: 1.5em;
   }
.homeContent {
   padding-top: 18px;
   padding-left: 20px;
}

#container { 
	background: white;
	width: 900px;
	margin: 0 auto;
	padding: 0;  
	overflow: hidden;
}

#footer {
	text-align:center;
	text-indent: -9999px;
	background: blue url(../images/footer_bg.gif) top left;
	height: 41px;
	z-index: 5;
	position: relative;
	margin-top: -20px;
}
