@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;
}
#centre {
	font-family: "Arno Pro";
	font-size: 20px;
	color: #3f0000;
	background-color: #FAF8A1;
	text-align: justify;
	width: 930px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#centre a {
	color: #3f0000;
	text-decoration: none;
}
#centre a:hover {
	font-size: 30px;
	color: 3f0000;
}

#centre img {
	height: 200px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	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;
}

