Français
English
José Giger
02
02
02
02
02
02
03
03
07
07
07
07
07
07
07
07
07
08
st
07
08
08
08
08
08
08
08
08
09
10
10
10
10
10
10
10
11
11
11
12
12
12
Peinture 032 - 2003
Diptyque superposé - 204 x 170 cm
Note biographique
Parcours (1960 - 2000)
Recherches et travaux récents
Contact
function findPos(obj) { var curleft = curtop = 0; if (obj.offsetParent) { curleft = obj.offsetLeft curtop = obj.offsetTop while (obj = obj.offsetParent) { curleft += obj.offsetLeft curtop += obj.offsetTop } } return [curleft,curtop]; } function affcon(x) { cible = document.getElementById("affcon"); if( x ) { pos = findPos(document.getElementById("affconcommander")); cible.style.left = pos[0]+"px"; cible.style.top = pos[1]+"px"; cible.style.display = "block"; } else { cible.style.display = "none"; } }