@charset "utf-8";
/* CSS Print Document */


*, html {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}
body.bodybg {
	background-color: #FFFFFF;
	background-image: none;
	text-align: left;
}
#container, #register_container {
	width: auto;
}

/* Floaters and clearers */

.floatleft, .floatright {
	float: none;
}
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

/* Standard elements tags */

form {
	display: inline;
}
li {
	list-style-type: none;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
h1, h2, h6 {
	font-size: 18px;
	color: #0647bb;
	font-weight: normal;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
h3 {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 4px;
	padding-bottom: 1px;
}
h4 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
}
p {
	padding-bottom: 5px;
}
a {
	color: #0647bb;
}
a:hover {
	color: #85c01e;
}
.bigger {
 font-size: 1.2em;
}
.green-text {
	color: #339900;
}
.smaller {
	font-size: 0.8em;
}
.centered_content {
	text-align: center;
}
td, th {
	font: 12px Arial, Verdana, Helvetica, sans-serif;	
}

/* Buttons & links */

input.greenbutton {
	background: #85C01E;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
	text-align: center;
}
input.greenbutton:hover {
	background: #425e16;
}
a.subscribe {
	background: transparent url(../images/a_subscribe_bg.gif) no-repeat left center;
	padding: 4px 4px 4px 20px;
}
a.logout {
	background: transparent url(../images/a_logout_bg.gif) no-repeat left center;
	padding: 4px 4px 4px 20px;
}
a.helplink {
	background: transparent url(../images/a_help_bg.gif) no-repeat left center;
	padding: 4px 4px 4px 20px;
}
a.contactlink {
	background: transparent url(../images/a_contact_bg.gif) no-repeat left center;
	padding: 4px 4px 4px 20px;
}
a.morelink, .morecontent {
	background: transparent url(../images/a_more_bg.gif) no-repeat left center;
	padding: 4px 4px 4px 20px;
}
a.favorite, .favoritecontent {
	background: transparent url(../images/a_favorite_bg.gif) no-repeat left center;
	padding: 4px 4px 4px 20px;
}
a.backlink {
	background: transparent url(../images/a_back_bg.gif) no-repeat left center;
	padding: 4px 4px 4px 20px;
}
a.savepref {
	background: transparent url(../images/a_savepref_bg.gif) no-repeat left center;
	padding: 4px 4px 4px 20px;
}

a.printlink {
	display: none;
}
a.contnotlink {
	display: none;
}


/* Header & header menu */

#header {
	display: none;
}

/* Cartouche */

.cartouche {
	background: #fff;
	padding: 0;
	margin-bottom: 20px;
	border-top: none;
	border-bottom: none;
}
html>body .cartouche {
	background-image: none;
}
.cartouche h1 {
	font-size: 24px;
}
.cartouche h1 span {
	font-size: 14px;
	color: #333;
}
.cartouche p {
	font-size: 12px;
	color: #000;
}
.cartouche_info {
	background: transparent url(../images/cartouche_info_bg.gif) no-repeat left 5px;
	color: #000;
	padding: 5px 5px 5px 35px;
}
.resume, .notaire {
	font-size: 14px;
	line-height: 20px;
	color: #444;
}
.reference, .price, .surface {
	color: #390;
	font-size: 16px;
	font-weight: bold;
}
.reference strong {
	color: #333;
}
.notaire_name {
	font-style: italic;
}
.seance {
	background: #390;
	padding: 2px 5px;
	color: #000;
}
.seance .reference {
	color: #FFF;
}
	
/* Content containers */

/* Shadowbox container */ #sb-container {
	display: none;
}
#content_container {
	padding: 0;
}
.content_2cols {}
#col_01 {
	width: auto;
	float: none;
}
#col_02 {
	width: auto;
	float: none;
	clear: both;
}
#map_container {
	border: 3px solid #fff;
	height: 500px;
}
#map_container_left {
	display: none;
}
.description {
	width: auto;
	float: none;
	padding-bottom: 20px;
}
.recap {
	width: 220px;
	float: right;
}
.desc_pict {
	width: 120px;
	height: 95px;
	float: left;
}
.desc_pict img {
	width: 100px;
	height: 75px;
	border: 1px solid #666;
	display: block;
}
.recap table {
	border-collapse: collapse;
}
.recap table th, .recap table td {
	border-bottom: 1px solid #ccc;
}
.recap table th {
	padding: 3px;
	color: #000;
	font-weight: bold;
}
.recap table td {
	padding: 3px;
}


