.onglet li{
	display:inline;
}

.onglet li a{
	display:block;
	height:23px;
	background-color:#C70506;
	border:1px solid #ff5050;
	width:75px;
	color:#FFF;
	float:left;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	
	
	background-color:#d57171;
	height:20px;
	line-height:20px;
	margin-top:3px;
}

.onglet li.selected a{
	background-color:#C70506;
	border:1px solid #ff5050;
	height:23px;
	line-height:23px;
	margin-top:0px;
}


#classement{
width:502px;
border-collapse:collapse;
margin-bottom:17px;
border:1px solid #2B2B2B;
background:#2B2B2B;
}

#classement thead tr td{
color:#FFF;
font-size:12px;
font-weight:bold;
text-align:center;
line-height:24px;
}

#classement tbody tr td{
color:#FFF;
font-size:12px;
text-align:center;
vertical-align:middle;
}

#classement thead tr{	height:20px; }
#classement tbody tr{	height:32px; }

#classement thead tr{		
background:#C70506; 
border-top:1px solid #FF5050; 
border-left:1px solid #C70506; 
border-right:1px solid #C70506;
}

#classement .impair{		background:#242424; }
#classement .lemans{		background:#D3A925;}
#classement .lemans td{font-weight:bold;}

#classement .clPosition{		width:34px;	}
#classement .clNomEquipe{	width:129px;	text-align:left;}
#classement .clEquipe{		width:100px;	text-align:left;}
#classement .clFanion{		width:29px;}
#classement .clPoints{		width:29px;	}
#classement .clJoues{		width:29px;	}
#classement .clGagnes{		width:29px;	}
#classement .clNuls{			width:29px;	}
#classement .clPerdus{		width:29px;	}
#classement .clButsPour{		width:29px;	}
#classement .clButsContre{	width:29px;	}
#classement .clDiff{			width:29px;	}
#classement .clPlus{			width:107px;}

#classement .clFanion img{ display:block; margin:0 auto;}
