h3{
    font-weight: bold;
    color: blue;
   }
   article p{
    padding-top: 10px;
  }
  a{
    color: #000;
  }
  a:hover{
    text-decoration: none;
  }
  .row a:hover{
    color: #000;
  }
  .titre{
    font-weight:normal;
    line-height: 18px;
    display: table;
    width: 100%;
    text-transform: uppercase;
    color: #565656;
    height: 50px;
    background: #f0f0f0 url('images/arrow.png') right center no-repeat;
    font-style: normal;
    font-size: 16px;
  }
  .activite:hover .titre{
    background-color: #16399f;
    background-image: url(images/arrow_hover.png);
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #fff;
    text-decoration: none;
  }
  .titre span{
    padding: 0 30px 0 10px;
    display: table-cell;
    vertical-align: middle;
  }
  p{
    text-align: justify;
  }