#tab_menu {
	width: auto;
	height:63px;
	margin: 5px 0 0;
}
#mainMenu {
	height:24px;
	position:relative;
}
#mainMenu a {
	color: #444;
	font-weight:700;
	background: #ccc url(../images/left-tab.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;	
	line-height: 24px; 
}

/* pour empêcher Firefox de mettres des pointillés autour du lien cliqué : */
#mainMenu a:focus {
	outline:0; 
}

#mainMenu a span {
	background: url(../images/right-tab.gif) right top no-repeat;
	padding-right: 10px
}
#mainMenu a, #mainMenu a span {
	display: block;
	float: left
}
/* Hide from IE5-Mac \*/
#mainMenu a, #mainMenu a span {
	float: none
}
/* End hide */

#mainMenu .current {
	color: #fff;
	background: #f00 url(../images/left-tab-hover.gif) left top no-repeat;
	padding-left: 10px
}
#mainMenu .current span {
	background: url(../images/right-tab-hover.gif) right top no-repeat;
	padding-right: 10px
}
#mainMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mainMenu li {
	float: left;
	margin: 0 3px;
	list-style-type:none
}


/* SUBMENU */

#submenu {
	background: #f00;
	height: 22px;
	line-height: 20px;
	font-weight:bold;
}
#submenu a {
	padding: 2px 5px 4px;
	height: 22px;
	color: #fff;
	text-decoration:none
}
#submenu a:hover {
	text-decoration: underline
}