* {
	margin:0px;
	padding:0px;
	border:0px;
	font-family: Century Gothic,Arial;
}

html, body {
	height: 100%;
	width: 100%;
	background:url("../images/bodybg2.jpg") no-repeat;
	background-color:black;
}

.fond_noir {
	background-color:black;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
	opacity:0.8;
	filter:alpha(opacity=80);
	display:none;
}

a{
	color: white;
}

#imageFlow .title {
	/*display:none;*/
}

.informations_coverflow {
	background-color: white;
	color:black;
}

#image_agrandit {
	position:fixed;
	top:50px;
	z-index:101;
	border:4px dashed #3d3d3d;
	display:none;
	background-color: black;
	padding: 5px;
}

#image_agrandit a{
	color: white;
		
}

.site {
	width: 960px;
	margin-left:auto;
	margin-right: auto;
	/*background:url("../images/bodybg.jpg") no-repeat;*/
}

#menu_prehome  {
	margin-bottom: 0px;
}

.bande {
	height:170px;
	width:100%;
	left:0px;
	top:160px;
	position: absolute;
}

.bande .orange {
	background-color: #ee7f01;
	background-image:url(../images/fond_orange.png);
	height:170px;
	width: 50%;
}

.bande .grise {
	position:absolute;
	background-color: #7f7f7f;
	right:0px;
	top:0px;
	height:170px;
	width: 50%;
}



.header {
	height:200px;
	position: relative;
}

.header .logo {
	width:270px;
	height:73px;
	position:absolute;
	top:40px;
	cursor:pointer;
	left:-2px;
}

.logo_droite {
	position: absolute;
	top:35px;
	right:0px;
	z-index: 0;
}

.header .logo img {
	margin-left:12px;	
}

.header .headerAddr {
	position:absolute;
	height:73px;
	width:100px;
	color:white;
	font-size:11px;
	line-height:20px;
	top:55px;
	left:340px;
}

.header .headerAddr a {
	color:white;
	text-decoration:none;	
}
.header .headerAddr a:hover {
	text-decoration: underline;	
}

.header .langue_selection {
	color:#70766D;
	font-family:Arial;
	font-size:10px;
	line-height:12px;
	position:absolute;
	right:60px;
	top:12px;
	z-index:1;
}
.header .langue_selection a {
	color:#70766d;
	text-decoration:none;	
}
.header .langue_selection a:hover {
	text-decoration:underline;
	color:#d6d9d4;	
}
.header .langue_selection .selectedLang {
	color:white;
	text-decoration:underline;
}


.header .langue_selection ul {
	list-style: none;
}

.header .langue_selection ul li {
	float: left;
	margin-right:3px;
	height:17px;
	width:18px; 
	cursor:pointer;
	padding-top:3px;
	padding-left:2px;
	color:#70766d;
}


.header .langue_selection ul li a {
	text-decoration: none;
	color:#70766d;
}

.header .langue_selection ul .selected a {
	color:white;
}

.header .langue_selection ul .selected,
.header .langue_selection ul li:hover a,
.header .langue_selection ul li:hover {
	color:white;
	text-decoration: none;
	background-color: #70766d;
}

.header .fluxRSS {
	color:white;
	font-size:11px;
	position:absolute;
	right:35px;
	top:11px;
}
.header .fluxRSS a {
	text-decoration: none;
	color:white;
}
.header .fluxRSS a:hover {
	color:white;
	text-decoration: underline;
}

.header .menu {
	height: 70px;
	margin-top: 115px;
	width: 100%;
	float:right;
	margin-bottom:50px;
	position:relative;
}

.clear {
	clear:both;
}

.header .menu ul {
	margin-top:12px;
	/*margin-left:70px;*/
	list-style: none;
	width:880px;
	position: absolute;
	/*right:-50px;*/
	top:10px;
	color:white;
}

.header .menu ul li {
	height:30px;
	cursor:pointer;
	float:left;
	margin-right:20px;
}

