function ouvrir_palette(formulaire_recupere,champ_recupere){
formulaire=formulaire_recupere;
champ=champ_recupere;
ma_palette=window.open("js/palette.php","Palette_de_couleur","height=450,width=400,status=0, scrollbars=0,,menubar=0");
}
 
function valid_couleur(couleur){
document.forms[formulaire].elements[champ].value=couleur;
}

function ouvrir_paletteone(formulaire_recupere,champ_recupere){
formulaire=formulaire_recupere;
champ=champ_recupere;
ma_palette=window.open("js/paletteone.php","Palette_de_couleur","height=450,width=400,status=0, scrollbars=0,,menubar=0");
}

function ouvrir_palettedeux(formulaire_recupere,champ_recupere){
formulaire=formulaire_recupere;
champ=champ_recupere;
ma_palette=window.open("js/palettedeux.php","Palette_de_couleur","height=450,width=400,status=0, scrollbars=0,,menubar=0");
}
