body {
	text-align: center;
}
fieldset {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	border-radius: 16px;
	background-color: white;
	text-align: justify;
}
fieldset img {
	margin: 0px 0px 2px 16px;
	float: right;
	border: none;
	border-radius: 2px;
}
legend {
	border-radius: 8px;
	color: white;
	background-color: slategray;
	font-size: large;
}
legend a {
	color: gold;
	font-size: medium;
}
legend a:before {
	content: "[ ";
}
legend a:after {
	content: " ]";
}
.aide_jeux {
	margin: 0px 4px;
	padding: 4px 8px;
	border: none;
	border-radius: 8px;
	background-color: cornflowerblue;
	color: white;
	vertical-align: middle;
}