body {
	background-color : #FFF;
	background-image: url(../fx/bg.gif);
	background-repeat: repeat-x;
	color: #262626;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 76%;
}
#header{
	background-image: url(../fx/header.gif);
	background-repeat: no-repeat;
	position: relative;
	background-color: black;
	margin: 0 auto 0;
	width: 758px;
	height: 100px;
}
#menu{
	margin: 5px auto 30px;
	font-weight: bold;
	text-indent: 0px;
	position: absolute;
	background-color: black;
	top: 66px;
	right: 0px;
}
#menu ul{
	margin: 0px 0px 0px 0px;
	background-color: black;
	padding: 0px 0px 0px 0px;
}
#menu li{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background-image: url(../fx/but.gif);
	width: 80px;
	float: left;
	height: 24px;
	background-color: black;
	background-repeat : no-repeat;
	list-style-type : none;
	text-align: center;
}
#menu li  a:link{
	text-decoration: none;
	color: #E4E4E4;
	background-color: transparent;
	display: block;
	width: 80px;
	height: 24px;
}
#menu li  a:visited{
	text-decoration: none;
	color: #E4E4E4;
	background-color: transparent;
	display: block;
	width: 80px;
	height: 24px;
}
#menu li  a:hover{
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	margin: -5px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	display: block;
	width: 80px;
	height: 24px;
}
#menu_prop{
	float: left;
	clear: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 200px;
	border: 5px dotted #8C8C8C;
	padding: 0px;
	margin-right: 20px;
}
td{
	 font-size: 1em;
}
#menu-cont{
	clear: both;
	height: 200px;
	margin-top: 20px;
	margin-bottom: 50px;
}
#content{
	margin: 0 auto 0;
	top: 15px;
	left: 15px;
	width: 730px;
	padding: 5px;
	position: relative;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../fx/logo_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 150px;
}
#content p{
	text-align: justify;
	font-size: 1.1em;
}

hr{
	border: 3px dashed #000;
}

h1{
	font-size: 1.4em;
	margin: 0px;
	color: #5B5B5B;
	background-color: transparent;
	font-family : "Times New Roman", Times, serif;
}
.right{
	float: right;
	margin: 30px;
}
.red{
	color: red; 
	font-size: .8em;
}
#property_right{
	clear: right;
	float: right;
	width: 120px;
	margin-left: 20px;
	text-align: center;
	background-color: #F4F4F4;
	border: 1px solid #000;
}
.prop_image{
	margin-bottom: 10px;
	color: #000;
}
.prop_image img{
	border: 1px solid #000;
	margin-top:3px;
}
h4{
	font-size: 1em;
	margin: 0px 0px 0px 10px;
	color: #6C6C6C;
	background-color: transparent;
}
h3{
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
	color: #fff;
	padding: 1px;
	background-color: transparent;
	background-image: url(../fx/red-bg.gif);
}
.short{
	width: 465px;
	margin-top: 10px;
}
h5{
	font-size: 1em;
	margin: 0px 0px -5px 5px;
	color: #fff;
	background-color: transparent;
}
h5 span{
	color: #6C6C6C;
	background-color: transparent;
}
a:link{
	color: #FF6600;
	background-color: transparent;
	text-decoration: none;
}
a:visited{
	color: #FF6600;
	text-decoration: none;
	background-color: transparent;
}
a:hover{
	color: Red;
	background-color: transparent;
}

#prop_details{
	
}
.propname{
	border-bottom: 1px dotted #FF3333;
	font-size: 1em;
	width: 200px;
}
.propres{
	border-bottom: 1px dotted #FF3333;
	font-size: 1em;
}
#footer{
	clear: both;
	margin: 0 auto 0;
	width: 700px;
	padding: 35px 0px 20px 0px;
	border-bottom: 10px solid #F20017;

}
#footer p{
		color: #666;
		text-align: center;
		font-size: 1em;
		background-color: transparent;
}
#footer img{
	border: none;
}
/* form */
form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
fieldset {
	margin: 1.5em 20px .5em 10px;
	padding: 0em 1em 10px 10px;
}
legend {
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	font-size: .9em;
	padding: .1em .3em;
	border: 1px solid #fff;
	margin: 0px 0px 10px 0px;
}

input, select, textarea {
	margin-left: .5em;
	border: 1px solid #ccc;
	background-color : #fff;
	color: #000;
}
label {
	margin: 5px 0px 0px 0px;
	display: block;
	width: 6em;
	text-align: right;
	float: left;
}
fieldset div{
margin: 10px 0px 0px 0px;
}
.button {
	border: none;
}

.isthis{
line-height:27px;
width:48px;
height:27px;
color:#FFF;
background:url(../icons/fleche.png) top left no-repeat;
text-align:center;
vertical-align: middle;
}
.notthis{
line-height:27px;
width:48px;
height:27px;
color:#FFF;
text-align:center;
vertical-align: middle;
}
.Con{
width:270px;
height:28px;
color:#000;
padding-left:3px;
font-weight:normal;
font-size: 10px;
text-align:left;
}
.ConFIN{
width:270px;
height:28px;
color:#FFF;
padding-left:9px;
font-weight:normal;
font-size: 10px;
text-align:left;
}
.red{
	color: red;
}
.divider{
	border: 1px solid black;
	width: 1px;
}


