/* SLIDE */     
/***** clearfix *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
display:;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* sliding panel */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
	width: 1000px;
	z-index: 999;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	visibility: visible;
}
#panel {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 70px;
	color: #ffffff;
	font-weight:bold;
	background:#1C3F4E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #ffffff;
	padding-left:5px;
	font-weight:normal;
}
#panel a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F1ECD0;
}
#panel .content {
	font-family: Arial, Helvetica, sans-serif;
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
}
#panel .content input.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	border: 1px #ffffff solid;
	background:#ffffff;
	margin-right: 5px;
	margin-top: 4px;
	width: 70px;
	height: 16px;
}
#panel .content input:focus.field {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #F1ECD0 solid;
	background: #F1ECD0;
	color:#FFFFFF;
}
/* BUTTONS */
/* Login and Register buttons */

#panel .content input.bt_register {
	font-family: Arial, Helvetica, sans-serif;
	width: 74px;
	height:20px;
	color:#1C3F4E;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
	border:none;
	cursor:pointer;
	font-weight:bold;
	font-size:12px
}
/* Panel Tab/button */
.tab {
	background: url(images/tab_b.png) repeat-x 0 0;
	height: 20px;
	position: relative;
	top: 0;
	width:100%;
}
.tab ul.login {
	display: block;
	position: absolute;
	float: right;
	height: 20px;
	width: auto;
	margin: 0;
	padding:0;
	left: 0px;
	text-align: center;
	top: 2px;
}
.tab ul.login li.right {
	background: url(images/tab_r.png) no-repeat left 0;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: left;
	padding-left:3px;
	display: block;
	float: left;
	height: 30px;
	background: url(images/tab_m.png) repeat-x 0 0;
}
.tab ul.login li a {
	color: #ffffff;
	text-decoration:none;
}
.tab ul.login li a:hover {
	color:#F1ECD0;
}
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 25px !important;
	cursor: pointer;
	display: block;
	width: 259px;
	position: relative;
	top: 6px;
}
.tab a.open {
	background: url(images/bt_open.png) no-repeat left 0;
}
.tab a.close {
	background: url(images/bt_close.png) no-repeat left 0;
}
.tab a:hover.open {
	background: url(images/bt_open.png) no-repeat left -19px;
}
.tab a:hover.close {
	background: url(images/bt_close.png) no-repeat left -19px;
}
/***********/



html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#4A5C66;
}
/***** Main Layout ****/

#conteneur {
	width: 100%;
	height: 100%;
	text-align: center;/* IE fix to center the page */
}
#contenu {
	width: 1000px;
	margin: auto auto;/* center the page in Firefox */
	text-align: left;
}
/* Header*/

#header {
	float:left;
	height:252px;
}
#logo {
	float:left;
	margin:0px;
	padding:0px;
}
/* DEBUT ACCORDEON PAGE TYPE */
#imageMenu2 {
	position: relative;
	width: 712px;
	height: 215px;
	overflow: hidden;
}
#imageMenu2 ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 215px;
	width: 712px;
	padding: 0px;
	border: 0px;
}
#imageMenu2 ul li {
	float: left;
}
#imageMenu2 ul li a {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	height: 215px;
	font-size: 15px;
	font-weight: bold;
	color: #153A4E;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	vertical-align: bottom;
	background-color: #AAA59D;
	padding-top: 194px;
}
#imageMenu2 ul li.syndic a {
	background-image: url(images/syndic.jpg);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.syndic a:hover {
	background-image: url(images/syndic_hover.jpg);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.gestion a {
	background-image: url(images/gestion.jpg);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.gestion a:hover {
	background-image: url(images/gestion_hover.jpg);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.location a {
	background-image: url(images/location.jpg);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.location a:hover {
	background-image: url(images/location_hover.jpg);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.vente a {
	background-image: url(images/vente.jpg);
	background-repeat: no-repeat;
}
#imageMenu2 ul li.vente a:hover {
	background-image: url(images/vente_hover.jpg);
	background-repeat: no-repeat;
}
.clear {
	clear: both;
}
/* FIN ACCORDEON PAGE TYPE */



.rubriques {
	border:0px;
	margin:0px;
	padding:0px;
	float:right;
	width:713px;
}
.rubriques-petites {
	border:0px;
	margin:0px;
	padding:0px;
	float:left;
	width:287px;
}
.rubriques ul {
	background-color:#4A5C66;
	height:37px;
	list-style:none;
	margin:0;
	margin-top:0px;
	padding:0;
}
.rubriques-petites ul {
	background-color:#4A5C66;
	height:37px;
	list-style:none;
	margin:0;
	margin-top:0px;
	padding:0;
}
.rubriques li {
	float:left;
	padding:0px;
}
.rubriques-petites li {
	float:left;
	padding:0px;
}
.rubriques li a {
	color:#ffffff;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:37px;
	margin:0px;
	padding:0px 25px 0px 25px;
	text-decoration:none;
}
.rubriques-petites li a {
	color:#ffffff;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:37px;
	margin:0px;
	padding:0px 3px 0px 4px;
	text-decoration:none;
}
.rubriques li a:hover, .rubriques ul li:hover a {
	background-color:#546B75;
	color:#ffffff;
	text-decoration:none;
}
.rubriques-petites li a:hover, .rubriques-petites ul li:hover a {
	background-color:#546B75;
	color:#ffffff;
	text-decoration:none;
}
/* FIN Header*/



/* Page*/

#page_haut {
	float:left;
	background-image:url(images/fd_page_haut.png);
	background-repeat:no-repeat;
	width:1000px;
	margin:0px;
}
#page {
	width:1000px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	background-image:url(images/fd_page_middle.png);
	background-repeat:repeat-y;
	margin:0px;
}
#page_bas {
	float:left;
	background-image:url(images/fd_page_bas.png);
	background-repeat:no-repeat;
	width:1000px;
}
#gauche {
	float:left;
		width:280px;
}
#colonne_gauche {
	width:265px;
	float:left;
	display:block;	
}
#page_contenu {
	width:690px;
	margin:0 30px 0 0;
	display:block;
	float:right;
}


