#contenu {
	position: relative;
}

.corps {
	position: relative;

}

#classeImg {
	position: absolute;
	right: 0px;
	top: 0px;
}

#classeBody {
	position: relative;
	padding: 10px;
	background-color: #F1EEE9;
	border: 1px solid #cbbeb1;
}





.coin1Item {
	position: absolute; 
	width: 5px; 
	height: 5px; 
	top: 0px; 
	left: -11px;
}

*> .coin1Item { /* Hack IE6 */
	top: -1px; 
	left: -1px;
}



.coin2Item {
	position: absolute; 
	width: 5px; 
	height: 5px; 
	top: 0px; 
	right: -1px;
}

*> .coin2Item { /* Hack IE6 */
	top: -1px; 
	right: -1px;
}