* {
	margin:0;
	padding:0;
}

html,body{
	font-family: 'AsapRegular', arial, serif;
	font-size:14px;
	color: #fff;
	/*background: url("../images/background.jpg")  repeat top #000000; /* COULEUR DE FOND */
	background: #000000; /* COULEUR DE FOND */
}
body{
	background: url("../images/background_header.jpg")  repeat-x top   #000000;
}
b{
	font-family: 'AsapBold', arial, serif;
	font-weight: normal;
}
/* LIENS */
img {
	border: none;
}
a{
	border: none;
	text-decoration: none;
	color: #fff;
	font-family: 'AsapBold', arial, serif;
}
a:hover{
	/*color: #809323;*/
}


#background_gauche{
	background: url("../images/background_gauche.jpg")  repeat-x top transparent;
	height: 1240px;
	width: 50%;
	position: fixed;
	left: 0;
	z-index:0;
}
#background_droite{
	background: url("../images/background_droite.jpg")  repeat-x top transparent;
	height: 1240px;
	width: 50%;
	position: fixed;
	right: 0;
	z-index:0;
}
#background_interieur{
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	height: 1240px;
	width: 100%;
	z-index:1;
}
#background_header{
	position: absolute;
	top: 0px;
	width: 100%;
	z-index:2;
}
#background{
	/*background:#b3b3b3; /* COULEUR DES BORDURES */
	/*width: 1021px;*/
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}
#all{
	min-height: 100%;
	position: relative;
	width: 100%;
}
.body{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	/*background:#ffffff;  /* COULEUR INTERIEURE */
	/*padding-bottom: 100px;*/
}
#contenu{
	width: 960px;
	margin-left: auto;
	margin-right: auto;    
	min-height: 100%;
	position: relative;
	padding-top: 194px;
	padding-bottom: 170px;
	z-index:3;
}

/* HEADER */
#header{
	width: 960px;
	margin-left: auto;
	margin-right: auto; 
	height: 194px;
	position: relative;
}
#logo{
	display: block;
	position: absolute;
	left: 0px;
	top: 51px;
	z-index: 20;
}
#logo a{
	display: block;
}
#slogan{
	display: block;
	position: absolute;
	left: 199px;
	top: 73px;
	z-index: 20;
	color: white;
	font-family: 'AsapItalic', arial, serif;
	font-size: 21px;
	font-weight: normal;
}
#header #bannieres {
	position: absolute;
	left: 482px;
	top: 62px;
	height: 60px;
}
#header #bannieres b{
	display: block;
}
#header #bannieres img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#header #bannieres img.active {
	z-index:10;
	opacity:1.0;
}

#header #bannieres img.last-active {
	z-index:9;
}

/* LANGUES */
ul#langues{
	list-style-type: none;
	float: right;
	margin-top: 28px;
}
#langues li{
	display: inline;
	float: left;
	margin-right: 13px;
}
#langues li.last{
	margin-right: 10px;
}
#langues li a{
	color: #999999;
	font-family: 'AsapBold', arial, serif;
	font-size: 15px;
}
#langues li a:hover, #langues li a.select{
	color: #666666;
}

/* MENU */
#background_menu{
	background: url("../images/menu_gauche.png")  no-repeat left transparent;
	position: absolute;
	left: 157px;
	top: 143px;
	z-index:5;
}
#background2_menu{
	background: url("../images/menu_droite.png")  no-repeat right transparent;
	width:820px;
}
ul#menu{
	list-style-type: none;
	margin-right: 0px;
}

ul#menu li a{
	font-family: 'AsapRegular', arial, serif;
	color: #ffffff;
	font-size: 15px;
	/*height: 31px;*/
	/*padding-top: 12px;*/
	padding-left: 11px;
	padding-right: 11px;
	text-align: center;
	/*border-bottom: dotted 2px #666666; */
	/*background: url("../images/pointilles.png")  repeat-x bottom transparent;*/
	background: url("../images/separateur.gif")  no-repeat right transparent;
	/*display: block;
	width: 113px;*/
}

ul#menu .sous_menu li{
	background-color:#083f4a;
}
ul#menu .sous_menu li a{
	text-align: left;
	background:none;
}
ul#menu li a.premier, ul#menu li a.dernier{
	/*width: 120px;
	padding-left: 0px;*/
} 
ul#menu li a.dernier{
	background: none;
	padding-right: 0;
}
ul#menu li a:hover,ul#menu li a.select{
	font-family: 'AsapBold', arial, serif;
	/*   background: url("../images/pointilles1.png")  repeat-x bottom #f2f2f2;*/
}

#contenu_text{
	min-height: 450px;
}
.titre_page{
	text-align: center;
	font-family: 'AsapBold', arial, serif;
}
h1{
	font-family: 'AsapBold', arial, serif;
	font-size: 16px;
}
h2{
	font-family: 'AsapBold', arial, serif;
	font-size: 14px;
}
.titre_page a{
	font-family: 'AsapBold', arial, serif;
	font-size: 14px;
}
.contenu_annonce{
	font-family: 'AsapRegular', arial, serif;
	font-size: 12px;
	background: url("../images/background_page.jpg")  repeat-x transparent;
	min-height: 411px;
}
.contenu_annonce td{
	padding-left: 16px;
	height: 20px;
	font-family: 'AsapRegular', arial, serif;
	font-size: 12px;
}

.contenu_annonce td.decal{
	padding-left: 231px;
}
/* MOTEUR DE RECHERCHE */
#accueil_bottom #moteur_recherche{
	background: url("../images/background_recherche.png")  repeat-x bottom transparent;
	height: 277px;
	width: 370px;
}
#listing{
	background: url("../images/background_form.jpg")  no-repeat top left transparent;
	margin-top:58px;
}


#liste_biens{
	float: left;
	width: 620px;
	background: #000000;
	height: 450px;
}
#listing #moteur_recherche{
	width: 330px;
	float: left;
}
#listing #moteur_recherche #moteur_recherche_gauche{
	background: url("../images/background_recherche_liste_gauche.png")  no-repeat left bottom transparent;
	width: 5px;
	height: 145px;
	position: absolute;
	left: -5px;
}
#listing #moteur_recherche #moteur_recherche_droite{
	background: url("../images/background_recherche_liste_droite.png")  no-repeat right bottom transparent;
	width: 5px;
	height: 145px;
	position: absolute;
	right: -5px;
}
#listing #moteur_recherche .gauche, .contenu_annonce .gauche{
	width: 130px;
	float: left;
}
#listing #moteur_recherche .droite, .contenu_annonce .droite{
	width: 130px;
	float: left;
	margin-left: 10px;
}
.contenu_annonce .droite{
	width: 130px;
	float: left;
	margin-left: 10px;
}
#moteur_recherche h3{
	text-transform: uppercase;
	font-family: 'AsapBold', arial, serif;
	font-weight: normal;
	color: #fff;
	font-size: 15px;
	margin-bottom: 35px;
}
#listing #moteur_recherche h3{
	margin-bottom: 20px;
}

