﻿
*
{
	padding: 0;
	margin: 0;
}

html, body
{
	height: 100%;
}

#access
{
	position: absolute;
	top: 0;
	right: 20px;
}

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

#header
{
}

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

#menubar
{
	position: absolute;
	top: 60px;
}


#footer
{
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
