﻿/*Menu Horizontal*/
.EnteteMenu
{
        width:134px;
        background-color:#F44612;
        color:White;
        text-align:center;
        font-size :24px;   
        font-weight:bold;
    }
.Menu
{
        background-color : #F44612; 
}
.StaticMenuItemStyle
{      
        height:39px;
        font-size: 14px;
        margin-right:16px;
        margin-left:2px;
        padding-left:8px;	 
}
.StaticMenuItemStyle td
{   
        text-align:center;
        border-right:solid 1px white;
}

a.StaticMenuItemStyle 
{
        color:White !important;
        font-weight:bold ;
}
/*****sous menu ****/
.DynamicMenuStyle
{
    background-color:#F44612!important;
 }

.DynamicMenuItemStyle
{  
    width:100%;
    color:White !important;
    display:block;
    Padding:5px;
    width:100px;
    font-weight:bold;
}

/****
.MenuSelectedItem td
{  
        background-color:#8C9716;
        padding-right:15px;
        padding-top:5px;
        padding-bottom:5px;
}
a.MenuSelectedItem
{  
        
        color:White;
        font-weight:bold ;
} ***/


 
 /*treeview*/
 
 .TreeView
{   
        width:134px !important;
}
 a.TreeView
{
        color:White;
        font-weight:bold ;
}   
a:hover.TreeView,a:selected.TreeView 
 a.TreeView
{
        color:Yellow !important;
        font-weight:bold ;
}   
/*****************/   
/* Menu vertical */
/*****************

.MenuItemVetical
{      
        height:39px;
        font-size: 12px;
        margin-right:16px;
        margin-left:2px;
        padding-left:8px;	     
        
        background-color:#8C9716;
         border:1px solid red;
}

a.MenuItemVetical 
{
        color:White !important;
}

.MenuItemVetical td
{   
        width:134px !important;
        background-color:Red!important
   
}


