#index {
	width:85%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	text-align:center; /* centrage */
	padding-top:30px;
	background:transparent;
}
#index .picture {
	float:left;
	padding:0 10px 0 0;
}
#index .text {
	padding:0;
}
#index .text p {
	margin:0;
	padding:0 0 20px 0;
	text-align:justify;
}
#global {
	position:relative;
	padding-top:396px;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center; /* centrage du contenu */
	background:transparent url('images/layout/body-top-bg.jpg') repeat-x left top;
}
#accroche .accroche, #header .header, #menu .menu_header, #content, #footer .footer {
	width:993px;
	margin:0 auto;
	text-align:center; /* centrage du contenu */
}
#content {
	position:relative;
	height:auto;
	background-color:transparent;
}
#content-view {
	width:100%;
	height:auto;
	min-height:410px;
	_height:410px;
	padding:0 0 0 38px;
	text-align:left;
	background-color:transparent;
}
#content-view-top {
}

.content_place {
	padding:0 10px 0 5px ;
	margin:0 10px 10px 10px ;
}
#content-view-content {
	width:797px;
	height:auto;
	min-height:381px;
	_height:381px;
	padding:0 0 10px 0;
	text-align:center;
	background:url('images/layout/content-bg.jpg') repeat-y center top;

}
#content-view-content h2 {
	width:100%;
	padding:0 0 0 30px;
	margin:0;
	font-size:1.30em;
	font-weight:lighter;
	text-align:left;
}
#content-view-content .txt-link:link, #content-view-content .txt-link:visited {
	color:#E3E6EE;
	text-decoration:underline;
}
#content-view-content .txt-link:hover {
	color:#FBBA00;
}
#content-view-bottom {
	width:797px;
	height:29px;
	text-align:center;
	background:transparent url('images/layout/content-bottom.png') no-repeat center top;
}
#content-contact {
	position:absolute;
	top:10px;
	left:827px;
	width:165px;
	text-align:left;
	color:#fff;
}
#content-contact h1 {
	height:28px;
	padding:0 0 0 3px;
	margin:0;
	font-size:1em;
	font-weight:bolder;
	text-align:left;
}
#content-contact p {
	margin:0;
	padding:5px 0 5px 3px;
	text-align:left;
}
/* Boutons submit */
.submit-button, .submit-button-disabled {
	display:block;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	width:121px;
	height:25px;
	margin:0 auto;
	padding:0;
	background:transparent url('images/layout/form-button.png') no-repeat;
}
.submit-button {
	background-position:0 0;
}
.submit-button:hover {
	background-position:-121px 0;
}
.submit-button-disabled {
	background-position:0 0;
}
.submit-button-disabled:hover {
	background-position:0 0;
}
.submit-button .submit-button-text, .submit-button-disabled .submit-button-text {
	font-family:Arial, sans-serif;
	font-size:1em;
	font-weight:normal;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0;
	text-align:center;
	line-height:24px;
}
.submit-button:hover .submit-button-text, .submit-button-disabled:hover .submit-button-text {
	text-decoration:none;
}
.legend {
	margin:0;
	padding:0 3px 0 0;
	text-align:right;
	font-size:0.8em;
}
a.txtlink {
	color:#6C1F6D;
	text-decoration:none;
}
a.txtlink:hover {
	text-decoration:underline;
}
/* --- STYLES DE BASE --- */