#listing #moteur_recherche .bouton_rechercher{
	background: url("../images/btn_rechercher.png")  no-repeat left bottom transparent;
	cursor: pointer;
	border: none;
	color: #fff;
	font-family:  'AsapRegular', Arial,serif;
	font-size: 13px;
	width: 105px;
	height: 25px;
}
.btn_hybride, #formulaire_contact input.btn_hybride{
	background: url("../images/btn_rechercher.png")  no-repeat left bottom transparent;
	cursor: pointer;
	border: none;
	color: #fff;
	font-family:  'AsapRegular', Arial,serif;
	font-size: 13px;
	width: 105px;
	height: 25px;
}
#accueil_bottom #moteur_recherche form{
	width: 230px;
	margin-left: 50px;
	position: relative;
}
#listing #moteur_recherche form{
	width: 270px;
	/*margin-left: auto;*/

	margin-left:50px;
	margin-right: auto;
}
#moteur_recherche ul{
	list-style-type: none;
}
#moteur_recherche ul li .mSelect{
	margin-top: 0px;
}
#moteur_recherche ul li .textInput {
	width: 108px;
	height: 11px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background: url("../images/background-input.png")  no-repeat bottom transparent;
	border: none;
	color: #0a3e49;
	font-family:  'AsapRegular', Arial,serif;
	font-size: 13px;
	float: left;
	margin-top:2px;
}
#moteur_recherche ul li .textInputMini{
	width: 13px;
	height: 13px;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 6px;
	background: url("../images/background-input-mini.png")  no-repeat bottom transparent;
	border: none;
	color: #0a3e49;
	font-family:  'AsapRegular', Arial,serif;
	font-size: 13px;
	float: left;
	margin-top:2px;
}
#moteur_recherche label {
	color: #fff;
}
#moteur_recherche .bloc label {
	color: #fff;
	display: block;
	float: left;
	font-family:  'AsapRegular', Arial,serif;
	font-size: 14px;
	height: 23px;
	padding-top: 3px;
	text-align: left;
	width: 130px;
}
#listing #moteur_recherche label {
	height: 19px;
	font-size: 13px;
	font-family: 'AsapBold',arial,serif;  
}
#moteur_recherche .bloc label.flottant {
	width: 50px;
}
#listing   #moteur_recherche .bloc label.petit {
	font-family:  'AsapRegular', Arial,serif;
	font-size: 13px;
	width: 25px;
}
#listing   #moteur_recherche .bloc label.petite_police {
	font-family:  'AsapRegular', Arial,serif;
	font-size: 13px;
}
#moteur_recherche .bloc label.flottant2 {
	width: 75px;
}
#moteur_recherche .bloc_recherche{
	clear: both;
	background: url("../images/background_bloc_recherche.png")  no-repeat bottom transparent;
	height:31px;
	width: 300px;
	color: #fff;
	font-family:  'AsapRegular', Arial,serif;
	font-size: 12px;
	margin-bottom: 9px;
}
#listing #moteur_recherche .bloc_recherche{
	margin-bottom: 12px;
}
#moteur_recherche label.label_type {
	width: auto;
	margin-bottom: 7px;
	font-size: 13px;
	font-family: 'AsapBold',arial,serif;
}
#listing #moteur_recherche label.label_type {
	margin-bottom: 0;
	text-align: left;
	display: block;
}
#moteur_recherche label.label_duree {
	font-size: 11px;
	font-family: 'AsapRegular',arial,serif;    
	padding-top: 0px;
}
#listing #moteur_recherche .bloc1 {
	width: 80px;
	float: left;
	margin-right: 35px; 
	height: 50px;
}
#listing #moteur_recherche .bloc2 {
	width: 100px;
	float: left;
	height: 70px;
}
#listing #moteur_recherche .bloc {
	clear: both;
	padding-top:20px;
}
#moteur_recherche input[type=radio], #moteur_recherche input[type=checkbox] {
	float: left;
	margin-right: 10px;
}
#moteur_recherche .bouton{
	margin-top: 2px;
	cursor: pointer;
}
#moteur_recherche ul li.bordure{
	padding-bottom: 15px;
	/*border-bottom: dotted 2px #c1c1c1; */
	/* background: url("../images/pointilles2.png")  repeat-x bottom transparent;*/
	background: url("../images/pointilles1.png")  repeat-x bottom transparent;
}
#moteur_recherche ul li.bordure2{
	padding-bottom: 15px;
	/*border-bottom: dotted 2px #c1c1c1; */
	/*background: url("../images/pointilles5.png")  repeat-x bottom transparent;*/
	background: url("../images/pointilles1.png")  repeat-x bottom transparent;
}
#moteur_recherche .carte{
	position: relative;
	height: 250px;
	margin-top: 20px;
}
#moteur_recherche .carte_luxembourg{
	position: absolute;
	height: 240px;
	width: 200px;
	left: 37px;
	z-index: 1;
}
#moteur_recherche .carte_luxembourg img{
	cursor: pointer;
}
#moteur_recherche .etranger{
	background: url("../images/carte_etranger_off.png") no-repeat scroll 0 0 transparent;
	width: 20px;
	height: 20px;
	display:block;
	font-family: 'SignikaNegativeBlack', arial, serif;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
	padding-top: 6px;
	padding-left: 6px;
}
#moteur_recherche .etranger:hover, #moteur_recherche .etranger.hover{
	background: url("../images/carte_etranger_on.png") no-repeat scroll 0 0 transparent;
}
#moteur_recherche #etranger_de{
	position: absolute;
	left: 145px;
	top: 35px;
	z-index: 2;
}
#moteur_recherche #etranger_be{
	position: absolute;
	left: 15px;
	top: 124px;
	z-index: 2;
}
#moteur_recherche #etranger_fr{
	position: absolute;
	left: 112px;
	top: 205px;
	z-index: 2;
}
#legende_prix{
	background: #f2f2f2;
	margin-top:20px;
}
#legende_prix ul {
	list-style-type: none;
	padding-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#legende_prix ul li{
	height: 30px;
	display: block;    
}
#legende_prix ul li span{
	float: left;
	display: block;
	font-family: 'AsapRegular',arial,serif;
	font-size: 13px;
}
#legende_prix ul li span.legende{
	display: block;
	clear: both;
	width: 59px;
	margin-right: 5px;
	margin-left: 8px;
}
/* FAVORIS */
#selection{
	margin-top: 20px;
	border-top: solid 10px #ac9977;
	font-family: 'AsapRegular', arial, serif;
	font-size:14px;
	background: #e6e6e6;
	padding-left: 10px;
	padding-right: 10px;	
}
#menu_favoris{
	/*border-bottom: dotted 2px #666666;*/
	clear: both;
	margin-bottom: 15px;
	/*background: url("../images/pointilles.png")  repeat-x bottom transparent;*/
	background: url("../images/pointilles1.png")  repeat-x bottom transparent;
}
#menu_favoris.derniers{
	border-bottom: none; 
}
#selection h3{
	font-family: 'AsapBold', arial, serif;
	font-weight: normal;
	font-size: 15px;
	color: #666666;
	margin-top: 15px;
	/*border-bottom: dotted 2px #666666; */
	margin-bottom: 15px;
	/*text-transform: uppercase;*/
	background: url("../images/icone_favoris.gif") no-repeat scroll 185px 0px;
}
#selection h3 span{
	display: block;
	padding-bottom: 15px;
	/*background: url("../images/pointilles.png")  repeat-x bottom transparent;*/
	background: url("../images/pointilles1.png")  repeat-x bottom transparent;
}
#selection h3.derniers{
	background: none;
	border-bottom: none; 
	margin-bottom: 10px;
}
#selection h3.derniers span{
	background: none;
}
#selection .lesplusvus {
	height: 75px;
	padding-bottom: 10px;
}
.text-vus {
	float: left;
	font-size: 10px;
	margin-left: 10px;
	width: 100px;
	font-family: 'AsapBold', arial, serif;
	color: #666666;
	font-size: 12px;
	position: relative;
	height: 68px;
} 

.text-vus .supprimer{
	cursor:pointer;
	float:right;
}
.image-vus {
	float: left;
	height: 75px;
	width: 100px;
	overflow: hidden;
}
.text-vus .title {
	font-family: 'AsapBold', arial, serif;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
}
.text-vus .reference {
	font-family: 'SignikaNegativeBlack', arial, serif;
	color: #ac9977;
	text-transform: uppercase;
	font-size: 12px;
}
.text-vus .suite a {
	font-family: 'AsapRegular', arial, serif;
	color: #808080;
	font-size: 12px;
	position: absolute;
	bottom: 0px;
}
.text-vus .suite a:hover {
	text-decoration: underline;
}
.text-vus .descrition {
	color: #616164;
}
.ajouter_favoris {
}

/* COUP DE COEUR */
#coup_de_coeur{
	margin-top: 15px;
	border-top: solid 10px #ac9977;
}

