/**

	scripts.js
	JavaScript d'appoint pour www.chez-tante-edith.com (boutique PrestaShop)
	(c)2010 stonepower, agence conseil en communication digitale

**/

// Onglets actifs par défaut
$(document).ready(function() {
	$("#nav-top li:first a").addClass("selected");
	$("#nav-bottom li:first a").addClass("selected");
 });

