$z=est_dans($this->ligne['id']
);

if($z!=-1){


include_once 'donnee/fonction/temps.php';
$ct = new credit_temps($this->ligne['id']
);
if($ct){
$ct->add(-.5);
}

return 1;

}else return 0;