/*
		* table.contentpaneopen.
    *  du titre grâce à td.contentheading
    * les icônes par td.buttonheading, td.buttonheading a (et pseudo-formats ) et td.buttonheading img
		*  l'auteur par table.contentpaneopen span.small
    * la date de création par table.contentpaneopen td.createdate
    * le texte de l'article par table.contentpaneopen td
    * la date de modification part table.contentpaneopen td.modifydate
    * le séparateur d'article par span.article_seperator
    **/


table.contentpaneopen tr, td, p, div {
  font-size        : 13px;
  font-weight      : normal;
  color            : #BBBBBB; /*Spécifique*/
}

table.contentpaneopen td.contentheading {
  line-height      : 20px;
  width            : 100%;
  padding          : 1px;
  padding-top      : 3px;
  padding-bottom   : 0px;
  margin					 : 3px 0px;
  border-bottom    : 1px solid #BBBBBB; /*Spécifique*/
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  font-size        : 15px;
  color            : #FFFFFF; /*Spécifique*/
  font-weight      : bold;
  text-align       : left;
  vertical-align   : bottom;
  text-indent      : 0px;
}

/* Titre des articles quand ils fonctionnent comme lien */
table.contentpaneopen td.contentheading a.contentpagetitle:link, a.contentpagetitle:visited {
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  font-size        : 15px;
  color            : #CC0000; /*Spécifique*/
  font-weight      : bold;
  text-align       : left;
  vertical-align   : bottom;
}

table.contentpaneopen td.contentheading a.contentpagetitle:hover {
  color            : #990000; /*Spécifique*/
}


/*** links **************************************************************************/

table.contentpaneopen td a:link, a:visited {
  font-size        : 13px;
  color            : #CC0000;
  text-decoration  : none;
  font-weight      : normal;
  padding-bottom   : 0px;
}
table.contentpaneopen td a:hover {
  font-size        : 13px;
  color            : #990000; /*Lien: couleur du lien: spécifique*/
  text-decoration  : none;
  font-weight      : normal;
}


/*** readon **************************************************************************/

table.contentpaneopen td  a.readon:link, a.readon:visited { /* Lien lire la suite... */
  color            : #CC0000;
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  font-size        : 12px; /*maintenu invariant*/
  background       : url(../images/readon.gif) no-repeat;
  white-space      : normal;
  font-weight      : normal;
  padding          : 1px 0 3px 18px;
  float            : right;
  line-height      : 10px;
  text-decoration  : none;
}
table.contentpaneopen td  a.readon:hover {
  color            : #990000; 
}