.header .menu ul li ul li,
.header .menu ul li ul li a {
	font-size:11px;	
}

.header .menu ul li a {
	height:30px;
	margin-left:10px;
	margin-top:0px;
	text-align: center;
	color:white;
	font-size:15px;
	text-decoration:none;
	float:left;
	display:block;
}


.header .menu ul li a.selectedMenu {
	background:url("../images/bas_menu_jaune.png") bottom center no-repeat;	
	font-weight:bold;
}

.header .menu ul li a:hover {
	background:url("../images/bas_menu_jaune.png") bottom center no-repeat;	
}

/*
.header .menu ul #futures_promotions_lien a.selectedMenu, 
.header .menu ul #futures_promotions_lien a:hover {
	background:url("../images/bas_menu_bleu.png") bottom center no-repeat;		
}


.header .menu ul #constructions_lien a.selectedMenu, 
.header .menu ul #constructions_lien a:hover {
	background:url("../images/bas_menu.png") bottom center no-repeat;		
}
*/

.header .menu ul li a:hover {
	
	/*text-decoration:underline;*/
}

.content {
	margin-top:40px;
	/*padding-left:30px;*/
	font-size:11px;
	position: relative;
}

.container_bien_detail {
	background:url("../images/detail-bg.png");
	padding:10px 5px;
}

.content .recherche {
	width:205px;
}

.content .texte_presentation textarea {
	border:1px solid #c7c8c9;
	font-size:12px;
	width:250px;
	height:100px;
}

.content .texte_presentation {
	width:370px;
	text-align: justify;
	color:white;
}

.content .texte_presentation a:link, .content .texte_presentation a:visited{
color:white;
text-decoration:underline;
font-weight:bold;
}

.content .texte_presentation a:hover{
text-decoration:none;}

.content .texte_presentation h1 {
	color:#0a0202;
	font-size:14px;
}

.content .texte_presentation h2 {
	color:#fcae05;
	font-size:12px;
	margin-top:15px;
	margin-bottom:15px;
}

.content .newsletter h1,
.content .recherche h1 {
	color:white;
	font-size:12px;
	width:115px;
	padding-top:2px;
	height:23px;
	padding-left:10px;
	margin-bottom:5px;
	margin-top:10px;
}

.content .recherche h1.menu_recherche {
	background:url("../images/menu_recherche.png") no-repeat;
	padding-left:20px;
	width:243px;
	height:20px;
	margin-bottom:10px;
	cursor: pointer;
}

.content .recherche h1.menu_favoris {
	background:url("../images/menu_favoris.png") no-repeat;
	padding-left:20px;
	width:243px;
	height:20px;
	margin-bottom:10px;
}

.content .recherche h1.menu_biens_consultes {
	background:url("../images/menu_derniers_biens.png") no-repeat;
	padding-left:20px;
	width:243px;
	height:20px;
	margin-bottom:10px;
}

.content .recherche h1.menu_favoris:hover,
.content .recherche h1.menu_biens_consultes:hover {
	cursor: pointer;
	color:#e1e1e1;
}


.content .recherche input[type=text] {
	border:1px solid #c7c8c9;
	width:60px;
	height:12px;
}

.coordonnees input[type=text] {
	border:1px solid #c7c8c9;
	width:150px;
	height:20px;
}

.content .recherche select {
	border:1px solid #c7c8c9;
	width:205px;
	height:25px;
	margin-bottom:5px;
}

.content .bandeau_nouveautes {
	background:transparent url(../images/nouveautes-bg.png) no-repeat scroll 0 0;
	margin-bottom:40px;
	margin-left:-30px;
	margin-top:-25px;
	min-height:86px;
	padding-left:50px;
	padding-right:50px;
	padding-top:0;
}

.content .table_recherche td {
	height:25px;
}

#listing {
	padding-top:10px;
}

.content .voir_categorie {
	height: 20px;
	background-color: #1f1f1f;
	width:670px;
	padding-left:10px;
	margin-bottom: 5px;
	font-size:11px;
}

