#forme1 {
	position: fixed;
	background-color: green;
	opacity: 0.5;
	height: 300px;
	width: 300px;

}

#forme2 {
	position: fixed;
	background-color: yellow;
	opacity: 0.5;
	height: 300px;
	width: 300px;
}

#forme3 {
	position: fixed;
	background-color: pink;
	opacity: 0.5;
	height: 300px;
	width: 300px;
}

#forme4 {
	position: fixed;
	background-color: purple;
	opacity: 0.5;
	height: 300px;
	width: 300px;
}

#forme5 {
	position: fixed;
	background-color: peachpuff;
	opacity: 0.5;
	height: 300px;
	width: 300px;
}