#coup_de_coeur h2{
	font-family: 'AsapRegular', arial, serif;
	text-transform: uppercase;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
}
#coup_de_coeur  #gros_coup_de_coeur{
	background: #e6e6e6;
	width: 100%
}
#coup_de_coeur  #gros_coup_de_coeur a.photo{
	display: block;
	float: left;
	width: 344px;
	height: 255px;
	overflow: hidden;
}
#coup_de_coeur  #gros_coup_de_coeur .details{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 320px;
	height: 215px;
	position: relative;
}
#coup_de_coeur  #gros_coup_de_coeur h3 a{
	font-family: 'AsapRegular', arial, serif;
	color: #666666;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: normal;
}
#coup_de_coeur  #gros_coup_de_coeur h4 a{
	font-family: 'AsapBold', arial, serif;
	color: #666666;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
}
#coup_de_coeur  #gros_coup_de_coeur .description{
	font-family: 'AsapRegular', arial, serif;
	font-size: 13px;
	color: #666666;
	margin-top: 15px;
	line-height: 25px;
	max-height: 118px;
	overflow: hidden;
}
#coup_de_coeur  #gros_coup_de_coeur .lien_details{
	color: #ac9977;
	font-family: 'AsapRegular', arial, serif;
	font-size: 13px;
	line-height: 25px;
}
#coup_de_coeur  #gros_coup_de_coeur .prix{
	color: #ac9977;
	font-family: 'SignikaNegativeBlack', arial, serif;
	font-size: 18px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-weight: normal;
}
#coup_de_coeur  #gros_coup_de_coeur .icone_prix{
	color: #ac9977;
	font-family: 'SignikaNegativeBlack', arial, serif;
	font-size: 18px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#coup_de_coeur  #petit_coup_de_coeur{
	width: 100%
	float: left;
	width: 220px;
	padding-right: 20px;
	margin-top: 7px;
	float: left;
}
#coup_de_coeur  #petit_coup_de_coeur.nomarge{
	padding-right: 0px;
}
#coup_de_coeur  #petit_coup_de_coeur a.photo{
	display: block;
	width: 220px;
	height: 165px;
	overflow: hidden;
	margin-bottom: 5px;
}
#coup_de_coeur  #petit_coup_de_coeur h3 a{
	font-family: 'AsapRegular', arial, serif;
	color: #666666;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}
#coup_de_coeur  #petit_coup_de_coeur h4 a{
	font-family: 'AsapBold', arial, serif;
	color: #666666;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
}

/* TEXTES ACCUEIL  */
#top_accueil{
	color: #FFFFFF;
	font-family: 'AsapItalic', arial, serif;
	font-size: 15px;
}
#top_accueil{
	color: #FFFFFF;
	font-family: 'AsapItalic', arial, serif;
	font-size: 15px;
}
#top_accueil #span_top_accueil{
	font-family: 'AsapRegular', arial, serif;
	font-size: 19px;
	color: #FFFFFF;
}
#textes_accueil{
	margin-top: 30px;
	margin-bottom: 40px;
	border-top: solid 10px #ac9977;
}
#textes_accueil .texte_accueil{
	float: left;
	width: 220px;
	padding-right: 20px;
	margin-top: 7px;
	float: left;
	color: #666666;
	font-family: 'AsapRegular', arial, serif;
	font-size: 13px;
	line-height: 20px;
}
#textes_accueil .texte_accueil h4{
	font-family: 'AsapBold', arial, serif;
	color: #666666;
	font-size: 15px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 17px;
}
#textes_accueil  .texte_accueil.nomarge{
	padding-right: 0px;
}
#textes_accueil  .texte_accueil .lien_details{
	color: #ac9977;
	font-family: 'AsapRegular', arial, serif;
	font-size: 13px;
	line-height: 20px;
	display: block;
}

/* SLIDER */
#coup_coeur{
	height: 410px;
	/*width: 630px;*/
	width: 760px;
	overflow: hidden;
	position: relative;
}
.fond_texte_coeur_accueil{
	filter:alpha(opacity=70);
	opacity: 0.70;
	position: absolute;
	top: 0;
	left: 0;
	z-index:5;
	background: #fff;
	height: 208px;
	width: 215px;
}
.texte_coeur_accueil{
	position: absolute;
	top: 50px;
	left: 15px;
	z-index:7;
	height: 170px;
	width: 200px;
	color: #fff;
	font-family: 'AsapRegular', arial, serif;
	font-size: 14px;
}
.texte_coeur_accueil .en_savoir_plus{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: 'AsapRegular', arial, serif;
	color: #ffffff;
	font-size: 8px;
}
.puce{
	/*background:url(../images/puce.png) no-repeat left 9px;*/
	background:rgba(0, 0, 0, 0) url("../images/puce_petite.png") no-repeat scroll left center;
	padding-left: 23px;
	font-family: 'AsapBoldItalic', arial, serif;
	color: #1a4a54;
	font-size: 15px;
	margin-bottom: 10px; 
}

.description_detail .puce{
	margin-left:12px;
	margin-bottom: 0px; 
	font-family: 'AsapRegular', arial, serif;
	font-size: 10px;
}
.click_accueil{
	cursor: pointer;
	height: 410px;
	width: 629px;
	position: absolute;
	z-index: 7;
}
.texte_coeur_accueil .description_coeur_accueil{
	height: 30px;
	width: 620px;
	overflow: hidden;
}
.texte_coeur_accueil h3{
	font-family: 'AsapRegular', arial, serif;
	font-size: 20px;
	margin: 0;
	margin-bottom: 10px;
}
#content-slider{
	height: 412px;
	width: 629px;
	float: left;
}
#content-slider2{
	height: 410px;
	width: 129px;
	float: left;
	margin-left: 2px;
	position: relative;
	z-index: 8;
}
#content-slider3{
	height: 70px;
	width: 510px;
	float: left;
	margin-left: 2px;
	position: relative;
	z-index: 8;
}
#slider ul{
	list-style-type:none;
}

#slider .coeur_accueil{
	position: relative;
	height: 410px;
	width: 629px;
	overflow: hidden;
}
#slider2{
	z-index: 11;
	position: relative;
}
#slider2 li{
	height: 103px;
	overflow: hidden;
	position: relative;
	width: 129px;
}
#slider3{
	z-index: 11;
	position: relative;
}
#slider2 a{
	/*position: relative;*/
	height: 101px;
	width: 129px;
	overflow: hidden;
	margin-bottom:2px;
	cursor: pointer;
	display: block;
	position: absolute;
	top:0;
}
#slider3 ul{
	list-style:none;
}
#prev2 a{
	background:url(../images/fleche_top.gif) no-repeat;	
	width: 18px;
	height: 17px;
	display: block;
	position: absolute;
	top:1px;
	right: -1px;
	z-index:13;
}
#next2 a{
	background:url(../images/fleche_down.gif) no-repeat;	
	width: 18px;
	height: 17px;
	display: block;
	position: absolute;
	bottom:0px;
	right: -1px;
	z-index:13;
}
#prev3 a{
	background:url(../images/fleche_left.gif) no-repeat;	
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top:29px;
	left: 0;
	z-index:13;
}
#next3 a{
	background:url(../images/fleche_right.gif) no-repeat;	
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top:29px;
	right: 0;
	z-index:13;
}
a:focus, #prevn a:focus, #nextBtn a:focus{
	outline:none;
}
.titre_coup_coeur{
	background:url(../images/bandeau_accueil.png) no-repeat ;	
	width: 260px;
	height: 40px;
	padding-left: 20px;
	padding-top: 8px;
	font-family: 'AsapRegular', arial, serif;
	color: #0a3e49;
	font-size: 15px;
	position: absolute;
	left: -11px;
	top: 12px;
	text-transform: uppercase;
	z-index: 8;
}
ol#controls{
	position: absolute;
	left: 165px;
	top: 30px;
	z-index: 10;
}

ol#controls li, ol#controls li.current a {
	outline:none;
	background:url(../images/point_focus.png) no-repeat 0 0;	
}
ol#controls li{
	display:block;
	width:30px;
	height:16px;
	float: left;
}
ol#controls li a {
	background:url(../images/point.png) no-repeat 0 0;
	color: #555555;
	float: left;
	display:block;
	width:30px;
	height:16px;
	text-indent: -8000px;
}

#prevBtn, #nextBtn {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -8000px;
	display: none;
}
#nextBtn {
	top: 209px;
	right: 24px;
	position: absolute;
}
#nextBtn a {
	background: url("../images/fleche_droite_off.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 41px;
	width: 41px;
}
#nextBtn a:hover{
	background: url("../images/fleche_droite_on.png") no-repeat scroll 0 0 transparent;
}
#prevBtn {
	top: 209px;
	left: 24px;
	position: absolute;
}
#prevBtn a {
	background: url("../images/fleche_gauche_off.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 41px;
	width: 41px;
}
#prevBtn a:hover{
	background: url("../images/fleche_gauche_on.png") no-repeat scroll 0 0 transparent;
}

