/** CSS - IMMO 91.com
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

/** Body
==============================================================================*/

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
color: #777777;
background-color: #ffffff;
margin: 0 auto;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

a img {
border: none;
}

p {
margin: 0 0 20px 0;
}

.left {
float: left;
}

.right {
float: right;
}

.texte_orange { 
font-size: 10px; 
color: #f08707;
}

.texte_gris { 
font-size: 10px; 
color: #777777;
}

.texte_blanc { 
font-size: 10px; 
color: #FFFFFF;
}

/** Headings
==============================================================================*/

h1 {
font-size: 28px;
line-height: 30px;
color: #464f57;
margin: 0 0 30px 0;
letter-spacing: -1px;
}

h2 {
font-size: 14px;
line-height: 14px;
margin-bottom: 8px;
color: #464f57;
text-transform: uppercase;
border-bottom: 1px solid #bdc9d2;
}

h3 {
font-size: 18px;
line-height: 20px;
color: #464f57;
}

h4 {
color: #464f57;
text-transform: capitalize;
}

/** Links
==============================================================================*/

a:link {
color: #f08707;
text-decoration: none;
}

a:visited {
color: #f08707;
text-decoration: none;
}

a:hover {
color: #464f57;
text-decoration: none;
}

a:active {
color: #464f57;
text-decoration: none;
}

/** Main Container
==============================================================================*/

#container {
width: 960px;
margin: 0 auto;
}

/** Logo
==============================================================================*/

#logo {
float: left;
margin: 10px 0 0 0;
}

/** Navigation
==============================================================================*/

ul#nav {
float: right;
list-style-type: none;
margin: 40px 0 0 0;
}

ul#nav li {
float: left;
margin: 0 10px 0 0;
}

ul#nav li a {
color: #f08707;
display: block;
}

ul#nav li a:hover {
color: #464f57;
}

ul#nav li#current a {
color: #ffffff;
padding: 0 8px 0 8px;
background-color: #f08707;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

/** Call
==============================================================================*/

#call {
float: left;
width: 920px;
margin: 20px 0px 0px 0px;
padding: 10px 20px 10px 0px;
font-size: 12px;
color: #464f57;
}

#call p {
margin: 0;
}

#call span {
font-size: 16px;
font-weight: bold;
color: #464f57;

}

/** Home Header
==============================================================================*/

#homeheader {
float: left;
width: 960px;
background: #e1e6e8;
color: #464f57;
margin: 0 0 20px 0;
border: 1px solid #bdc9d2;
}

#homeheader img {
float: left;
}

#homeintro {
float: right;
width: 292px;
height: 276px;
padding: 19px;
background: #e1e6e8;
}

#homeintro h1 {
margin: 30px 0 20px 0;
}

#homeintro a#btnleft, #homeintro a#btnright {
float: left;
display: block;
color: #562f00;
width: 145px;
height: 50px;
text-align: center;
padding: 12px 0 0 0;
}

#homeintro a#btnleft {
background: url(images/btn_left_bg.jpg) no-repeat;
font-weight: bold;
font-size : 18px;
color: #ffffff;
}

#homeintro a#btnright {
font-weight: bold;
font-size : 14px;
color: #f08707;
}

/** Home Welcome, New Listings
==============================================================================*/

#homewelcome, #newlistings {
float: left;
display: inline; /*ie6 double margin bug fix*/
width: 300px;
margin: 0 20px 0 0;
}

#homewelcome h1 {
margin: 0 0 10px 0;
}

.listing {
float: left;
width: 295px;
margin: 0 0 10px 0;
}

.listing img {
float: left;
padding: 2px;
margin: 0 10px 0 0;
border: 1px solid #d8d6d4;
}

.listing h3 {
float: right;
width: 165px;
font-size: 14px;
margin-bottom: -8px;
}

.simu {
text-align: center;
float: left;
width: 295px;
margin: 0 0 20px 0;
}

.simu img {
text-align: center;
padding: 2px;
margin: 0px;
border: 0px;
}

.location, .propertytype {
font-size: 10px;
margin: 0;
color: #aaaaaa;
}

.price, .bedbathsqft {
font-size: 12px;
margin: 0;
color: #777777;
}

.price {
font-weight: bold;
margin-bottom: -5px;
}

/** Listing Detail
==============================================================================*/

#listingdetail {
float: right;
width: 600px;
margin: 20px 10px 10px 10px;
color: #777777;
font-size: 12px;
}

/** Listing Wrapper
==============================================================================*/

#listingwrap {
float: left;
width: 960px;
border: 1px solid #bdc9d2;
}


/** Sidebar
==============================================================================*/

#sidebar {
float: left;
width: 309px;
padding: 19px 0 19px 19px;
}

