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

html, body
{
	height: 100%;
}

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

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

#header
{
}

#center
{
	overflow: visible;
}

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

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

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