#contenu {
	position: relative;
}

.corps {
	position: relative;

}

#contenuBody {
	position: relative;
	margin-top: 10px;
}

.itemDesc {
	position: relative;
	height: 100px;
}

.itemDesc img {
	float: left;
	margin-right: 15px;
	border: 1px solid #000;
}

.itemInfo {
	margin-top: 20px;
}




#bigRectangle {
	position: relative;
	width: 500px;
	height: 110px;
}

#bigRectangle img {
	border: 1px solid black;
}


#fleche {
	position: absolute;
	left: 143px;
	top: 56px;
	
}

.description {
	position: absolute;
	top: 0px;	
	left: 33px;
	width: 300px;
}

.description img{
	position: relative;
	top: 4px;
	left: 3px;
}




.ingredient1solo {
	position: absolute;
	top: 47px; 
	left: 180px;
}



.ingredient1 {
	position: absolute;
	top: 27px; 
	left: 180px;
}

.ingredient2 {
	position: absolute;
	top: 70px; 
	left: 180px;
}





.ingredient1trio {
	position: absolute;
	top: 7px; 
	left: 180px;
}

.ingredient2trio {
	position: absolute;
	top: 47px; 
	left: 180px;
}

.ingredient3trio {
	position: absolute;
	top: 87px; 
	left: 180px;
}