/* ACCUEIL */
#accueil_top{
	margin-top: 1px;
	height: 420px;
}
#background_accueil_top{
	background: url("../images/background_accueil.png") no-repeat left bottom transparent;
	height: 420px;
	width: 963px;
	position: absolute;
	left: 0;
	z-index:6;
}
#left_accueil{
	float: left;
	width: 194px;
	height: 420px;
	text-align: justify;
	margin-right: 6px;
	font-family: 'AsapRegular', arial, serif;
	font-size: 14px;
	color: #050200;
	/*padding-top: 56px;
	padding-top: 50px;*/
	position: relative;
}
#left_accueil .div{
	position: absolute;
	bottom: 0px;
	height: 373px;
}
#left_accueil h4{
	clear: both;
}
#left_accueil h1, #left_accueil h4 a {
	font-family: 'AsapBold', arial, serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
}

#left_accueil .texte_service{
	background: #ffffff;
	color: #0a3e49;
	font-family: 'AsapRegular', arial, serif;
	font-size: 11px;
	padding-top: 12px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 13px;
}
#left_accueil .texte_service div{
	height: 27px;
	overflow: hidden;
	text-align: left;
}

#left_accueil .en_savoir_plus{
	/*  background: url("../images/background_btn.png") no-repeat left top transparent;*/
	display: block;
	font-family: 'AsapRegular', arial, serif;
	color: #ffffff;
	width:90px;
	float: right;
	position: relative;
	top: -9px;
	margin-bottom: 15px;
}
#footer_services {
	width: 476px; 
	margin: 0;
	float: left;
}
#footer_services h4{
	clear: both;
}
#footer_services h1, #footer_services h4 a {
	font-family: 'AsapBold', arial, serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
	margin-bottom: 20px;
}

#footer_services .bloc{
	float: left; 
	width:150px; 
	height: 88px;
	margin-left: 8px;
	position: relative;
}
#footer_services .texte_service{
	background: #ffffff;
	color: #0a3e49;
	font-family: 'AsapRegular', arial, serif;
	font-size: 11px;
	letter-spacing: -0.03em;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 6px;
	padding-bottom: 19px;
}
#footer_services .texte_service_petit{
	background: #ffffff;
	color: #0a3e49;
	font-family: 'AsapRegular', arial, serif;
	font-size: 11px;
	letter-spacing: -0.03em;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
}
/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#footer_services .texte_service_petit{
		padding-top: 8px;
		padding-left: 6px;
		padding-right: 6px;
		padding-bottom: 9px;
	}
}
#footer_services .texte_service div{
	height: 40px;
	overflow: hidden;
}

#footer_services .en_savoir_plus{
	/*  background: url("../images/background_btn.png") no-repeat left top transparent;*/
	display: block;
	font-family: 'AsapRegular', arial, serif;
	color: #ffffff;
	font-size: 8px;
	float: right;
	position: absolute;
	top: 81px;
	right: 0px;
	width: 85px;
	margin-right: 10px;
}

.btn .gauche{
	background: url("../images/background_btn_gauche.png") no-repeat left top transparent;
	width: 3px;
	height:19px;
	display: block;
	float: left;
}
.btn .droite{
	background: url("../images/background_btn_droite.png") no-repeat right top transparent;
	display: block;
	float: right;
	width: 3px;
	height:19px;
}
.btn .centre{
	background: url("../images/background_btn.png") repeat-x left top transparent;
	min-width: 48px;
	height:18px;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 3px;
	padding-left: 3px;
	display: block;
}
#left_accueil .input2{
	width: 218px;
	height: 292px;
}
#right_accueil{
	float: left;
	position: relative;
	margin-top: 10px;
}
#right_accueil .input{
	float: left;
	width: 590px;
}
#right_accueil input[type=submit]{
	float: left;
	margin-left: 20px;
}
#top_right_accueil{
	background: url("../images/background_bandeau.png") no-repeat bottom transparent;
	font-family: 'AsapRegular', arial, serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	width: 733px;
	height: 28px;
	padding-top: 6px;
	text-align: center;
	right: -23px;
}
#accueil_bottom{
	clear: both;
	margin-top: 40px;
	height: 320px;
}
#accueil_bottom h3{
	height: 30px;
	text-transform: uppercase;
	font-family: 'AsapRegular', arial, serif;
	font-weight: normal;
	color: #040100;
	padding-left: 35px;
	font-size: 20px;
	margin-bottom: 35px;
}
#accueil_bottom #moteur_recherche{
	float: left;
}
/* BLOC SERVICES */
#services{
	float: left;
	background: url("../images/background_services.png") repeat-x bottom transparent;
	width: 370px;
	height: 277px;
}

#services h4{
	background: url("../images/background_titre_gauche.png") no-repeat left transparent;
	text-transform: uppercase;
	margin-left: 35px;
	width: auto;
	margin-bottom: 3px;
}
#services h4 .back{
	padding-left: 10px;
	padding-right: 10px;
	background: url("../images/background_titre_droite.png") no-repeat right transparent;
	display: block;
	width: auto;
}
#services h4 .back2{
	background: url("../images/background_titre.png") repeat-x top transparent;
	height: 25px;
	padding-top: 5px;
	display: block;
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
}
#services h4, #services h4 a{
	font-family: 'AsapBold', arial, serif;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}
#services .texte_service{
	width: 300px;
	text-align: justify;
	height: 48px;
	overflow: hidden;
	margin-left: 35px;
	margin-bottom: 20px;
	color: #0d0905;
}
div.savoir_plus{
	background: url("../images/background_savoir_plus.png") no-repeat right transparent;
	width: 57px;
	height: 19px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 2px;
	float: right;
	margin-right: 22px;
	position: relative;
	bottom: 2px;
}
div.savoir_plus a, div.savoir_plus{
	font-family: 'AsapRegular', arial, serif;
	color: #FFF;
	font-size: 12px;
}

/* BLOC OFFRE DU MOIS */
#offres_du_mois{
	float: left;
	background: url("../images/background_services.png") repeat-x bottom transparent;
	width: 220px;
	height: 277px;
	position: relative;
}
#offres_du_mois h3{
	margin-bottom: 28px;
}
#offres_du_mois #offres_du_mois_droite{
	background: url("../images/background_offre_mois_droite.png") no-repeat right bottom transparent;
	width: 5px;
	height: 243px;
	position: absolute;
	right: -4px;
	bottom: 0;
}
#offres_du_mois .offre_accueil{
	margin-left: 30px;
	height: 210px;
	width: 163px;
}
#offres_du_mois .photo_offre_accueil{
	width: 160px;
	height: 90px;
	overflow: hidden;
}
#offres_du_mois .texte_offre_accueil h3.titre_offre_accueil{
	height: 20px;
	margin: 0;
	padding: 0;
	/*padding-top: 3px;*/
	overflow: hidden;

}
#offres_du_mois .texte_offre_accueil h3.titre_offre_accueil a{
	font-family: 'AsapRegular', arial, serif;
	color: #0a0602;
	font-size: 14px;
	text-transform: capitalize;
}
#offres_du_mois .texte_offre_accueil h3.titre_offre_accueil a .sup{
	margin: 0;
}
#offres_du_mois .description_offre_accueil{
	font-family: 'AsapRegular', arial, serif;
	color: #0a0602;
	font-size: 12px;
	height: 55px;
	overflow: hidden;
	text-align: justify;
}

/* LISTING */
.nb_resultat{
	font-family: 'AsapBold', arial, serif;
	color: #fff;
	font-size:14px;
	width: 200px;
}
#listing_biens{
	float: left;
	width: 620px;
}

.annonce_bien{
	position: relative;
	width: 307px;
	height: 207px;
	overflow: hidden;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
}


.annonce_bien .puce{
	background:url(../images/puce_petite.png) no-repeat left;
	padding-left: 23px;
	font-family: 'AsapBoldItalic', arial, serif;
	color: #1a4a54;
	font-size: 13px;
	margin-bottom: 2px; 
	height: 15px;
	width: 117px;
	overflow: hidden;
}



