body {
	margin: 0px 0px;  
	background: #fff;
	overflow-y: hidden;
}

.bloc {
	background: #fff;
	position: absolute;
	margin: 0px 0px;
	height:100%;
	min-height:670px;
}

.linkBox {
	position: absolute;
	cursor : pointer;
	/*background:  rgba(255,123,172,0.5); */
	opacity:0;
}

#container { 
	background: #fff;
	width: 100%; 
	height: 670px; 
	overflow: hidden; 
	margin:auto; 
	position: relative; 
}