
* {
	margin: 0;
	padding: 0;
}

html, body {
	min-height: 100%;
	min-width: 960px;
}

body {
	font-family: Verdana;
	font-size: 13px;
	background-image: url('/media/fond.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFF;
}