@charset "utf-8";
body {
	background-color:#4e4e4e;
	height:100%;
}
#global {
width:100%;
line-height:100%;
height:100%;
}

#header {
position:relative;
/* background-color:#0059ac; */
margin-bottom:1px;
width:980px;
height:30px;
margin-left:auto;
margin-right:auto;
}

#centre {
	width:980px;
	height:336px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/pagegarde.png);
	background-repeat:no-repeat;
}
#footer {
position:relative;
background-color:#000000;
margin-top:1px;
width:980px;
height:30px;
margin-left:auto;
margin-right:auto;
}
#content {
width:980px;
	margin-left:auto;
	margin-right:auto;
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}