.ListingContainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626262;
	width:100%;
}

.PropertyLeftSection {
	width:50%;
	float:left;
}

.PropertyRightSection {
	width:40%;
	float:left;
	margin-left:20px;
	text-align:right;
}

.PropertyImages {
	border:1px solid #626262;
}

.Heading_recherche {
	/*background-image :	url(../frontend/browse-title-back.png);*/
	background-repeat :	repeat-x;
	font-family :		Arial, Helvetica, sans-serif;
	font-size :			16px;
	font-weight :		bold;
	width :				100%;
	/*height :			42px;*/
	height :			90px;
	border :			0px solid #cdcdcd;
}

.Heading_rechercheInner {
	padding-left :		10px;
	padding-top :		12px;
	border : 			0px solid blue;
}

.ListingHeading {
	background-image:url(../frontend/browse-title-back.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	width:100%;
	height:42px;
	border:1px solid #cdcdcd;
}
.ListingHeadingInner {
	padding-left:10px;
	padding-top:12px;
}


.PropertyHeading {
	background-color:#960;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	width:100%;
	height:30px;
	border:1px solid #793275;
}

.PropertyHeadingInner {
	padding-left:10px;
	padding-top:5px;
	color:#FFF;
}

.PropertySectionTitle {
	color:#2c2c2c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #cecece;
}

.FormTitles {
	float:left;
	width:150px;
	border-bottom:1px dotted #7a3376;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a3376;
	font-weight:bold;
	margin-top:20px;
}

.FormFields {
	background-color:#ebe9e9;
	border:1px solid #7a3376;
	margin-left:10px;
	margin-top:20px;
}

.FormData {
	margin-left:10px;
	margin-top:25px;
}


.TopLinks {
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
	float:left;
}
.TopLinks A:link {text-decoration: none; color:#626262; }
.TopLinks A:visited {text-decoration: none; color:#626262; }
.TopLinks A:active {text-decoration: none; color:#626262; }
.TopLinks A:hover {text-decoration: underline; color: #7a3376; }


.TableRow {
	float:left;
}
.TableRow A:link {text-decoration: none; color:#626262; }
.TableRow A:visited {text-decoration: none; color:#626262; }
.TableRow A:active {text-decoration: none; color:#626262; }
.TableRow A:hover {text-decoration: underline; color: #7a3376; }

.ListingContainer A:link {text-decoration: underline; color:#000000; }
.ListingContainer A:visited {text-decoration: underline; color:#000000; }
.ListingContainer A:active {text-decoration: underline; color:#000000; }
.ListingContainer A:hover {text-decoration: underline; color: #000000; }


