* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-color: white;
	background-image: url(../imgs/fond.png);
	background-repeat: repeat-x;
	text-align: center;
}

div {
	margin-top: 10px;
}

h5 {
	color: gray;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
}