body {
	color: #38426c;
	font-family: Arial, sans-serif;
	background-image: url(bg.png);
	background-repeat: repeat-x repeat-y;
}

#conteneur {
	width: 400px;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #38426c;
}

.image {
	border-style: none;
	margin: 5px 24px;
}

.centrage {
	text-align: center;
}

a {
	color: #38426c;
	text-decoration: none;
}

