/* The demo title */
.Demo_Title
{
   font-family: Arial, Helvetica, sans-serif;
   color: #333333;
   vertical-align: top;
   background-image: url(/upload/images/InfoDataSheet_Bk.png);
   background-repeat: repeat-x;
   margin-top:35px;
   height: 35px;
   padding-top: 10px;
}


/* The demo title */
*.Demo_Title h2
{
   padding-left: 10px;
   font-size: 13px;
   font-weight: bold;
}


/* The pdf title */
.DataSheet_Title
{
   font-family: Arial, Helvetica, sans-serif;
   color: #333333;
   vertical-align: top;
   background-image: url(/upload/images/InfoDataSheet_Bk.png);
   background-repeat: repeat-x;
   height: 35px;
   padding-top: 10px;
}


/* The demo title */
*.DataSheet_Title h2
{
   font-size: 13px;
   font-weight: bold;
   padding-left: 10px;
}


/* Stype for the Left column */
td.Info_LeftColumn
{
  vertical-align: top;
}


/* Style pour les commentaires*/
.Info_Comment
{
  padding-left:10px;
  padding-right: 15px;
  text-align: justify;
  padding-top: 7px;
}


/*Style pour les liens des commentaires*/
.Info_Comment a {
  text-decoration: underline;
  font-weight: bold;
  color: #4f6157;
  padding-top:0px;
  display:block;
  font-size:13px;
}


/*Style pour block vide en bas de page*/
.block_vide
{
  height:100px;
}
