.BodyTable {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.Table {
	vertical-align: middle;
}
.CenteredFlash {
	text-align: center;
	height: 768px;
	width: 1024px;
	vertical-align: middle;

}
.fond_container {
	background-color: #000;
	background-image: url(../ImageUtile/fond_new_web.jpg);
	background-repeat: no-repeat;
}
.CenteredFlashLangue {
	text-align: center;
	height: 768px;
	width: 1024px;
	vertical-align: middle;
	background-color: #000;
	filter : alpha(opacity=90);
    -moz-opacity : 0.9;
    opacity : 0.9;
}