/*
 * Default
 */
html, body {
	margin: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 0.9em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background: url(../images/main/bg-header.jpg) repeat-x;
	color: #333;
}

h1 { font-size: 1.3em; margin: 5px 0; }
h2 { font-size: 1.2em; margin: 4px 0; }
h3 { font-size: 1.1em; margin: 3px 0; }
h4 { font-size: 1.0em; margin: 2px 0; }
p { margin: 8px 0; }

a { color: #555; }

a.pink { color: #f10091; }

img { border: 0; }

textarea {
	font-size: 0.9em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.arrow img {
	vertical-align: middle;
	margin-right: 2px;
}

.imgIcon {
	vertical-align: middle;
}

.imgIcon64 {
	float: left;
	margin-right: 4px;
}

h1.pageTitle {
	color: #f10091;
	text-transform: uppercase;
	margin-bottom: 5px;
}

/*
 * Container
 */
#container {
	width: 1000px;
	margin-left: auto; 
  margin-right: auto;
	z-index: 1;
	position: relative;
}

/*
 * Header
 */
#header {
	top: 0;
	width: 100%;
	height: 160px;
	position: relative;
}

#logo {
	top: 0;
	left: -70px;
	width: 491px;
	height: 159px;
	background-image: url(../images/main/logo-tendance-immobiliere.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#languages {
	top: 10px;
	right: 20px;
	font-size: 0.8em;
	text-align: right;
	vertical-align: middle;
	position: absolute;
}

#languages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#languages li {
	float: left;
	display: block;
	padding: 0 5px;
}

#languages a {
	color: #fff;
	text-decoration: none;
}

#languages img {
	vertical-align: middle;
}

/*
 * Navigation
 */
#navigation {
	top: 110px;
	left: 400px;
	position: absolute;
}

#navigation ul {
	float: left;
	width: 650px;
	margin: 0; padding: 0;
	list-style: none;
	position: relative;
}

#navigation li {
	float: left;
	height: 38px;
	margin: 0 2px; 
	padding: 0;
	position: relative;
}

#navigation li a {
	padding: 21px 10px;
	display: block;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

li.home a {
	padding: 21px 5px;
}

li.green a {
	color: #84c309;
}

li.green a:hover {
	color: #fff;
}

li.pink {
	text-align: center;
	width: 94px;
}

li.grey {
	padding-left: 2px;
	text-align: left;
	width: 87px;
}

li.green {	
	width: 136px;
}

li.pink:hover { 
	background-image: url(../images/main/menu-top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

li.grey:hover { 
	background-image: url(../images/main/menu-top.png);
	background-repeat: no-repeat;
	background-position: -95px 0;
}

li.green:hover {
	background-image: url(../images/main/menu-top.png);
	background-repeat: no-repeat;
	background-position: -185px 0;
}

li.active {
	background: url(../images/main/menu-top.png) no-repeat 0 0;
}

/*
 * Left Navigation
 */
#leftTop {
	top: 147px;
	width: 336px;
	position: absolute;
}

#left {
	float: left;
	top: 0;
	width: 317px;
	height: auto;
	background-image: url(../images/main/bg-left.png);
	background-repeat: no-repeat;
	position: relative;
}

#leftMenu {
	float: left;
	width: 317px;
	height: auto;
	background: url(../images/main/bg-left.png) repeat-y;	
	position: relative;
}

#leftContent {
	float: left;
	width: 256px;
	padding: 20px;
	position: relative;
}

#leftContent a {
	color: #333;
	text-decoration: none;
}

#leftContent a:hover {
	color: #666;
	text-decoration: none;
}

.leftSeparate {
	float: left;
	width: 262px;
	height: 5px;
	margin: 10px 0;
	background: url(../images/main/menu-left.png) no-repeat 0 0;
	position: relative;
}

.leftMenuItem, .leftMenuSubItem {
	float: left;
	color: #333;
	font-size: 1.0em;
	margin: 0 0 5px 5px;	
	position: relative;
}

.leftMenuSubItem {
	margin: 4px 0 0 15px;
	padding-left: 10px;
	
}

.leftMenuSubItem li {
	margin: 1px;
	padding-left: 20px;
	background: url(../images/main/menu-left.png) no-repeat 0 0;
	list-style: none;
}

#leftEstateNb {
	float: left;
	width: 256px;
	margin-top: 15px;
	position: relative;
}

#leftEstateNb h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 1px #444;
}

#leftEstateNb span {
	color: #ebebeb;
}

#leftMag {
	float:left;
	margin-top: 2px;
	text-align: center;
	position: relative;
}

#leftMagIntro {
	color: #666;
}

#leftMag h4 {
	text-transform: uppercase;
}

