/*
-------------------------------------------------------------------
Auteur: Jocelyn Berger
Date de création : 25.07.06
Fichier: boutique.css
Description: Mise en page de la structure pour la structure du site
-------------------------------------------------------------------
*/

/* STRUCTURE POUR LA STRUCTURE DU SITE */

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
