// JavaScript Document
var statut="military";

function colorChange(coul)
{
	coul=="green"? document.getElementById("boutons3d").style.background="#57775a": document.getElementById("boutons3d").style.background="#527281";
}
