$(document).ready(function(){
	var browseWidth = window.outerWidth;
	
	// Hack CSS pour suppression de la marge au dessus du .content (cause décalage)
	if (typeof browseWidth === "undefined") { // Cas IE6
		$('.team #content').attr('style', 'margin-top: 0;');
	}
	
});
