﻿

/* nouveau menu */
.menuContainer
{
	background-image:url(Images/menu/menu_f.jpg);
	height: 26px;
	padding: 0px;
	margin: 0px;
	padding-left:10px;
	width: 943px;
	/*border: solid 1px #000000;*/
}

div.menu
{
	/*background-image:url(Images/menu/menu_f.jpg);*/
	height: 26px;
}

.menu2Item
{
	
}

.preItem
{
	background-image: none;
	width: 3px;
}
.Item
{
	background-image: none;
	height: 26px;
	padding-left: 5px;
	padding-right: 5px;
}
.postItem
{
	background-image: none;
	width: 3px;
}

.menu2SelectedItem .preItem
{
	background-image:url(Images/menu/menu_actif_g.jpg);
}
.menu2SelectedItem .Item
{
	background-image:url(Images/menu/menu_actif_f.jpg);
	height: 26px;
}
.menu2SelectedItem .postItem
{
	background-image:url(Images/menu/menu_actif_d.jpg);
}

.menu2OverItem .preItem
{
	background-image:url(Images/menu/menu_over_g.jpg);
}
.menu2OverItem .Item
{
	background-image:url(Images/menu/menu_over_f.jpg);
	height: 26px;
}
.menu2OverItem .postItem
{
	background-image:url(Images/menu/menu_over_d.jpg);
}
.Item a
{
	color : #000000;
}

.menu2SelectedItem .Item a, .menu2OverItem .Item a
{
	color : #ffffff;
}


.menu2Dynamic table
{
	background-color: #F2F2F2;
	border: solid 1px #C8C8C8;
}

.menu2Dynamic table table
{
	border: solid 0px #0000ff;
}

.menu2DynamicSelectedItem td
{
	background-color: #53617B;
	background-image:url(Images/menu/menu_dyn_selected.jpg);
}

.menu2DynamicOverItem td
{
	background-color: #9198A2;
	background-image:url(Images/menu/menu_dyn_over.jpg);
}

.menu2DynamicSelectedItem .Item a, .menu2DynamicOverItem .Item a
{
	color : #ffffff;
}


.menuSelectedCategorie .preItem
{
	background-image:url(Images/menu/menu_actif_g.jpg);
}
.menuSelectedCategorie .Item
{
	background-image:url(Images/menu/menu_actif_f.jpg);
	height: 26px;
}
.menuSelectedCategorie .postItem
{
	background-image:url(Images/menu/menu_actif_d.jpg);
}

.menuSelectedCategorie .Item a
{
	color : #ffffff;
}