body {
	background-color: red;
}

#carre {
    top:25%;
	bottom: 25%;
    left:25%;
    height: 50%;
    width: 50%;
    position:absolute;
	background-color: yellow;
}