diff --git a/library/Class/WebService/Fnac.php b/library/Class/WebService/Fnac.php
index 17b8cbc84b76ae7938590aff822ad23eabe0b63f..a3d82e284bd4f1e1f3f22f64a0c547f7e765270e 100644
--- a/library/Class/WebService/Fnac.php
+++ b/library/Class/WebService/Fnac.php
@@ -93,7 +93,7 @@ class Class_WebService_Fnac extends Class_WebService_Abstract {
 
 
   protected function extractSummaryFromProduct($html) {
-    $section_html = 'ficheResume';
+    $section_html = 'id="ficheResume"';
     if(!$sub_html = striPos($html, $section_html))
       return '';