.content .voir_categorie a {
	color:#99998f;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
}

.content .voir_categorie ul li#selected,
.content .voir_categorie ul li:hover {
	border-right:1px solid white;
	color:white;
}
.content .voir_categorie ul li#selected a,
.content .voir_categorie li:hover a {
	color:white;
}

.content .voir_categorie .categorie .voir {
	float: left;
	font-size: 12px;
	color:white;
}

.content .voir_categorie .categorie ul  {
	float: left;
	list-style: none;
}

.content .voir_categorie .categorie ul li {
	float: left;
	margin-left:20px;
	border-right:1px solid #99998f;
	margin-left:20px;
	margin-top:2px;
	padding-right:15px;
	color:#99998f;
}

#estimation {
	/*margin-top: 40px;*/
}

#estimation input[type=button]{
	border:1px solid #C7C8C9;
	height:25px;
	margin-bottom:5px;
	background-color: #eebf01;
	width:250px;
	color:black;
}

.texte_lien {
	color:white;	
}

.accueil {
	color:white;	
}

.accueil table {
	color:white;	
}

.accueil table a {
	color:white;	
}

.bouton,
.boutonpromo,
.input_contact,
.content #grand_input {
	width:203px;
	border:1px solid black;
	padding-top:3px;
	height:22px;
	margin-bottom:5px;
}

.text_area_contact {
	width:203px;
	border:1px solid #c7c8c9;
	padding-top:3px;
	height:80px;
	margin-bottom:5px;
	font-size:13px;
} 

.btn_hybride,
.content .btn_rechercher {
	height: 26px;
	background-image: url(../images/btn_rechercher.png);
	background-repeat: no-repeat;
	float: right;
	position:relative;
	color:white;
	text-transform: capitalize;
	font-weight: bold;
	cursor: pointer;
	padding-top:4px;
	padding-left:25px;
}

.header .btn_hybride {
	text-align: center;
}

.content #slider-range {
	margin-top:10px;
	margin-bottom:0px;
}

.content #budget_min,
.content #budget_max {
	padding-top:3px;
	height:12px;
	width:52px;
}

.header .coordonnees {
	position:absolute;
	top:125px;
	right:30px;	
	text-align: right;
	color:#70766d;
	font-size: 12px;
	font-weight: bold;
}

.header .coordonnees .email {
	color:#1a171b;
}

.header .coordonnees h1 {
	color:#ee7f01;
	font-size: 14px;
	font-weight: bold;
}

.content .carte_luxembourg {
	position:absolute;
	height:136px;
	cursor: pointer;
	top:-15px;
	left:110px;
	width:100px;
	background:url("../images/carte_luxembourg.png") no-repeat;
}

.content .cadre_carte .carte_check {
	border-spacing: 5px;
}

.content .cadre_carte .carte_check td {
	color:white;
	font-weight: bold;
	font-size:11px;
}

.content .cadre_carte {
	position:relative;
	height:130px;
	padding-top:3px;
	margin-bottom:10px;
	padding-left:10px;
}

.etranger_orange {
	font-weight: bold;
	color:#EE7F01;
}

.content .newsletter {
	width:205px;
}

.clear {
	clear: both;
}

.content .bloc_information_gauche {
	float:left;
	width:205px;
	color:white;
	margin-top:-40px;
}

.content .bloc_information_droite {
	float:left;
	width:950px;
	margin-top:-40px;
	/*padding-left:75px;*/
	padding-left:10px;
}

.content .bloc_information_droite2 {
	float:left;
	width:650px;
	padding-left:75px;
	margin-top:-30px;
}

.content .affaire_mois {
	float:left;
	width:255px;
	min-height:200px;
}

.content .alerte_mail {
	color:white;
	margin-top:300px;
	width:255px;
	font-size:11px;
}

.content .presentation {
	float:right;
	margin-right:60px;
	width:260px;
}

.content .presentation h3 {
	color:white;
	font-size:20px;
	margin-bottom:55px;
	margin-top:30px;
}