.Accueil {
	float:left;
	width:277px;
	margin:0px;
	padding:0px;
}
.separate {
	clear:both;
}
.bloc_recherche, .bloc_recherche_int {
	background-color:#C7C3BE;
	float:left;
	width:270px;
	padding-top:5px;
	margin-top:5px;
	position:relative;
}
	.bloc_recherche_int {
		width:275px;
}
.tab-recherche {
	padding-left:5px;
}
.titre_rech {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0px;
	padding:0px;
	padding-top:5px;
}
.rech_champ_liste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	width:122px;
	height:20px;
	background-color:#F9F7F5;
	border:medium none;
	margin:0px;
	padding:0px;
	text-align:left;
	padding-left:5px;
	margin-bottom:12px;
}
.bloc_recherche_int .rech_champ_liste {
	width:260px;
}
.rech_champ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	width:116px;
	height:20px;
	background-color:#F9F7F5;
	border:medium none;
	margin:0px;
	padding:0px;
	padding-left:5px;
}
.bloc_recherche_int .rech_champ {
	width:255px;
}

.bloc_recherche_int .bout_rech {
	margin-top:0;
	padding-left:0;
}
.bout_rech {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	width:256px;
	height:27px;
	background-image:url(images/bout_rech.png);
	border:medium none;
	background-repeat:no-repeat;
	margin-top:-20px;
	padding-left:10px;
}
.bout_rech:hover {
	background-image:url(images/bout_rech_hover.png);
}

.display_country {
	position:absolute;
}

.blocNouveautes {
	float:left;
	width:340px;
	height:285px;
	border:#ffffff solid 3px;
	padding:0px;
	margin:0px;
	margin-left:5px;
	position:relative;
}
.bien_bg a img {
	margin:0px;
	padding:0px;
}
.titre_biens {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	color:#ffffff;
	background-color:#6B9FC2;
	margin:0px;
	padding:0px;
	padding-left:5px;
}
.titre_biens a {
	color:#ffffff;
	text-decoration:none;
	margin:0px;
	padding:0px;
}
.post-it {
	float:left;
	margin-left:5px;
	width:330px;
	height:288px;
}
/* FIN Page*/



#footer {
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	text-align:left;
	margin-top:5px;
}
.footerTexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	padding-left:10px;
	padding-top:5px;
	float:left;
}
.footer_right {
	float:right;
}
.footerTexte a {
	color:#ffffff;
	text-decoration:none;
}
.footerTexte a:hover {
	color:#000000;
	text-decoration:none;
}
.footerlogos {
	float:right;
	width:400px;
	text-align:right;
	padding:0px;
	margin:0px;
	margin-top:5px;
}


/** boite contact */
.contact {
	padding:15px 0 0 0;

	width:275px;
	float:left;
	text-align:center;
	color:#4a5c66;
}

.contact .top {
	height:5px;
	background:url(images/fd_bloc-agence-haut.png) no-repeat;
	width:275px;
	float:left;	
}
.contact .middle {
	background:url(images/fd_bloc-agence-middle.png) repeat-y;
	width:275px;
	float:left;	
}
.contact .bottom {
	height:5px;
	background:url(images/fd_bloc-agence-bas.png) no-repeat;
	width:275px;
	float:left;	
}

