/*Pour l'exercice sur les boutons */
@CHARSET "ISO-8859-1";
body{
	background-image :url("../images/atelier-clic.jpg";)
    background-size: cover;
}
h2{
	text-align:center;
	font-size:200%;
	color:black;
	font-weight:bold;
}
table{
	width:100%;
	min-width:100%;
	height:16px;
	margin:2%;

}
input[type=button]{
	width:90%;
	/*min-width:90%;*/
	padding:5%;
	font-weight:bold;
	font-size:120%;
position:relative;
}

#retour{
width:10%;
background-color:green;
border-radius:5px;
margin-left:45%;
padding:5px;
}

#gauche{
width:10%;
background-color:green;
border-radius:5px;
padding:5px;
margin-left:2%;
}