body {
	text-align:center;
	background-color: black;
}

.pos { /* Position initiale du pacman*/
	position:fixed;
	top:20%;
	left:50%;
	width:30px;
	height:30px;
}
	
.pos2 { /* Position du fantome */
	position:fixed;
	top:30%;
	left:40%;
	width:30px;
	height:30px;
	}
	
.terrain { /*Zone de jeu */
	width: 600px;
	top: 100px;
	font-size: 0;
	background-color: black;
}
	
.saisie { /* Réglages communs aux div */
	position : fixed;
	height: 600px;
	left : 30px;
	border : solid 1px white;
	border-radius : 5px;
	text-align:center;
	
}

.cadre {
	top: 0%;
	height:9%;
	color: aliceblue;
	
}

h2 {
	margin-top:1em;
}


.cadre2 {
	height:10%;
	top: 62%;
}
.bloc {
	
	border : solid 1px black;
	background-color: blue;
}
#bloc1{
	position:fixed;
	width:50px;
	height:50px;
}
#bloc2{
	position:fixed;
	width:500px;
	height:200px;
}
#bloc3{
	position:fixed;
	width:50px;
	height:50px;
}
#bloc4{
	position:fixed;
	width:50px;
	height:50px;
}
.Button{

	width:100px;
	height:100px;

}