$(function(){
	//////////////////
	// ROUNDED	 
	//////////////////
	
	// Ajout classe sur tte les images du contenu (sauf Flir)
//	$("#content img").addClass(function(){
//		if($(this).attr("class") == 'round'){
//			return 'rounded-img';
//		}
//	});
//		 
//	// Rounded img	 
//	$(".rounded-img").load(function() {
//		$(this).wrap(function(){
//			return '<span class="' + $(this).attr('class') + '" style="background:url(' + $(this).attr('src') + ') no-repeat center center; width: ' + $(this).width() + 'px; height: ' + $(this).height() + 'px;" />';
//		});
//		/* end wrap */
//		$(this).css("opacity","0");
//		// stupid IE
//		DD_roundies.addRule('span.rounded-img', '4px');		
//	});
	/* end load */
	
	/////////////////////
	// TOOLTIP NEWSLETTER
	/////////////////////
	
	if($('.tooltip-newsletter').text() != ''){
		$('.tooltip-newsletter').fadeIn(600).delay(4000).fadeOut(3000);
	}
});
