$(document).ready(function(){
	
	$(".button_moncompte").hover(function() {
		$(this).attr("src","images/buttons/btn_moncompte_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_moncompte.png");
	});
	$(".button_itemmall").hover(function() {
		$(this).attr("src","images/buttons/btn_itemmall_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_itemmall.png");
	});
	$(".button_jouer").hover(function() {
		$(this).attr("src","images/buttons/btn_jouer_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_jouer.png");
	});
	$(".button_installation").hover(function() {
		$(this).attr("src","images/buttons/btn_installation_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_installation.png");
	});
	$(".button_histoire").hover(function() {
		$(this).attr("src","images/buttons/btn_histoire_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_histoire.png");
	});
	$(".button_classes").hover(function() {
		$(this).attr("src","images/buttons/btn_classes_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_classes.png");
	});	
	$(".button_contenu").hover(function() {
		$(this).attr("src","images/buttons/btn_contenu_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_contenu.png");
	});	
	$(".button_classement").hover(function() {
		$(this).attr("src","images/buttons/btn_classement_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_classement.png");
	});
	$(".button_support").hover(function() {
		$(this).attr("src","images/buttons/btn_support_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_support.png");
	});	
	$(".button_screenshots").hover(function() {
		$(this).attr("src","images/buttons/btn_screenshots_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_screenshots.png");
	});	
	$(".button_videos").hover(function() {
		$(this).attr("src","images/buttons/btn_videos_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_videos.png");
	});
	$(".button_valider").hover(function() {
		$(this).attr("src","images/buttons/btn_valider_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_valider.png");
	});	
	$(".button_telecharger").hover(function() {
		$(this).attr("src","images/buttons/btn_telecharger_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_telecharger.png");
	});	
	$(".button_megaupload").hover(function() {
		$(this).attr("src","images/buttons/btn_megaupload_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_megaupload.png");
	});
	$(".button_ok").hover(function() {
		$(this).attr("src","images/buttons/btn_ok_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_ok.png");
	});
$(".button_journal").hover(function() {
		$(this).attr("src","images/buttons/btn_journal_hover.png");
			}, function() {
		$(this).attr("src","images/buttons/btn_journal.png");
	});

});
