/* 1st col */
#info {
	float: left;
	width: 253px;
	height: 390px;
	background: url(../images/bg_info.jpg) no-repeat left top;
}
#info h1 {
	height: 156px;
	text-indent: -9999px;
}
#info p {
	font-size: 12px;
	padding: 0 9px;
	text-align: justify;
}
#content #info a {
	color: #06c;
	font-weight: bold;
	text-decoration: none;
}
#content #info a:hover {
	text-decoration: underline;
}
/* 2nd col */
#immo {
	float: left;
	width: 320px;
	margin: 0 34px;
}
#content #immo p {
	margin: 0;
	padding: .4em 6px .6em 6px;
}
#content #immo h1 {
	margin: 0;
}
#immo h1 a {
	display: block;
	height: 34px;
	text-indent: -9999px;
	background: url(../images/bg_immo.png) no-repeat left top;
	overflow: hidden;
}
#immo #offre {
	height: 140px;
	width: 320px;
	background: #cadbed url(../images/bg_immo.png) no-repeat left center;
	overflow: hidden;
}
#content #offre ul {
	margin: 0;
	padding: 0;
	height: 140px;
}
#content #offre ul li {
	float: left;
	margin: 0;
	padding: 0 4px;
	list-style: none;
	width: 312px;
	height: 140px;
}
#content #offre ul li img {
	width: 128px;
	height: 128px;
	float: left;
	margin-right: 5px;
}
#content #offre ul li * {
	overflow: hidden;
}
#content #offre ul li h4 {
	font-size: 12px;
	height: 14px;
}
#content #offre ul li h5 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	height: 12px;
}
#content #immo #offre ul li p {
	font-size: 10px;
	height: 22px;
	padding: 6px 0;
}
#content #offre ul li p strong {
	font-weight: normal;
}
#content #offre ul li div {
	font-size: 10px;
	height: 78px;
	text-align: justify;
}
#immo #navi {
	padding: 5px 10px;
	background: url(../images/bg_immo.png) no-repeat left bottom;
}
#immo #navi a {
	float: right;
	color: #fff;
}
#immo #navi div a {
	float: none;
	color: #069;
	padding: 1px 5px;
	margin-right: 3px;
	background-color: #c1d2e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
#immo #navi div a:hover {
	background-color: #dbe5ef;
}
#immo #navi div  a.current {
	color: #fff;
	background-color: #069;
}
#immo #demo a {
	display: block;
	height: 188px;
	background: url(../images/bg_360.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.jcarousel-container {
    position: relative;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 312px;
	height: 140px;
}
/* 3rd col */
#actu {
	float: left;
	width: 273px;
	background: url(../images/bg_actu.png) no-repeat left bottom;
}
#actu h2 {
	margin: 0;
}
#actu h2 a {
	display: block;
	height: 34px;
	text-indent: -9999px;
	background: url(../images/bg_actu.png) no-repeat left top;
	overflow: hidden;
}
#actu #article, #actu #liste {
	padding: 0 9px;
}
#content #actu h4 {
	text-transform: uppercase;
}
#content #article {
	max-height: 175px;
	text-align: justify;
	overflow: hidden;
}
#content #more {
	padding: 0 9px;
	text-align: right;
}
#content #liste ul {
	margin: 0;
	padding: 0;
}
#content #liste ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
#content #liste ul li label {
	display: block;
	float: left;
	padding-top: 3px;
	width: 55px;
}
#content #liste ul li input {
	width: 145px;
}
#content #liste button {
	position: relative;
	top: -22px;
	left: 218px;
	width: 29px;
	height: 20px;
	background: url(../images/button.png) no-repeat;
	border: 0 none;
	text-indent: -9999px;
	cursor: pointer;
}
/* misc */
#content p {
	margin: 0.4em 0 0.6em 0;
}
