﻿
html, body
{
	height: 100%;
}

#access
{
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 1;
	text-align: right;
}

#global
{
	margin: 0 auto;
	min-height: 100%;
	width: 810px;		/* largeur */
	position: relative;	/* Positionnement par rapport au global */
}

#header
{
}

#center
{
	padding-bottom: 210px;
	overflow: auto;
}

#menubar
{
	float: left;
	width: 200px;
}

#contentbar
{
	float: right;
	width: 520px;
}

#footer
{
	position: absolute;
	bottom: 0;
}

#footer p
{
	display: block;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
