
/*	TYPO
-------------------------------------------*/
.zone-title{
	color: #663333; 
	font-size: 14px; 
	font-weight: bold; 	
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;
}
/* GENREIC
-------------------------------------------*/
#success-msg-holder{
	border:1px solid #006699;
	background-color:#e0ebff;
	padding: 10px 10px 10px 10px;
	text-align:left;
	font-size: 10px; 
	font-weight: bold; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;		
}
#error-msg-holder{
	border:1px solid #990000;
	background-color:#ffcccc;
	padding: 10px 10px 10px 10px;
	text-align:left;
	font-size: 10px; 
	font-weight: bold; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;		
}
#warning-msg-holder{
	border:1px solid #ffcc33;
	background-color:#ffff66;
	padding: 10px 10px 10px 10px;
	text-align:left;
	font-size: 10px; 
	font-weight: bold; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;	
}
.logout{
	color: #6d6e71; 
	margin:162px 10px 0 0;
	text-align:right;
	font-size: 11px; 
	font-weight: bold; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;	
	cursor:default;
}
.logout-over{
	color: #6d6e71; 
	margin:162px 10px 0 0;
	text-align:right;
	font-size: 11px; 
	font-weight: bold; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;
	text-decoration:underline;
	cursor:pointer;
}
.inline-span{
	display:table-cell;
	display:inline-block;
}
.form-text{
	color: #000000; 
	font-size: 11px; 
	font-weight: normal; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;
	padding: 0 15px 0 0;
	line-height:25px;
	vertical-align:top;
	text-align:left;
}
.form-input{	
	vertical-align:top;
	text-align:left;
	margin:0 0 5px 0;
	width:200px;
	color: #000000; 
	font-size: 10px; 
	font-weight: normal; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;	
}
.form-btn{
	color: #ffffff;
	text-transform:uppercase;
	font-size: 11px; 
	font-weight: normal; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;	
	text-align:center;
	vertical-align:top;
	padding-top:12px;
	cursor:default;
	width:109px;
	height:41px;
	background:url(../images/extranet_btn.gif) no-repeat top center;
}
.form-btn-over{
	color: #000000; 
	text-transform:uppercase;
	text-align:center;
	vertical-align:top;	
	font-size: 11px; 
	font-weight: normal; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;	
	padding-top:12px;
	cursor:pointer;
	width:109px;
	height:41px;
	background:url(../images/extranet_btn.gif) no-repeat top center;
}
.btn-arrow{
	color: #6d6e71; 
	font-size: 12px; 
	font-weight: bold; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;
	text-transform:uppercase;
	text-align:center;
	vertical-align:top;
	padding:5px 28px 5px 0;	
	cursor:default;
	height:31px;
	background:url(../images/extranet_btn-arrow.gif) no-repeat center right;
}
.btn-arrow-over{
	color: #6d6e71; 
	font-size: 12px; 
	font-weight: bold; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;
	text-transform:uppercase;
	text-align:center;	
	padding:5px 28px 5px 0;	
	cursor:pointer;
	height:31px;
	background:url(../images/extranet_btn-arrow.gif) no-repeat center right;
}
.validation-zone{
	width:100%;
	color: #ffffff;
	text-align:left;
	font-size: 10px; 
	font-weight: normal; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;		
	margin-left:0px;
	/*border:1px solid #e1e1e1;	*/
}
ul {
	text-align:left;
	margin:0 0 0 0px;
	list-style: none;
	/*padding-left: 0px;*/
	padding-top: .5em;
	padding-bottom: .5em;
	text-transform:uppercase;
	/*border:1px solid #e1e1e1;	*/
}
ul li {	
	background: url(../images/bullet.gif) no-repeat 4px 4px;
	padding: 0 0 0 18px;
	font-weight:normal;
	text-transform:none;
	/*line-height:20px;*/
	/*border-bottom:1px dotted #e1e1e1;	*/
	font-color: #ffffff;
	font-size:10px;
	font-family:  Arial, Helvetica, sans-serif;	
	/*cursor:default;*/
}
.link{
	text-decoration:none;
	text-transform:lowercase;
	color: #ffffff;
	text-align:left;
	font-size: 12px; 
	font-weight: normal; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;	
}
.link:hover{
	text-decoration:none;
	text-transform:lowercase;
	color: #000000;
	text-align:left;
	font-size: 12px; 
	font-weight: normal; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;	
}
.required-text{ color:#990000; }
.required-field{ border:solid 1px #990000; }
.alt-line{ background-color:#e1e1e1;}
/* PROPRIETE LISTING
------------------------------------------*/
#propriete-listing-holder{
	width:800px;	
	text-align:center;		
    position: relative;
    background-color: #333333;
}
#propriete-listing{
	margin:0 0 0 0;
	text-align:left;	
}
#propriete-listing .title{
	height:40px;
	line-height:40px;
	text-align:center;
	vertical-align:center;
		
	text-transform:uppercase;	
	color: #ffffff; 
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	background:url(../images/Fiche_resume_03.jpg) top center #ffffff;
	/*margin:5px 0 10px 10px;
	padding:0 5px 10px 10px;*/
}
#propriete-listing .subtitle{
	text-align:left;
	margin:20px 0 0 0;
	font-size: 16px;	
	font-family: Arial, Helvetica, sans-serif ; 
	font-style:italic;
	color: #000000; 
}
#propriete-listing .description{
	text-align:left;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
}
#propriete-listing .form-btn{
	float:left;
	color: #ffffff;
	text-transform:uppercase;
	font-size: 11px; 
	font-weight: normal; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;	
	text-align:center;
	vertical-align:top;
	padding-top:8px;
	cursor:default;
	width:81px;
	height:31px;
	background:url(../images/extranet_btn-fond-blanc.gif) no-repeat top center;
}
#propriete-listing .form-btn-over{
	float:left;
	color: #000000; 
	text-transform:uppercase;
	text-align:center;
	vertical-align:top;	
	font-size: 11px; 
	font-weight: normal; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;	
	padding-top:8px;
	cursor:pointer;
	width:81px;
	height:31px;
	background:url(../images/extranet_btn-fond-blanc.gif) no-repeat top center;
}
#propriete-listing .property-list-line{
	width:100%;
	text-align:center;
	padding:0px margin:0px;
	
}
#propriete-listing .propriete-list-element{
	float:left;	
	/*border:1px solid #efefef;*/
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:800px;
	min-heigh:164px;
	vertical-align:top;
	background-color: #ffffff;
}
#propriete-listing .content-zone{
	float:left;	
	width:574px;
	min-heigh:164px;
	padding:0 0 0 0;
	text-align:left;
	margin:0 0 0 2px;
	vertical-align:middle;

	/*border:1px solid #990000;*/
}
#propriete-listing .thumb-zone{
	float:left;	
	width:222px;
	margin:0px;
	padding:0px;
	/*border:none;*/
	vertical-align:middle;
	text-align:left;
	/*border:1px solid #990000;*/
}
#propriete-listing .thumb{
	width:222px;
	border:none;	
	margin:-3px; padding:3px;
}
#propriete-listing .btn-arrow-holder{

}
#propriete-listing .btn-arrow{
	color: #6d6e71; 
	float:right;
	font-size: 16px; 
	font-weight: bold; 	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;
	text-transform:uppercase;
	text-align:left;
	vertical-align:bottom;
	padding:3px 5px 0px 0;
	float:right;
	/*height:31px;*/
	width:175px;
	/*border:1px solid #990000;*/
	background:url(../images/extranet_btn-arrow.gif) no-repeat top right;
	cursor:default;
}
#propriete-listing .btn-arrow-over{
	color: #990000; 
	font-size: 16px; 
	font-weight: bold; 
	float:right;	
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;
	text-transform:uppercase;
	text-align:left;
	vertical-align:bottom;
	padding:3px 5px 0px 0;
	width:175px;
	/*height:31px;*/
	/*width:200px;*/
	/*border:1px solid #990000;*/
	background:url(../images/extranet_btn-arrow.gif) no-repeat top right;
	cursor:pointer;
}
/*
	LISTING PAGING OUTSIDE OF #propriete-listing 	*/
