var bleu;
var backgroundcolor_out;
var backgroundcolor_over;
backgroundcolor_out = "";
backgroundcolor_over = "#232323";
//################################# MENU HAUT #################################
function rollover_menu_haut (document) {
	document.style.backgroundColor=backgroundcolor_over;
	//document.style.cursor='pointer';
}
function rollout_menu_haut (document) {
	document.style.backgroundColor=backgroundcolor_out;
	//document.style.cursor='pointer';
}
function rollover_actif_menu_haut (document) {
	document.style.backgroundColor=backgroundcolor_over;
	//document.style.cursor='pointer';

}
function rollout_actif_menu_haut (document) {
	document.style.backgroundColor=backgroundcolor_over;
	//document.style.cursor='pointer';
}

function menu_haut_over(num) {
	document.getElementById("coin_gauche_"+num).src='maj/phototheque/photos/charte/coin_gauche_over.jpg';
	document.getElementById("repeat_"+num).style.backgroundImage='url(maj/phototheque/photos/charte/repeat_over.jpg)';
	document.getElementById("coin_droite_"+num).src='maj/phototheque/photos/charte/coin_droite_over.jpg';
}

function menu_haut_out(num) {
	document.getElementById("coin_gauche_"+num).src='maj/phototheque/photos/charte/coin_gauche_out.jpg';
	document.getElementById("repeat_"+num).style.backgroundImage='url(maj/phototheque/photos/charte/repeat_out.jpg)';
	document.getElementById("coin_droite_"+num).src='maj/phototheque/photos/charte/coin_droite_out.jpg';
}
