body
{
	margin: 0;
	background: white url(fond_ranking.png) repeat;
	background-attachment:fixed;
}
a:link 
{ 
 text-decoration:none; 
}
/*Features table------------------------------------------------------------*/
.features-table
{
  width: 900px;
  margin: 0 auto; /* centre le tableau*/
  border-spacing: 1px; /* séparation entre les cellules*/
  color: #2a2a2a;
/* fond page #f0f0f0 */
  background: #928e8e;  
  font: normal 14px Verdana, Arial, Helvetica;
}

.features-table th
{
/* fond du titre et boutons #e7f3d4 */
	background: #ac2020;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0px 0px;
  box-shadow: 1px 1px 4px black;
}

.features-table td
{
  height: 25px;
  box-shadow: 1px 1px 4px black;
  text-align: center;
/* fond cellules sauf 1ere #ffffff */
  background: #dad8d8;
  padding: 0px 0px;
}

.features-table tbody td:first-child
{
/* fond colones rank  #e7f3d4 */
  background: #ac2020;  
}

/*Header*/
.features-table thead td
{
/* fond 1ere cellules #ffffff */
  background: #dad8d8;  
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.features-table thead td:first-child
{
/* fond 1ere colones rank #e7f3d4 */
  background: #ac2020;  
}

/*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;
}

.features-table tfoot td:first-child
{
  border-bottom: none;
/* fond der. colonnes rank #e7f3d4 */
  background: #ac2020;  
}