body {
	background:	/* url(../images/barreV.png) no-repeat left fixed, url(../images/barreV.png) no-repeat right fixed,
					url(../images/barreH.png) no-repeat top fixed, url(../images/barreH.png) no-repeat bottom fixed;
	background-color : #eee; */
	font-family: Verdana, Garamond;
	font-size:18px; color:#fff;
	}
.sous-titre {
	position: relative ;
	top: 60px;
	font-family:Verdana, Garamond;
	font-size:18px;
	color:#fff;
	text-shadow: 2px 2px 2px #ec7d23;
	text-align:center;
	}

.maxEcran {
	position: absolute;
	width: 95%;
	height:95%;
	}
.logo {
	position: relative ;
	top: 50px;
	text-align:center;
	}
.liste {
	position: relative ;
	top:150px;
	left:20px;
	right:20px;
	font-size:16px;
	color:#ec7d23;
	text-shadow: 1px 1px 1px #fff;
	}

a {
	text-decoration: none;
	font-size:20px;
	color:#000;

	text-shadow: 2px 2px 2px #fff;
}


td {
	font-size:26px;
	color:#fff;
	/*color:#ec7d23;*/
	width:200px;
	text-align:center;
	vertical-align:top;
	text-shadow: 5px 5px 5px #ec7d23;
}
.erreur  {font-family:Impact, Verdana, Garamond;font-size:20px; color:#EE382E;}