

﻿html, body {
	width:100%;
	background:#b4bf2c;
}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:78%;
}

h1, h2, h3, h4, h5, h6 { 
    margin-top: 1.2em;
    margin-bottom: .5em;
} 

ul, ol, p { 
    margin-top: .5em; 
    margin-bottom: .5em; 
}

ul, ol {
	padding:0 .25em;
	margin-left:1.5em;
	list-style-image:url(../images/puce.png);
}

ul.bulletedRollover {
	list-style: none;
	list-style-image:none;
	text-align: left;
	padding:0 .25em;
	margin-left: 0;
}

ul.bulletedRollover li a {
	background: transparent url(../images/list-off.gif) left .5em no-repeat;
	padding-left: 15px;
	text-align: left;
}

ul.bulletedRollover li a:hover {
	background: transparent url(../images/list-on.gif) left .5em no-repeat;
}

ul.bulletedRollover li a#current {
	background: transparent url(../images/list-active.gif) left .5em no-repeat;
}

a {
	text-decoration:none;
	color:#39c;
}

a:hover {
	color:#b4bf2c;
	text-decoration:underline;
}

a.chevrons {
	padding-right:10px;
	background:url(../images/chevrons.gif) no-repeat right center;
}

a.plus {
	padding-left:16px;
	background:url(../images/plus_ico.png) no-repeat left center;
}

p.erreur {
	padding:10px 10px 10px 36px;
	color:#c33;
	background:#fcc url("../images/error.png") no-repeat 10px center;
	font-size:0.9em;
	border-top:1px solid #c33;
	border-bottom:1px solid #c33;
}

p.ok {
	padding:10px 10px 10px 36px;
	color:#690;
	background:#e6ff9a url("../images/ok.png") no-repeat 10px center;
	font-size:0.9em;
	border-top:1px solid #690;
	border-bottom:1px solid #690;
}

.tooltip,
.tooltipBubble {
	cursor:pointer;
}

/* HEADER ***************************************************************************************/

#header {
	position:relative;
	height:100px;
	background:#b30c6e url("../images/header_bg.png") repeat-x top;
}

#header h1 {
	text-indent:-5000px;
	position:absolute;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}

#topaccount {
	position:absolute;
	top:0;
	right:0;
	color:#fff;
	height:31px;
	width:570px;
	background:url("../images/topaccount_bg.png") no-repeat bottom;
	/*font-size:.9em;*/
}

#topaccount p {
	margin:0;
}

#topaccount a {
	color:#fff;
	text-decoration:none;
	float:right;
	line-height:30px;	
}

#topaccount a:hover {
	color:#fff;
	text-decoration:underline;
}

#topaccount a.username {
	background:url("../images/user_ico.gif") no-repeat left;
	padding-left:26px;
	margin-right:14px;
}

#topaccount a.log {
	border-left:1px solid #a73473;
	padding-left:40px;
	background:url("../images/log_ico.gif") no-repeat 13px;
	margin-right:10px;
}

#topaccount a.credits {
	float:right;
	line-height:30px;
	margin-right:14px;
	padding-left:26px;
	background:url("../images/credits_ico.gif") no-repeat left;
}

#topbannernlinks {
	position:absolute;
	top:38px;
	right:10px;
	width:100%;
}

#topbanner {
	/*border:1px dotted #fff;*/
	width:468px;
	height:60px;
	float:right;
}

#topbanner p {
	margin:0;
}

#toplinks {
	float:right;
	color:#fff;
	margin-left:5%;
}

#toplinks a {
	color:#fff;
	text-decoration:none;
}

#toplinks a:hover {
	text-decoration:underline;
}

#toplinks .phone {
	padding-right:21px;
	background:url("../images/phone_ico.gif") no-repeat right;
}

#toplinks .toplinks {
	padding-right:21px;
	background:url("../images/toplinks_ico.gif") no-repeat right;
}

#toplinks ul {
	list-style:none;
	list-style-image:none;
	margin-left:0;
	padding:0;
	text-align:right;
}

/* CONTENT **************************************************************************************/

#content {
	clear:both;
	background:#d1e5fb url("../images/content_bg.png") repeat-x top;
	min-height:318px;
	padding-bottom:20px;
	overflow:auto;
}

/* CENTER ***************************************************************************************/