.content .affaire_mois .photo {
	position: relative;
	padding-top:50px;
}


.content .affaire_mois .information_bien .nature_bien {
	color:white;
}

.content .affaire_mois .information_bien h1 {
	font-size:12px;
	margin-bottom:4px;
	text-decoration: underline;
	color:#f2a814;
	line-height:13px;
}

.content .contact_me {
	margin-bottom:30px;
	color:#70766d;
	font-weight: bold;
}

.content .contact_me .tel {
	color:#101110;
}

.content .affaire_mois .information_bien {
	width:240px;
	height:60px;
	position:absolute;
	top:0px;
	color:white;
	font-size: 12px;
	font-weight: bold;
	padding:10px;
	padding-top:5px;
	margin-top:30px;
}

.content .listing_liste {
	width:680px;
}

.listing_liste .bien_listing {
	height:94px;
	margin-bottom:10px;
}

.listing_liste .c1 {
	background-color: #1f1f1f;
}

.listing_liste .c2 {
	background-color: #2c2323;
}

.listing_liste .image {
	width:129px;
	float:left;
	margin-right: 15px;
}

.listing_liste .bien_listing {
	position: relative;
}

.listing_liste .bien_listing:hover {
	background: url("../images/listing-hover.png");
}

.listing_liste .bien_listing .description {
	padding-top:20px;
	color:white;
	float: left;
	/*width:305px;*/
	width:285px;
	font-size:10px;
}

.listing_liste .bien_listing .description h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.listing_liste .bien_listing .prix .reference {
	text-align: right;
	color:white;
	margin-top:18px;
	padding-right:33px;
	font-size: 11px;
}

.paging {
	color: #58585a;
	font-weight: bold;
	text-align: center;
	margin-bottom:5px;
}

.paging a {
	text-decoration: none;
	color: #585858;
}

.paging a:hover {
	text-decoration:underline;
	color:white;	
}

.paging a .prec_suiv,
.paging .prec_suiv {
	font-weight:bold;
	text-decoration:none;
	color: #cfd30a;
}

.paging .current {
	height: 15px;
	padding-right:4px;
	padding-left:4px;
	color: white;
}

.listing_liste .bien_listing .prix {
	color:white;
	font-size:14px;
	font-weight:bold;
	/*width:181px;*/
	width:243px;
	text-align:right;
	float: left;
	margin-top: 35px;
}

.listing_liste .voir_annonce {
	position: absolute;
	top:0px;
	right:0px;
	background: url(../images/yellow-square.jpg) 150px 8px no-repeat;
	height:19px;
	padding-right:30px;
	padding-top:4px;
	text-align: right;
	width:136px;
}

.listing_liste .ajouter_favoris {
	height:19px;
	padding-bottom:10px;
	position:absolute;
	right:0;
	text-align:right;
	bottom:0;
	width:80px;
}

.plus_informations {
	height:19px;
	padding-bottom:10px;
	position:absolute;
	right:0;
	text-align:right;
	bottom:0;
	font-size:12px;
	width:180px;
}

.plus_informations a {
	text-decoration: none;
	color:white;
}

.plus_informations a:hover {
	text-decoration: underline;
}

.listing_liste .voir_annonce a,
.listing_liste .voir_annonce_promos a {
	font-size: 12px;
	font-weight:bold;
	color:white;
	text-decoration: none;
}

.listing_liste .voir_annonce a:hover,
.listing_liste .voir_annonce_promos a:hover {
	text-decoration: underline;
}

.listing_liste .c1 .image img {
	/*border:2px solid #70766d;*/
}

.listing_liste .c2 .image img {
	/*border:2px solid #fcae05;*/
	/*border:2px solid #70766d;*/
}

.service {
	border-bottom:2px solid red;
	color:white;
}

.marge a {
	text-decoration: none;
	color:white;
}

#contenu_text {
	color:white;	
}