#leftMagPdf {
	
}

#leftMagPdf img {
	margin: 10px 19px;
	padding: 4px;
	border: 1px solid #fff;
}

#leftWidgets {
	float: left;
	width: 261px;
	padding: 0 20px;
	background-color: #efefef;
	position: relative;
}

#leftEmpty {
	float: left;
	width: 301px;
	height: 30px;
	background-color: #f2f2f2;
	position: relative;
}

/*
 * Contents
 */
#content {
	float: left;
	width: 655px;
	min-height: 615px;
	margin-top: 20px;
	position: relative;
}

.boxTop, .boxBottom {
	float: left;
	width: 652px;
	height: 6px;
	position: relative;
}

.boxTop {
	background: url(../images/main/content-box.png) no-repeat 0 0;
}

.boxBottom {
	background: url(../images/main/content-box.png) no-repeat 0 -6px;
	margin-bottom: 15px;
}

.boxContent {
	float: left;
	width: 612px;
	padding: 20px;
	background: #ededed;
	position: relative;
}

.boxContentCol1 {
	float: left;
	width: 300px;
	position: relative;
}

.boxContentCol2 {
	float: left;
	width: 300px;
	position: relative;
}

.boxContentCol1 a {
	color: #666;
	text-decoration: none;
}

.boxContentCol1 a:hover {
	color: #333;
}

.boxContentCol1 img {
	vertical-align: middle;
}

.boxContentSitemap {
	margin-top: 20px;
}

.boxContentSitemap ul {
	margin-left: 10px;
}

.boxContentSitemapLink {
	margin: 10px 30px 0 0;
	text-align: right;
}

.boxContentSitemapLink button {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0 100px 0 0;
	cursor: pointer;
	border: 0;
	background: url(/images/main/btn-pager.png) no-repeat -48px 0;
}

.boxContentMention {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	font-size: 0.8em;
	font-style: italic;
}

div.boxLogo {
	float: left;
	width: 156px;
	margin: 15px;
	text-align: center;
	font-size: 0.8em;
	position: relative;
}

img.boxLogo {
	float: left;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #ccc;
}

h1.title {
	margin: 8px 0;
	font-size: 1.3em;
	font-style: italic;
	text-transform: uppercase;
}

h2.title {
	margin: 6px 0;
	color: #666;
	font-size: 1.2em;
	text-transform: uppercase;
}

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

a:hover.text {
	color: #f10091;
}

.shareFacebook {
	float: left;
	width: 100%;
	height: 35px;
	margin-top: 5px;
	position: relative;
}

/*
 * Paging
 */
.pager {
	float: left;
	width: 645px;
	padding: 10px 10px;
	margin-bottom: 10px;
	position: relative;
}

.pagerResult, .pagerNavig {
	float: left;
	width: 250px;
	height: 16px;
	vertical-align: middle;
	position: relative;
}

.pagerNumber {
	float: left;
	width: 120px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.pagerNavig { 
	float: right;
	width: auto;
	text-align: right; 
}


button.pagerFirst, button.pagerLast, button.pagerPrevious, button.pagerNext {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 2px;
	cursor: pointer;
	border: 0;
}

button.pagerFirst {
	background: url(/images/main/btn-pager.png) no-repeat 0 0;
}

button.pagerLast {
	background: url(/images/main/btn-pager.png) no-repeat -16px 0;
}

button.pagerPrevious {
	background: url(/images/main/btn-pager.png) no-repeat -32px 0;
}

button.pagerNext {
	background: url(/images/main/btn-pager.png) no-repeat -48px 0;
}

span.pagerOn, span.pagerOff {
	float: left;
	min-width: 12px;
	height: 14px;
	padding: 2px 2px 0 2px;
	margin: 0 2px;
	font-size: 0.9em;
	color: #fff;
	text-align: center;
}

a.pagerOn {
	text-decoration: none;
}

span.pagerOn {
	background: #acadae;
}

span.pagerOff {
	background: #f10091;
}

/*
 * Forms
 */
.formInput {
	width: 135px;
	margin: 2px 0;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #777672;
	border-right: 1px solid #93928e;
	border-bottom: 1px solid #9f9e9a;
	border-left: 1px solid #8b8984;
	background: #f4f2ec url(/images/main/form-bg.png) no-repeat 0 0;
}

.formInputS  { width: 95px; }
.formInputM  { width: 135px; }
.formInputL  { width: 240px; }
.formInputXL { width: 290px; }

label {
	font-weight: bold;
	color: #666;
}

#estate_estate_town_name {
	width: 135px;
	margin: 2px 0;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #777672;
	border-right: 1px solid #93928e;
	border-bottom: 1px solid #9f9e9a;
	border-left: 1px solid #8b8984;
	background: #f4f2ec url(/images/main/form-bg.png) no-repeat 0 0;
}