/* Quicksearch */

#quicksearch {
	display: none;
}

/* Search filters */

#searchfilters {
	display: none;
}

/* Left Blocks */

.left_block {
	background-image: none;
	padding: 5px;
	margin-bottom: 20px;
	border-top: none;
	border-bottom: none;
}
html>body .left_block {
	background-image: none;
}
.left_block p {
	color: #666;
	padding: 0;
}
#geoloc {
	background: #fff url(../images/leftblock_bg.gif) no-repeat left top;
	padding: 5px;
	margin-bottom: 20px;
	border-top: none;
	border-bottom: none;
}
html>body #geoloc {
	background: transparent url(../images/trans-40x40.png) repeat left top;
}
.maison {
}
.maison h2 {
	font-size: 13px;
	color: #339900;
}
h2.lb_visite {
	margin-top:15px;
}
h2.lb_occupation {
	margin-top:15px;
}
.maison p {
	font-weight: normal;
	color: #333;
	font-size: 10px;
}
.maison p.bigger {
	font-size: 12px;
}
.maison strong {
	color: #000;
}
.maison a {
	font-size: 12px;
}

/* Search menu */

#search_menu {
	height: 40px;
	border-bottom: 1px solid #FFF;
}
#search_menu ul {
	padding-left: 1%;
}
#search_menu li {
	float: left;
	width: 33%;
}
#search_menu li a {
	display: block;
	line-height: 40px;
	text-indent: 24px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #0647BB;
	background-color: transparent;
	}
#search_menu li a.search_menu_map {
	background-image: url(../images/a_link_list_map_bg.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
#search_menu li a.search_menu_map:hover {
	background-image: url(../images/a_link_list_map_bg.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	color: #000;
}
#search_menu li a.search_menu_img {
	background-image: url(../images/a_link_list_img_bg.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
#search_menu li a.search_menu_img:hover {
	background-image: url(../images/a_link_list_img_bg.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	color: #000;
}
#search_menu li a.search_menu_list {
	background-image: url(../images/a_link_list_biens_bg.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
#search_menu li a.search_menu_list:hover {
	background-image: url(../images/a_link_list_biens_bg.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	color: #000;
}
#search_menu li a:hover, #search_menu li a.self {
	background-color: #FFF;
	}

/* Secondary nav */

.secondnav {
	display: none;
}


/* Tri des pages */

.tripages {
	display: none;
}

/* Listes de base */

.newlist {
	float: left;
	height: 150px;
	width: 145px;
	margin-left: 10px;
}
.newlistimg {
	height: 95px;
	width: 120px;
	border: 1px solid #c1c2d5;
	background: #fff;
}
.newlistimgnot {
	height: 95px;
	width: 120px;
	border: 1px solid #0647bb;
	background-color: #fcf9cf;
}
.newlistimg img, .newlistimgnot img {
	padding-top: 10px;
	padding-left: 10px;
}
.newlistp {
	padding: 5px 0px 0px;
	margin: 0px 25px 0px 0px;
	text-align: right;
}
.newlistpnot {
	padding: 5px 0px 0px;
	margin: 0px 25px 0px 0px;
	text-align: right;
	background: transparent url(../images/newlistpnot_bg.gif) no-repeat left center;
}

/* Liste de Biens */

.listebiens {
	margin-top: 1em;
	margin-bottom: 1em;
}
.listebiens .newlistimg {
	float: right;
}
.listebiens .newlistimgnot {
	float: right;
}
.listebiens p {
	padding: 0.5em 140px 0.5em 0em;
	font-size: 1.1em;
}

/* Listes de notaires */

.notaire_float {
	width: 230px;
	height: 200px;
	float: left;
}
.notaire_container {
	width: 220px;
	height: 180px;
	background: #fff;
	border: 1px solid #ccc;
}
html>body .notaire_container {
	background: transparent url(../images/trans-40x40.png) repeat;
}
.notaire_look {
	padding: 5px;
}

/* Footer */

#footer {
	display: none;
}

/* Contact form Shadow */

#contactform input {
	width: 300px;
	float: right;
}
*+html #contactform input {
	float: none;
}
* html #contactform input {
	float: none;
}
#contactform input#bsubmit {
	background: #85C01E;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	cursor: pointer;
	text-align: center;
}
#contactform input#bsubmit:hover {
	background: #425e16;
}
#contactform td {
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-top: 5px;
}

