#contenu {
	position: relative;
}

.corps {
	position: relative;

}

#classeImg {
	position: absolute;
	right: 0px;
	top: 0px;
}

#classeBody {
	position: relative;
}

.description2 {
	position: absolute;
	top: 5px;
	left: 35px;
	width: 250px;
}

.ingredient2 {
	margin-bottom: 6px;
	position: relative;
	height: 25px;
}

.ingredient2 img{
	float: left;
	border: 1px solid black;
}



.description {
	position: absolute;
	top: 19px;
	left: 65px;
}

.ingredient1 {
	margin-top: 10px;
	position: relative;
	height: 55px;
}

.ingredient1 img{
	float: left;
	border: 1px solid black;
}

.itemInfo {
	margin-top: 35px;
}