#contenu {
	position : relative;
}

.corps {

}

#newsBody {
	position: relative;

}



.news {
	position: relative;
	margin-bottom: 15px;
	width: 640px;
	padding: 7px;
	padding-top: 5px;
	border: 1px solid #cbbeb1;	
	background-color: #F1EEE9;
}

.newsTitle {
	position: relative;
	height: 13px;
	background-color: yellow;
	border-bottom: 1px solid #cbbeb1;	
	padding-bottom: 3px;
	font-weight: bold;
	background-color: #F1EEE9;
	color: #000;
	
}

.date {
	position: absolute;
	right : 0px; 
	top: 0px; 
}

.menuBas {
	float: right;
	margin-bottom: 15px;
	width: 574px;
	padding: 5px;
}



.coinHome1 {
	position: absolute; 
	width: 5px; 
	height: 5px; 
	top: -1px; 
	left: -1px;
}

.coinHome2 {
	position: absolute; 
	width: 5px; 
	height: 5px; 
	top: -1px; 
	right: -1px;
}

.coinHome3 {
	position: absolute; 
	width: 5px; 
	height: 5px; 
	bottom: -2px; 
	right: -1px;
}

*> .coinHome3 { /* Hack IE6 */
	bottom: -1px; 
}

.coinHome4 {
	position: absolute; 
	width: 5px; 
	height: 5px; 
	bottom: -2px; 
	left: -1px;
}

*> .coinHome4 { /* Hack IE6 */
	bottom: -1px; 
}





.ingredient0 {
	position: relative;
	height: 25px;
	border-top: 1px solid #cbbeb1;
}

.imgLeft0 img {
	float: left;
	margin-right: 5px;
	border: 1px solid #cbbeb1;
}

.description0 {
	position: absolute;
	top: 6px;	
	left: 33px;
}

.description0 img{
	position: relative;
	top: 4px;
	border: 1px solid #000;
	left: 8px;
}