@charset "utf-8";
body {
	background-image: url(img/degustation.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
}
#page {
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 670px;
}
#page #menu {
	height: 250px;
	width: 313px;
	float: left;
	background-color: #990000;
	position: static;
	top: 0px;
}
#page #bando {
	float: right;
	height: 250px;
	width: 695px;
	background-image: url(img/bando_cave.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
}
#page #texte {
	height: 390px;
	width: 660px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 13px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
#page #actus {
	float: right;
	height: 360px;
	width: 279px;
	position: relative;
	margin-right: 10px;
	background-color: #FFEDA4;
	margin-top: 10px;
	padding: 10px;
	color: #660000;
	font-size: 13px;
	line-height: 22px;
	font-family: "Comic Sans MS";
}
#page #texte strong {
	color: #99003A;
}
#page #texte img {
	float: left;
	margin-right: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CEA500;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
	text-indent: 10px;
	padding-bottom: 4px;
	font-weight: normal;
	padding-top: 10px;
}
#page #footer {
	clear: both;
	height: 25px;
	width: 989px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	color: #A81726;
	border-top-style: solid;
	border-top-color: #990000;
	border-top-width: thin;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
