body {
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif; padding: 0; margin: 0; background-color: #000;
}
a {
	color: #FFF;
	text-decoration: none;
}
#scène {
	color: #CCC;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 390px;
	height: 130px;
}
#carte0 {
	position: absolute;
	width: 390px;
	height: 130px;
}
#invite0 {
	height: 32px;
	margin-right: 60px;
	margin-bottom: 5px;
	color: #b3dc10;
	text-align: right;
}
.carteDroit {
	float: right;
	width: 273px;
	height: 130px;
	background-image: url(../images/degrade.png);
	padding-right: 3px;
}
.carteGauche {
	float: left;
	width: 114px;
	height: 130px;
}

#bandeau {
	visibility: hidden;
}

.flotteG {
	float: left;
}
.flotteD {
	float: right;
}
.clearFlotte {
	clear: both;
}
.margeH {
	margin-top: 8px;
}
