p {
    margin-block-start: 0em;
    margin-block-end: 0em;}
	
#conteneur {
	display: flex;
    flex-direction: column;
	justify-content: space-around;
}
	
#top{
	display: flex;
    flex-direction: column;
}
	
#dialogue1 {
	margin:auto;
}
	
#enonce {
	display: flex;
	justify-content: space-around;
	}
	
	
#bonhommes {
	width:110px;
	padding-left:20px;
	padding-right:20px;	
	}


#velos {
	width:120px;
	padding-left:15px;	
	padding-right:15px;	
	}
	
	
#cour {
	display: flex;
	width:450px;
	height: 160px;
	justify-content: space-around;
	border:1px solid #000000;
}

#manipulation {
	width:150px;	
}

.bordure {
	border:1px solid #000000;
}
	
#reserve{
	justify-content: center;
	margin:40px;
	}
	
#garage{
	display:flex;
	justify-content: center;
		width:600px;
		margin:auto;

}
	
.fondGris{
	background-color:#DDD;
}
	
	
.pirate1 {
	background-image: url("images/pirateFantome.png");
	background-position: center;
	background-repeat:no-repeat;
	min-width:200px;
}

	
.grosBouton {
	font-size:2em;
	}