body,
html {
background: #fbf7f4;
}

div.tuto-wrap {
	max-width: 586px;
	width: 100%;
	min-height: 700px;
	margin: 0 auto;
}

div img {
	border: 1px dotted #b4b1aa;
	max-width: 100%;
}

span.next {
	display: inline-block;
	float: right;
}

span.count,
span.previous {
	display: inline-block;
	float: left;
}

span.count {
	color: #6b6864;
	margin-right: 10px;
	font-style: italic;
}

