body {
	background-image: url(toptxtr.gif);
	margin-left: 30px;
	background-attachment: fixed;
}

#bandeau {
	position: fixed;
	width: 800px;
	height: 80px;
	top: auto;
	bottom: 0;
	left: 50px;
	z-index: 3;
}

.message {
	margin-left: 60px;	
	width: 80%;
	border: thick;
	border-color: #A0522D;
	background: #EEE8AA;
}

