function ajouter_favoris(url, text) {
	//window.external.addfavorite(url, text);
	if ( navigator.appName != 'Microsoft Internet Explorer' ) {
		window.sidebar.addPanel(text, url,"");
		return false;
	} else {
		//window.external.addfavorite('http://xhtml.css.free.fr/index.htm', 'XHTML CSS - faire un site en XHTML stric + CSS')
		return true;
	}
}

jQuery(document).ready(function() { 
	DD_roundies.addRule('ul.liste-boutons li.concours strong a, ul.liste-boutons li.doc strong a', '5px', true);
});

