body {
	background-color : #fff;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a:link{
	color: orange;
}
a:visited{
	color: orange;
}
a:hover{
	color: #000;
}
.left{
	float: left;
}
.right{
	float: right;
}
h1{
	color: #333;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 20px 0px;
	text-align: left;
	display: inline;
	text-transform: uppercase;
	background-image: url(../fx/h1.png);
	background-repeat: no-repeat;
	background-position: -2px 18px;
	line-height: 30px;
}
h1.prop{
	font-size: 14px;
}
h2, h2 a:link, h2 a:visited {
	font-size: 14px;
	margin: 0px 0px 3px 0px;
	text-transform: uppercase;
	padding:  0px 0px 0px 0px;
	text-decoration: none;
	color: #666;
}
h3{
	color: #fff;
	margin: 0px 0px -4px 0px;
	font-size: 12px;
	letter-spacing: 1px;
}
.break{
	height:1px; 
	clear: both;
	border-bottom: 1px solid orange;
	width: 470px;
	margin: 0px 0px 0px 33px;
}
#container{
	margin: 0 auto 0;
	width: 960px;
	background-image: url(../fx/cont-bg1.gif);
	background-repeat: repeat-y;
	position: relative;
	z-index: 2;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #fff;
}
#header{
	position: relative;
	z-index: 10;
	width: 960px;
	height: 170px;
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	background-image: url(../fx/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#header img{
	float: right;
}

#menu{
	position: relative;
	z-index: 25;
	margin: -25px 0px 0px 0px;
	width: 590px;
	height: 22px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: right;
}
#menu li {
  margin: 4px 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 .4em 0px .4em;
  background-color: transparent;
  text-decoration: none;
  color: #666;
}
#menu li a.on {
  color: #000;
  background-color: #999;
  border: none;
}
#menu li a:hover {
  text-decoration: none;
  color: orange;
}

#lang{
	position: relative;
	z-index: 25;
	top: 9px;
	width: 590px;
	height: 20px;
	color: #666;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: -23px;
}
#lang a:link, #lang a:visited{
	color: orange;
	text-decoration: none;
}
#lang a:hover{
	color: #CC6666;
}
#content{
	position: relative;
	z-index: 15;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
	top: 0px;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#contentleft{
	position: relative;
	text-align: left;
	left: 25px;
	float: left;
	line-height: 1.6em;
	width: 560px;
	min-height: 600px;
	margin: 8px 0px 0px 0px;
	padding: 18px 0px 0px 0px;
}
#contentleft p{
	margin: 9px 0px 9px 0px;
	padding: 0px 0px 0px 0px;

}
#contdesc{
	line-height: 1.7em;
	font-size: 14px;
}
#contentleft li{
	margin: 9px 0px 9px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
	text-align: left;
	list-style-type: square;
}
#contentright{
	position: relative;
	z-index: 12;
	float: right;
	right: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 346px;
}
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 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}
#contentright img.prov{
	position: relative;
	z-index: 10;
	margin: -100px 0px 0px 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;
}

/* category list */
div.catlist{
	clear: both;
	width: 530px;
	margin: 10px 0px 0px 20px;
}
div.catimage{
	float: left;
	border: 1px solid #fff;
	width: 130px;
}
div.catimage img{
	border: none;
}
div.cattext{
	float: left;
	width: 330px;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	margin: 5px 0px 0px 20px;
}
div.cattext a{
	font-weight: bold;
}

/* list properties */

div.list{
	margin: 0px 0px 0px 0px;
}
div.listimg{
	float: left;
	border: 1px solid #fff;
}
div.listimg img{
	border: 3px solid orange;
}
div.listtxt{
	float: left;
	width: 330px;
	text-align: left;
	margin: 0px 0px 0px 20px;
	border-bottom: 1px solid #000;
}
div.listtxt h5{
	color: #666;
	font-size: 15px;
	margin: 0px 0px -10px 0px;
}
p.head{
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	line-height: 1.3em;
}

div.pleft{
	position: relative;
	width: 130px;
	display: block;
	font-weight: bold;
	margin: -7px 0px 6px 0px;
}

div.listtxt span{
	background-color: transparent;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}	
div.br{
	clear: both;
	height: 15px;
}


/* View property */
#contentright div#smimg{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#contentright img.prop{
	border: 3px solid orange;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 5px;
}
#contentright img.prop1{
	border: 3px solid orange;
	padding: 0px 0px 0px 0px;
	margin: -100px 0px 5px 5px;
}
#contentright img.prop2{
	border: 3px solid orange;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 5px;
}
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: 2px solid #666;
	background-color: #fff;
	margin: 30px 0px 0px 25px;
	
}
#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;
	position: relative;
	z-index: 1;
	top: 0px;
	font-size: 12px;
	background-color: orange;
	width: 960px;
	height: 120px;
	text-align: center;
	border-bottom: 5px solid #fff;
	padding: 0px 0px 0px 0px;
	color: #fff;
}
#footer a:link, #footer a:visited {
	color: #aaa;
	text-decoration: none;
}
#footer p{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#footer div{
	float: left;
	margin: 0px 0px 0px 170px;
}



/* 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: orange;
	font-size: 14px;
	background-color: transparent;
	padding: .2em .5em;
	border: 1px solid #666;
	margin: 0px 2px 10px 2px;
}
input.inputtext{
	width: 278px;
	border: 1px solid #666;
}
input.inputleft{
	width: 17px;
	border: 1px solid #666;
}
textarea{
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
}
label {
	margin: 0px 10px 0px 0px;
	display: block;
	width: 130px;
	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;
}
.red{
	color: red;
}

