* {
  margin: 0px;
  padding: 0px;
}


html, body {
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	width: 100%;
	background-color: black;
	/* background-image: url(../img/fond.gif);  couleur de fond blanc */
		}


#global-table {
	height: 100%;
	width: 900px;      /* ici la largeur fixe de l'element a center */
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* on rétablit l'alignement normal du texte */
	z-index: 1;
		}


#global-td {
	vertical-align: middle;

		}

#global{
font-family: Arial, Verdana, Sans-Serif;
font-size: 11px;
position:relative;
	height:414px;
	width:100%;
}
object { outline: none; }

#lecteur{
background-color:#FF0000;
background: none;
position:absolute;
display:block;
z-index:10;
left:740px;
top:368px;
width:150px;
height:30px;
	}

#site_lab{
	position:relative;
	background: none;
	z-index:1;
}

#box{
position:relative;
background: none;
	}