#center {
	width:960px;
	/*margin:0 auto;*/
	overflow:auto;
	position:relative;
	left:50%;
	margin-left:-480px;
}

/* BREADCRUMB ***********************************************************************************/

#breadcrumb {
	height:35px;
	line-height:35px;
	color:#999;
	padding:0 10px;
}

#breadcrumb p {
	margin:0;
}

#breadcrumb span.breadcrumb_separator {
	padding-left:10px;
	background:url("../images/chevrons.gif") no-repeat center center;
}

/* LEFT, RIGHT, MAIN ****************************************************************************/

/* 3 colonnes */

#left.left_lmr {
	float:left;
	width:200px;
	margin-right:10px;
}

#main.main_lmr {
	float:left;
	width:620px;
	margin-right:10px;
}

#right.right_lmr{
	float:right;
	width:120px;
}

/* 1 colonne */

.left_mmm {
	float:none;
	width:0;
	margin:0;
	font-size:0;
}

.main_mmm {
	width:960px;
	margin:0;
	float:none;
}

.right_mmm {
	float:none;
	width:0;
	font-size:0;
}

/* 2 colonnes, main à droite */

.left_lmm {
	float:left;
	width:200px;
	margin-right:10px;
}

.main_lmm {
	width:750px;
	margin:0;
	float:left;
}

.right_lmm {
	float:none;
	width:0;
}

/* 2 colonnes, main à gauche */

.left_mmr {
	float:none;
	width:0;
	margin:0;
}

.main_mmr {
	width:830px;
	margin:0;
	float:left;
	margin-right:10px;
}

.right_mmr {
	float:right;
	width:120px;
	overflow-y:hidden;
}

/* ACCUEIL **************************************************************************************/

#homepage {
	overflow:hidden;
}

#homepage h3 {
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	color:#000;
}

#homepage .block1 {
	float:left;
	width:426px;
	padding:0;
}

#homepage .block2 {
	float:left;
	margin-left:10px;
	width:324px;
	padding:0;
}

#homepage .block2 p.dr {
	border-bottom:1px solid #ccc;
	text-align:justify;
	margin:0;
	padding-bottom:.5em;
	padding-top:.5em;
}

#homepage .block2 p.dr span.prix {
	white-space:nowrap;
}

#homepage .block2 p.dr a:link {
	color:#cc3f8d;
}

#homepage .block2 p.dr a:hover {
	color:#c8d431;
}

#homepage .block3 {
	float:right;
	width:190px;
	padding:0;
}

#homepage .block1 .containerBigTitle,
#homepage .block2 .containerBigTitle,
#homepage .block3 .containerBigTitle {
	height:25em;
}

#homepage .block4 {
	clear:both;
	float:left;
	width:206px;
}

#homepage .block5 {
	float:left;
	margin-left:10px;
	width:208px;
}

#homepage .block6 {
	float:left;
	margin-left:10px;
	width:326px;
}
#homepage .block7 {
	float:right;
	width:190px;
}

#homepage .block4 .containerContent,
#homepage .block5 .containerContent,
#homepage .block6 .containerContent,
#homepage .block7 .containerContent {
	height:10em;
}

ul.tickerH {
	width:406px;
	/*height:60px;
	overflow:hidden;*/
	overflow:auto;
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}

ul.tickerH li {
	margin:0 1px 0 0;
	padding:0;
	float:left;
}

ul.tickerV {
	overflow:auto;
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}

ul.tickerV li {
	border-bottom:1px dotted #ccc;
	text-align:justify;
	margin:0;
	padding-bottom:.3em;
	padding-top:.3em;
	font-size:.95em;
}

ul.tickerV li a:link {
	color:#cc3f8d;
}

ul.tickerV li a:hover {
	color:#c8d431;
}

ul.tickerV span.prix {
	white-space:nowrap;
}

/* CONNEXION ************************************************************************************/

#connexion_bloc1 {}

#connexion_bloc2 {}

#connexion_bloc1 h3 {
	font-size:1.2em;
	color:#fff;
	padding:6px 3px;
	background:#ae0167 url("../images/containers/title_bg1.png") repeat-x top;
}

#connexion_bloc2 h3 {
	font-size:1.2em;
	color:#fff;
	padding:6px 3px;
	background:#a7b129 url("../images/containers/title_bg2.png") repeat-x top;
}

/* RECHERCHE ************************************************************************************/

