
.article-tabs{
  float: none!important;
  padding-top:10px;
}

.article-tabs .image-block {
  margin-right: 32px;
  /*width: 327px;*/
}

.article-tabs p{
  text-align: justify;
}

#tabs{
  clear: both;
  margin: 0 0 10px 0;
  padding-top: 20px;
}
  #tabs ul#tabs-list{
    list-style-type:none;
    margin: 0;
    padding: 0;
    height:100%;
  }
    #tabs ul#tabs-list li{
      float:left;
      background: transparent url("../images/fond-tabs.png") repeat-x top left;
      border-right:1px solid #fff;
      border-left: 1px solid #d0d0d0;
      padding:0 10px;
    }
      #tabs ul#tabs-list li a {
        margin: auto;
        height: 24px;
        font-weight: bold;
        line-height: 2.2em;
      }
      #tabs ul#tabs-list li a:link, #tabs ul#tabs-list li a:visited {
        text-align:center;
        text-decoration: none;
        color: #797a7f;
      }

    #tabs ul#tabs-list li.first {
      background: transparent url("../images/tabs-left-corner.png") no-repeat top left;
    }
      #tabs ul#tabs-list li.first{
        border-left: 0;
      }
    #tabs ul#tabs-list li.last {
      background: transparent url("../images/tabs-right-corner.png") no-repeat top right;
    }
      #tabs ul#tabs-list li.last {
        border-right: 0;
      }

#tabs .tab-content {
  clear:both;
  border: 1px solid #dadbdf;
  padding: 19px;
  margin:0;
  color: #797a7f;
  display: none;
}

#tabs .tab-content .pad-right{
  padding-right: 245px;
}

#tabs h4 {
  clear: both;
}
#tabs h4, #tabs .chapo, #tabs a {
  color: #3a3c43;
}
#tabs p, #tabs .object-left, #tabs .object-right {
  margin-top: 20px;
}
