body{
	background-color:#FF0000;
}
.bloc1{
	width:300px;
    height:300px;
	position:fixed;
	background-color:#FFFF00;
	
	top:50%;
	left:50%;
	margin-left:-150px;
	margin-top:-150px;
}