/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font: bold 10px Verdana;
width: 100%; /*leave this value as is in most cases*/
line-height: 25px;
}

.indentmenu ul{
width: 100%;
margin: 0;
padding: 0;
float: left;
}

.indentmenu ul li{
display: inline;
float: left;
}

.indentmenu ul li a{
width: 116px;
text-align:center;
font-weight:lighter;
margin: 0 2px 0 0;
display: block;
text-decoration: none;
color:#2C83B3;
background: url(../Images/Onglet_Fiche_Produit.jpg) center center no-repeat;
}

.indentmenu ul li a:hover{
text-decoration: none;
color:#FFFFFF;
background: url(../Images/Onglet_Fiche_Produit2.jpg) center center no-repeat;
font-weight:bold;
}

.indentmenu ul li a.selected{
background: url(../Images/Onglet_Fiche_Produit2.jpg) center center no-repeat;
color:#FFFFFF;
font-weight:bold;
}