﻿
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: 115px; 
	overflow: visible;
}

#menubar
{
	position: absolute;
	left: 5px;
	width: 200px;
}

#contentbar
{
	margin-left: 215px;
	width: 580px;
}

#footer
{
	clear: both;
	position: absolute;
	bottom: 0;
}

#footer p
{
	display: block;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