.constructions_links {
	margin-bottom:50px;
	margin-top:10px;
	line-height:17px;	
}
.constructions_links a {
	color:white;
	font-size:10px;
	text-decoration:none;
}
.constructions_links a:hover {
	text-decoration:underline;
}

#contenu_text h1,
.accueil h1 {
	color:white;
	margin-top:5px;
}
.ver11 {
	color:white;	
}
.ver11 a {
	color:white;
	text-deocration:underline;	
}

.marge a:hover {
	text-decoration: underline;
}

/*
.fiche_detail {
	position:absolute;
	top:-160px;
	background-color:#e8e8e8;
	width:580px;
	padding-top:30px;
	padding-right:30px;
	min-height:430px;
	left:290px;
}
*/
.fiche_detail {
	float:left;
	/*margin-left:54px;*/
	margin-left:10px;
	min-height:430px;
	margin-top:-40px;
	position:relative;
	width:65%;
}

.fiche_detail .retour_listing {
	text-align: right;
	/*
	height:12px;
	text-align:right;
	width:102px;
	background-repeat: no-repeat;
	right:0px;
	top:-5px;
	position: absolute;
	margin-top: 5px;
	padding-top:1px;*/
}

.fiche_detail .diaporama {
	width:306px;
	height:306px;
	position: relative;
}

.fiche_detail .diaporama .paging_diaporama {
	bottom:-50px;
	height:50px;
	position:absolute;
	width:180px;
	z-index:10;
}
.fiche_detail .diaporama .paging_diaporamapromos {
	bottom:-50px;
	height:50px;
	position:absolute;
	width:180px;
	z-index:10;
}

.fiche_detail .paging_diaporama_next_previous  {
	margin-top:-4px;
	width:306px;
	margin-left:180px;
}

.fiche_detail .paging_diaporama_next_previous .previous,
.fiche_detail .paging_diaporama_next_previous .next {
	width:20px;
	height:20px;
	color:#f7f7f6;
	font-size:13px;
	float:left;
	margin-left:10px;
	cursor:pointer;
	text-align:center;
	font-family:Georgia;
}

.fiche_detail .paging_diaporama_next_previous .infoPhotos {
	height:20px;
	color:#ffffff;
	font-size:12px;
	float:left;
	margin-left:10px;
	text-align:center;
}

.fiche_detail .paging_diaporama_next_previous .indication_next,
.fiche_detail .paging_diaporama_next_previous .indication {
	float: left;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	padding-top:7px;
	text-align: right;
	width:110px;
}

.fiche_detail .paging_diaporama_next_previous .indication_next {
	text-align: left;
	margin-left: 10px;
	width:100px;
}



.fiche_detail .diaporama .paging_diaporama .page_selected,
.fiche_detail .diaporama .paging_diaporama .page {
	float:right;
	height:6px;
	width: 6px;
	cursor:pointer;
	margin-right:10px;
	margin-top:2px;
	background-color: #898a00;
}

.fiche_detail .diaporama .paging_diaporamapromos .page_selected,
.fiche_detail .diaporama .paging_diaporamapromos .page {
	float:right;
	height:6px;
	width: 6px;
	cursor:pointer;
	margin-right:10px;
	margin-top:2px;
	background-color:#00728a;
}

.fiche_detail .diaporama .paging_diaporama .page_selected {
	background-color:#feff00;
}
.fiche_detail .diaporama .paging_diaporamapromos .page_selected {
	background-color:#00a2ff;
}

.fiche_detail .diaporama img {
}

.fiche_detail .retour_listing a {
	color:white;
	text-decoration:underline;
	font-size: 12px;
}

.fiche_detail .lien_divers {
	height:48px;
	border-top:1px dashed #70766d;
	margin-top:30px;
	margin-left:5px;
	color:white;
	font-family: Arial;
	font-size: 10px;
	padding-top:12px;
}

.fiche_detail .lien_divers .left {
	width:315px;
	float:left;
}

.fiche_detail .lien_divers .right {
	width:260px;
	float:left;
}

