body {
	margin: 0px;
	background-color: #dedede;
	font-size: 1em;
	padding: 4em 0;
}
.lemenufixe {
	border: 0px ridge #dedede;
	margin: 0;
	top: 0;
	width: 100%;
	text-align: center;
	line-height: 2em;
	position: absolute;
	left: 0%;
	z-index: 2;
	background-color: #999999;
	margin-left: 0px;
	margin-right: 0px;
}
html > body .lemenufixe {
  position: fixed;
}
.lapage {
	border-color: #99ff99;
	border-width: 0px;
	z-index: 0;
	background-color: #dedede;
	margin-top: 0em;
	margin-right: 15px;
	margin-bottom: 1em;
	margin-left: 15px;
	text-align:justify;
}
.lapage p {
	text-indent: 20px;
}
