// qTip (configuration) pour le hover des thumbnails
$.fn.qtip.styles.rousseau = {
	background: '#444',
	color: 'white',
	border: {
		radius: 5,
		color: '#444'
	},
	lineHeight: 1,
	padding: 2,
	width: {
		max: 'auto'
		}
}

$(function() {

	// IE 6
	if (ie == 6) DD_belatedPNG.fix('h1 img');

});

