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

}

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


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

}

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

.lien {
	margin: 7px;
	z-index:2;
	background-color: black;
	height: 25px;
	width: 100px;
	border:1px solid #FFFFFF; 

}

.menu {

	position:absolute;
	top: 290px;
	left:0px;
	text-align: center;
	margin: 0px; 
	width: 100%;
	height: 100%;
}	

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

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


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

a#acc {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

a:hover#acc{
	color: #bbc6ce;

}


img {
	border: 10px solid black;
}


a:hover img{
	border: 10px solid #1a1a1a;
}



