var bandeauHumanis = function(){
	var largeur=((document.body.clientWidth)-975)/2;
	jQuery('#leftHumanis').css("width",Math.floor(largeur))
	jQuery('#rightHumanis').css("width",Math.ceil(largeur))
	jQuery('#leftHumanis').attr('title', 'www.humanis.com');
	jQuery('#rightHumanis').attr('title', 'www.humanis.com');
	jQuery('#leftHumanis').hover(function() {
		jQuery('#leftHumanis').css('cursor', 'pointer');
	});
	jQuery('#rightHumanis').hover(function() {
		jQuery('#rightHumanis').css('cursor', 'pointer');
	});
	jQuery('#leftHumanis').click(function() {
		//document.location.href = "http://www.humanis.com";
		window.open("http://www.humanis.com");
	});
	jQuery('#rightHumanis').click(function() {
		//document.location.href = "http://www.humanis.com";
		window.open("http://www.humanis.com");
	});
	}

jQuery(document).ready(function(){
    //Set  global var "IE6" on true if the current browser is Internet Explorer 6.x or lesser
    if(jQuery.browser.msie && jQuery.browser.version < 7) IE6=true;
	bandeauHumanis();
});

	
	