.fiche_detail .lien_divers a {
	color:white;
	text-decoration: none;
}

.fiche_detail .lien_divers .envoyer_ami {
	background-image: url(../images/email-annonce.png);
	background-repeat: no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}

.fiche_detail .lien_divers .getpdf {
	background-image: url(../images/pdf-annonce.png);
	background-repeat: no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}

.fiche_detail .lien_divers .imprimer {
	background-image: url(../images/print-annonce.png);
	background-repeat: no-repeat;
	padding-left:20px;
	margin-bottom:5px;
}

.fiche_detail .images_detail {
	width:400px;
	float:left;
}

.fiche_detail .detail_texte {
	float: left;
	padding-left:12px;
	width:400px;
}

.fiche_detail .infos .titre_fiche {
	color:#f2f0ee;
	font-size:14px;
	font-weight: bold;
}

.fiche_detail .infos .erreur {
	color:red;
	font-weight: bold;
}

.fiche_detail .infos textarea {
	border:1px solid #c7c8c9;
	height:80px;
	width:260px;
	font-size: 12px;
}

.bookmark_details {
	border-bottom:1px solid #70766d;
	text-align:right;	
}

.bookmark_details a {
	color:white;
	text-decoration: none;
}

.bookmark_details a:hover {
	text-decoration: underline;
}

#maCarte span {
	display:none;
}

#maCarte {
	left:5px;
	position:absolute;
	top:58px;
	
}

.fiche_detail .menu_general {
	margin-bottom:10px;
}

.fiche_detail .menu_general ul {
	list-style: none;
}

.fiche_detail .menu_general li {
	float: left;
	width:85px;
	font-weight:bold;
	cursor:pointer;
	padding-top:2px;
	height:18px;
	margin-top:2px;
	text-align:center;
	color:white;
	background-color:#2e2e2d;
	margin-right:2px;
	margin-bottom:2px;
}

.fiche_detail .menu_general .selected,
.fiche_detail .menu_general li:hover {
	border:2px solid white;
	margin-top:0px;
	width:81px;
	color:white;
	margin-bottom:0px;
}

.fiche_detail .menu_general .selected_last,
.fiche_detail .menu_general .last:hover {
	width: 84px;
	border:2px solid white;
	margin-top:0px;
	color:black;
	margin-bottom:0px;
}

.fiche_detail .menu_general .last {
	width: 88px;
	margin-right: 0px;
}

.fiche_detail .filarianne {
	color:#70766d;
	font-size: 12px;
	font-family:Georgia;
	font-weight: normal;
}
.fiche_detail .arianneref {
	font-family:Georgia;
	color:white;	
}

.fiche_detail .detail_caracteristiques {
	float: left;
	padding-top:10px;
}

.fiche_detail  .detail_prix {
	color:#eaf0f5;
	font-size:18px;
	text-align:right;
	font-weight: bold;
	margin-bottom:5px;
}

.fiche_detail .detail_prix .normal {
	color:#70766d;
	font-weight: normal;
}

.fiche_detail .detail_prix .reference {
	font-size:11px;
	color:#b3c0c6;
	float:left;
	margin-top:-20px;
}

.fiche_detail .infos .bouton {
	background-color: #eebf01;
	color:black;
	width:100px;
	float:right;
	font-weight: bold;
	padding-bottom:20px;
	cursor: pointer;
}

.fiche_detail .infos .boutonpromo {
	background-color: #0e779f;
	color:white;
	width:100px;
	float:right;
	font-weight: bold;
	padding-bottom:20px;
	cursor: pointer;
}

.fiche_detail .infos {
	/*color:#70766d;*/
	color:white;	
}

.fiche_detail .infos ul {
	list-style: none;
}


.fiche_detail .infos input[type=text],
.popup_promtions input[type=text] {
	width:260px;
	border:1px solid #c7c8c9;
	padding-top:3px;
	height:22px;
	margin-bottom:5px;
}

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

