li
{
	display: inline;
	padding: 0;
	margin: 0;
	PADDING-LEFT:0px;
}

ul
{
	text-align: left;
	padding: 0;
	margin: 0;
	width:340px;
	margin-top:0px

}

.tabs
{
	margin:0px;
}

.ui-tabs-nav a
{
	/*  PROCHAIN MATCH
		In general, style all links in the tab navigation area.
		In practice, this allows us to differentiate between active tabs
		and inactive tabs
	*/}
	

.ui-tabs-nav
{
	/*
		A margin at the bottom allows us to put padding at the bottom
		of the tab headers
	*/
	margin-bottom: 0px;
}


.match_block { BORDER-BOTTOM: #454745 1px solid; width:340px; TEXT-ALIGN: center; PADDING-BOTTOM: 6px; TEXT-TRANSFORM: uppercase; PADDING-LEFT:0px; PADDING-RIGHT: 0px; BACKGROUND: url(../v4/images/sousmenu.gif) #1e1e1e repeat-x 50% top; LETTER-SPACING: 1px; COLOR: #fff; FONT-SIZE: 11px; PADDING-TOP: 6px; text-shadow: 1px 1px 2px #000
}

.ui-tabs-selected
{	BORDER-BOTTOM: #454745 1px solid; width:170px; TEXT-ALIGN: justify; PADDING-BOTTOM: 6px; TEXT-TRANSFORM: uppercase; PADDING-LEFT:10px; PADDING-RIGHT: 18px; BACKGROUND: url(../v4/images/sousmenu2.gif) #1e1e1e repeat-x 50% top; LETTER-SPACING: 1px; COLOR: #fff; FONT-SIZE: 11px; PADDING-TOP: 6px; text-shadow: 1px 1px 2px #000
}

.ui-tabs-unselect
{
		
}


.ui-tabs-selected a
{
	/*  DERNIER MATCH
		Style the selected tab header link (which overwrites the 'ui-tabs-nav a'
		style)
	*/
	
CURSOR: text
	}

.ui-tabs-disabled
{
}

.ui-tabs-panel
{
}

.ui-tabs-hide
{
	display: none;
}