.annonce_bien .puce sup{
	position: absolute;
}
.annonce_bien .en_savoir_plus{
	display: block;
	position: absolute;
	right: 0;
	/*bottom: 4px;*/
	top: -5px;
	font-family: 'AsapRegular', arial, serif;
	color: #ffffff;
	font-size: 12px;
	width: 80px;
}
.annonce_bien .image{
	width: 307px;
	height: 202px;
	overflow: hidden;
}
.annonce_bien .fond_infos{
	height: 51px;
	position: absolute;
	width: 100%;
	left:0;
	bottom:5px;
	filter:alpha(opacity=70);
	opacity: 0.70;
	z-index:5;
	background: #fff;
}
.annonce_bien .infos{
	height: 54px;
	position: absolute;
	width: 100%;
	left:0;
	bottom:5px;
	z-index:6;
}
.annonce_bien .infos  .colonne_gauche, .annonce_bien  .infos .colonne_droite{
	float: left;
	/*width: 127px;*/
	width: 204px;
	margin-left: 17px;
	margin-top: 8px; 
	overflow: hidden;
}
.annonce_bien  .infos .colonne_droite{
	margin-left: 7px;
	/*width: 117px;*/
	width: 75px;
}
.annonce_bien h2{
	margin-top: 16px;
}
.annonce_bien h2 a{
	font-family: 'AsapRegular', arial, serif;
	color: #0f0a06;
	font-size: 20px;
	font-weight: normal;
}
.annonce_bien h3 a{
	margin-right: 6px;
	font-family: 'AsapRegular', arial, serif;
	color: #0f0a06;
	font-size: 20px;
	float: right;    
	margin-top: 16px;
	font-weight: normal;
}
.annonce_bien .description{
	font-family: 'AsapRegular', arial, serif;
	color: #0f0a06;
	font-size: 14px;
	font-weight: normal;
	height: 32px;
	width: 575px;
	margin-top: 20px;
	margin-bottom: 25px;
	overflow: hidden;
}
.annonce_bien .prix{
	color: #0f0a06;
	font-family: 'AsapRegular', arial, serif;
	font-size: 30px;
	font-weight: normal;
}
.annonce_bien .reference{
	color: #ac9977;
	font-family: 'SignikaNegativeBlack', arial, serif;
	font-size: 14px;
	position: absolute;
	font-weight: normal;
	text-transform: uppercase;
	right: 0px;
	top: 0px;
}
.annonce_bien div.savoir_plus{
	background: url("../images/background_savoir_plus_bien.png") no-repeat right transparent;
	width: 119px;
	height: 20px;
	padding-left: 6px;
	padding-right: 9px;
	padding-top: 2px;
	float: right;
	margin-right: 6px;
	position: relative;
	bottom: 16px;
}
.annonce_bien div.savoir_plus a, div.savoir_plus{
	font-family: 'AsapRegular', arial, serif;
	color: #FFF;
	font-size: 12px;
}

.contactez_nous{
	float: right;
	display: block;
	color: #AC9977;
	font-family: 'AsapRegular',arial,serif;
	font-size: 13px;
	line-height: 25px;
	text-transform: none;
}
.annonce_bien .lien_details .legende_selection{
	background: #f4edbf;
	font-family: Arial;
	font-size: 10px;
	padding: 8px;
	position: absolute;
	color: #000000;
	z-index: 500;
	display: none;
	right: 20px;
	bottom: 25px;
	width: 115px;
}

/* TRI */
#tri_biens{
	height: 20px;
	color: #fff;
	font-family: 'AsapRegular', arial, serif;
	font-size: 12px;
	float: right;
	/*position: absolute;*/
}

#tri_biens a{
	font-family: 'AsapRegular', arial, serif;
	font-size: 12px;
	cursor:pointer;
}
#tri_biens a:hover, #tri_biens a.selected{
	font-family: 'AsapBold', arial, serif;
}
#tri_biens .titre_tri{
	display: block;
	float: left;
	margin-right: 3px;
}

#tri_nousrecherchons{
	height: 20px;
	width: 420px;
	color: #fff;
	font-family: 'AsapRegular', arial, serif;
	font-size: 12px;
	float: right;
	text-align: right;
	/*position: absolute;*/
}
#form_nousrecherchons{
	height: 25px;
	width: 620px;
	color: #fff;
	font-family: 'AsapRegular', arial, serif;
	font-size: 12px;
	float: right;
	/*position: absolute;*/
}
#form_nousrecherchons .bouton_rechercher{
	background: url("../images/btn_rechercher.png")  no-repeat left bottom transparent;
	cursor: pointer;
	border: none;
	color: #fff;
	font-family:  'AsapRegular', Arial,serif;
	font-size: 13px;
	width: 45px;
	height: 25px;
	top: -4px;
	position: relative;
}

/* DETAILS */
.lien_retour{
	color: #fff;
	font-family: 'AsapRegular', arial, serif;
	font-size: 13px;
	margin-top: 45px;
	margin-bottom: 5px;
	margin-left: 10px;
	display:  block;
	padding-left: 20px;
	padding-bottom: 2px;
	background: url("../images/fleche_retour.png") no-repeat scroll center left transparent;
}
.lien_suite{
	color: #fff;
	font-family: 'AsapRegular', arial, serif;
	font-size: 13px;
	margin-top: 45px;
	margin-bottom: 5px;
	margin-left: 10px;
	/*display:  block;*/
	padding-right: 20px;
	padding-bottom: 2px;
	background: url("../images/fleche_retour_right.png") no-repeat scroll center right transparent;
}
.lien_banque{
	color: #090501;
	font-family: 'AsapRegular', arial, serif;
	font-size: 14px;
	/*margin-top: 25px;*/
	margin-bottom: 35px;
	margin-right: 75px;
	text-transform: uppercase;
	display:  block;
	float: right;
	/*  background: url("../images/fleche_retour.gif") no-repeat scroll top right transparent;*/
}
.lien_banque img{
	position: absolute;
	margin-top: -17px;
}

#details{
	position: relative;
	overflow: hidden;
}
#details #details_background_haut{
	background: url("../images/background_details_haut.png")  no-repeat top;
}
#details #details_background{
	background: url("../images/background_details_middle.png")  repeat-y top left;
	width: 963px;
	position:absolute;
	height:auto;
	bottom:0;
	top:0;
	left:0;
	right:0;
	margin-top:760px;
	margin-bottom:213px;
	z-index: 8;
}

#details #details_contenu{
	position:relative;
	z-index: 10;
}
#details #colonne_gauche{
	width: 447px;
	float: left;
}
#details #colonne_gauche .description_detail{
	background: #fff;
	width: 445px;
	height: 375px;
	padding-bottom: 10px;
	overflow: auto;
	color: #1A4A54;
}

#details #colonne_droite{
	width: 510px;
	float: left;
	background: #000000;
	height: 415px;
}

#details h1{
	font-family: 'AsapRegular', arial, serif;
	color: #0f0a06;
	font-size: 20px;
	padding-bottom: 27px;
	margin-left: 15px;
}
#details h2{
	font-family: 'AsapRegular', arial, serif;
	color: #666666;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}

#details  #bas_details{
	clear: both;
	padding-top: 20px;
}
#details .description_detail b{
	font-family: 'AsapBoldItalic', arial, serif;
	font-size: 15px;
}
#details .caracteristiques{
	width: 100%;
	line-height: 15px;
}

#details .caracteristiques b, #details .description b{
	/*text-decoration: underline;*/
	font-size: 11px;
	padding-top: 8px;
	display: block;
}

#details .caracteristiques ul{
	list-style-position: inside;
	list-style-image:url('../images/puce_carac.gif');
	float: left;
	width: 180px;
	margin-right: 5px;
}
#details .caracteristiques ul li{
	height: 13px;
}
#details .infos{
	padding-top: 15px;
	font-family: 'AsapRegular', arial, serif;
	color: #1a4a54;
	font-size: 13px;
	line-height: 30px;
}

