* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #000;
}

#content {
	position: absolute;
	
	top: 50%;
	left: 50%;
	
	width: 1000px;
	height: 600px;

	margin-top: -300px;
	margin-left: -500px;
}

#main {
	width: 1000px;
	height: 437px;
	
	background-image: url('images/main.png');
	background-repeat: no-repeat;
	background-position: center;
}

#verbier {
	float: left;
	width: 194px;
	height: 128px;
	
	background-image: url('images/verbier.png');
	background-repeat: no-repeat;
	background-position: center;
}

#nendaz {
	float: left;
	width: 195px;
	height: 128px;
	
	background-image: url('images/nendaz.png');
	background-repeat: no-repeat;
	background-position: center;
}

#veysonnaz {
	float: left;
	width: 195px;
	height: 128px;
	
	background-image: url('images/veysonnaz.png');
	background-repeat: no-repeat;
	background-position: center;
}

#thyon {
	float: left;
	width: 190px;
	height: 128px;
	
	background-image: url('images/thyon.png');
	background-repeat: no-repeat;
	background-position: center;
}

#ete {
	float: left;
	width: 226px;
	height: 128px;
	
	background-image: url('images/ete.png');
	background-repeat: no-repeat;
	background-position: center;
}

#bandeau {
	width: 1000px;
	height: 35px;
	
	background-image: url('images/bandeau.png');
	background-repeat: no-repeat;
	background-position: center;
}

