diff --git a/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/PDFDocument_viewLoginInformationPT.xml b/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/PDFDocument_viewLoginInformationPT.xml
index 9431cfbabdc457890fd2dd32322ac23a06ea4f17..89c6fe7de5ffcdd515c692144605f59bf64c7c4e 100644
--- a/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/PDFDocument_viewLoginInformationPT.xml
+++ b/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/PDFDocument_viewLoginInformationPT.xml
@@ -42,7 +42,7 @@
 <div class="title">\n
   <tal:bloc i18n:translate="" i18n:domain="ui">\n
     Your application has been submitted successfully under the reference\n
-  </tal:bloc>\n
+  </tal:bloc> :\n
   <div class="reference"> \n
     <tal:bloc tal:content="here/getId">20080512-CF1</tal:bloc>\n
   </div>\n
@@ -58,16 +58,15 @@
   <a href="http://www.safi.sn">http://www.safi.sn</a>\n
 </div>\n
 <tal:bloc tal:condition="python: here.getPortalType() == \'Subscription Form\'">\n
-  <div class="explanation">\n
+  <div class="login_and_password">\n
     <tal:bloc i18n:translate="" i18n:domain="ui">\n
       And use the login \n
     </tal:bloc>\n
-    "<b tal:content="here/getId">20080512-CF1</b>"\n
+    <span class="login" tal:content="here/getId">20080512-CF1</span>\n
     <tal:bloc i18n:translate="" i18n:domain="ui">\n
     and the password \n
     </tal:bloc>\n
-    "<b tal:content="here/getPassword">pin02nuz</b>"\n
-  \n
+    <span class="password" tal:content="here/getPassword">pin02nuz</span>\n
   </div>\n
 </tal:bloc>\n
 <div class="explanation">\n
diff --git a/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov.css.xml b/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov.css.xml
index 8d2d98f60c79bad97edbebc6adf85d584710875f..d2fbf5b04675c232fd11083070c0e57aab7f69d9 100644
--- a/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov.css.xml
+++ b/bt5/erp5_egov/SkinTemplateItem/portal_skins/erp5_egov/template_erp5_egov.css.xml
@@ -614,6 +614,20 @@ fieldset.register_informations{\n
   margin:1em;\n
 }\n
 \n
+.login_and_password{\n
+  font-size: 2em;\n
+  line-height: 1em;\n
+  margin-bottom: 0.2em;\n
+}\n
+\n
+.login_and_password .password,\n
+.login_and_password .login{\n
+  font-weight: bold;\n
+  background: #EEE;\n
+  border: solid grey 1px;\n
+  padding: 0 4px;\n
+}\n
+\n
 .field .input .big_button,\n
 .field .input .next_step{\n
   float:left;\n
diff --git a/bt5/erp5_egov/bt/revision b/bt5/erp5_egov/bt/revision
index 1380537bfd769da6c47bce5c91a7c45a57e7df7c..c4c828bd4ee315c1205df1586629eb43f5d672bd 100644
--- a/bt5/erp5_egov/bt/revision
+++ b/bt5/erp5_egov/bt/revision
@@ -1 +1 @@
-385
\ No newline at end of file
+386
\ No newline at end of file