@charset "utf-8";
#page {
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	border: 1px solid #3f0000;
}
#page img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
#page a {
	font-family: "Arno Pro";
	color: 3f0000;
	text-decoration: none;
}



#bando {
	height: 200px;
	width: 980px;
	background-image: url(images/bando%20chalet.png);
	background-repeat: no-repeat;
	background-color: #FAF8A1;
}
#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	display: inline;
}
#menu li a {
	font-family: "Monotype Corsiva";
	color: #3f0000;
	text-decoration: none;
	background-color: #FFB164;
	padding: 5px;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	float: left;
	position: relative;
	height: 30px;
	width: 130px;
	margin-right: auto;
	text-align: center;
	font-weight: bolder;
}
#menu li a:hover, #menu li a:focus {
	color: #FFB164;
	background-color: #3f0000;
}
#centre {
	font-family: "Arno Pro";
	font-size: 22px;
	color: #3f0000;
	background-color: #FAF8A1;
	text-align: justify;
	width: 930px;
	height: auto;
	margin-top: 80px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#centre img {
	height: 200px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: 80px;
	float: none;
	position: relative;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A2D25;
	border-right-color: #3A2D25;
	border-bottom-color: #3A2D25;
	border-left-color: #3A2D25;
}
#centre a {
	color: #3f0000;
	text-decoration: underline;
}
#centre a:hover {
	color: #FFB164;
	background-color: #3f0000;
}

