.news-holder p {
    margin-bottom: 12px;
}

.news-holder {
	border: 1px solid #d8dbde;
}

.news-headlines {
  list-style: none;
  position: relative;
}

  .news-headlines li {
    height:130px;
	width:240px;
	display:table;
    position: relative;
    z-index: 20;
    color: #424f5f; 
	font-size:16px;
	font-weight:700;
	background:url(../image/gif/bg_tabs_titre.gif) left bottom repeat-x;
  }
    .news-headlines li:hover {
    color: #ed7247; 
  }
  .news-headlines li p {
	display:table-cell;
	vertical-align:middle;
    height:90px;
	width:200px;
	padding:20px;
	margin:0;
  }
  .news-headlines li.selected p {
	  color:#fff;
  }

  .nh-anim {
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  

  .news-headlines li:hover, .news-headlines a:hover {
      cursor: pointer;
  }
  
  .news-headlines .highlight {
     background:url(../image/gif/bg_banner_tabs.gif) right top repeat-y #eb5f2d;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
  }
  .news-headlines .highlight span {
     width: 15px; height:30px;
     background:url(../image/png/puce_tabs.png) left top no-repeat;
     position: absolute;
     top: 50%; margin-top:-15px;
     right: -15px;
     z-index: 10;
  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
   float: left;
   width: 240px;
}

.news-preview {
   float: left;
   width: 697px;
   position: relative;
   z-index: 5;
   min-height: 304px;
border-left: 1px solid #d8dbde;
}

  .news-preview img {
    display: block;
    width: 100%;
    height: auto;
  } 

.news-content {
    position: absolute;
    z-index: 10;
    padding: 25px 30px;
    top: 0;
    left: 0;
    display: none;
}

.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}