/* CSS Document */
body { 
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#2B2B2B;
	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: -512px;
	width: 1024px;
}

.header{
	background-image:url(images/header.jpg);
	width:1024px;
	height:144px;
}

.fond{
	background-image:url(images/fond.jpg);
	width:1024px;
}

.zone_texte{
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

.sous_head{
	width:1024px;
	background-image:url(images/s_header.jpg); 
	height:19px;
	padding-left:40px;
	padding-right:40px;
	padding-top:3px;
}

.footer{
	background-image:url(images/footer.jpg);
	width:1024px;
	height:28px;
	text-align:center;
	padding-top:10px;
}

A {color:#FFFFFF; text-decoration:none;}

A:hover{color:#1C1C1C; text-decoration:underline;}
