/* Main layout */

/* Mise en page principale */

body {
	background-color: #F2F9F5;
}

#main {
	margin: 0 auto 0 auto;
	width: 803px;
	height: auto;
	padding: 0 3px 0 3px;
	/*background-color: #ECECEC;*/
	background: #FFFFFF url(/images/mainbg.gif) top repeat-y;
}

#main-header {
	position: relative;
	height: 116px;
	margin-bottom: 6px;
	width: auto;
	/*background: #FFFFFF url(/images/themes/holidays/main-headerbg20091210.gif) 0 0 repeat;*/
	background: #F1F8F1 url(/images/mainheaderbg.gif) top repeat-x;
}

#homebar {
	position: absolute;
	bottom:-6px;
	left:-14px;
	width: 830px;
	z-index: 1;
}

#homebar p a { display:block; height:38px; text-indent:-999px; }

#homebar p.en,
#homebar p.fr {
	background: url(/images/homebar_chateaux-belles-demeures-france.png) top no-repeat;
}

	#sitedescription {
		position: absolute;
		bottom:0;
		left:-14px;
		width: 830px;
		height: 38px;
		/*background: url(/images/sitedescriptionbg_fr.gif) top no-repeat;*/
		/*z-index: 100;*/
	}
	
	#sitedescription p.title a {
		background-image: url(/images/h1_chateauxcountry.gif);
		display: block;
		width: 208px;
		height: 27px;
		margin: 5px 0 0 21px;
		padding: 0;
		overflow: hidden;
		position:relative;
		cursor: pointer;
		text-indent: -9999px;
	}
	
	#main-header div.description-en {
		background: url(/images/sitedescriptionbg_en.gif) top no-repeat;
	}
	
	#main-header div.description-fr {
		background: url(/images/sitedescriptionbg_fr.gif) top no-repeat;
	}
	
#banner a {
	position:absolute;
	top:14px;
	right:110px;
	width: 468px;
	height: 60px;
	/*background-color: #FFFFFF;*/
	/*border: 1px solid #B0C4B3;*/
	/*z-index: 10;*/
	text-align: center;
}

#banner a.holidays {
	right: 47px;
	top: 10px;
	width: 568px;
	height: 81px;
}

#banner h2 { margin-top: 18px; font-size: 24px; color: #BCBCBC; }

#sitemap ul li {
	margin: 8px;
}

#main-body {
	position: relative;
	width: 100%;
	min-height: 560px;
	padding-top: 2px;
	padding-bottom: 8px;
	z-index: 0;
}

* html #main-body {
	height: 560px;
}

#main-sidebar {
	position: absolute;
	left: -14px;
	top: 6px;
	height: 460px;
	width: 168px;
}

#content-wrap {
	position: relative;
	display: block;
	width: 628px;
	margin-left: 174px;
}

#main-footer {
	height: 40px;
	text-align: center;
	padding-top: 8px;
	/*background-color: blue;*/
	color: #434343;
	background: url(/images/mainfooterbg.gif) top no-repeat;
}

#main-footer a {
	color: #434343;
}

