  /* général */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color:#D0D0D0;
	margin: 0px;
}
a {
	text-transform:uppercase;
	color:#D3D3D3;
	text-decoration:none;
}
a:hover {
	color:#D3D3D3;
	text-decoration:underline;
}
#HomePageBackground {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 750px;
     margin-left: -375px; 
     height: 468px;
     margin-top: -234px;
	 background-image:url(images/interf/home_background.jpg);
}
#HomePageTxt {
	text-align:center;
	height:10px;
	margin-top:386px;
	font-weight:bold;
}
#HomePageTxt span {
	background-color:#676767;
}