.btn-paging-holder{
	width:100%;
	display:table-cell;
	display:inline-block;
	background:url(../images/Main_18.jpg) repeat-x left center;
	text-align:center;
}
.btn-paging-next{
	float:left;
	width:150px; height:24px;
	background:url(../images/btn-list-suivant.gif) no-repeat center center;
	cursor:default;
}
.btn-paging-next-over{
	float:left;
	width:150px; height:24px;
	background:url(../images/btn-list-suivant-over.gif) no-repeat center center;
	cursor:pointer;
}
.btn-paging-prev{
	float:left;
	width:150px; height:24px;
	background:url(../images/btn-list-precedente.gif) no-repeat center center;
	cursor:default;
}
.btn-paging-prev-over{
	float:left;
	width:150px; height:24px;
	background:url(../images/btn-list-precedente-over.gif) no-repeat center center;
	cursor:pointer;
}
.btn-paging-no{
	float:left;
	width:24px; height:24px;
	line-height:24px;
	padding:0 2px 0 0;
	margin:0 5px 0 5px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/btn-page.gif) no-repeat center center;
	cursor:default;
	color:#ffffff;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;	
}
.btn-paging-no-over{
	float:left;
	line-height:24px;
	width:24px; height:24px;
	padding:0 2px 0 0;
	margin:0 5px 0 5px;
	text-align:center;
	vertical-align:bottom;	
	background:url(../images/btn-page-over.gif) no-repeat center center;
	cursor:pointer;
	color:#ffffff;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, FontName;	
}
.btn-paging-no-empty{
	float:left;
	width:24px; height:24px;
	/*padding:0 5px 0 5px;*/
	margin:0 5px 0 5px;
	text-align:center;
	vertical-align:middle;	
}
/* DETAIL
-------------------------------------------*/
#propriete-detail .title{
	text-align:center;
	vertical-align:center;
	text-transform:uppercase;	
	color: #ffffff; 
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
}




