/* CSS Document */

body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	padding: 0; 
	margin: 0; 
	background: url(../images/main.jpg) top center ;
}
#centre { 
	width: 600px; 
	margin: 100px auto 0 auto;
}	
#centre ul { 
	width: 600px; 
	position: relative; 
	z-index: 2; 
	margin: 0 0 0 0; 
	padding: 0; 
	list-style: none;
}
#centre ul li { 
	margin: 0 12px 12px 0; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='images/bg-li.png');
	padding: 4px 0 0 4px; 
	width: 104px; 
	height: 104px; 
	display: block; 
	float: left;
}
#centre[id] ul li{
	background: url(../images/bg-li.png); 
	filter: none;
}
#centre ul li a { 
position: relative; 
}
#titre {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop, src='images/titre.png');
	z-index: 1; 
	position: absolute; 
	width: 454px; 
	height: 261px; 
	margin: -100px 0 0 -200px;
}
#titre[id] { 
	background: url(../images/titre.png);
	filter:none;
}
#bas { 
margin:20px 0 0 0;
	text-align: center; 
	font-size: 0.7em; 
	width: 600px; 
	clear: both;
}
