.menufixe {
position: absolute;
top: 0;
z-index: 2;
background-color: #ffecce;
margin: 0;
}
html>body .menufixe {
position: fixed
}

.message
{
	padding-top: 4px;
	top: 0px;
	text-align:center;
	color:brown;
	font-size:1.25em;
	width:100%;
	background-color:yellow;
}
.content {
	position:absolute;
	top:95px;
	width:770px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	margin-left:auto;
	margin-right:auto;
	padding-top:12px;
	background-color: white;
	/*border: solid red;*/
	z-index:1;
}

