// JavaScript Document

//Change le BG au survol
function changeBG(div){
div.style.backgroundColor = "#0CF";
div.style.color = "#fff";
}

//Remet le BG d'origine quand on sort de la div
function resetBG(div){
div.style.background = "#E00079";
div.style.color = "#fff";
} 

function changeBG3(div){
div.style.backgroundColor = "#0CF";
div.style.color = "#FFF";
}

//Remet le BG d'origine quand on sort de la div
function resetBG3(div){
div.style.background = "#C0CE00";
div.style.color = "#fff";
} 

function changeBG2(div){
div.style.backgroundColor = "#0CF";
div.style.color = "#FFF";
}

//Remet le BG d'origine quand on sort de la div
function resetBG2(div){
div.style.background = "#E0001A";
div.style.color = "#fff";
} 

function changeBG4(div){
div.style.backgroundColor = "#0CF";
div.style.color = "#FFF";
}

//Remet le BG d'origine quand on sort de la div
function resetBG4(div){
div.style.background = "#923486";
div.style.color = "#fff";
} 

function changeBG5(div){
div.style.backgroundColor = "#0CF";
div.style.color = "#FFF";
}

//Remet le BG d'origine quand on sort de la div
function resetBG5(div){
div.style.background = "#2DB3CA";
div.style.color = "#fff";
} 

function changeBG6(div){
div.style.backgroundColor = "#0CF";
div.style.color = "#FFF";
}

//Remet le BG d'origine quand on sort de la div
function resetBG6(div){
div.style.background = "#f09200";
div.style.color = "#fff";
} 

	

	

