html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #333333;
	background-image: url(../img/degrade.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#flash {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
a, img {
	border: 0px none #000000;
	margin: 0px;
	padding: 0px;
}
#choix_table {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 446px;
	height: 152px;
	margin-top: -76px; /* moitié de la hauteur */
	margin-left: -223px;
	border: 0px none #3F3A30;
	text-align: center;
	padding: 0px;
}
#txtIntro {
	display: none;
}

