.left, .nav1, .nav2, .liste_pays, .number_pages, .global_annonces, .p_print, .bord_bas, .bord_haut, .retour_liste, .geo {
	display: none;
}

.pre-wrap {
 white-space: pre-wrap;       /* css-3 should we be so lucky... */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 ?? */
 white-space: -o-pre-wrap;    /* Opera 7 ?? */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 _white-space: pre;   /* IE only hack to re-specify in addition to word-wrap  */

}

/*general*/
body, html{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
body{
	  font-size: 62.5%;
}
#global{
	width: 100%;
}
.clear{
	clear: both;
}
/*-----BORDS HAUT ET BAS----*/
.bord_haut{
	border-top: 1px solid #BF5425;
	border-bottom: 1px solid #EF9C48;
	padding:1px 0 0 0;
}
.bord_bas{
	border-top: 1px solid #EF9C48;
	border-bottom: 1px solid #BF5425;
	padding:1px 0 0 0;
}
/*-----HEADER-----*/
.header{
	height: 81px;
	background-image: url(/site/images/op_immo.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.header .logo{
	display: list-item;
	list-style-image:url(/site/images/logo.jpg);
	list-style-position: inside;
	overflow:hidden;
	font-size:1px;
   margin: 17px 0 0 10px;
	padding: 0;
	width:136px;
	height: 50px;
}

/*.header .logo{
	background-image: url(/site/images/logo.jpg);
	background-repeat: no-repeat;
	margin: 17px 0 0 10px;
	padding: 0;
	width:136px;
	height: 50px;
}*/
.header .logo a{
	display: block;
	width: 136px;
	height: 50px;
}
/*-----TITRE-----*/
h1{
   text-align:left;
	color: #EF9C48;
	font-weight: bold;
	border-bottom: 1px solid #EF9C48;
	font-size: 1.8em;
	padding:0;
	margin:0 10px 5px 10px;
}
.content{
	padding: 0 0 10px 0;
}
.pagecontent{
   text-align: left;
}

/*-----------CONTENT------------*/
h2{
	margin:0;
	font-size: 1.6em;
	padding: 0;
	color: #BF5425;
}
h2 a{
	text-decoration: none;
	color: #BF4525;
}

/*-----ANNONCE_DETAILS.HTML-----*/
.details{
	margin:10px 10px 5px 10px;
}
.details_txt h3{
	margin:0 0 5px 0;
	padding: 0;
	color: #BF4525;
	font-size:1.4em;
	font-weight: bold;
}
.details_txt p{
	margin:0 0 5px 0;
	padding: 0;
	font-size: 1.4em;
}
.details_img{
	margin-bottom:5px;
}
.details_img img{
	display:block;
	float: left;
	padding:1px;
	margin-right: 10px;
	border:1px solid #e5e5e5;
}
.footer{
	margin-left: 10px;
}
.footer .org{
	font-weight: bold;
}
.footer .clear{
	font-size:1.2em;
}
.footer .geo{
	margin-left: 1em;
}
.center_img{
	display: none;
}
.close_zoom  span{
	display: none;
	
}

