c normal que ta requete foire
toit u mettais :
$req = mysql_query("SELECT titre,image,url,description from jeux where id=$id" ) or die ("mairde" );
he bah il faut mettre ton $id entre '
donc ca donnerait
$req = mysql_query("SELECT titre,image,url,description from jeux where id='$id'" ) or die ("mairde" );