window.addEvent('domready', function() {
	var el = $("box-carac");
	var div = $$("#box-carac div div");
	if(el.getStyle("height").toInt() > 182){
		div.setStyle("height", el.getStyle("height").toInt() - 14);
	}
	if(!div[0] && $$('#box-carac ul')[1].getStyle("height").toInt() > 160){
		el.setStyle("height", $$('#box-carac ul')[1].getStyle("height").toInt() + 30);
	}
	if(navigator.appName != "Microsoft Internet Explorer"){
		$('pro-container').setStyle("height", el.getStyle("height").toInt() + 500);
	}
});