.dataGridView th {
	font-weight: bold; 
	text-align: center; 
	background-color: #EAEAEA;
	border:1px solid #CBCBCB;
	padding:3px;
	color:black;
}

.dataGridView td {
	border:1px solid #CBCBCB;
	padding:3px;
	color: black;
	text-align: center;
}
.dataGridView tr {
	background-color:white;
}
.dataGridView tr:hover {
	background-color: #F1F1F1;
	color:black;
}

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

.fiche_detail .dataGridView {
	font-size:9px;
}

.fiche_detail .dataGridView th {
	background-color: #CFCFCF;
}

.footer {
	height: 21px;
	color:#a3a19d;
	width: 650px;
	font-size:11px;
	margin-top: 40px;
	text-align: center;
	margin-left:267px;
}

.footer .section2 {
	border-top:1px dotted #A3A19D;
	padding-top:8px;
	padding-bottom:18px;
}

.footer .section1 {
	padding-bottom:5px;
}

#footer_accueil {
	margin-left:auto;
	margin-right:auto;
}

.footer img {
	vertical-align: middle;	
}

.footer a {
	color:#70766d;
	text-decoration: none;
}

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

#location_detail_menu,
#vente_detail_menu {
	background-color: #ee7f01;
	position: absolute;
	border:1px solid white;
	border-left:none;
	width:190px;
	display:none;
	left:270px;
}

#location_detail_menu {
	top:220px;
	z-index:21;
}

#vente_detail_menu {
	top:196px;
	z-index:22;
}

#location_detail_menu ul,
#vente_detail_menu ul {
	list-style: none;
	padding-left:25px;
	font-size:12px;
}

.description_photo_vente,
.description_photo_neuf {
	display: none;
	font-size:12px;
	color:white;
}

.description_photo_location {
	display: none;
	font-size:12px;
	color:white;
}

.trienotaire {
	text-align: left;
	color:white;
}

.trienotaire a {
	color:white;	
}
.trienotaire a:hover {
	font-weight: bold;
}

.table_simu {
	color:white;	
}

.input2 {
	height: 20px;
	border:1px solid black;
	margin-bottom:2px;
}

.description_photo_nouveaute {
	display:none;
}

#diaporama_nouveaute img {
	cursor:pointer;
	margin-top:30px;
}

#lesplusvus {
	border-bottom:1px dotted white;
	margin-bottom:10px;
	width:242px;
}

.image-vus {
	width:75px;
	float: left;
	min-height: 60px;
}

.text-vus {
	float: left;
	font-size:10px;
}

.text-vus .title {
	font-weight:bold;
	color:#F2A814;
}

.text-vus .suite a {
	color:white;
	text-decoration: none;
}

.text-vus .suite a:hover {
	text-decoration: underline;
}

.image_prehome {
	height: 349px;
	width:959px;	
	position: relative;
	margin-top:20px;
}
.image_prehome img {
	top:  0; 
    left: 0;
    height: 349px;
	width:959px;	
}

#content_prehome {
	padding: 0px;
	margin-top:10px;
}

.header #menu_prehome ul li a.selectedMenu:hover,
.header #menu_prehome ul li a:hover {
	background-image: url(../images/bas_menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.header #menu_bleu ul li a.selectedMenu,
.header #menu_bleu ul li a.selectedMenu:hover,
.header #menu_bleu ul li a:hover {
	background:url("../images/bas_menu_bleu.png") bottom center no-repeat;	
	background-repeat: no-repeat;
	background-position: bottom;
}

.header #menu_rouge ul li a.selectedMenu,
.header #menu_rouge ul li a.selectedMenu:hover,
.header #menu_rouge ul li a:hover {
	background:url("../images/bas_menu.png") bottom center no-repeat;	
	background-repeat: no-repeat;
	background-position: bottom;
}


.header #menu_prehome ul li a.selectedMenu {
	background-image: none;
	font-weight: normal;
}

.header #menu_prehome ul li {
	margin-right: 35px;
}

