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

body{
	text-align:center;
	background-color:#203D6D;
}

#page{
	margin-left:auto;
	margin-right:auto;
	width:975px;
	background-image:url(/common/images/background/fond.jpg);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
}

#menuHaut{
	text-align:center;
	margin-top:20px;
	height:15px;
	width:976px;
	background-color:none;
}

#menuHaut a{
	background-color:none;
	display:block;
	height:15px;
	
	margin-left:5px;
	margin-right:5px;

	padding-left:5px;
	padding-right:5px;

	border-left-style:solid;
	border-left-color:#203D6D;
	border-left-width:3px;

	color:#203D6D;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#menuHaut a:hover{
	background-color:none;
	color:red;
}

#footer{
	text-align:left;
	clear:both;
	padding-bottom:5px;
}