/*******************Gestion de transparance********************/
// JavaScript Document
// PNG fix
$(document).ready(function() {

	if( $.browser.msie && ($.browser.version == "6.0") ) {
		DD_belatedPNG.fix('.transparent_png');
	}
});




