@charset "utf-8";
/* CSS Document */

html, body {
margin: 0;
padding: 0;
height: 100%;min-height: 100%;
width:100%;
background:#1e1e1e;
overflow:hidden;
}

#wr{
	height: 100%;min-height: 100%;
	margin: 0 auto;
	padding: 0;
	background:#1e1e1e url('../img/bg-index3.png') center center no-repeat;
}

#havanamiamiflash,
#havanamiamiflash embed,
#havanamiamiflash object{
	width:992px !important;
	height:572px !important;
}

#havanamiamiflash
{
position:absolute;
/*le calque est place au mileu de la page*/
left: 50%;
top: 50%;
width: 992;
height: 292;
margin-top: -287px; /* moitié de la hauteur du SWF --- A MODIFIER */
margin-left: -496px; /* moitié de la largeur du SWF --- A MODIFIER */
}

#sub{
text-align:right;
position:absolute;
/*le calque est place au mileu de la page*/
left: 50%;
width: 992px !important;
height: 292 !important;
bottom:0;
margin-top: 0; /* moitié de la hauteur du SWF --- A MODIFIER */
margin-left: -496px; /* moitié de la largeur du SWF --- A MODIFIER */
	
	font-family:Arial;
	font-size:10px;
	color:#555555;
	
	padding:5px 0 5px 0;
}

#sub a{
	font-family:Arial;
	font-size:10px;
	color:#555555;
	text-decoration:none;
}
#sub a:hover{
	color:#ec7404;
}
