  /**************/
 /*** Titres ***/
/**************/

.rubTitleContainer
  { display:block;
    width:100%;
    height:20px;
    background-repeat:no-repeat;
    background-position:0px 0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:20px;
    border-bottom:1px solid #CC0000;
    /* L'image de fond (background-image) est definie dans la propriete 'style' de la balise */
    color:#CC0000 ;
    font-weight:bold ;
    font-style:italic ;
  }
