body {
	color				: #fff;
	font-family			: Arial, Tahoma, Helvetica, sans-serif;
	font-size			: 1em;
	margin				: 0;
	padding				: 0;
	background-color	: #000;
	background-image	: url('../images/content/utilitaires/background.jpg');
	background-repeat	: no-repeat;
	background-position	: center top;
}

.box {
	background-image	: url('../images/content/utilitaires/box.png');
	background-repeat	: no-repeat;
	background-position	: center center;
	width				: 228px;
	padding-left		: 130px;
}

.box a {
	font-size			: 1.3em;
	font-weight			: bold;
	color				: #fff;
	text-decoration		: none;
}

.box a:hover {
	text-decoration		: underline;
}

.separator {
	background-image	: url('../images/content/utilitaires/separator.png');
	background-repeat	: no-repeat;
	background-position	: center center;
	height				: 195px;
}