/* Pages */
body, html {
	height:100%;
}
html {
	overflow-y:scroll;
	font-size:100%; /* bug IE 6-7 */
}
body {
	/* centrage du contenu */
	margin:0 auto;
	padding:0;
	text-align:center; /* IE6 */
	/* fond */
	background:#E3E6EE url('images/layout/body-bot-bg.jpg') repeat;
	/* polices/fonts */
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	text-decoration:none;
	font-weight:normal;
}
body div {
	margin:0;
	padding:0;
}
body img {
	border:0;
}
body form {
	margin:0;
	padding:0;
}
#header {
	/* surchage ici  */
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:396px;
	background-color:transparent;
}
#header .header {
	position:relative;
}
/* formulaire de connexion extranet */
#header .header .auth {
	position:absolute;
	top:287px;
	left:6px;
	width:450px;
	height:58px;
	background:transparent url('images/layout/header/auth-bg.png') no-repeat center top;
}
#form-auth {
	overflow:hidden;
}
#form-auth div {
	float:left;
	width:190px;
	padding:0;
	font-size:0.85em;
}
#form-auth h1 {
	padding:3px 0 10px 3px;
	margin:0;
	color:#FBBA00;
	font-size:1em;
	font-weight:normal;
	text-align:left;
}
#form-auth .label {
	float:left;
	vertical-align: top;
	padding:2px 5px 0 13px;
}
#form-auth input {
	float:left;
	width:103px;
	_width:107px;
	height:14px;
	_height:18px;
	background:transparent url('images/layout/header/auth-input-bg.jpg') repeat-x right top;
	border:1px solid #000000;
	font-size:1em;
}
#form-auth input:hover, #form-auth input:focus {
	border:1px solid #FBBA00;
}
/* Boutons submit */
#form-auth .button {
	width:60px;
	padding:2px 0 0 0;
}
#form-auth .button a:link, #form-auth .button a:visited {
	color:#E3E6EE;
	text-decoration:none;
}
#form-auth .button a:hover {
	color:#FBBA00;
}
#form-auth .auth-button {
	display:block;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	width:74px;
	height:19px;
	margin:0 auto;
	background:transparent url('images/layout/header/auth-button.png') no-repeat;
}
#form-auth .auth-button {
	background-position:0 0;
}
#form-auth .auth-button:hover {
	background-position:-74px 0;
}
#form-auth .auth-button .button-text {
	font-family:Arial, sans-serif;
	font-size:1em;
	font-weight:normal;
	display:block;
	color:#000000;
	text-decoration:none;
	padding:0;
	text-align:center;
	line-height:19px;
}
#form-auth .auth-button:hover .button-text {
}
#accroche {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
}
#accroche .accroche {
	/* surchage ici - voir layout-index.css */
	padding:0 0 0 15px;
}
#accroche .accroche h1 {
	width:100%;
	margin:0;
	padding:0;
	color:#fff;
	font-size:1.05em;
	font-weight:normal;
	text-align:left;
}
#menu {
	position:absolute;
	top:100px;
	left:0;
	z-index:10;
	width:100%;
	height:36px;
	background:transparent url('images/layout/menu/menu-bg.jpg') repeat-x left bottom;
}
#menu .menu_header {
	/* surchage ici - voir layout-index.css */
	padding:0;
}
#menu p {
	margin:0;
	padding:0 30px 0 0;
	text-align:right;
	color:#fff;
	font-size:1em;
	font-weight:bolder;
	text-decoration:none;
}
#menu a:link, #menu a:visited {
	color:#fff;
	text-decoration:none;
}
#menu a:hover {
	color:#c886ea;
	text-decoration:underline;
}
#footer {
	width:100%;
	height:auto;
	_height:100px;
	background:transparent;
}
#footer .footer {
/* surchage ici - voir layout-index.css */		
}
#footer .footer p {
	color:#fff;
	margin:0;
	padding:3px 30px 3px 30px;
	font-size:.8em;
	text-align:center;
}
#footer .footer a:link, #footer .footer a:visited {
	color:#fff;
	text-decoration:underline;
}
#footer .footer a:hover {
	color:#c886ea;
}
div.autocomplete {
	position:absolute;
	width:400px;
	background-color:white;
	border:1px solid #ccc;
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:left;
	max-height:200px;
	overflow:auto;
	z-index:1;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected {
	background-color: #EAF2FB;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}
/* alternative style */

div.autocomplete2 {
	position:absolute;
	width:400px;
	background-color:white;
	border:1px solid #ccc;
	margin:0px;
	padding:0px;
	font-size:0.9em;
	text-align:left;
	max-height:200px;
	overflow:auto;
}
div.autocomplete2 ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete2 ul li.selected {
	background-color: #deffff;
}
div.autocomplete2 ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}
/* new style version 0.4 */

div.autocomplete4 {
	position:absolute;
	width:500px;
	background-color:black;
	margin:0px;
	margin-left:5px;
	padding:0px;
	font-size:12px;
	text-align:left;
	max-height:200px;
	overflow:auto;
	color:#f4f4f4;
}
div.autocomplete4 ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete4 ul li.selected {
	background-color: #8bc9fe;
	color:black;
}
div.autocomplete4 ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}
#ax-global {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	border:1px solid #000000;
	background:#FFFFFF url('images/ajaxwindow/ajax-bg.jpg') repeat;
}
.ax-header {
	color:#ffffff;
	width:100%;
	height:50px;
	margin:0;
	padding:0;
	border-bottom:1px solid #000000;
	background:transparent url('images/ajaxwindow/ajax-header-bg.jpg') repeat-x;
}
.ax-header p {
	margin:0;
	padding:0 0 0 23px;
	font-size:1.1em;
	text-align:left;
	line-height:50px;
}
.ax-content {
	width:100%;
	height:auto;
	margin:0;
	padding:0 0 30px 0;
	border:0;
}
.ax-content p {
	margin:0;
	padding:0;
}
#fmfriend {
	width:95%;
	margin:0 auto;
	padding:0;
	border:0;
}
#fmmore {
	width:95%;
	margin:0 auto;
	padding:0;
	border:0;
}
/* bords et fonds champs */
.ax-form .input, .ax-form .select, .ax-form .mini, .ax-form .textarea, .ax-form .ax-combo {
	border:1px solid #000000;
	background-color:#E8EAED;
}
.ax-form .bloc {
	margin:0;
	padding:15px 0 0 0;
}
.ax-form .bloc .title p {
	margin:0;
	padding:15px 0 15px 0;
}
.ax-form .elements {
	margin:0;
	padding:0 60px 0 0;
}
.ax-form .element {
	overflow:hidden;
	width:335px;
	margin:0 auto;
	padding:0;
}
.ax-form .label {
	float:left;
	width:80px;
	text-align:left;
	margin:0;
	padding:0;
}
.ax-form .label p {
	margin:0;
	padding:0 10px 0 0;
	text-align:right;
	line-height:18px;
}
.ax-form .field, .ax-form .fieldarea {
	float:right;
	width:255px;
	height:21px;
	text-align:right;
	margin:0;
	padding:0;
}
.ax-form .input, .ax-form .select, .ax-form .mini {
	margin:0;
	padding:0;
	height:18px;
}
.ax-form .input {
	width:253px;
}
.ax-form .textarea {
	margin:0;
	padding:0;
	height:90px;
	overflow:auto;
}
.ax-form .textarea {
	width:253px;
}
.ax-form .fieldarea {
	height:93px;
}
.ax-form .buttons {
	margin:0 auto;
	padding:20px 0 0 0;
	overflow:hidden;
	width:250px;
}
.ax-form .nota p {
	margin:0;
	padding:5px 0 0 182px;
	font-size:0.9em;
	text-align:left;
}
.ax-form .ax-combo /* look&fell of scriptaculous select box*/ {
	margin:0;
	padding:0;
	width : 253px;
	display : block;
	text-align:left;
	background:#E8EAED url('images/FormElements/SelectBox/bg_select_white.jpg') no-repeat right;
	height:18px;
	cursor: pointer;
}
#fmfriend-cancel-button, #fmmore-cancel-button {
	float:left;
}
#fmfriend-submit-button, #fmmore-submit-button {
	float:right;
}
/* Pages Photos */
.photos-top {
	width:100%;
	height:360px;
	margin:0 auto;
	padding:30px 0 0 0;
	text-align:center;
}
.photos-top .selected-photo {
	width:492px;
	height:345px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:url('images/BDLoadingIndicator/ajax-loading.gif') no-repeat center center;
}
.photos-top .selected-photo div {
	width:487px;
	height:339px;
	margin:0;
	padding:0;
	border:0;
}
.photos-top .selected-photo div img {
	margin:0;
	padding:0;
	border:0;
}
.photos-bottom {
	width:100%;
	height:auto;
	min-height:150px;
	_height:150px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.photos-bottom .photos-block {
	width:525px;
	overflow:hidden;
	margin:0 auto;
	margin-top:5px;
	padding:0;
	border:0;
	text-align:center;
}
.photos-bottom .photos-block .photo-thumb {
	float:left;
	width:82px;
	height:68px;
	margin:0 5px 0 0;
	padding:0;
	background:transparent url('images/ajaxwindow/ax-photo-bg.png') no-repeat right top;
}
.photos-bottom .photos-block .photo-thumb DIV {
	width:77px;
	height:62px;
	margin:0;
	padding:0;
	text-align:left;/*border:1px solid #000000;*/
}
.photos-bottom .photos-block .photo-thumb DIV img {
	margin:0;
	padding:0;
	border:1px solid #000000;
}
.photos-buttons {
	margin:0 auto;
	padding:15px 0 0 0;
	overflow:hidden;
}

#immobilier {
	width:85%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	text-align:center; /* centrage */
	padding-top:30px;
}
#immobilier .picture {
	float:left;
	padding:0 10px 0 0;
}
#immobilier .text {
	padding:0;
}
#immobilier .text p {
	margin:0;
	padding:0 0 20px 0;
	text-align:justify;
}
#immobilier .text ul {
	text-align:justify;
	list-style:square;
	padding-left:220px;
	margin-top:0;
	_padding-left:190px;
}
#immobilier .text ul li {
}