.contact h1 {
	margin:0;
	padding:2px 0 ;
	font-size:16px;
}

.contact .contact_us {
	color:#4a5c66;
	font-size:14px;
	font-weight:bold;
}
.contact .contact_us:hover {

	color:#fff;
	font-size:14px;
	font-weight:bold;
}







/** products_info */

.p_bien {

}
.pageHeading h1 {
	padding:0;
	margin:0;
	font-size:18px;

}
.p_picto {
	float:right;
}
.p_titre {
	float:left;
	font-family:arial;
}
.p_price {
	font-size:16px;
	font-weight:bold;
}
.p_credit {
	font-size:12px;
	font-weight:bold;
}

.p_video {
	width:480px;
	height:300px;
	background:#fff;
	padding:0 0 0 0;
	position:relative;
}

.p_carto {
	position:relative;
}

.r_video {
	position:absolute;
	top:190px;
	left:380px;	
	z-index:100;
}
.r_video_l {
	position:absolute;
	top:100px;
	left:-48px;
	z-index:100;
}

.p_photo {
	background:none;
}
.p_photo a {
	color:#fff;
	font-size:12px;
}
.photo {
	padding:5px 0 0 0;
}
.p_survol {
	font-weight:bold;
	color:#0c3471;
}

.p_reference {
	font-size:14px;
	font-weight:bold;
}
.p_txt {
	padding:5px;
	font-size:12px;
}

.p_diapo {
	padding:0 0 0 10px;
	background:url(images/puce.gif) no-repeat;
	background-position:0 7px;
	font-size:16px;
}
.p_diapo a {
		font-size:16px;
		color:#0c3471;
}
.p_diapo a:hover {
		color:#0c3471;
		font-size:16px;
}

.button {
	text-align:center;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	}

.button a {

	text-align:center;
	color:#666;
	position:relative;
	padding:0;
	margin:0;

	display:block;
}


.description  {
	font-family:arial;
	padding:5px 0 0 5px;
	font-size:14px;
	text-align:justify;
	color:#000;
}
.description a {
	font-family:arial;
	font-size:14px;
	text-align:justify;
	color:#333;
}

.p_info h2 {
	font-size:14px;
	color:#0c3471;	
	background:url(images/flech.png) no-repeat;
	background-position: 0 2px;
	padding:0 5px 0 15px;
	margin:0;
	
}
/** fin products_info */






/** menu css */
.rubriques{
	border:0px;
	margin:0px;
	padding:0px;
	float:right;
}

/** menu */
.rubriques ul{
	height:37px;
	list-style:none;
	margin:0;
	padding:0;
}
	
.rubriques ul li{
	float:left;
	width : 150px; 
/*	background-image:url(images/rouge/sep.gif);
	background-repeat:no-repeat;
	background-position:left; */
	text-align:center;
	margin:0 0 0 0;
}

.rubriques ul li:hover	{ 
			z-index : auto !important; 
			z-index : 1000;
			display : block; 
			width : 150px; 
			position : relative; 			
			background-color:#871725;
}
	
.rubriques ul li a{
	color:#FFFFFF;
	text-transform:uppercase;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:37px;
	margin:0px;
	text-decoration:none;
	padding:0 0 0 0;
}
		
.rubriques ul li a:hover {
/*
	background-image:url(images/rouge/sep.gif);
	background-repeat:no-repeat;
	background-position:left; */
	color:#FFFFFF;
	text-decoration:none;
}


.rubriques ul li ul{	
			display:none; 
			border:none;
			height:10px;
}
		
.rubriques ul li:hover ul li ul{	
		display:none; 
		border:none;
}	

/** sous menu */
.rubriques ul li ul li{
	background-color:#BF1B32;
	height:20px;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:#FFFFFF 1px solid;
}

.rubriques ul li ul li a {
	line-height:20px;
}

.rubriques ul li ul li:hover	{ 	
			background-color:#BF1B32;
		}
		
			

.rubriques ul li:hover ul {
			display:block; 
			width : 150px; 
			position:absolute; 
			left:0;
			float:left;
			top:37px; 
			z-index:999; 
			padding: 0; 
			margin:0;
		}
		
.rubriques ul li:hover ul li:hover ul {
			list-style:none;
			display:block; 
			width : 150px; 
			position:absolute; 
			left:150px;
			float:left;
			top:0; 
			z-index:999; 
			padding: 0; 
			margin:0;
			background-color:#BF1B32;
		}	
.rubriques ul li:hover ul li:hover {		
			background-color:#871725;
}

.texte-bas {
	padding:5px 0;
}
