/* LE CORPS DE PAGE */
* {margin:0;padding:0}

html, body {
	position: relative;
	padding: 0px;
	background: white;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

#centrage {
	width: 100%;
	height: 100%;
}

#contenu{
	display: block;
	background: white;
	position: relative;
	width: 100%;
	height: 500px;
}

#diaporama {
	display: block;
	width: 550px;
	height:500px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