#products {width:633px; height:auto; margin:0 auto; text-align:center; padding:0 0 15px 0;}
#products .no-result {width:590px; margin:0 auto; text-align:center;}
#products .no-result p {font-size:1.3em; font-weight:bolder;}

#products .result-infos {width:590px; padding:15px 0 0 0; margin:0 auto; text-align:center;}
#products .result-infos p {margin:0; padding:0; font-size:1em; font-weight:normal; text-align:left;}

#products .order {width:590px; padding:0; margin:0 auto; text-align:center;}
#products .order div {text-align:left;}
#products .order select {margin:0; padding:0; height:20px; border:1px solid #000000; background:#FFFFFF;}


/******************************** Formulaire de recherche ***********************************/
#form-search {
	color:#ffffff;
	overflow:hidden;
	width:590px;
	padding:10px 0 15px 0;
	margin:0 auto; text-align:center;
	background:transparent url(images/products/form-search-bg.png) no-repeat center center;
}
#form-search h3 {
	margin:0; padding:0 0 5px 10px;
	font-size:1em; font-weight:bolder;
	text-align:left;	
}
#form-search h4 {	
	margin:0; padding:2px 0 10px 0;
	font-size:1em; font-weight:normal;
	text-align:left;
}

#form-search .left {float:left; width:280px; padding:0 0 0 15px;}
#form-search .right {float:left; width:280px; text-align:center;}
#form-search .left .criteria-1 {}
#form-search .right .criteria-2 {}
#form-search .row {
	overflow:hidden; clear:both; margin:0 auto; text-align:center;
	width:100%; height:25px;	
}

