diff --git a/visa/trunk/class/class_modules_tools_Abstract.php b/visa/trunk/class/class_modules_tools_Abstract.php
index 27f302b2366618017cfc4996e2907161cc605e53..23629da55c7f0a67568cd5bbe1e4ed9c862015ca 100644
--- a/visa/trunk/class/class_modules_tools_Abstract.php
+++ b/visa/trunk/class/class_modules_tools_Abstract.php
@@ -999,7 +999,7 @@ abstract class visa_Abstract extends Database
 		$stmt = $this->query("select subject, contact_society, category_id from $view where res_id = ?",array($id));
 		$res = $stmt->fetchObject();
 		$str = '';
-		$str .= '<div align="left">';
+		$str .= '<div align="left" class="block">';
 		$str .= '<div class="error" id="divErrorPrint" name="divErrorPrint" onclick="this.hide();"></div>';
 	
 		$str .= '<p><b>Requérant</b> : '.$res->contact_society.'</p>';