.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 9px Arial;
width: 879px;
border-width: 1px 0;
background: black url(../img/menu/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 5px 7px;
padding-bottom: 6px;
text-decoration: none;
border-right: 1px solid white;
border-top: 1px solid white;
border-bottom: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(../img/menu/blockactive.gif) center center repeat-x;
}
/*Sous Menu*/
.tabcontainer{
	clear: left;
	width: 879px; /*width of 2nd level sub menus*/
	height:1.4em;
	right: auto;
	background-image: url(../img/menu/filigranne_proact.jpg);
	background-repeat: repeat-x;
	background-color: #666666;
}

.tabcontainer ul{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 10px Arial;
	border-width: 1px 0;
	/*margin-left: 350px;*/
}

.tabcontainer li{
display: inline;
}

.tabcontainer li a{
float: left;
color: white;
padding: 5px 6px;
text-decoration: none;
border-left: 1px solid #999999;
}

.tabcontainer li a:visited{
color: white;
}

.tabcontainer li a:hover, .tabcontainer li a.current{
color: #990000;
background: transparent #777777;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -2em;
}


.tabcontent{
	display:none;
	width: 100%;
}

#SoinsMultisports{
margin-left: 230px;
}

#Ballons{
margin-left: 355px;
}

#Outdoor{
margin-left: 125px;
}

#TenuMatch{
margin-left: 200px;
}

#Supporters{
margin-left: 537px;
}

#Textile{
margin-left: 420px;
}

#Bagagerie{
margin-left: 550px;
}

*+html #TenuMatch { /*IE7 hack para agregar pixels de margen izquierdo*/
margin-left: 200px;
}

*+html #Textile { /*IE7 hack para agregar pixels de margen izquierdo*/
margin-left: 420px;
}

*+html #Bagagerie { /*IE7 hack para agregar pixels de margen izquierdo*/
margin-left: 550px;
}
.menu_gauche {
	background-image: url(../img/menu/menu_gauche.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 12px;
}
