/* The big title */
td.Certification_Title
{
   height: 35px;
   padding-top: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #333333;
   vertical-align: top;
   background-image: url(/upload/images/products/Products_Bk.png);
   background-repeat: repeat-x;
}


*.Certification_Title h2
{
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
}


/* All contents */
p.CertificationFailure_Content
{
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
  color: #fe0000;
}


/* All contents */
p.CertificationSuccess_Content
{
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
  
}



/**********************Style for link****************************/



/*Style pour les liens des commentaires*/
.EdocSync_Comment a {
  text-decoration: underline;
  font-weight: bold;
  color: #4f6157;
  padding-top:3px;
  display:block;
  font-size:13px;
}







