body{
	background-color: white;
	white-space: 100vw;
	height: 100vh;
	position: relative;
	left: 0;
	text-decoration: none;
	/*padding a l'int=/ marges à l'ext*/
	padding: 7px;
	/*bloquer scroll*/
	overflow-x: hidden;
    overflow-y: hidden;
	padding-bottom:10vh;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
    line-height: 1.25;
	cursor: default;
    color: yellow;
}

.italic{
	font-style:italic;
}

#Z1 {
  position: relative;
  left: -4px;
}