
body {
	background-image: url(bas.jpg);
	background-position:0px 160px;
	background-repeat: repeat-X;
	background-color: black;	  
	color: white;
	text-align: center;
	margin: 0px;
}

span {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

img {
	border: 10px solid black;
}


a {
	color: #FFFFFF;
	text-decoration: none; 
	font-size: 18px;
}


.haut {

	position:absolute;
	background-image: url(haut.jpg);
	top: 0px;
	left:0px;
	margin: 0px;
	width: 100%;
	height: 110px;
}


.asile {				 
	width: 100%;
	position:absolute;
	top:35px;
	left:0px;
	text-align: center;
	margin: 0px;
}

.menu {
	
	position:absolute;
	top: 190px;
	left:0px;
	text-align: center;
	margin: 0px; 
	width: 100%;
	height: 70%;

}	



table {
	text-align: center;
	border: 0px;
	width: 100%;
	height: 100%;

}  


td {
   	text-align: center;
	border: 0px;
   	width: 33%; 
}