body , html
{
	/*  Les margin, les scrolls, et la hauteur sont les seuls propriétés a redefinir dans le body   */	
	font: 0.8em/1.5em arial; 
	color: #000000; 
	scrollbar-base-color: #032064;
	background-color:#032064;
	width:100%;
}

#container{
	position:absolute;
	width:956px;
	height:514px;
	margin-left: -478px;
	margin-top: -287px;
	top:50%;
	left:50%;
	text-align:center;
}

#footer{
	position: absolute;
	bottom: 0;
	height:17px;
	width:956px;
	margin-left: -478px;
	left:50%;
	text-align:center;
	color: #fff; 
	padding-bottom:5px;
}

#footer a:visited{
	color: #fff; 
	text-decoration:none;
}

#footer a{
	color: #fff; 
	text-decoration:none;
}

#footer a:hover{
	color: #fff; 
	text-decoration:underline;
}

.logo{
	vertical-align:middle;
}
