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


*, html {
	margin: 0;
	padding: 0;
}
body {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}
body.bodybg {
	/*background: #fff url(../images/background_ciel.jpg) repeat-x left top;*/
	background: #E5E7E9 url(../images/background_texture.jpg) no-repeat left top;;
	text-align: center;
}
#container {
	margin: 0px auto;
	width: 960px;
	text-align: left;
}
#register_container {
	margin: 0px auto;
	width: 700px;
	text-align: left;
}

/* Floaters and clearers */

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearboth, .clearleft, .clearright {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.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: 11px 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 {
	background: transparent url(../images/a_print_bg.gif) no-repeat left center;
	padding: 4px 4px 4px 20px;
}
a.contnotlink {
	background: transparent url(../images/a_contnot_bg.gif) no-repeat left 2px;
	padding: 0px 4px 5px 20px;
/*	display: block;*/
}


/* Header & header menu */

#header {
	background: transparent url(../images/header_bg.gif) no-repeat left top;
	height: 120px;
}
html>body #header {
	background: transparent url(../images/header_bg.png) no-repeat left top;
}

#header h1 {
	font-size: 10px;
	float: left;
}
#header h1 span {
	display: none;
}
#header_login {
	float: right;
}
*+html #header_login {
	width: 240px;
}
* html #header_login {
	width: 240px;
}
#header_login_box, #header_logged_box {
	border: none;
	padding-top: 20px;
}
#header_login_box legend, #header_logged_box legend {
	display: none;
}
#header_login_box br {
	clear: left;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}
#header_login_box label, #header_logged_box label {
	float: left;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	width: 100px;
}
#displayname {
	font-weight: bold;
	font-style: italic;
}
#header_login_box input, #header_logged_box input {
	float: left;
	margin-left: 5px;
}
#header_login_box hr, #header_logged_box hr {
	clear: left;
	visibility: hidden;
	height: 1px;
}
#headermenu {
	position: absolute;
	z-index: 100;
	top: 93px;
	width: 960px;
	height: 30px;
	background: transparent url(../images/headermenu_bg.gif) no-repeat left top;
}
html>body #headermenu {
	background: transparent url(../images/headermenu_bg.png) no-repeat left top;
}
#headermenu ul {
	padding-left: 103px;
	line-height: 26px;
}
#headermenu ul li {
	list-style: none;
	float: left;
	line-height: 26px;
	margin-left: -1px;
}
#headermenu ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(../images/headermenu_a_bg.gif) repeat-x center top;
	border-top: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: none;
	line-height: 27px;
	padding-right: 16px;
	padding-left: 16px;
	display: block;
}
#headermenu ul li a.headermenu_my {
	background: transparent url(../images/headermenu_my_a_bg.gif) no-repeat right top;
	padding-left: 30px;
	padding-right: 30px;
}
#headermenu ul li a.headermenu_my_inactive, #headermenu ul li a.headermenu_my_inactive:hover {
	background: transparent url(../images/headermenu_my_inactive_bg.gif) no-repeat right top;
	padding-left: 30px;
	padding-right: 30px;
	color: #ccc;
}
#headermenu ul li a.headermenu_my:hover {
	background: transparent url(../images/headermenu_my_a_bg.gif) no-repeat right center;
}
#headermenu ul li a.headermenu_my .self {
	background: transparent url(../images/headermenu_my_a_bg.gif) no-repeat right bottom;
}
#headermenu ul li a:hover {
	background: transparent url(../images/headermenu_a_bg.gif) repeat-x center center;
}
#headermenu ul li a.self, #headermenu ul li a.self:hover {
	color: #0647bb;
	background: transparent url(../images/headermenu_a_bg.gif) repeat-x center bottom;
}

/* Cartouche */

.cartouche {
	background: #fff;
	padding: 5px;
	margin-bottom: 20px;
	border-top: 3px solid #0647BB;
	border-bottom: 1px solid #8d95ca;
}
html>body .cartouche {
	background: transparent url(../images/trans-40x40.png) repeat left top;
}
.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 */

#content_container {
	padding: 20px 0;
}
.content_2cols {}
#col_01 {
	width: 220px;
	float: left;
}
#col_02 {
	width: 720px;
	float: right;
}
#map_container {
	border: 3px solid #fff;
	height: 500px;
}
#map_container_left {
	margin-top: 10px;
	height: 200px;
	border: 2px solid #fff;
}
.description {
	width: 480px;
	float: left;
}
.recap {
	width: 220px;
	float: right;
}
.desc_pict {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #666666;
    float: left;
    height: 81px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    width: 120px;
overflow: hidden;
}
.desc_pict img {
	border: none;
    height: 75px;
    margin-top: 3px;

}
.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 {
	background: #b8f64d url(../images/quicksearch_bg.gif) repeat-x left top;
	padding: 5px 40px 30px 5px;
	margin-bottom: 20px;
	border-top: 3px solid #0647BB;
	border-bottom: 1px solid #0647BB;
	font-size: 12px;
}
#quicksearch h2 {
	color: #fff;
}
input#searchtypen1, input#searchtypen2 {
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
	display: block;
}
#searchtext {
	float: left;
}
#quickgo {
	float: right;
	margin-top: -30px;
	margin-right: -35px;
}
*+html #quicklogo {
	margin-right: 1px;
}
* html #quicklogo {
	margin-right: 1px;
}

/* Search filters */

#searchfilters {
	background: #fff url(../images/leftblock_bg.gif) no-repeat left top;
	padding: 5px;
	margin-bottom: 20px;
	border-top: 3px solid #0647BB;
	border-bottom: 1px solid #0647BB;
}
html>body #searchfilters {
	background: transparent url(../images/trans-40x40.png) repeat left top;
}
#searchfilters ul {
	padding-bottom: 20px;
}
.filters p {
	color:#0647BB;
	padding: 5px 0 0 0;
	font-weight: bold;
	font-size: 11px;
}

/* Left Blocks */

.left_block {
	background: #fff url(../images/leftblock_bg.gif) no-repeat left top;
	padding: 5px;
	margin-bottom: 20px;
	border-top: 3px solid #8d95ca;
	border-bottom: 1px solid #8d95ca;
}
html>body .left_block {
	background: transparent url(../images/trans-40x40.png) repeat left top;
}
.left_block p {
	color: #666;
	padding: 0 0 10px 0;
}
#geoloc {
	background: #fff url(../images/leftblock_bg.gif) no-repeat left top;
	padding: 5px;
	margin-bottom: 20px;
	border-top: 3px solid #0647BB;
	border-bottom: 1px solid #8d95ca;
}
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:8px;
}
.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 {
	line-height: 2em;
}
.secondnav li {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	list-style: none;
}
.secondnav li.rightli {
	float: right;
	display: inline;
	margin: 0px 0px 0px 10px;
	list-style: none;
}


/* Tri des pages */

.tripages {
	line-height: 2em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	text-align: right;
}
.tripages_nbpp {
	float: left;
	padding-right: 20px;
}
.tripages a {
	text-decoration: none;
	padding: 0.2em;
}
.tripages a:hover {
	color: #85c01e;
	text-decoration: underline;
}
.tripages a.underlinelink {
	text-decoration: underline;
	text-transform:uppercase;
}
.tripages a.selected, .tripages a.selected:hover {
	font-size: 1.4em;
	font-weight: bold;
	border: 1px solid #85c01e;
	color: #0647bb;
	text-decoration: 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 {
 padding-top: 5px;
 border-top: 1px solid #0647bb;
 text-align: right;
}

/* 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;
}

