#tuto {
	text-decoration: none;
	border: 4px ridge #3399FF;
	margin: 0;
	padding: 0.5em;
	color: #0066FF;
	background-color: #F0F1F5;

}
#tuto h2 {
	text-decoration: underline;
	color: #0066FF;
	text-align: center;
}
#tuto ul {
	list-style: decimal;
}
#tuto img {
	vertical-align: middle;
	border: 0;
}
#tuto strong {
	color: #000000;
}
.centered {
	display: block;
	text-align: center;
}
.emplacement {
	color: #000000;
	font-weight: bold;
}
#tuto a {
	color: #000000;
}
#tuto a:link, #tuto a:active, #tuto a:visited {
	color: #E13213;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
#tuto a:hover {
	color: #E13213;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}