#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 900px;
     height: 600px;
     margin-top: -300px; /* moitié de la hauteur */
     margin-left: -450px; /* moitié de la largeur */
     }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}

iframe {
	frameborder: 0px;
	height: 570px;
	width: 650px;
	background-color:#666666;
	}

.bordure {
	border: 1px solid #999999;
}
.bordureGauche {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}
