/*

Created on : 2007.08.06
Last Modified : 2007.08.24 

By Guillaume Amringer
mail@guillaumeamringer.com
And Xavier Lapointe
lapointe.xavier@q-be.ca

Fichier contenant toutes les fonctions js et toutes les variables js necéssaires au site.
(sauf Ajax)

*/

$(document).ready(function(){
	$('.link').click(function(){
		location.href = $(this).children('a').attr('href');
	});
});