div.banner {
	background: #E7E7E7;
	border: thin solid #707070;
	font: normal larger Arial, Helvetica, sans-serif;
	size: 100pc;
	text-align: center;
	vertical-align: top;
	width: 100%;
	height: 93px;
}
body {
	background: Silver;
}
.logo {
	margin: 2px 2px 2px 2px;
	height: 90px;
	width: 60px;
}
div.welcome {
  width: 10%;
  float: left;
}
div#welcometxt {
	width: 79%;
	float: left;
	padding-top: 15px;
	margin: 0px 4px 0px 4px;
}
div.mainArea {
	background-color: transparent;
	float: left;
	height: 80%;
	width: 83%;
	font-size: medium;
	font-weight: normal;
	font-family: sans-serif;
	text-align: left;
	margin: 2px 2px 2px 1px;
	padding: 30px 2px 2px 4px;
	background-image: url(./passante.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #FBFBAA;
}
div#actu {
  margin: 40px 2px 2px 1px;
  padding: 50px 2px 2px 1px;
}
div.menus {
  background: #E7E7E7;
  margin: 2px 2px 2px 0px;
  padding-left: 5px;
	border: thin solid #707070;
	float: left;
	height: 80%;
	width: 15%;
}
ul.menu {
	border-bottom: thin groove Blue;
	font-size: smaller;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	list-style: disc inside;
}
li.menuitem {
	padding-left: 1px;
	padding-top: 3px;
	padding-right: 0px;
}
span.menutitle {
	font: italic smaller;
	margin: 3px 1px 3px 0px;
	color: Blue;
}
DIV.menuBottom {
	margin: 20 1 10 9;
}
DIV.footer {
	font: italic smaller;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 15px;
}
div.discussion {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	width: 98%;
	float: left;
}