#details sup{
	font-size: 11px;
	font-weight: bold;
}
#details .prix span{
	display: block;
	padding-top: 23px;
	height: 37px;
	line-height: normal;
	/* background: url("../images/pointilles4.png")  repeat-x top transparent;*/
	background: url("../images/pointilles1.png")  repeat-x top transparent;
}
#details .petite_marge{
	padding-left: 3px;
}
#details .passeport_energetique{
	/*	border-top: dotted 2px #bfbfbf; */
	/* background: url("../images/pointilles5.png")  repeat-x top transparent;*/
	background: url("../images/pointilles1.png")  repeat-x top transparent;
	margin-top: 10px;
	font-family: 'SignikaNegativeBlack', arial, serif;
	color: #ac9977;
	font-size: 18px;
	height: 50px;
	padding-top: 11px;
	line-height: normal;
	font-family: 'AsapRegular', arial, serif;
	color: #666666;
	font-size: 15px;
	padding-left: 3px;
}
#details .passeport_energetique span.lettre{
	padding: 10px;
	float: left; 
	margin-right: 11px;
	font-family: 'SignikaNegativeBlack', arial, serif;
	color: #ffffff;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}
#details .passeport_energetique span.texte{
	font-family: 'AsapRegular', arial, serif;
	color: #666666;
	font-size: 15px;
	padding-top: 11px;
	display: block;
	float: left;
	padding-top: 10px;
}
#details .passeport_energetique span.a{
	background: #008431;
}
#details .passeport_energetique span.b{
	background: #8cc63f;
}
#details .passeport_energetique span.c{
	background: #88B535;
}
#details .passeport_energetique span.d{
	background: #DEDE25;
}
#details .passeport_energetique span.e{
	background: #FFF708;
}
#details .passeport_energetique span.f{
	background: #FFB720;
}
#details .passeport_energetique span.g{
	background: #FF7314;
}
#details .passeport_energetique span.h{
	background: #EF3910;
}
#details .passeport_energetique span.i{
	background: #C60818;
}

#details a.btn{
	display: block;
	text-align: center;
}
#details .btn{
	float: left;
}
#details .btn span{
	font-family: 'AsapRegular', arial, serif;
	color: #fff;
	font-size: 10px;
	padding-top: 2px;
	display: block;
}
#details a.btn:hover span{
}
#details #indices_link {
	color:#000000;
	margin-left:35px;
}
#details #carte_link {
	background: url("../images/btn_carte.png") no-repeat top right;
	width: 149px;
	height: 14px;
}
#details #ami_link {
	background: url("../images/btn_ami.png") no-repeat top right;
	width: 147px;
	height: 16px;
	padding-left: 2px;
}
#details #imprimer_link {
	background: url("../images/btn_imprimer.png") no-repeat top left;
	width: 145px;
	height: 16px;
	padding-left: 4px;
}
#details #selection_link{
	background: url("../images/btn_selection.png") no-repeat top left;
	width: 140px;
	height: 16px;
	padding-left: 8px;
}
#details #facebook_link {
	background: url("../images/btn_facebook.png") no-repeat top left;
	width: 145px;
	height: 16px;
	padding-left: 4px;
}
#details #contact_link {
	background: url("../images/btn_contact.png") no-repeat top left;
	width: 144px;
	height: 16px;
	padding-left: 4px;
}

#details h3 {
	margin-bottom: 20px;
}
#details h3 span{
	font-family: 'AsapRegular', arial, serif;
	color: #0f0a06;
	font-size: 14px;
	line-height: normal;
	border-bottom: 1px solid #0f0a06;
	font-weight: normal;
}
#details form, #formulaire_contact{
	font-family: 'AsapRegular',arial,serif;
	font-size: 12px;
	color: #fff;
	line-height: 15px;
}
#details input, #formulaire_contact input{
	background: url("../images/background_input.png") no-repeat;
	height: 18px;
	width: 117px;
	padding: 0;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0;
	font-family: 'AsapRegular',arial,serif;
	font-size: 13px;
	color: #0a3e49;
}
#details textarea, #formulaire_contact textarea{
	height: 65px;
	width: 197px;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'AsapRegular',arial,serif;
	font-size: 12px;
	color: #282521;
	resize: none;
	overflow: auto;
}
#details .envoyer, #formulaire_contact .envoyer{
	background: url("../images/background_envoyer.png") no-repeat;
	width: 74px;
	height:20px;
	padding-top: 2px;
	text-align: center;
	padding: 0;
	border: 0;
	font-family: 'AsapRegular',arial,serif;
	font-size: 12px;
	color: #282521;
	float: right;
	margin-top: 17px;
	margin-right: 10px;
	cursor: pointer;
}

/* SLIDER DETAILS */
#details #content-slider {
	height: 344px;
	/*position: relative;*/
	width: 510px;
	overflow: hidden;
	margin-bottom: 2px;
}
#details #content-slider3 {
	height: 70px;
	/*position: relative;*/
	width: 510px;
	overflow: hidden;
}
#details #slider, #details #slider li {
	height: 344px;
	width: 510px;
	overflow: hidden;
	float: left;
	display: block;
	text-align: center;
}
#details #slider ul {
	list-style-type: none;
}
#details #miniatures{
}
#details #miniatures li a{
	height: 70px;
	width: 90px;
	margin-right: 3px;
	overflow: hidden;
	display: block;
	float: left;
	cursor: pointer;
}
#details #miniatures a span{
	height: 62px;
	width: 96px;
	overflow: hidden;
	display: block;
}
#details #miniatures a.premier{
	clear: both;
}
#details #miniatures a.dernier{
	margin-right: 0px;
}
#details #slider{
	position: absolute;
	/*left: -10px;*/
}
#details #slider li {
	position: relative;
}
#details #slider li a{
	width: 510px;
	height: 344px;
	overflow: hidden;
	display: block;
}
#details  #nextBtn {
	top: 245px;
	right: 30px;
	position: absolute;
}
#details  #prevBtn {
	top: 245px;
	left: 30px;
	position: absolute;
}

/* PAGE DE TEXTE*/
#page h1{
	font-family: 'AsapBold', arial, serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}
.pas_trouve{
	font-family: 'AsapRegular', arial, serif;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin-left: 25px;
}
#page h1 a{
	font-family: 'AsapRegular', arial, serif;
	color: #666666;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}
#page h1{
	margin-bottom: 15px;
}

/* CONTACT */
#contact{
	
}
#contact .colonne, #contact .colonne_droite{
	color: #666666;
	float: left;
	font-family: 'AsapRegular',arial,serif;
	font-size: 13px;
	line-height: 15px;
	padding-top: 15px;
	padding-left: 55px;
	width: 339px;
}

#contact .coordonnees{
	padding-left: 17px;
	padding-right: 14px;
	font-family: 'AsapRegular', arial, serif;
	color: #fff;
	font-size: 14px;
}
#contact .colonne_droite{
	width: 308px;   
	float: right;    
	padding-left: 17px;
	padding-right: 54px;
}
#contact .btn span {
	color: #fff;
	font-family: 'AsapRegular',arial,serif;
	font-size: 14px;
	line-height: normal;
}
#contact b{
	font-size: 14px;
}
#contact .btn:hover span{
	color:  #fff;
}
#contact #carte_link , #contact #carte_link2 {
	/*border-bottom: dotted 2px #bfbfbf; */
	padding-top: 29px;
	padding-bottom: 29px;
	/*background: url("../images/btn_carte.png") no-repeat right;*/
	display: block;
	width: 200px;
}

/* CHAMPS */
.textInput {
	width: 108px;
	height: 11px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background: url("../images/background-input.png")  no-repeat bottom transparent;
	border: none;
	color: #0a3e49;
	font-family:  'AsapRegular', Arial,serif;
	font-size: 13px;
	float: left;
	margin-top:2px;
}
.textArea {
	border: 1px solid #d0d0d0;
	color: #999999;
	font-family: 'AsapRegular', arial, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 2px;
	padding-top: 6px;
	width: 188px;
	height: 88px;
	padding-left: 10px;
	padding-right: 10px;
}
.mSelect {
	background: url("../images/background-select-grand.png") no-repeat scroll top right transparent;
	color: #0a3e49;
	cursor: pointer;
	font-family: 'AsapRegular', arial, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	padding-top: 3px;
	width: 200px;
}
.mScrollConteneur{
	z-index:100;
}
.mSelected {
	padding-left: 10px;
	padding-right: 10px;
}
.mpetitSelect {
	background: url("../images/background-select.png") no-repeat scroll top right transparent;
	color: #0a3e49;
	cursor: pointer;
	font-family: 'AsapRegular', arial, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	padding-top: 3px;
	width: 87px;
	overflow: hidden;
}
#formu_recherche .mpetitSelect .mSelected {
	padding-left:5px;
	padding-right: 5px;
	height: 16px;
	width: 47px;
	overflow: hidden;
}
#formu_recherche .mSelected {
	padding-left:5px;
	padding-right: 5px;
}
#formu_recherche .mSelect {
	background: url("../images/background-select-grand.png") no-repeat scroll top right transparent;
	color: #0a3e49;
	cursor: pointer;
	font-family: 'AsapRegular', arial, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	padding-top: 3px;
	width: 200px;
	overflow: hidden;
}
.mOptions{
	min-width: 150px;
	z-index: 3;
}
.mOption {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #CECECE #CECECE;
	border-right: 1px solid #CECECE;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	background-color: #fff;
	color: #0a3e49;
	cursor: pointer;
	font-family: 'AsapRegular', arial, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	min-width: 150px;
	z-index: 100;
	white-space:nowrap;
}
.mOption:hover {
	background-color: #0a3e49;
	color: #fff;
}
.mFleche {
	cursor: pointer;
	float: right;
	height: 18px;
	margin: 1px;
	width: 18px;
}
.bouton{
	background: url("../images/bouton.png")  no-repeat bottom transparent;
	border: none;
	color: #ffffff;
	width: 124px;
	height: 32px;
	font-family: 'AsapRegular', arial, serif;
	font-weight: normal;
	font-size: 14px;
	padding: 7px;
	text-transform: uppercase;
	float: right;
	padding-top: 5px;
}

