.clear {
	clear: both;
	height: 0px;
}

/* Centreer de pagina */
#container {
	width: 820px;
	/* top/bottom, left/right */
	margin: 20px auto;
	background-color: #ffd4b8;
	border-top: 20px solid #ffd4b8;
}

#header {
	width: 100%;
	height: 100px;
	background-color: #FFA273;
}
#menu {
	position: relative;
	top: 80px;
	height: 20px;
	width: 100%;
	background-color: #00f;
}

#menu li {
	display: block;
	float: left;
}

#body {
	width: 100%;
}

#leftColumn {
	float: left;
	width: 200px;
}

#rightColumn {
	float: left;
	width: 620px;
}

#footer {
	width: 100%;
	height: 20px;
}