#container {
	margin: 0;
    padding: 0;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
	height: 22px;
}
#container ul#menu {
	list-style-type: none;
    margin: 0px 0 0 0;
    padding: 0;
	height: 22px;
}
#container ul#menu li {
	float: left;
	
}
#container ul#menu li a {
	display: block;
	width: 91px;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
}
#container ul#menu li a:hover {
	background: url(onglet_sport.png) 0 0 repeat-x;
}
#container .content {
	margin: 0px 0 0 0;
    padding: 0;
}
#container hr {
	clear: both;
	visibility: hidden;
}
#container span {
	position: relative;
	bottom: 1px;
}
#container a.current {
	background: url(onglet_sport.png) 0 0 repeat-x;
	color: #FFFFFF;
}
#container a.ghost  {
	background: url(onglet_sport.png) 0 -22px repeat-x;
	color: #FFF;
}
#container .on {
	display: block;
}
#container .off {
	display: none;
}
