body{	
	margin:0;
	padding:0;
	height:100%;
	margin-bottom:0px;
	background: url('images/bg_body.gif') 0px 0px repeat-x #ffffff;
}

#container {
	width: 962px;
	margin: 0 auto;
	border-left: 3px  solid #cacfe2;
	border-right: 3px  solid #cacfe2;
	border-bottom: 3px  solid #cacfe2;
	background-color: #ffffff;
}

/* Header
-------------------------------------------------------------- */

#header {
	width: 934px;
	height: 156px;
	padding: 4px 14px 0 14px;
}
	
	#subMenu {
		width: 680px;
		height: 14px;
		float: right;
		margin-bottom: 4px;
		text-align: right;
	}

		#subMenu a {
			padding: 0 4px;

			font-size: 10px;
			color: #475d8c;
			text-decoration: none;
			text-transform: uppercase;
		}

		#subMenu a:hover {
			background-color: #6bc5fe;

			color: #ffffff;
		}

	#logo {
		width: 240px;
		height: 84px;
		float: left;
	}

	#banner {
		width: 680px;
		height: 84px;
		float: right;
	}

	#menu {
		width: 908px;
		height: 36px;
		padding: 14px 13px 0px 13px;
		margin-top: 4px;

		background: url('images/bg_menu.gif') 0px 0px repeat-x #1083d3;

		_overflow: hidden;
	}

		#menu a {
			display: block;
			width: 85px;
			height: 30px;
			float: left;
			padding: 3px 2px;
			margin-right: 2px;
			background: url('images/bg_menu-a.gif') 0px 0px no-repeat;
			
			font-size: 11px;
			color: #1d6ab0;
			text-decoration: none;
			text-transform: uppercase;
			text-align: center;
			font-weight: bold;
		}

		#menu a.btnImmo {
			background: url('images/bg_menu-a-immo.gif') 0px 0px no-repeat;
		}

		#menu a:hover,
		#menu a.menuActive {
			color: #475d8c;
			background: url('images/bg_menu-a-o.gif') 0px 0px no-repeat;
			color: #fffeff;
		}

		#menu #menuRight {
			float: right;
		}

			#menu #menuRight a {
				height: 27px;
				display: block;
				padding: 3px 2px;
				width: auto;

				background: none;
				color: #fffeff;
				text-transform: capitalize;
				font-weight: normal;
				font-size: 12px;
				margin-top: 3px;
			}

				#menu #menuRight a:hover {
					text-decoration: underline;
				}

/* Main
-------------------------------------------------------------- */

#main {
	width: 934px;
	padding: 14px;
}

#main .column {
	float: left;
}

/*#main #mainRight .two-columns .column {
	width : 359px;
}

#main #mainRight .two-columns .columnSeparator {
	width: 11px;
	height:1px;
	float: left;
}

#main #mainRight .three-columns .column {
	width : 235px;
}

#main #mainRight .three-columns .columnSeparator {
	width: 12px;
	height:1px;
	float: left;
}

#main #mainFull .two-columns .column {
	width : 455px;
}

#main #mainFull .two-columns .columnSeparator {
	width: 10px;
	height:1px;
	float: left;
}

#main #mainFull .three-columns .column {
	width : 300px;
}

#main #mainFull .three-columns .columnSeparator {
	width: 10px;
	height:1px;
	float: left;
}*/

#main .two-columns #mainLeft {
	width: 620px;
	margin-right: 14px;
}

#main .two-columns #mainRight {
	width: 300px;
}

#main .two-columns #mainLeft2 {
	width: 800px;
	margin-right: 14px;
}

#main .two-columns #mainRight2 {
	width: 120px;
}

#main .two-columns #mainLeft3 {
	width: 210px;
	margin-right: 14px;
}

#main .two-columns #mainRight3 {
	width: 710px;
}

#main #mainFull {
	width: 934px;
}

/*#main .three-columns #mainLeft {
	width: 181px;
	background-color: #e8e7e7;
}

#main .three-columns #mainCenter {
	width : 538px;
	padding: 0px 10px;
}

#main .three-columns #mainRight {
	width: 181px;
	background-color: #e8e7e7;
}

#main .full-column #mainFull {
	width: 100%;
} */


/* Footer
-------------------------------------------------------------- */

#footer{
	width: 966px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 10px;
}

	/*#footer a {
		color: #878787;
		text-decoration: none;
	}

	#footerLink {
		margin: 10px 0;
		padding: 10px;
		background-color: #ffffff;
	}

		#footerLink a {
			cursor: default;
		}

	#footerLeft {
		width: 500px;
		float: left;
		margin-left: 10px;
	}

	#footerRight {
		width: 193px;
		float: right;
		margin-right: 10px;
	}

/* Products > Products List Pager
-------------------------------------------------------------- */

.pagerTop {
	height: 23px;
	border-top: 1px solid #cacfe2;

	font-size: 10px;
	font-weight: bold;
}

.pagerBottom {
	height: 23px;
	border-top: 1px solid #cacfe2;
	border-bottom: 1px solid #cacfe2;

	position: relative;
	top: -1px;

	font-size: 10px;
	font-weight: bold;
}

	.pagerTop a,
	.pagerBottom a {
		display: block inline;
		margin-right: 3px;
		padding: 0px 2px 2px 2px;

		color: #475d8c;
		text-decoration: none;
		text-align: center;
	}
	
	.pagerTop a.current,
	.pagerBottom a.current {
		height: 10px;
		padding-bottom: 0px;
		border-bottom: 2px solid #6bc5fe;

		color: #6bc5fe;
	}

	.pagerTop a:hover,
	.pagerBottom a:hover {
		background-color: #6bc5fe;

		color: #ffffff;
	}

	.pagerTop .left,
	.pagerBottom .left {
		width: 19%;
		height: 18px;
		padding-top: 5px;
		float: left;

		text-align: left;
	}

	.pagerTop .center,
	.pagerBottom .center {	
		width: 60%;
		height: 18px;
		float: left;
		padding-top: 5px;

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 20%;
		height: 20px;
		float: right;
		padding-top: 3px;

		text-align: right;
	}

	.pagerTop .input,
	.pagerBottom .input {
		padding: 0px;
		border-color: #c7c7c7;
		background-color: #ffffff;

		font-size: 9px;
		color: #000000;
	}

/* Float Elements
-------------------------------------------------------------- */

.floatLeft { float:left; }
.floatRight { float:right; }

/* Misc classes
-------------------------------------------------------------- */

.cadre,
.notice, 
.important    { padding: 10px; margin-bottom: 0px; border: 1px solid #ddd; }

.cadre      { border-color: #cacfe2; margin-bottom: 14px; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #facde5; color: #c8006e; border-color: #6bc5fe; }
.importantText { color: #6bc5fe; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }