body {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 760px;
	height: 450px;
	margin-top: -225px;
	margin-left: -390px;
	background-color: #000000;	
		
	}

table {
	background-image: url(../_images/image_fond.jpg);
	background-repeat:no-repeat;
	font-size: 10px;
   }


ul#menu{
     margin: 0;
	 padding: 0;
	 font-family: Eurostile, Arial, Helvetica, sans-serif;
	 font-size: 14px;
     list-style-type: none;
	 font-style: normal;
	 font-weight: bold;
	 }

#menu li {
	display: inline;
	margin: 0 10px;
	
	} /* on aligne les listes sur la gauche */ 	 

#menu a {
	
   
	
	text-decoration: none;
	color: #ffffff;
	
	} 	 

#menu a:hover {	 

 color: #990000;		 
} 

p {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}
.lien a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	
}
.lien a:hover{
     color: #990000;
}
.nom {
	font-family: Eurostile;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

