.tabs{
width: 330px;
overflow: hidden;
border: 0;
}

.tabs ul{
margin: 0;
padding: 0;
padding-left: 0px;
font: bold 11px Verdana;
list-style-type: none;
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a, li a:visited{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding-top: 0px; /*padding inside each tab*/
	padding-bottom: 0px; /*padding inside each tab*/
	padding-left: 0px; /*padding inside each tab*/
	padding-right:0px; /*padding inside each tab*/
	color: #006736;
}

.tabs li.prochainmatch a, li.prochainmatch a:visited{
	background: url(/includes/tabs/photos/tab_prochain_match.gif) no-repeat top left; /*default state*/
}
.tabs li.classement a, li.classement a:visited{
	background: url(/includes/tabs/photos/tab_classement.gif) no-repeat top left; /*default state*/
}
.tabs li.agendas a, li.agendas a:visited{
	background: url(/includes/tabs/photos/tab_agendas.gif) no-repeat top left; /*default state*/
}

.tabs, li.prochainmatch a:hover, li.prochainmatch a.selected, li.prochainmatch a.selected:hover{ /*selected*/
	background: url(/includes/tabs/photos/tab_prochain_match_actif.gif) no-repeat top left;
}
.tabs, li.classement a:hover, li.classement a.selected, li.classement a.selected:hover{ /*selected*/
	background: url(/includes/tabs/photos/tab_classement_actif.gif) no-repeat top left;
}
.tabs, li.agendas a:hover, li.agendas a.selected, li.agendas a.selected:hover{ /*selected*/
	background: url(/includes/tabs/photos/tab_agendas_actif.gif) no-repeat top left;
}

.tabs li.alire a, li.alire a:visited{
	background: url(/includes/tabs/photos/tab_alire.gif) no-repeat top left; /*default state*/
}

.tabs, li.alire a:hover, li.alire a.selected, li.alire a.selected:hover{ /*selected*/
	background: url(/includes/tabs/photos/tab_alire_actif.gif) no-repeat top left;
}

.tabs li.plusinfo a, li.plusinfo a:visited{
	background: url(/includes/tabs/photos/tab_plusinfos.gif) no-repeat top left; /*default state*/
}

.tabs, li.plusinfo a:hover, li.plusinfo a.selected, li.plusinfo a.selected:hover{ /*selected*/
	background: url(/includes/tabs/photos/tab_plusinfos_actif.gif) no-repeat top left;
}




.tabs li.boutique a, li.boutique a:visited{
	background: url(/includes/tabs/photos/tab_boutique.gif) no-repeat top left; /*default state*/
}

.tabs, li.boutique a:hover, li.boutique a.selected, li.boutique a.selected:hover{ /*selected*/
	background: url(/includes/tabs/photos/tab_boutique_actif.gif) no-repeat top left;
}

.tabs li.billetterie a, li.billetterie a:visited{
	background: url(/includes/tabs/photos/tab_billetterie.gif) no-repeat top left; /*default state*/
}

.tabs, li.billetterie a:hover, li.billetterie a.selected, li.billetterie a.selected:hover{ /*selected*/
	background: url(/includes/tabs/photos/tab_billetterie_actif.gif) no-repeat top left;
}

.tabs li.TV a, li.TV a:visited{
	background: url(/includes/tabs/photos/tab_TV.gif) no-repeat top left; /*default state*/
}

.tabs, li.TV a:hover, li.TV a.selected, li.TV a.selected:hover{ /*selected*/
	background: url(/includes/tabs/photos/tab_TV_actif.gif) no-repeat top left;
}

.tabcontent{
display:none;
}