* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	font-family: Arial, Verdana;
	font-size: 12px;
	text-align: center;
	height: 100%;
}

#page {
	width: 963px;
	margin: 0px auto;
	text-align: left;
	height: 100%;
	position: relative;
}

#header_FR {
	background-image: url("../images/header_fr.jpg");
	background-repeat: no-repeat;
	width: 963px;
	height: 80px;
}

#header_NL {
	background-image: url("../images/header_nl.jpg");
	background-repeat: no-repeat;
	width: 963px;
	height: 80px;
}

#wrapper {
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-y;
	width: 963px;
}

#bottom {
	background-image: url("../images/bottom.jpg");
	background-repeat: no-repeat;
	width: 963px;
	height: 106px;
	clear: both;
}

#leftContainer {
	position:relative;
	width: 298px;
	float: left;
	background-image: url("../images/topleft.jpg");
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

#leftContainer .content {

	position:relative;
	width: 278px;
	padding:0px 10px;
	text-align: left;
}

#rightContainer {
	width: 663px;
	float: left;
	text-align: left;
}
#rightContainer .top{
	background-image: url("../images/topright.jpg");
	background-repeat: no-repeat;
	background-position: top;
	width: 663px;
	height: 10px;
}

#footer {
	text-align: center;
}

.left {
	width: 298px;
	float: left;
	padding-top:50px;
}

.left .content {
	width: 278px;
	padding: 0px 10px;
}

.right {
	float: left;
	padding-top:49px;
	padding-left: 20px
}

#edito {
	width: 232px;
	float: left;
}

#editoContent
{
	padding-left: 20px;
}

#usp {
	float: left;
	width: 420px;
}

#usp .content {
 	padding-left: 15px;
}

.banner {
	height: 115px;
	width: 665px;
	background-color: white;
}