#contenu {
	height: 1600px;
}

.corps {
	right: 15px;
}

.news {
	float: right;
	margin-bottom: 15px;
	width: 570px;
	padding: 5px;
	border: 1px solid black;	
	background-color: #f7ede3;
}

.newsTitle {
	position: relative;
	height: 15px;
	background-color: yellow;
	border: 1px solid black;	
	padding: 3px;
	font-weight: bold;
	background-color: #debea0;
	
}

.date {
	position: absolute;
	right : 5px; 
	top: 3px; 
}

.menuBas {
	float: right;
	margin-bottom: 15px;
	width: 574px;
	padding: 5px;
}