ok this :
$module = JModuleHelper::getModule('mod_cck_list');
$moduleParams = new JRegistry($module->params);
print_r($module->position);
will show me a Module position, but if i have mutliple modules it show me everytime the position of the first Module.