/** Footer
==============================================================================*/
#footer {
float: left;
width: 960px;
margin: 30px 0 20px 0;
padding: 10px 0 10px 0;
border-top: 1px solid #bdc9d2;
text-align: center;
line-height: 14px;
}

#footer a, #footer a:hover {
color: #777777;
text-decoration: underline;
}

#footer p {
color: #777777;
font-size: 11px;
}

#footer span.ref {
text-align: left;
}

/** Form
==============================================================================*/
form {
	padding: 10px;
	margin: 0px auto;
}

label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
}

.obligatoire {
	color: #f08707;
	font-weight: bold;
}

/** Message felicitations
==============================================================================*/
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
}

.MsgSent h1 {
	background: url(http://www.immo91.com/cform/images/MsgSent.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #5AAB03;
}

/** Message erreur
==============================================================================*/
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
}

.MsgError h1 {
	background: url(http://www.immo91.com/cform/images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #E43232;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}

/** Form check
==============================================================================*/
.tipsbox .tipsbox_top_left{
	background : url(http://www.immo91.com/cform/images/top_left.png) no-repeat;
	_background : url(http://www.immo91.com/cform/images/top_left.gif) no-repeat;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_top{
	background : url(http://www.immo91.com/cform/images/top.png) repeat-x;
	height : 17px;
	_background : url(http://www.immo91.com/cform/images/top.gif) repeat-x;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_top_right{
	background : url(http://www.immo91.com/cform/images/top_right.png) no-repeat;
	_background : url(http://www.immo91.com/cform/images/top_right.gif) no-repeat;
	_background-position : 0px 8px;
}

.tipsbox .tipsbox_left{
	background : url(http://www.immo91.com/cform/images/left.png) repeat-y;
	width : 17px;
	_background : url(http://www.immo91.com/cform/images/side.gif) repeat-y;
	_background-position : 9px 8px;
}

.tipsbox .tipsbox_right{
	background : url(http://www.immo91.com/cform/images/right.png) repeat-y;
	width : 22px;
	_background : url(http://www.immo91.com/cform/images/side.gif) repeat-y;
	_width : 9px;
}

.tipsbox .tipsbox_bottom_left{
	background : url(http://www.immo91.com/cform/images/bottom_left.png);
	_background : url(http://www.immo91.com/cform/images/bottom_left.gif) no-repeat;
	_background-position : 9px 0px;
}

.tipsbox .tipsbox_mark{
	background : url(http://www.immo91.com/cform/images/mark.png) no-repeat;
	height : 36px;
	_background : url(http://www.immo91.com/cform/images/mark.gif) no-repeat;
}

.tipsbox .tipsbox_bottom_right{
	background : url(http://www.immo91.com/cform/images/bottom_right.png);
	_background : url(http://www.immo91.com/cform/images/bottom_right.gif) no-repeat;
}

.tipsbox .tipsbox_inner, .tipsbox .tipsbox_inner_ie6{
	background : url(http://www.immo91.com/cform/images/inner.png);
}

.tipsbox .tipsbox_inner_ie6 {
	padding : 4px;
}

.tipsbox .tipsbox_error {
	background : url(http://www.immo91.com/cform/images/error.png) no-repeat;
	_background : url(http://www.immo91.com/cform/images/error.gif) no-repeat;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	float: left;
	clear: left;
}

.tipsbox p, .tipsbox {
	font-size: 1em;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.tipsbox p {
	padding-left: 55px;
	line-height: 15px;
}

.tipsbox p span {
	font-size: 1em;
	font-weight: bold;
	color: #F14F4F;
	line-height: 35px;
}


.error_f {
	border : 1px dotted #666;
	margin-top : 5px;
	background-color : #EAEAEA;
}

.error_f p {
	margin : 5px;
	color : #A00;
}

.error_f p span {
	font-size : 1.1em;
	color : #000;
	margin : 5px 0px 0px 0px;
}

/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background: #DDDDDD;}
.radioAreaChecked {background: n#DDDDDD;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background: #DDDDDD;}
.checkboxAreaChecked {background: #DDDDDD;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background: #DDDDDD;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background: #DDDDDD;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background: #DDDDDD;}
.txtarea .tr_xon {background: #DDDDDD;}
.txtarea .br, .txtarea .br_xon {background: #DDDDDD;}
.txtarea .br_xon {background: #DDDDDD;}
.txtarea .cntr {background: #DDDDDD;}
.txtarea .cntr_xon {background: #DDDDDD;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background: #DDDDDD;
	float:left;
}
.txtarea .cntr_l_xon {background: #DDDDDD;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background: #DDDDDD;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background: #DDDDDD;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background: #DDDDDD;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}
