.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Relax News
=========================================================================== */

.relax-news {
  width:660px; 
  margin: 3em auto;
  display: block;
  font-size:.8em;
  float:left;
  margin:0 0 1.5em 0;
}
.relax-news {
  padding: 15px 5px;
  background: #f6f6f6;
  -moz-border-radius: 5px;
}
.relax-news h2 {
  text-transform: uppercase;
  font-weight: 900;
  color: #CC3366;
  font-size: 1.6em;
  border-top: 1px solid #DBEE6E;
  padding-left: 10px;
}
.relax-news h2 strong {
  background: #f6f6f6;
  position: relative;
  bottom: 10px;
  padding: 0 5px;
}
.relax-news h2 span {
  color: #8EA219;
}

.relax-news a {color: #CC3366; text-decoration: none;}
.relax-news a:hover {text-decoration: underline;}

/* Relax News table
=========================================================================== */

.relax-news table {
  float: left;
  width: 48%;
  border-collapse: collapsed;
  border-spacing: 0;  
  font-size: 1em;
  margin-bottom: 1em;
  margin-right: .2%;
}
.relax-news table.avec-marge {
  width: 48%;
  margin-left: 1%;
  margin-right: 0;
  display: inline;
  border-left: 5px solid #eee;
  padding-left: 5px;
}
.relax-news table caption, .relax-news table th {display: none;}
.relax-news table td {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}
.relax-news table td.the-date {
  padding: 5px 0 5px 0;
  text-align: right;
  color: #8EA219;
}
.relax-news .even {
  /*background: #E8F5A7;*/
}
.relax-news table td abbr {
  border-bottom: 0;
  text-transform: lowercase;
}
.all-news {
  display: block;
  float: right;
  background: #DBEE6E url(../images/elements/arrow.gif) no-repeat 3px 8px;
  padding: 2px 5px 2px 15px;
  -moz-border-radius: 5px;
  color: #8EA219;
  text-decoration: underline;
}