.liste_textes{
	margin-left: 20px;
	margin-right: 20px;
}
.liste_textes .infos{
	height: 80px;
}
.liste_textes .description{
	height: 80px;
	overflow:hidden;
}
/* CARTE */
.carte_legende{
	background: #f4edbf;
	font-family: Arial;
	font-size: 10px;
	padding: 8px;
	position: absolute;
	color: #000000;
	z-index: 500;
	display: none;
}
#carte_nord_legende{
	left: 119px;
	top: 44px;
}
#carte_est_legende{
	left: 62px;
	top: 119px;
}
#carte_ouest_legende{
	left: 80px;
	top: 110px;
}
#carte_centre_legende{
	left: 120px;
	top: 122px;
}
#carte_sud_legende{
	left: 106px;
	top: 193px;
}
#carte_be_legende{
	left: 43px;
	top: 153px;
}
#carte_de_legende{
	left: 173px;
	top: 55px;
}
#carte_fr_legende{
	left: 132px;
	top: 234px;
}




/* FOOTER */
#background_footer{
	background: url("../images/background_footer.jpg")  repeat-x bottom transparent;
	z-index:1;
	height: 170px;
	position:absolute;
	width:auto;
	left:0;
	right:0;
	bottom: 0;
}
#footer{
	clear: both;
	font-family: 'AsapRegular', arial, serif;
	font-size:19px;
	color: #030000;
	margin-top: 65px;
	height: 135px;
	position: relative;
}
#footer .titre_footer{
	font-family: 'AsapBold', arial, serif;
	font-size: 14px;
	color: #ffffff;
}

#menu_selection{
	list-style-type:none;
	background: #ffffff;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 64px;
}
#menu_selection li{
	float: left;
	width: 64px;
	height: 64px;
	overflow: hidden;
	margin-right: 5px;
	position: relative;
}
#menu_selection a.suppresssion{
	right: 4px;
	position: absolute;
	color: #000;
	font-family: 'AsapBold', arial, serif;
	font-size: 13px;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.coordonnees{
	font-family: 'AsapRegular', arial, serif;
	color: #ffffff;
	font-size: 12px;
	clear: both;
	padding-top: 25px;
}
.top_page{
	background: url('../images/fleche_haut.gif') no-repeat top left;
	padding-left: 25px;
	display: block;
	color: #fff;
	font-family: 'AsapRegular', arial, serif;
	font-size: 14px;
	margin-left: 10px;
}
#footer .colonne, #footer .colonne_texte{
	float: left;
	margin-right: 10px;
}
#footer #copyright{
	font-family: 'AsapRegular', arial, serif;
	color: #ffffff;
	font-size: 12px;
	clear: both;
	position: absolute;
	right: 0;
	bottom: 10px;
}
#footer #copyright a{
	font-family: 'AsapRegular', arial, serif;
	color: #ffffff;
	font-size: 12px;
}



/* PAGINATION */
.paging {
	font-size: 10px;
	clear: both;
	text-align:right;
	width:100%;
	text-align: right;
	font-family: 'AsapRegular', arial, serif;
	color: #fff;
	font-size:14px;
	font-weight:normal;
	margin-top: 35px;
	margin-bottom: 25px;
	
}
.paging .nombre {
	
}
.paging img{
	margin-top: 5px;
}
.paging .page{
	color: #fff;
	font-size:14px;
	font-weight: normal;
	font-family: 'AsapBold', arial, serif;
}
.paging .last {
	border-right:none;
	padding-right:3px;
	padding-left:3px;
}
.paging a {
	text-decoration:none;	
	color: #fff;
	font-family: 'AsapRegular', arial, serif;
	font-size:14px;
	font-weight:normal;
	
}
.current {
	color: #fff;
	font-size:14px;
	font-weight: normal;
	font-family: 'AsapBold', arial, serif;
	
}

/* TABLEAUX */
.titre_tableau_biens{
	margin-bottom:15px;  
	border-top: 10px solid #AC9977;     
	padding-top: 15px;
	display: block;
	width: 100%;
}

.dataGridView {
	color:#44474E;
	border:1px solid #CFCFCF;
	width: 100%; 
	border-collapse: collapse;
	margin-top: 15px;
}

.dataGridView th {
	font-weight: normal; 
	text-align: center; 
	background-color: #0d6a7c;
	border:1px solid #CBCBCB;
	font-family: 'AsapBold', arial, serif;
	font-size: 13px;
	padding:3px;
	color:white;
}

.dataGridView td {
	border:1px solid #CBCBCB;
	font-family: 'AsapRegular', arial, serif;
	font-size: 13px;
	padding:3px;
	text-align: center;
}
.dataGridView td a{
	color: #000;
}
.dataGridView tr {
	background-color:white;
}
.dataGridView tr:hover {
	background-color: #F1F1F1;
	color:black;
}

.dataGridView .c2 {
	background-color: #F1F1F1;
}


/* GENERIQUE */
.clear{
	clear: both;
}
.sup{
	font-size: 8px;
	margin-top: -3px;
	position: absolute;
}
/* FONTS */

