
body{
	background:hsl(20, 100%, 85%);
}

.bouton{
	width:120px;
	height:25px;
	padding-top:5px;
	background:rgb(177, 24, 141);
	color:#ffffff;
	text-align:center;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	margin-left:15px;
	display:inline-block;
}


.bouton a{
	text-decoration:none;
}