/*	LIST
-------------------------------------------*/
.list-header-center{
	float:left;
	line-height:25px;
	background-color:#333333;
	color:#ffffff;
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	display:inline-block;
	border-right:1px solid #ffffff;
	cursor:default;
}
.list-header-center-over{
	float:left;
	line-height:25px;
	background-color:#ffffff;
	color:#333333;
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	display:inline-block;
	border-right:1px solid #ffffff;
	cursor:pointer;
}
.list-header{
	float:left;
	line-height:25px;
	background-color:#333333;
	color:#ffffff;
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;
	vertical-align:middle;
	text-align:left;
	border-right:1px solid #ffffff;
	/*margin:0 0px 0 5px;*/
	padding:0 0 0 5px;
	display:table-cell;
	display:inline-block;
	cursor:default;
}
.list-header-over{
	float:left;
	line-height:25px;
	background-color:#ffffff;
	color:#333333;
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none;
	vertical-align:middle;
	text-align:left;
	border-right:1px solid #ffffff;
	/*margin:0 0px 0 5px;*/
	padding:0 0 0 5px;
	display:table-cell;
	display:inline-block;
	cursor:pointer;
}
.list-row{
	border: 1px solid #ffffff;
	background-color :#ffffff;
	float:left;
	clear:left;
	width:100%;
}
.list-row-over{
	float:left;
	clear:left;
	border: 1px solid #ffffff;
	background-color :#ccffff;
	width:100%;
}
.list-cell-text{
	display:table-cell;
	display:inline-block;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:10px;
	color:#000000;
	line-height:15px;
	text-align:left;
	border-right:1px solid #ffffff;
	padding:0 0 0 5px;
	float:left;
}
.list-cell-numeric{
	float:left;
	display:table-cell;
	display:inline-block;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:10px;
	line-height:15px;
	border-right:1px solid #ffffff;
	color:#000000;
	text-align:right;
}
.list-cell-date{
	float:left;
	display:table-cell;
	display:inline-block;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:10px;
	color:#000000;
	border-right:1px solid #ffffff;
	padding:0 0 0 5px;
	line-height:15px;
	text-align:left;
}
.list-cell-center{
	float:left;
	display:table-cell;
	display:inline-block;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:10px;
	border-right:1px solid #ffffff;
	color:#000000;
	line-height:15px;
	text-align:center;
}
.list-cell-input{
	float:left;
	line-height:15px;
	display:table-cell;
	display:inline-block;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:10px;
	border-right:1px solid #ffffff;
	color:#000000;	
	text-align:center;	
}
/*	ZONE
-------------------------------------------*/
.zone{
	padding:10px 0 0 0;
	width:100%;
	background-color:#eeeeee;
}


/*	MARKETING AD LIST
-------------------------------------------*/
#marketing-ad-list{
	width:100%;
}
/*
 	start tooltips 
-------------------------------------------------*/ 
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../global-uri/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../global-uri/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
/*
 	end tooltips 
-------------------------------------------------*/ 