﻿/* PARTIE BROWSERPNG POUR ENTETE MASTER PAGE*/


#pMiniMenu
{
    
    background-image : url(../images/petit_degrade_trsp_pour_texte.png);
    background-repeat : repeat-x;    
    background-color : Transparent;
    background-position: top center ;
    margin: 0px;    
    position : absolute;
    top: 182px;
    left: 44px;
    color:   Maroon;
    font-size: 11px;
    font-weight: bold;
    height : 16px;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

#pMiniMenu2
{
    
    background-image : url(../images/petit_degrade_trsp_pour_texte.png);
    background-repeat : repeat-x;    
    background-color : Transparent;
    background-position: top center ;
    margin: 0px;    
    position : absolute;
    top: 182px;
    right: 44px;
    color: Blue;
    font-size: 11px;
    font-weight: bold;
    height : 16px;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
}


#pMiniMenu a:visited,#pMiniMenu a:link,#pMiniMenu a:active
{
    color: Maroon;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;  
}

#pMiniMenu2 a:visited,#pMiniMenu2 a:link,#pMiniMenu2 a:active
{
    color: Blue;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;  
}



#pMiniMenu a:hover,#pMiniMenu2 a:hover
{
    text-decoration: underline;  
}

/* Menu */

#divMenu
{
    position : absolute;      
    z-index: 1000;  
    margin-top: 0px;
    padding-top: 0px;
    top : 206px;
    left : 20px;      
    padding-top: 0px;
    color: #FFFFFF; /* Pour compatibilite opera*/
}

.CssClassMenuMod
{
    font-size: 13px;
    font-family:  verdana, tahoma, sans-serif;
    font-weight : bold; 
    position: relative;
    top: 0px;
    margin-top: 0px;  
     
}

.CssClassMenuMod a:link,
.CssClassMenuMod a:visited,
.CssClassMenuMod a:active
{
    color: #FFFFFF;
    text-decoration: none;
    
}

.CssClassMenuMod a:hover 
{
    color: red;
    text-decoration: none;
    
}

.CssClassDynMenu
{
    font-size: 11px;
    margin-top: 4px;
    color: White;
    font-weight: bold;   
}

.CssClassSousMenu1 a /* Pour opera surtout car sous menu en noir sinon*/
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}

.CssClassSousMenu1 a:hover /* Pour opera surtout car sous menu en noir sinon*/
{
    color: red;
}

/* Fin Menu */