/* My Notmaison Styles */


.table_subscribe {
	border-collapse: collapse;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	margin-left: auto;
	margin-right: auto;
}
.table_subscribe td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: left;
}
.table_subscribe td.title {
	border-right: 1px solid #ccc;
	padding-right: 30px;
	background: #FFF;
}
html>body .table_subscribe td.title {
	background: transparent url(../images/trans-40x40.png) repeat;
}
.table_subscribe input {
	width: 170px;
}
#my_container {
	padding: 50px 0;
}
#my_container h2 {
	margin-bottom: 20px;
}
#my_left {
	width: 49%;
	min-height: 200px;
	float: left;
}
#my_right {
	width: 49%;
	min-height: 200px;
	float: right;
}
#my_left .newlist {
	margin-left: 0px;
}
.collapsible {
	border: 1px solid #d1d0de;
	background: #FFF url(../images/collapsible_bg.gif) repeat-x left top;
}
.pref_suppr {
	background: transparent url(../images/a_suppr_bg.gif) no-repeat 5px center;
	padding-left: 30px;
	cursor: pointer;
}
.pref_info {
	background: transparent url(../images/a_info_bg.gif) no-repeat 5px center;
	padding-left: 30px;
	cursor: pointer;
}
.pref_collapse {
	float: right;
	display: block;
	cursor: pointer;
	width: 30px;
	height: 32px;
	background: #b6b7bb url(../images/pref_collapse_bg.gif) no-repeat right top;
	position: relative;
}
.collapsible_container {
	margin: 5px;
	padding: 10px;
	border: 1px solid #fff;
}
.my_favorites .pref_suppr {
	position: absolute;
	z-index: auto;
	background: transparent url(../images/a_suppr_bg.gif) no-repeat left center;
	padding-left: 14px;
	margin-left: 114px;
	margin-top: -6px;
}
.my_favorites .pref_info {
	position: absolute;
	z-index: 61;
	background: transparent url(../images/a_info_bg.gif) no-repeat left center;
	padding-left: 14px;
	margin-left: 94px;
	margin-top: -6px;
}
.focus .newlistimg {
	border: 1px solid #f9e900;
	background: #fef9bf;
}
.my_title_more {
	float: right;
	font-size: 10px;
}
.my_title_more a {
	background: transparent url(../images/a_more_bg.gif) no-repeat right center;
	padding-right: 20px;
	line-height: 20px;
}
.my_title_favorite a {
	background: transparent url(../images/a_favorite_bg.gif) no-repeat right center;
	padding-right: 20px;
	line-height: 20px;
}
.pref_info_more {
	border: 1px solid #7bbce6;
	background: #c9e3f2;
	position: absolute;
	z-index:60;
	width: 200px;
	margin-left: -50px;
	margin-top: 5px;
}
.pref_info_more p {
	padding: 10px;
}
.pref_info_more .pref_suppr {
	margin-left: 188px;
	margin-top:-10px;
}

/* Slideshow */

.header_close {
	float: right;
	padding-top: 10px;
}
.slideshow_content {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.slideshow_content img {
	border: 10px solid #fff;
}
#address {
	color:#444444;
	font-size:18px;
	line-height:20px;
}
.slideshow_price {
	color:#339900;
	float:right;
}

