body {
	background-color : #FEF8E3;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a:link{
	color: #ccc;
}
a:visited{
	color: #ccc;
}
a:hover{
	color: orange;
}
.left{
	float: left;
}
.right{
	float: right;
}
h1{
	color: #ffe5ca;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
h3{
	color: #fff;
	margin: 0px 0px -4px 0px;
	font-size: 12px;
	letter-spacing: 1px;
}

#container{
	margin: 0 auto 0;
	width: 940px;
	padding: 0px 0px 0px 0px;
	background-image: url(../fx/topfade.jpg);
	background-repeat: no-repeat;
}
#printheader{
	display: none;
}
#header{
	width: 940px;
	height: 201px;
	margin: 0 auto 0;
	padding: 22px 0px 0px 0px;
}

#header img, #header div {
	float: left;
}
#header2{
	width: 940px;
	height: 102px;
	margin: 0 auto 0;
	padding: 22px 0px 0px 0px;
}

#header2 img {
	float: left;
}
#menu {
	margin: 0 auto 0;
	width: 940px;
	height: 32px;
	padding: 0px 0px 0px 42px;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
	background-image: url(../fx/menu.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
}
#menu li {
  margin: 9px 0px 0px 0px;
  display: -moz-inline-box;  /* for Mozilla based browsers */
  display: inline-block;
  /* IE5/Mac needs these to have a set width. Change it when necessary. */
  /* start for IE5/Mac only \*//*/
    width: 5em;
  /* end for IE5/Mac only */
}
#menu li a {
  display: block;  /* for Mozilla based browsers */
  display: inline-block;
  padding: 0px .6em 0px .6em;
  border-right: 1px solid #fff;
  background-color: transparent;
  text-decoration: none;
  color: #fff;
}
#menu li a.on {
  color: #000;
  background-color: #fff;
  border: none;
}
#menu li a:hover {
  text-decoration: none;
  color: orange;
}

#lang{
	position: relative;
	top: -22px;
	right: 11px;
	width: 70px;
	float: right;
	height: 20px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: -20px;

}
#lang a:link, #lang a:visited{
	color: #ccc;
	text-decoration: none;
}
#lang a:hover{
	color: #CC6666;
}
#content{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	top: 0px;
	width: 940px;
	background-image: url(../fx/cont-bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	min-height: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
#contentfl{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	top: 0px;
	width: 940px;
	background-image: url(../fx/cont-bg-full.jpg);
	background-repeat: repeat-y;
	height: 100%;
	min-height: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
#contentleft{
	position: relative;
	text-align: justify;
	left: 50px;
	float: left;
	width: 523px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#contentleft p{
	margin: 9px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
}
#contentleft li{
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
	text-align: left;
	list-style-type: square;
}
#contentright{
	position: relative;
	float: right;
	right: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 310px;
}
div.over{
	position: relative;
	z-index: 20;
	margin: 0px 4px -27px 0px;
	padding: 2px;
	color: #fff;
	float: right;
	font-size: 10px;
	background-color: #681F1D;
}
#contentright img{
	position: relative;
	z-index: 10;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
#contentfull{
	position: relative;
	text-align: justify;
	left: 50px;
	width: 829px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#contentfull p{
	margin: 9px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.5em;
}
/* news */
div.newslist{
	clear: both;
	border: 1px solid #fff;
	margin: 5px 0px 0px 0px;
	padding: 3px 8px 3px 8px;
	background-color:#5a0605; 
}
div.newslist h6{
	font-size: 14px;
	color: #ffe5ca;
	margin: 0px 0px -5px 0px;
	padding: 0px 0px 0px 0px;
}
div.newslist h6 span{
	font-size: 12px;
}
div.newslist p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



/* list properties */

div.list{
	margin: 0px 0px 0px 20px;
}
div.listimg{
	float: left;
	border: 1px solid #fff;
}
div.listimg img{
	border: none;
}
div.listtxt{
	float: left;
	width: 600px;
	text-align: left;
	margin: 0px 0px 0px 20px;
	border-bottom: 1px solid #fff;
}
div.listtxt h5{
	color: #ffe5ca;
	font-size: 13px;
	margin: 2px 0px -5px 0px;
}
div.listtxt p{
	margin: 0px 0px 0px 0px;
}
div.pleft{
	position: relative;
	width: 130px;
	display: block;
	margin: -7px 0px 6px 0px;
}
.head{
font-size: 13px;
}
div.listtxt span{
	background-color: transparent;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}	
#sleepdiv{
	width: 270px;
	float: right;
	margin: -24px 0px 20px 0px;
	border: 1px solid #fff;
	padding: 5px;
	background-color: #5a0605;
}
#sleepdiv label{
	margin: 2px 0px 0px 0px;
	width: 175px;
	text-align: left;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#sleepdiv select{
	float: right;
	background-color: #681f1d;
	color: #fff;
}
div.br{
	clear: both;
	height: 15px;
}


/* View property */
#contentright div#smimg{
	margin: -4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
#contentright img.prop{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 4px 0px;
}
table.prix{
	border: 1px solid #fff;
	font-size: 12px;
	width: 280px;
	margin: 10px 0px 10px 12px;
}
table.prix th{
	background-color: silver;
	color: #181818;
	text-align: center;
	padding: 3px;
	width: 280px;
}
table.prix td{
	padding: 3px;
	color: #181818;
	background-color: silver;
}
td.tleft{

}
/* small res form button */
#res{
	border: 1px solid #fff;
	background-color: #5A0605;
	margin: 30px 0px 0px 10px;
	
}
#res label{
	margin: 12px 0px 0px 0px;
	width: 330px;
	font-size: 14px;
	font-weight: bold;
}
#resbut{
	float: right;
	width: 120px;
	margin: 10px 10px 0px 10px;
}


#splash{
	position: relative;
	margin: 10px auto 30px;
	text-align: center;
	font-size:.8em;
	color: #838383;
}
#splash  a:link{
	text-decoration: none;
	font-weight: normal;
	color: #838383;
}
#splash  a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #838383;
}
#splash  a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #ff3300;
}

#footer{
	clear: both;
	margin: 0 auto 0;
	width: 940px;
	height: 22px;
	background-image: url(../fx/foot.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding: 8px 0px 5px 0px;
	color: #aaa;
	margin-bottom: 0px;
}
#footer a:link, #footer a:visited {
	color: #aaa;
	text-decoration: none;
}


/* form */
#formhold{
	font-size: 12px;
	margin: 20px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}
form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
fieldset {
	margin: 22px 20px .5em 10px;
	padding: 0em 1em 10px 10px;
	border: 1px solid #666;
	width: 480px;

	background-color: transparent;
}
#contact{
	height: 340px;
}
legend {
	font-weight: bold;
	color: #ffe5ca;
	font-size: 16px;
	background-color: transparent;
	padding: .2em .5em;
	border: 1px solid #666;
	margin: 0px 2px 10px 2px;
}
input.input{
	width: 227px;
	border: 1px solid #666;
}
input.inputleft{
	width: 17px;
	border: 1px solid #666;
}
textarea{
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
}
label {
	margin: 5px 10px 0px 0px;
	display: block;
	width: 190px;
	text-align: right;
	float: left;
}
fieldset div{
	margin: 7px 0px 5px 0px;
	clear: both;
}
#button{
	float: right;
	margin: 10px 50px 10px 0px;
}



.yel{
	color: yellow;
}