/*
 * Widgets
 */
h3.widgetTitle {
	font-size: 1.1em;
	font-style: italic;
	color: #333;
	text-transform: uppercase;
}
.widgetClear {
   clear: both;
} 

/*
 * Widget Search
 */
#widgetSearch {
	float: left;
	width: 652px;
	height: 200px;
	margin: 0 0 30px 0;
	position: relative;
}

#widgetSearchContent {
	float: left;
	width: 100%;
	height : 200px;
	background: #c9bda1 url(../images/home/widget-search-bg.png) repeat-y;
	position: relative;
}

.widgetSearchCol1, .widgetSearchCol2, .widgetSearchCol3, .widgetSearchSep {
	float: left;
	position: relative;
}

.widgetSearchCol1 {
	width: 158px;
	padding: 10px;
}

.widgetSearchCol2 {
	width: 248px;
	padding: 10px;	
}

.widgetSearchCol3 {
	width: 106px;
	padding: 10px;
}

.widgetSearchSep {
	float: left;
	width: 40px;	
	position: relative;
}

.widgetSearchSepImg {
	float: left;
	width: 11px;
	height: 22px;
	margin-top: 80px;
	background: url(../images/home/widget-search-form.png) no-repeat 0 -65px;
	position: relative;
}

#widgetSearch select {
	width: 240px;
	margin: 2px 0;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: 1px solid #777672;
	border-right: 1px solid #93928e;
	border-bottom: 1px solid #9f9e9a;
	border-left: 1px solid #8b8984;
	background: #f4f2ec url(../../images/main/form-bg.png) no-repeat 0 0;
}

.widgetSearchLabel {
	width: 135px;
	color: #333;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
}

.widgetSearchPriceInput {
	float: left;
	width: 240px;
	position: relative;
}

.widgetSearchPriceLabel {
	float: left;
	width: 240px;
	color: #333;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	position: relative;
}

.widgetSearchLabelLeft, .widgetSearchLabelRight {
	float: left;
	color: #333;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	position: relative;
}

.widgetSearchLabelLeft {
	width: 110px;
	margin-right: 10px;
}

.widgetSearchLabelRight {
	width: 110px;
	margin-left: 10px;
}


/*
 * Widget Search Form
 */
.widgetSearchTowns, .widgetSearchCriteria {
	float: left;
	margin-top: 5px;
	padding: 0 5px;
	position: relative;
}

.widgetSearchCriteria span {
	margin: 0 4px;
}

.widgetSearchTowns {
	margin-top: 42px;
}

.widgetSearchSubmit {
	float: left;
	margin-top: 22px;
	padding: 10px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	color: #4b4b4b;	
	text-align: center;
	position: relative;
}

.widgetSearchSubmitBtn {
	width: 62px;
	height: 62px;
	margin-bottom: 20px;
	cursor: pointer;
	background: url(../images/home/widget-search-form.png) no-repeat 0 0;
	border: none;
}

#widgetSearchTop, #widgetSearchBottom {
	float: left;
	width: 100%;
	height: 6px;
	position: relative;
}

#widgetSearchTop {
	background: url(../images/home/widget-search.png) no-repeat 0 0;
}

#widgetSearchBottom {
	background: url(../images/home/widget-search.png) no-repeat 0 -6px;
}

/*
 * Widget Newsletter
 */
#widgetNewsletter {
	float: left;
	margin: 20px 0;
	position: relative;
}

#widgetNewsletter h3 {
	margin-left: 18px;
}

#widgetNewsletterForm {
	float: left;
	margin: 10px 0 0 18px;
	position: relative;
}

#widgetNewsletterForm label {
	margin-bottom: 5px;
	font-size: 1.0em;
	font-style: italic;
}

.formInputLeft {
	width: 180px;
}

.widgetSubmitBtn {
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../images/main/btn-ok.png) no-repeat 0 0;
	border: none;
}

/*
 * Widget Ads 250x250
 */
#widgetAds250 {
}

/*
 *  Widget Tag cloud
 */
#widgetTags h3 {
	margin-left: 18px;
}

#widgetTagsList {
	float: left;
	width: 260px;
	margin-bottom: 20px;
	font: 80% Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height:180%;
	position: relative;
}

#widgetTagsList ul{
	margin: 1em 0;
	padding: .5em 10px;
	text-align: center;		
}
#widgetTagsList li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	color: #666;
}
#widgetTagsList li a{
	text-decoration: none;
	color: #666;
	padding: 0 2px;	
}
#widgetTagsList li a:hover{	
	color: #f10091;
}		
	
