/* CSS Document */
body { 
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#023E62;
	color:#FFFFFF;
} 

img, table { border:0 } 

td { 
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	overflow:hidden;
	
}

#global{
	position:absolute;
	left:50%;
	margin-left: -350px;
	width: 701px;
}

.header{
	background-image:url(images/header.jpg);
	width:701px;
	height:156px;
}

.fond{
	background-image:url(images/fond.jpg);
	width:701px;
}
.menu{
	background-image:url(images/head_menu.jpg);
	width:159px;
	height:31px;
}

.zone_menu{
	padding-left:10px;
	padding-right:10px;
}

.zone_texte{
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

.footer{
	background-image:url(images/footer.jpg);
	width:542px;
	height:25px;
	text-align:center;
	padding-top:6px;
}

.foot{
	background-image:url(images/foot.jpg);
	width:701px;
	height:1px;
}

A {color:#FFFFFF; text-decoration:none;}

A:hover{color:#1C1C1C; text-decoration:underline;}
