#toto {
	display: block;
	position: relative;
}
#toto li {margin:0px; padding:0px}
#tabs {
	margin:20px 10px 20px 10px;
	list-style:none;
	height:50px;
	width: 700px;
	position: relative;
	background: url(../images/contenu/fon-toto.gif);
	padding: 0 20px 0 20px;
}
#tabs li {
	float:left;
	margin: 0px;
	display: block;
	background: none;
}
#tabs li a {
	display:block;
	text-decoration:none;
	float:left;
	text-align:center;
	padding:0 10px;
	font-style:normal;
	color:#5e7777;
	line-height: 45px;
	height: 50px;
	font-size: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
#tabs li a span {
	display:none;
	line-height: 16px;
}

#tabs li a:hover {
	color:#5e7777;
	white-space:normal;
	background: url(../images/contenu/fon-toto-ahover.gif);
}

#tabs li a:hover span {
	display:block;
	position:absolute;
	left:0px;
	top:50px;
	color:#597373;
	width: 660px;
	font-size: 12px;
	padding: 10px 20px 20px 60px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	background: url(../images/contenu/fon-toto-span.gif) left top repeat
:x;
	background-image: url(../images/contenu/fon-toto-span.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