.tag1 {font-size:100%;}
.tag2 {font-size:120%;}
.tag3 {font-size:140%;}
.tag4 {font-size:180%;}
.tag5 {font-size:220%;}
.tag6 {font-size:240%;}



/*
 * Widget News
 */

#widgetNews {
	float: left;
	width: 325px;
	margin-right: 4px;
	position: relative;
}

#widgetNewsContent {
	float: left;
	width: 305px;
	min-height: 340px;
	padding: 4px 10px;
	background-color: #f6f6f6;
	position: relative;
}

.widgetNewsItem {
	float: left;
	width: 275px;
	margin: 10px 10px 0 20px;
	position: relative;
}

.widgetNewsItem h4 {
	color: #f10091;
}

#widgetNewsTop, #widgetNewsBottom {
	float: left;
	width: 325px;
	height: 6px;
	position: relative;
}

#widgetNewsTop {
	background: url(../images/home/widget-news.png) no-repeat 0 0;
}

#widgetNewsBottom {
	background: url(../images/home/widget-news.png) no-repeat 0 -6px;
}

/*
 * Widget Agencies Directory
 */
#widgetDirectory {
	float: left;
	width: 325px;
	height: 107px;
	position: relative;
}

#widgetDirectoryLink {
	float: left;
	width: 251px;
	margin: 0 0 40px 17px;
	background-color: #f2f2f2;
	position: relative;
}

#widgetDirectoryLink a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#widgetDirectoryLink a:hover {
	color: #333;
	text-decoration: none;
}

/*
 * Widget Estate
 */
#widgetSlider {
	float: left;
	width: 325px;
	height: 239px;
	margin-top: 4px;
	position: relative;
}

#widgetSlider strong {
	font-size: 0.9em;
	color: #ef4291;
}

#widgetSliderContent {
	float: left;
	width: 305px;
	height: 229px;
	padding: 4px 10px;
	background: #ededed url(../images/home/widget-slider-bg.png) no-repeat;
	position: relative;
}

#widgetEstateSlider {
	width: 305px;
	height: 229px;
	position: relative;
	overflow: hidden;
}

#widgetEstateSliderContent {
   width: 305px;
   top: 0;
   margin-left: 0;
   position: absolute;
}

.widgetEstateSliderImage {
   float: left;
   position: relative;
   display: none;
}

.widgetEstateSliderImage span {
   position: absolute;
   left: 0;
   font: 0.9em/1.1em Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 279px;
   background-color: #fff;
   filter: alpha(opacity=80);
   -moz-opacity: 0.8;
   -khtml-opacity: 0.8;
   opacity: 0.8;
   color: #000;
   display: none;
   top: 0;
}

#widgetSliderTop, #widgetSliderBottom {
	float: left;
	width: 325px;
	height: 6px;
	position: relative;
}

#widgetSliderTop {
	background: url(../images/home/widget-slider.png) no-repeat 0 0;
}

#widgetSliderBottom {
	background: url(../images/home/widget-slider.png) no-repeat 0 -6px;
}

/*
 * ScrollTo
 */
#scrollTo {
	float: left;
	width: 100%;
	margin: 10px 0;
	text-align: right;
	clear: both;
	position: relative;
}

/*
 * Footer
 */
#footer {
	float: left;
	bottom: 0;
	width: 100%;
	height: 150px;
	background: #fff url(../images/main/bg-footer.jpg) repeat-x;
	position: relative;
}

#footerContent {
	top: 0;
	left: 50%;
	right: 50%;
	width: 1000px;
	height: 150px;
	margin-top: 20px;
	margin-left: -500px;
	position: relative;
}

.footerContentCol {
	float: left;
	width: 150px;
	height: 90px;
	margin: 0 40px 20px 40px;
	padding: 5px 10px;
	font-size: 0.9em;
	position: relative;
}

.footerContentCol h4, .footerContentCol a, .footerContentCol li {
	margin-top: 2px;
	color: #999;
	text-decoration: none;
}

.footerContentCol a:hover {
	color: #f10091;
}

.footerContentCol h4 {
	margin-bottom: 10px;
	font-size: 1.1em;
	color: #666;
}

#footerCopyright {
	float: left;
	width: 100%;
	height: 16px;
	font-size: 0.9em;
	color: #666;
	text-align: center;
	position: relative;
}

#footerCopyright a {
	color: #666;
	text-decoration: none;
}

#footerCopyright a:hover {
	color: #f10091;
}

#footerKeywords {
	float: left;
	width: 100%;
	margin: 4px 0;
	font-size: 0.8em;
	color: #999;
	text-align: center;
	position: relative;
}

#footerKeywords a {
	color: #999;
	text-decoration: none;
}

#footerKeywords a:hover {
	color: #f10091;
}