#alerte {
	padding:1em;
}

#alerte #fermer {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

div.pageNav {
	margin-bottom:10px;
	overflow:hidden;
	height:1%;
}

div.pageNav .counter {
	float:left;
}

div.pageNav .pages {
	float:right;
}

div.result {
	clear:both;
}

div.result .head {
	background:#b8b8be url("../images/results_head_bg.png") repeat-x top;
	height:24px;
	margin:10px 0;
}

div.result .head .resultTitle {
	line-height:24px;
	font-size:1em;
	padding-left:5px;
	height:24px;
	float:left;
}

div.result .head .transac_prix {
	float:right;
	background:#ae0167 url("../images/containers/title_bg1.png") repeat-x top;
	padding:0 5px;
	line-height:24px;
	font-size:0.85em;
	text-align:right;
	color:#fff;
	font-weight:bold;
}

div.result .body {
	clear:both;
	padding:0 5px;
}

div.result .body img {
	margin:0 1em 0 0;
}

div.result .foot {
	clear:both;
	border-bottom:1px solid #ccc;
	padding:4px 5px;
	overflow:auto;
}

div.result .foot span.reference {
	float:left;
	width:25%;
	font-size:0.9em;
	/*color:#cc3f8d;*/
	color:#808080;
}

div.result .foot span.hit {
	font-size:0.9em;
	float:left;
}

div.result .foot span.plusinfo {
	float:right;
	width:50%;
	text-align:right;
}

div.pageNavBottom {
	text-align:right;
}

div.pageNav, div.pageNavBottom {
	font-weight:bold;
}

div.pageNav a, div.pageNavBottom a {
	font-weight:normal;
}

/* DERNIERS / LES PLUS CONSULTES *************************************************************************************/
#derniersbiens,
#biensplusconsultes,
#dernieresrecherches,
#recherchesplusconsultees {
	font-size:.85em;
}

#derniersbiens p,
#biensplusconsultes p,
#dernieresrecherches p,
#recherchesplusconsultees p {
	clear:left;
	border-bottom:1px solid #d1e5fb;
	padding-bottom:.5em;
	text-align:justify;
	overflow:auto;
}

#derniersbiens span.prix,
#biensplusconsultes span.prix,
#dernieresrecherches span.prix,
#recherchesplusconsultees span.prix {
	white-space:nowrap;
}

#derniersbiens p.lastitem,
#biensplusconsultes p.lastitem,
#dernieresrecherches p.lastitem,
#recherchesplusconsultees p.lastitem {
	border:0;
	padding-bottom:0;
	margin-bottom:0;
}

#derniersbiens img,
#biensplusconsultes img {
	margin-right:5px;
}

div.rss {
	text-align:right;
	clear:both;
}

/* DETAIL BIEN / DETAIL RECHERCHE ************************************************************************************/

span.detailSubtitle {
	display:block;
	font-size:.7em;
}

#bien_detail h3,
#proposer h3,
#recherche h3, 
#recherche_detail h3 {
	color:#b30c6e;
	border-bottom:1px solid #b30c6e;
	clear:both;
	font-size:1.35em;
}

#bien_detail_photos {
	overflow:auto;
}

#bien_detail_photos span {
	display:block;
	float:left;
	margin:0 2px 2px 0;
}

#bien_detail_photos span.firstPhoto {
	margin:0 10px 10px 0;
}

p.bien_plus {
	margin-top:0; /*IE*/
	color:#cc3f8d;
}

span.sprox,
span.carac,
span.profil {
	display:block;
	width:10em;
	float:left;
}

span.info {
	font-size:0.8em;
	color:#666;
}

ul.liste_2col, ul.liste_3col {
	width :100%;
	list-style:none;
	list-style-image:none;
	margin-left:0;
	margin-right:0;
	padding:0;
	overflow:hidden;
}

ul.liste_2col li {
	width:50%;
	float:left;
}

ul.liste_3col li {
	width:33%;
	float:left;
}

#contact_detail p {
	text-align:justify;
}

p.info_payant {
	background:#ddeeff;
	color:#6699CC;
	padding:5px;
}

/* TROUVER UN PARTENAIRE ****************************************************************************/

.partenaire {
	margin-bottom:1em;
	border:1px solid #ccc;
	padding:5px;
}

