
DOMAssistant.DOMReady(function(){
	$(".round, .bouton").boxIt();
	$(".round_tl").boxIt(1,0,0,1,1);
	$(".round_tlNoCorner").boxIt(1,0,0);
	$(".round_rbl").boxIt(0,1,1,1,1);
	$(".round_rblNoCorner").boxIt(0);
	$(".imgRound").addClass("scotch").boxIt();
	$("#imgTest1, #imgTest2").addClass("tr_rInvert").boxIt().className += " reussi";
	$("#classesMultiples").boxIt();
});