#form-search .row .radio {padding:0 10px 0 0; line-height:1.4em;}
#form-search .row .label {float:left; width:120px; padding:0 0 0 6px;}
#form-search .row .label p {margin:0; padding:0; line-height:1.4em; text-align:left;}
#form-search .row .field {float:right; width:150px;}
#form-search .row .field input {width:145px; height:16px; _height:20px; border:1px solid #000000;}
#form-search .row .field .input-minmax {width:42px;}
#form-search .row .field select {width:146px; height:20px; border:1px solid #000000;}

#form-search .button {
	padding:10px 1px 0 0;
}
#form-search-button {float:right; padding:0 !important;}

/*************************************** ANNONCE *****************************************/
#products .item {
	color:#dedede;	
	width:100%;	_width:635px;
	background:transparent url('images/products/item-bg.jpg') repeat-y right top;
	border:1px solid #000000;
	margin:0 0 10px 0;	
}

/*****  EN-TĘTE  *****/
#products .item .item-header {	
	color:#ffffff;
	overflow:hidden;
	width:100%; height:39px;
	border:0;	
	background:transparent url('images/products/item-header-bg.jpg') repeat-x left center;
}
/* 
	Titre 
	ville (cp) 
*/
#products .item .item-header .left {float:left;	width:316px; height:100%;}
#products .item .item-header .left p {margin:0; padding:3px 0 0 5px; text-align:left;}

/*
	Prix/Loyer
	Honoraires
*/
#products .item .item-header .right {float:right; width:316px; height:100%;}
#products .item .item-header .right p {margin:0; padding:3px 5px 0 0; text-align:right;}

