@charset "iso-8859-1";
body{
	background: fixed url(photo/fondEntt.jpg);
	font-family: Arial, Verdana, "Times New Roman", serif;
}
table{
	display: table;
	width: 99%;
	text-align: center;
}
.tb-img{
	display: table;
	width: 99%;
	text-align:center;
	vertical-align: middle;
}
.titre{
	border: 3px double #0000FF; 
	text-align: center;
	padding-bottom: 0.2em;
	padding-top: 0.1em;
	font-size: 3em;
}
a{
	text-decoration: none;
}
a:hover{
	background: white;
	color: red;
	font-weight: bold;
}
