@charset "utf-8";
/* CSS Document */

/*General styles*/




/*Features table------------------------------------------------------------*/
.features-table
{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  color: #2a2a2a;
  background: #fafafa;  
  background-image: -moz-linear-gradient(top, #fff, #f4f4f4, #fff); /* Firefox 3.6 */
  background-image: -webkit-gradient(linear,center bottom,center top,from(#fff),color-stop(0.5, #eaeaea),to(#fff));
  overflow:visible;
}

.features-table td
{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -webkit-box-shadow: 0 1px 0 white;
  text-align: center;
}

/*Body*/
.features-table tbody td, .features-table td div.vert
{
  text-align: center;
  font:12px/16px Arial, Helvetica, sans-serif;
  width: 60px;
  position:relative;
}
.features-table tbody td img.fleche
{
	position:absolute;
	width:30px;
	height:30px;
	top:10px;
	right:-15px;
}

.features-table tbody td:first-child
{
  width: auto;
  text-align: center;
  background-color:#4cadea;
  width:300px;
}

.features-table td
{
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}

.features-table td.vert
{
  background: #e7f3d4;  
  background: rgba(184,243,85,0.3);
}
.features-table td div.vert
{
  background: #e1f3c3;  
	position:absolute;
	width:50%;
	height:100%;
}
.features-table tbody td.titre
{
  font: bold 1.3em 'trebuchet MS', 'Lucida Sans', Arial;  
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea; 
}
/*Header*/
.features-table thead td
{
  font:12px/16px Arial, Helvetica, sans-serif;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px; 
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top: 1px solid #eaeaea; 
}

.features-table thead td:first-child
{
  border-top: none;
}

/*Footer*/
.features-table tfoot td
{  
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}
.features-table tfoot td a
{
	font:20px/30px 'FuturaStdMedium';
	color:#000;
	text-decoration:none;
	display:block;
	   -moz-transition: all 0.2s linear;
	   -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
	   transition: all 0.2s linear;
}
.features-table tfoot td a:hover
{
	background:url(../charte/fleche-info-hover.png) right center no-repeat;
	color:#009036;
}

.features-table tfoot td:first-child
{
  border-bottom: none;
}