<!--// BOUTONS DE MISE EN PAGE //---------------------------------------------->

	function resizeMe(obj, theFrame) {
		if (theFrame.document) {
			if (theFrame.document.body)
			{
				obj.style.height = theFrame.document.body.scrollHeight;
				scrolling = "no";
				//alert('ok');
				//docHeight 				= theFrame.document.body.scrollHeight;
				// IE and Opera...
				/*if (docHeight > 0) {
					obj.style.height 	= docHeight + 'px';
					obj.scrolling		= "no";
				// firefox...
				} else {
					obj.style.height	= "300px";
					obj.scrolling		= "auto";
				}*/
			}
		}
	}

// -->