@charset "utf-8";
body {
	background-image: url(img/anjou_touristique.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
}
#page {
	width: 1009px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 680px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
#page #menu {
	height: 250px;
	width: 313px;
	float: left;
	background-color: #455F9A;
	position: static;
	top: 0px;
}
#page #bando {
	float: right;
	height: 250px;
	width: 695px;
	background-image: url(img/bando_anjoutouristique.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
}
#page #texte {
	height: 380px;
	width: 660px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 13px;
	line-height: 20px;
}
#page #actus {
	float: right;
	height: 350px;
	width: 279px;
	position: relative;
	margin-right: 10px;
	background-color: #D8DDEB;
	margin-top: 10px;
	padding: 10px;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	font-family: "Comic Sans MS";
	margin-bottom: 0px;
}
#page #footer {
	clear: both;
	height: 50px;
	width: 989px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	color: #006699;
	border-top-style: solid;
	border-top-color: #0099CC;
	border-top-width: thin;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #455F9A;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
	text-indent: 10px;
	padding-bottom: 4px;
	font-weight: normal;
	padding-top: 10px;
}
#page #texte strong {
	color: #99003A;
}
#page #texte img {
	float: left;
	margin-right: 10px;
}
