body{
	color:#333;
}
*{
	margin:0;
	padding:0;
}
.wrapper{
	width:750px;
	margin:0 auto;
	overflow:hidden;
}
.wrapper-i{
	width:100%;
	float:left;
}
.wrapper-left{
	background:#E3E5D7;
	width:33.2%;
	float:left;
	overflow:hidden;
}
.leftcol{
	background:url(../images/menu_back.gif) no-repeat center top;
}
.leftcol-i{
	padding:13px 21px 0;	
}
.wrapper-right{
	width:66.7%;
	float:left;
	overflow:hidden;
}
.container{
	background:#fff;
}
.banner{
	background:url(../images/header_relocalisation.jpg) no-repeat;
	height:auto!important;
	height:185px;
	min-height:185px;
}
.content{
	width:100%;
	float:left;
}
.content-i{
	padding:15px;
}
.slideshow{
	padding:0 15px;
}
.bottommodule{
	width:100%;
	float:left;
	margin-bottom:8px;
	border-top:1px #999 solid;	
}
.bottommodule-i{
	padding:20px 0;
	overflow:hidden;
}
.box1, .box2{
	margin:0 1px;
	width:32.5%;
	float:left;
}
.box3{
	margin:0 1px;
	width:32.5%;
	float:right;
}
div.width50{
	width:49.3%;
	float:left;
	margin:0 1px;
}
div.width100{
	width:99%;
	float:left;
}
.footer{
	background:#F9F9F5;
	text-align:center;
	padding: 20px 0;
	clear:both;
	color:#9C9588;
	font-size:9px;
}