@font-face {
	font-family: 'AsapRegular';
	src: url('fonts/Asap-Regular-webfont.eot');
	src: url('fonts/Asap-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/Asap-Regular-webfont.woff') format('woff'),
	url('fonts/Asap-Regular-webfont.ttf') format('truetype'),
	url('fonts/Asap-Regular-webfont.svg#AsapRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'AsapItalic';
	src: url('fonts/Asap-Italic-webfont.eot');
	src: url('fonts/Asap-Italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/Asap-Italic-webfont.woff') format('woff'),
	url('fonts/Asap-Italic-webfont.ttf') format('truetype'),
	url('fonts/Asap-Italic-webfont.svg#AsapItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AsapBold';
	src: url('fonts/Asap-Bold-webfont.eot');
	src: url('fonts/Asap-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/Asap-Bold-webfont.woff') format('woff'),
	url('fonts/Asap-Bold-webfont.ttf') format('truetype'),
	url('fonts/Asap-Bold-webfont.svg#AsapBold') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'AsapBoldItalic';
	src: url('fonts/Asap-BoldItalic-webfont.eot');
	src: url('fonts/Asap-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/Asap-BoldItalic-webfont.woff') format('woff'),
	url('fonts/Asap-BoldItalic-webfont.ttf') format('truetype'),
	url('fonts/Asap-BoldItalic-webfont.svg#AsapBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;

}

.bg_grisFonce{ background-color:rgb(100,100,100); }

div.disabledPage {
	filter:alpha(opacity=50); /* IE's opacity*/
	opacity: 0.50;
	z-index: 50;
	position: absolute;
	height:100%;
	width:100%;
	top: 0px; 
	left: 0px;
}
#bloc_upload_photos{
	position:absolute;
	top:20%;
	margin-left:-150px;
	left:30%;
	width:800px;
	height:600px;
	z-index:99;
	padding:10px;
	border:1px dotted rgb(0,0,0);
	background-color:white;
	overflow:auto;
	text-align:center;
	font-size:12px;
	font-family:Trebuchet MS,Arial;
}

/* facebook */
.facebook{
	background:  url("../images/background-facebook-new.png") no-repeat top left;
	width: 128px;
	height: 74px;
	padding-left: 5px;
}
.facebook span{
	font-family: 'AsapRegular', arial, serif;
	font-size: 8px;
	color: #333333;
}
.fb-like  {
	width: 155px;
	/*overflow: hidden;*/
	margin-left: 40px;
}

label.checkbox span.holder {
	background: url("../images/checkbox.png") no-repeat scroll 0 -1px transparent;
	height: 35px;
}
label.radio span.holder {
	background: url("../images/checkbox.png") no-repeat scroll 0 -1px transparent;
	height: 35px;
}
label.checkbox:hover span.holder, label.radio:hover span.holder {
	top: -12px !important;
}
label.checked span.holder, label.checked span.holder, label.checked:hover span.holder, label.checked:hover span.holder {
	top: -24px !important;
}
label.list {
	clear: left;
	float: left;
	margin: 0 0 5px;
}
label.inline {
	float: left;
	margin: 0 10px 0 0;
}
input.hiddenCheckbox {
	left: -10000px;
	position: absolute;
}

label.prettyCheckbox_petite.checkbox span.holder {
	background: url("../images/checkbox_petite.png") no-repeat scroll 0 -1px transparent;
	height: 35px;
}
label.prettyCheckbox_petite.radio span.holder {
	background: url("../images/checkbox_petite.png") no-repeat scroll 0 -1px transparent;
	height: 35px;
}

label.prettyCheckbox_petite.checkbox:hover span.holder, label.prettyCheckbox_petite.radio:hover span.holder {
	top: -9px !important;
}
label.prettyCheckbox_petite.checked span.holder, label.prettyCheckbox_petite.checked span.holder, label.prettyCheckbox_petite.checked:hover span.holder, label.prettyCheckbox_petite.checked:hover span.holder {
	top: -18px !important;
}
label.prettyCheckbox span.holderWrap{
	display:block;
	float:left;
	position:relative;
	margin-right:5px;
	overflow:hidden;
	margin-top: 2px;
}
label.prettyCheckbox span.holder{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
label.prettyCheckbox_petite span.holderWrap{
	display:block;
	float:left;
	position:relative;
	margin-right:5px;
	overflow:hidden;
	margin-top: 2px;
}
label.prettyCheckbox_petite span.holder{
	display:block;
	position:absolute;
	top:0;
	left:0;
}

/* SCROLLBAR */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
	padding-right:1px;
}

.vscrollerbase {
	border: solid 1px white;
	width: 16px;	
}
.contenu_annonce_bien .vscrollerbase {
	border: solid 1px #0A3E49;
}
.vscrollerbaseend{
	height: 3px;
	width: 16px;
	border-top: solid 1px white	;
}
.contenu_annonce_bien .vscrollerbaseend {
	border-top: solid 1px #0A3E49;
}
.annonce_recherchons .contenu_annonce_bien .vscrollerbase, .annonce_recherchons .contenu_annonce_bien .vscrollerbaseend {
	border: 0px;
}
.annonce_recherchons .contenu_annonce_bien .vscrollerbase {
	border-left: solid 1px #0A3E49;
}
.annonce_recherchons .contenu_annonce_bien .vscrollerbase {
	height: 116px;
}

.annonce_recherchons .contenu_annonce_bien .flexcroll {
	height: 62px;
	overflow: hidden;
	line-height: 12px;
}
.vscrollerbar {
	width: 16px;
	height: 40px !important; 
	height: 40px;
	background: url('../images/scroll.png') no-repeat;
	cursor: n-resize;
}
.vscrollerbar2 {
	width: 16px;
	height: 40px !important; 
	height: 40px;
}
.hscrollerbase {
	height: 10px;
}
.hscrollerbar {
	width: 16px;
	height: 40px;
}

.mOptions .vscrollerbase{
	background: white;
}
.mOptions .vscrollerbase {
	border: solid 1px #0A3E49;
}
.mOptions .vscrollerbaseend {
	border-top: solid 1px #0A3E49;
}

.scrollerjogbox {
	width: 16px;
	height: 40px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	/*background-color: gray;*/
}

#description .flexcroll {
	position: relative;
	width: 870px;
	height: 482px;
	overflow: auto;
}

.table_simu td{
	text-align: justify;
}

.texte_nous_recherchons{
	padding: 15px;
	text-align: justify;
	height:350px;
	overflow:auto;
}
#listing_recherchons{
	float: left;
	width: 620px;
}

.annonce_recherchons{
	position: relative;
	width: 614px;
	height: 195px;
	overflow: hidden;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	color: black;
}
.annonce_recherchons .colonne_gauche .ville{
	margin-bottom: 25px;
}

.annonce_recherchons .puce{
	background:url(../images/puce_petite.png) no-repeat left;
	padding-left: 23px;
	font-family: 'AsapBoldItalic', arial, serif;
	color: #1a4a54;
	font-size: 13px;
	margin-bottom: 2px; 
	height: 15px;
	margin-top: 10px;
	width: 160px;
	float: left;
	overflow: hidden;
}

.annonce_recherchons .puce.dernier{
	width:auto;

}

.annonce_recherchons .puce sup{
	position: absolute;
}
.annonce_recherchons .en_savoir_plus{
	display: block;
	position: absolute;
	left: 20px;
	bottom: 4px;
	font-family: 'AsapRegular', arial, serif;
	color: #ffffff;
	font-size: 12px;
	width: 120px;
}
.annonce_recherchons .image{
	width: 614px;
	height: 202px;
	overflow: hidden;
}
.annonce_recherchons .fond_infos{
	height: 195px;
	position: absolute;
	width: 100%;
	left:0;
	bottom:5px;
	filter:alpha(opacity=100);
	opacity: 1;
	z-index:5;
	background: #fff;
}
.annonce_recherchons .infos{
	height: 195px;
	position: absolute;
	width: 100%;
	left:0;
	bottom:5px;
	z-index:6;
}
.annonce_recherchons .infos  .colonne_gauche, .annonce_recherchons  .infos .colonne_droite{
	float: left;
	width: 224px;
	margin-left: 17px;
	padding-right: 15px;
	text-align: justify;
	margin-top: 8px; 
	overflow: hidden;
}
.annonce_recherchons  .infos .colonne_droite{
	margin-left: 7px;
	width: 334px;
	float: right;
	height:175px; 
	margin-top: 15px;
	overflow:auto;
}
.annonce_recherchons h2{
	margin-top: 16px;
}
.annonce_recherchons h2 a{
	font-family: 'AsapRegular', arial, serif;
	color: #0f0a06;
	font-size: 20px;
	font-weight: normal;
}
.annonce_recherchons h3 a{
	margin-right: 6px;
	font-family: 'AsapRegular', arial, serif;
	color: #0f0a06;
	font-size: 20px;
	float: right;    
	margin-top: 16px;
	font-weight: normal;
}
.annonce_recherchons .description{
	font-family: 'AsapRegular', arial, serif;
	color: #0f0a06;
	font-size: 14px;
	font-weight: normal;
	height: 32px;
	width: 575px;
	margin-top: 20px;
	margin-bottom: 25px;
	overflow: hidden;
}
.annonce_recherchons .prix{
	color: #0f0a06;
	font-family: 'AsapRegular', arial, serif;
	font-size: 30px;
	font-weight: normal;
}
.annonce_recherchons .reference{
	color: #ac9977;
	font-family: 'SignikaNegativeBlack', arial, serif;
	font-size: 14px;
	position: absolute;
	font-weight: normal;
	text-transform: uppercase;
	right: 0px;
	top: 0px;
}
.annonce_recherchons div.savoir_plus{
	background: url("../images/background_savoir_plus_bien.png") no-repeat right transparent;
	width: 119px;
	height: 20px;
	padding-left: 6px;
	padding-right: 9px;
	padding-top: 2px;
	float: right;
	margin-right: 6px;
	position: relative;
	bottom: 16px;
}
.annonce_recherchons div.savoir_plus a, .annonce_recherchons div.savoir_plus{
	font-family: 'AsapRegular', arial, serif;
	color: #FFF;
	font-size: 12px;
}