.partenaire h3 {
	font-size:1.5em;
	color:#cc3f8d;
	border-bottom:1px solid #cc3f8d;
	margin-top:0;
}

.partenaire .offre {
	color:#cc3f8d;
	font-size:1.1em;
	font-weight:bold;
}

.partenaire .offre img {
	vertical-align:middle;
}

.partenaire .media img {
	margin-right:4px;
}

.devis h3 {
	color:#cc3f8d;
	border-bottom:1px solid #cc3f8d;
}

/* FINANCEMENT **************************************************************************************/

#financement {
	text-align:justify;
}

#financement h3 {
	color:#b30c6e;
	border-bottom:1px solid #b30c6e;
	clear:both;
	font-size:1.35em;
}

#financement_leftpane .containerContent {
	font-size:.85em;
	text-align:justify;
}

#financement .wrapper {
	overflow:auto;
	clear:both;
}

.emprunteur2 {
	float:left;
	width:290px;
}

#financement h4 {
	color:#c8d431;
	border-bottom:1px solid #c8d431;
	font-size:1.15em;
	margin-bottom:1em;
}

#financement h5 {
	color:#666;
	border-bottom:1px solid #666;
	font-size:1em;
	margin-bottom:1em;
}

.coemprunteur {
	float:right;
	width:290px;
	padding-left:10px;
	border-left:1px dotted #ccc;
}

.cgv {
	width:400px;
	font-family:"Courier New", Courier, monospace;
}

/* AIDE *********************************************************************************************/

#aide p {
	text-align:justify;
}

p.question {
	border-top:1px solid #c8d431;
	border-bottom:1px dotted #ccc;
	background:#f5F5F5;
	padding:.4em;
	margin-top:1.5em;
	color:#cc3f8d;
}

#aide p.hautdepage {
	font-size:.9em;
	text-align:right;
}

/* MON COMPTE ***************************************************************************************/

#mon_compte_sommaire p {
	background:#F5F5F5;
	border:1px solid #808080;
	padding:10px;
	overflow:auto;
}

#mon_compte_sommaire p:hover {
	background:#edf1ba;
	cursor:pointer;
}

#mon_compte_sommaire img {
	margin-right:1em;
}

form.mon_profil h3 {
	color:#b30c6e;
	border-bottom:1px solid #b30c6e;
	clear:both;
	font-size:1.35em;
}

table.style1 {
	border-collapse:collapse;
}

table.style1 th {
	/*background:#F5F5F5;*/
	background:#F5F5F5 url(../images/th_bg.jpg) no-repeat top left;
	border:1px solid #ccc;
	padding:.3em;
}

table.style1 tr:hover {
	background:#edf1ba;
}

table.style1 td {
	font-size:.9em;
	border:1px solid #ccc;
	padding:.1em .5em;
}

table.style2 tr.rowColor1 {
	background:#edf1ba;
}

table.style2 tr.rowColor2 {
	background:#EDFECD;
}

.supprBien,
.supprRech,
.supprAlerte {
	cursor:pointer;
}

/*#mes_credits h3 {*/
#historique h3 {
	color:#b30c6e;
	border-bottom:1px solid #b30c6e;
	font-size:1.35em;
}

/* FOOTER ***************************************************************************************/

#footer {
	background:#b4bf2c url("../images/footer_shadow.png") repeat-x top;
	padding:18px 10px 10px 10px;
}

#footer #footcols {
	width:960px;
	margin:0 auto;
	overflow:auto;
}

#footer h2 {
	font-size:1.1em;
	font-weight:normal;
	margin-top:0;
}

#footer ul {
	list-style:none;
	list-style-image:none;
	margin-left:0;
	padding-left:0;
}

#footer #footcol1,
#footer #footcol2,
#footer #footcol3 {
	float:left;
	background:url(../images/footcol_bg.png) repeat-x top;
	width:293px;
	padding:10px;
	min-height:117px;
}

#footer #footcol2 {
	margin-left:10px;
	width:294px;
}

#footer #footcol3 {
	float:right;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

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

#footer hr {
	clear:both;
	color: #000;
	background-color: #000;
	height: 1px;
	border:0;
	padding:0;
}

#footer p {
	margin:0;
}

.confidentialite p.hautdepage {
	text-align:right;
	font-size:.9em;
}

.confidentialite p,
.conditions_utilisation p {
	text-align:justify;
}
