
/* © 2010 Bexter Vaince CSS */

/*----------------------------------------------------------------------*/
/* PARAMETRES : menu  */
/*----------------------------------------------------------------------*/
#menu{
	width: 990px;/*990*/
	height: 105px;
	float:left;
	margin: 0px;
	padding: 0px;
	background:transparent url(../images/menu.jpg) no-repeat;
}

#menu ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0px 0px 0px 332px;
	padding: 0px;
	border: none;
	text-align: center;
}

#menu ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

#menu ul li a{
	display: block;
	height: 105px;
	margin: 0px;
	padding: 0px;
	text-indent: -999em;
}

#menu ul li a:hover{
	display: block;
	height: 105px;
	margin: 0px;
	padding: 0px;
}

li#menu_01 a { width: 101px; }
li#menu_02 a { width: 109px; }
li#menu_03 a { width: 85px; }
li#menu_04 a { width: 105px; }
li#menu_05 a { width: 126px; }
li#menu_06 a { width: 132px; }
li#menu_01 a:hover { background: transparent url(../images/menu-on.jpg) -332px 0px no-repeat; }
li#menu_02 a:hover { background: transparent url(../images/menu-on.jpg) -433px 0px no-repeat; }
li#menu_03 a:hover { background: transparent url(../images/menu-on.jpg) -542px 0px no-repeat; }
li#menu_04 a:hover { background: transparent url(../images/menu-on.jpg) -627px 0px no-repeat; }
li#menu_05 a:hover { background: transparent url(../images/menu-on.jpg) -732px 0px no-repeat; }
li#menu_06 a:hover { background: transparent url(../images/menu-on.jpg) -858px 0px no-repeat; }


/*----------------------------------------------------------------------*/
/* PARAMETRES : menu-index  */
/*----------------------------------------------------------------------*/
#menu-index{
	width: 990px;/*990*/
	height: 41px;
	float:left;
	margin: 0px;
	padding: 0px;
	background:transparent url(../images/menu-index.jpg) no-repeat;
}

#menu-index ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}

#menu-index ul li{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}

#menu-index ul li a{
	display: block;
	height: 41px;
	margin: 0px;
	padding: 0px;
	text-indent: -999em;
}

#menu-index ul li a:hover{
	display: block;
	height: 41px;
	margin: 0px;
	padding: 0px;
}

li#menu-index_01 a { width: 184px; }
li#menu-index_02 a { width: 157px; }
li#menu-index_03 a { width: 134px; }
li#menu-index_04 a { width: 154px; }
li#menu-index_05 a { width: 172px; }
li#menu-index_06 a { width: 189px; }
li#menu-index_01 a:hover { background: transparent url(../images/menu-index-on.jpg) 0px 0px no-repeat; }
li#menu-index_02 a:hover { background: transparent url(../images/menu-index-on.jpg) -184px 0px no-repeat; }
li#menu-index_03 a:hover { background: transparent url(../images/menu-index-on.jpg) -341px 0px no-repeat; }
li#menu-index_04 a:hover { background: transparent url(../images/menu-index-on.jpg) -475px 0px no-repeat; }
li#menu-index_05 a:hover { background: transparent url(../images/menu-index-on.jpg) -629px 0px no-repeat; }
li#menu-index_06 a:hover { background: transparent url(../images/menu-index-on.jpg) -801px 0px no-repeat; }