/* bordure bas en-tęte */
#products .item .item-header-border {
	background:transparent url('images/products/item-header-border.jpg') repeat-x left top;
	height:1px; _height:0;
	border:0; font-size:0em; line-height:0; /* IE6 */
}
/*****  FIN EN-TĘTE  *****/

/***** BOUTON ACTION (ex: + de renseignements) *****/
#products .item .item-functions {	
	width:100%; height:17px; overflow:hidden;
	margin:0 auto; text-align:center;
	background:transparent url('images/products/item-fixed-bg.png') no-repeat left top;
	_margin-top:0; /* hack bug IE6 hauteur 1px item-header-border */
}
/* boutons */
#products .item .item-functions .buttons {width:97%; margin:0 auto; text-align:center;}
/* Fond bouton */
#products .item .item-functions .button-friend,
#products .item .item-functions .button-more {
	width:132px; height:17px;	
	text-align:center;
	line-height:1;
	background:transparent url('images/products/item-function-bg.png') no-repeat 0 0;	
}
/* Texte bouton */
#products .item .item-functions .button-friend a:link, #products .item .item-functions .button-friend a:visited,
#products .item .item-functions .button-more a:link, #products .item .item-functions .button-more a:visited {
	color:#000000; /* Couleur lien */	
	font-size:0.8em;	
	text-decoration:none;
	padding:0; margin:0;
}
#products .item .item-functions .button-friend a:hover, #products .item .item-functions .button-more a:hover
{text-decoration:underline;}

#products .item .item-functions .button-friend {float:left;}
#products .item .item-functions .button-more {float:right;}
/***** FIN BOUTON ACTION *****/


/***** CONTENU ANNONCE *****/

/* conteneur */
#products .item .item-detail {
	position:relative; overflow:hidden;
	width:100%; height:auto;
	padding:10px 0 25px 0;
	background:transparent url(' ') no-repeat left -17px;
}

/* Affichage */
/* Partie gauche (details + photos) */
#products .item .item-detail .left {width:280px; float:left;}
#products .item .item-detail .left .info {width:90%; margin:0 auto; text-align:center;}
#products .item .item-detail .left .info p {color:#6C1F6D; margin:0; padding:0; text-align:left;}
/* Vignettes photos (x2) */
#products .item .item-detail .left .photo {
	overflow:hidden; clear:both;
	width:90%;
	margin:0 auto; text-align:center;
	padding:10px 0 0 0;
}
#products .item .item-detail .left .photo div {float:left; width:125px; text-align:left;}
#products .item .item-detail .left .photo div img {border:1px solid #FFFFFF; padding:0; margin:0;}
#products .item .item-detail .left .plus-photo {width:250px; text-align:right; padding:0 0 5px 0;}
#products .item .item-detail .left .plus-photo a:link,  #products .item .item-detail .left .plus-photo a:visited {
	font-size:0.8em; color:#FFFFFF; text-decoration:underline;
}
#products .item .item-detail .left .plus-photo a:hover {}

/* Partie droite (description) */
#products .item .item-detail .right {width:353px; float:left;}
#products .item .item-detail .right .desc {width:90%; margin:0 auto; text-align:center;}
#products .item .item-detail .right .desc p {color:#6C1F6D; padding:0; margin:0; text-align:justify;}
#products .item .item-detail .right .contact {padding:0; text-align:center;}
#products .item .item-detail .right .contact p {padding:0; margin:0;}

/***** FIN CONTENU ANNONCE *****/

/***** PAGINATION *****/
#products .pagination {
	width:100%; _width:635px; 
	height:21px;
	margin:0 auto; text-align:center;
	background:transparent url('images/products/pagination-bg.jpg') repeat-x left center;
	line-height:21px; color:#6C1F6D;
	border:1px solid #000000;
	margin:0 0 5px 0;
}
#products .pagination .pagination-control {padding:0 5px 0 0; text-align:right;}
#products .pagination span {margin:0; padding:0 2px 0 2px; font-size:1em;}
#products .pagination a:link, #products a:visited {margin:0; padding:0 2px 0 2px; font-size:0.9em; color:#E3E6EE; text-decoration:none;}
#products .pagination a:hover {margin:0; padding:0 2px 0 2px; text-decoration:underline; color:#FBBA00;}
/***** FIN PAGINATION *****/
