﻿#menuRubrique
{
    float:left;
    width:787px;
    /*position:relative;*/
    background:url('../images/commun/FondULNiveau1.png') no-repeat left bottom;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="App_Themes/AC2L/images/commun/FondULNiveau1.png");        
    _background-image:none;
    padding-left:47px;
    margin-right:6px;
    /*_position:inherit;*/
    clear:both;
}
#menuRubrique UL.menu
{ 
    clear:both;   
    padding:0;
    margin:0;
    height:24px;
    background:url('../images/commun/FondLINiveau1.gif') repeat-x left top;   
}
#UCMenu_ulMenu
{
}
#menuRubrique UL.menu LI.MenuNiveau1
{
    float:left;
    padding:0;
    height:24px;
    background:none;
  
}
A.MenuNiveau1, 
A.MenuNiveau1_Selected,
A:visited.MenuNiveau1, 
A:visited.MenuNiveau1_Selected
{
    display:block;
    padding:5px 7px 5px 7px;
    text-decoration:none;
    font-size:11px;
    float:left;
    font-weight:bold;
}
A:hover.MenuNiveau1,
A.MenuNiveau1_Selected,
A:visited.MenuNiveau1_Selected,
A:hover.MenuNiveau1_Selected
{
      background:url('../images/commun/HoverANiveau1.png') no-repeat center bottom;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", sizingMethod="crop", src="App_Themes/AC2L/images/commun/HoverANiveau1.png");        
    _background-image:none;
}

/****************NIVEAU2*********************/
#menuRubrique UL.Menu3
{
    margin:0;
    padding:0;    
    clear:both;
    float:none;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    background:url('../images/commun/FondULNiveau2.gif') repeat-x left bottom;
    padding-bottom:8px;
    top:135px;    
    _top:137px;
    position:absolute;
            
}
#menuRubrique UL.Menu3 LI
{
    float:none;
    margin:0;
    padding:0;
    min-width:100px;
    _width:130px;
    background-color:White; 
}
A.MenuNiveau2,
A:visited.MenuNiveau2,
A.MenuNiveau2_Selected,
A:visited.MenuNiveau2_Selected
{
    font-size:11px;
    color:#E32518;
    text-decoration:none;
    display:block;
	_width: 125px;
    padding-left:5px; 
    border-bottom:1px dashed #CCCCCC; 
    background-color:White;   
}
A:hover.MenuNiveau2,
A:hover.MenuNiveau2_Selected
{
    text-decoration:underline;
}

/****************************************************************************************************************/
/******************************************************Menu Lien Accueil en en tete******************************/
/****************************************************************************************************************/
.rubrique_BasDePage .menuLien
{
    float:left;
    margin-top:15px;
    *margin:0px;
    *margin-top:12px;
    _margin-top:6px;
}
.rubrique_BasDePage .menuLien ul.menu
{
   margin:0px;
   padding:0px;
   padding-top:6px;
   *padding-top:10px; 
   _float:left; 
   overflow:hidden;
   _display:inline-block;
   _margin-top:5px;
}
.rubrique_BasDePage .menuLien ul.menu LI
{
    float:left;
    background:none;

}
.rubrique_BasDePage .menuLien ul.menu li.MenuNiveau1
{
   margin:0px;
   padding:0px;    
   display:inline;
   border-right:1px solid black; 
}

.rubrique_BasDePage .menuLien ul.menu a.MenuNiveau1:link,
.rubrique_BasDePage .menuLien ul.menu a.MenuNiveau1:active,
.rubrique_BasDePage .menuLien ul.menu a.MenuNiveau1_Selected:link,
.rubrique_BasDePage .menuLien ul.menu a.MenuNiveau1_Selected:active,
.rubrique_BasDePage .menuLien ul.menu span.MenuNiveau1,
.rubrique_BasDePage .menuLien ul.menu span.MenuNiveau1_Selected,
.rubrique_BasDePage .menuLien ul.menu a.MenuNiveau1_Selected:visited,
.rubrique_BasDePage .menuLien ul.menu a.MenuNiveau1:visited
{
    display:inline;
    font-size:11px;
	font-family: Arial;
    text-decoration : none;
    margin-left:9px;
    margin-right:9px;
    background:none;
    border:none;
    padding:0px;
    color:black;
    text-transform:none;
    font-weight:normal;

}
.rubrique_BasDePage .menuLien ul.menu a.MenuNiveau1:hover,
.rubrique_BasDePage .menuLien ul.menu a.MenuNiveau1_Selected:hover
{
    text-decoration:underline;   
}

/****************************************************************************************************************/
/****                                                                                                              LIEN COMMUNAUTE EXPERTS                                                                                              ***/
/****************************************************************************************************************/

DIV.LienCommunauteExperts
{
    float:right;
    color:black;
    font-size:11px;
    margin:22px 7px 0px 0px;
    text-align:right;
}
DIV.LienCommunauteExperts A
{
    color:black;
    font-size:11px;
    
}
