.tableau
{
	width:100%;
}

#popup{
	text-align:center;
	position:relative;
	z-index: 111;
	width:95%;
	max-width:1160px;
	min-height:760px;
	/*margin-top:50px; */
	border-radius:15px 0; 
	-moz-border-radius:15px 0;
	-webkit-border-radius:15px 0;
	background-color:#333333;
	color:#3366CC;
	margin-left: auto; 
	margin-right: auto;
	background-color:#000;
}

.iframe{
	z-index: 110;
	margin-left: auto; 
	margin-right: auto; 
	width:98%;
	height:700px;
	border:0;
}