body{
	margin: 0; /* pour éviter les marges */
	background-repeat: no-repeat;
}

div.top{
	position:absolute;
	right: 0px;
}

div.content{
	position:absolute;
	bottom: 42px;
	height: 357px;
	width: 100%;
	margin: 0px;
	overflow:auto;
}


div.bottom{
	position:absolute;
	bottom: 0px;
	height: 42px;
	width: 100%;
	background-color: #efc8c3;
}
div.neo{
	position:absolute;
	right: 0px;
}

div.neo a img{
	border: none;
}

div.hidden{
	visibility:hidden;
}