#footer_accueil {
	margin-top:20px;
}

.annonce_particuliere {
	height:25px;
	bottom:30px;
	right:0px;
	width:320px;
	position:absolute;
	/*
	opacity:0.4;
	filter:alpha(opacity=40);*/
	background-image:url(../images/opacite.png);
	padding-right:30px;
	padding-top:5px;
	text-align: right;
	z-index:50;
}

.annonce_particuliere div.red_square {
	height:6px;
	width:6px;
	position:absolute;
	left:6px;
	top:6px;
	background:red;
	filter:alpha(opacity=100);	
}

.annonce_particuliere  a {
	color:white;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
}

.texte_description_photo {
	/*color:#70766D;*/
	color:white;
	text-align: justify;
}

.titre_fiche_photo {
	color:#F2F0EE;
	font-size:14px;
	font-weight:bold;
}

#agence_immobiliere_lien ul {
	/*left:-60px;*/
	margin-top:18px;
	display:none;
}

#agence_immobiliere_lien:hover ul {
	display:block;
}

#agence_immobiliere_lien ul li a n{
	font-size:11px;
}







#futures_promotions_lien ul {
	/*left:-60px;*/
	margin-top:18px;
	display:none;
}

#futures_promotions_lien:hover ul {
	display:block;
}

#futures_promotions_lien ul li a {
	font-size:11px;
}






#constructions_lien ul {
	/*left:-60px;*/
	margin-top:18px;
	display:none;
	width:400px;
}

#constructions_lien:hover ul {
	display:block;
}

#constructions_lien ul li a {
	font-size:11px;
}





.texte .lien {
	color:white;
}

.texte .lienDoc:hover {
	color:red;
}

.texte .lien:hover {
	color:#e3e514;
}

#maCarte {
position:absolute;
z-index:50;
width: 600px;
height: 330px;
}

.listing_liste .voir_annonce_promos {
	position: absolute;
	top:0px;
	right:0px;
	background: url(../images/blue-square.jpg) 150px 8px no-repeat;
	height:19px;
	padding-right:30px;
	padding-top:4px;
	text-align: right;
	width:136px;
}


#imageFlow {
	position: absolute;
	width: 100%;
	height: 80%;
	left: 0%;
	top: 0%;
	overflow: hidden;
}
#imageFlow .diapo {
	position: absolute;
	left: -4000px;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
	border: dotted #fff 1px;
	margin-left: -1px;
	margin-bottom: -1px;
}
#imageFlow .text {
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 16%;
	text-align: center;
	color: #FFF;
	font-family: verdana, arial, Helvetica, sans-serif;
	z-index: 10;
}
#imageFlow .title {
	display:none;
	font-size: 0.9em;
	font-weight: bold;
}
#imageFlow .legend {
	font-weight: bold;
	font-size: 12px;
}
#imageFlow .scrollbar {
	position: absolute;
	left: 10%;
	bottom: 10%;
	width: 80%;
	height: 16px;
	z-index: 1000;
	display:none;
}
#imageFlow .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height: 16px;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#imageFlow .arrow-left {
	position: absolute;
}
#imageFlow .arrow-right {
	position: absolute;
	right: 0px;
}
#imageFlow .bar {
	position: absolute;
	height: 16px;
	left: 25px;
}

#imageFlow a {
	color:white;
	text-decoration: none;
}

#imageFlow a:hover {
	text-decoration: underline;
}
.pre_head {
	font-size:18px;
	font-weight: bold;
	margin-bottom:15px;
	margin-right:25px;	
}

.info_photo {
	z-index: 50;
	right: 0px;
	top: 30px;
	color: white;
	position:absolute;
	width:320px;
	background-image:url("../images/opacite.png");
	padding: 10px;
	padding-right: 30px;
}

#prehome {
	position: relative;
}

.listing_liste .bien_listing .description a {
	color:white;
	text-decoration: none;
}

.listing_liste .bien_listing .description a:hover {
	color:white;
	text-decoration: underline;
}



