﻿#entete
{
    min-width: 980px;  
    width: 97%;
    max-width: 1400px;
    margin:auto;    
}

#entete #barreAssemblee
{
    float:right;
    width: auto; 
    color: #ffffff;
    font-weight: bold;
    padding: 0;
}

#entete #logo
{
    float:left; 
    height: 72px; 
    width: 111px;
    padding-top: 3px; 
    padding-left: 5px;
    padding-bottom: 2px;
    background-color: #FFF;
    border: 1px solid #ababab;
    border-bottom: none;
}

#entete #titre
{
    margin-left: 101px;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background-image: url(../pageBG.png);
    background-repeat: repeat-x;
    background-position: top;
    border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;
}

#entete #titre h1
{
    margin-left: 10px;
    font-size:20pt;
}

#entete #menu
{
    background-color: #223D68;
    vertical-align: middle;
    text-align: center;
    border:1px solid #ababab;
    padding: 0;
    margin:0;
}

#entete #logoAbonnement{
    
}

#entete #logoAbonnement img{
    max-height: 100%;
    max-width:  100%;
    margin-bottom: -3px;
}

#entete #menu #recherche
{
    float: right; 
    width: auto; 
    height: 1.6em;
    line-height: 1.6em;
}

#entete #menu #recherche a
{
    color: #cccccc;
    padding-right: 10px;
    font-weight: bold;
}

#entete #menu #recherche a:hover
{
    color: #ffffff;
    
}

#entete #menu #recherche input
{
    background-image: url(../icones/btnRecherche.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    height: 18px;
    line-height: 18px;
    margin:4px 4px 0 0;
    padding:0;
    width: 280px;
    display: inline-block;
    border: none;
    float: left;
    background-color: transparent;
    padding-left: 18px;
    padding-right: 5px;
    border: 2px solid #ababab;
    background-color: #ffffff;
    border-radius: 10px;
}

#entete #menu #recherche input:hover,
#entete #menu #recherche input:focus
{
    border-color: #5CA3F9;
}


#entete #menu #identification
{
    color: #ffffff; 
    margin-right: 261px; 
    line-height: 1.6em; 
    height: 1.6em; 
    text-align: left; 
    padding-left:15px; 
    margin-bottom:1px;   
    margin-left: 111px;
}

#entete #menu ul
{
    list-style: none;
    margin:0;
    padding:0;
    z-index:9999;
    height: 32px;
    line-height: 32px;
    border-top: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    background-image: url(../bgMenu.png);
    background-repeat: repeat-x;
    background-position: 0 0;
}

#entete #menu ul li
{
    float:left;
    position: relative;
    color: #ffffff;
    display: inline;
    border-right: 1px solid #ababab;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
}

#entete #menu ul li.droite
{
    float:right;
    border-left: 1px solid #ababab;
    
    border-right: none;
    background-image: url(../bgMenu.png);
    background-position: 0 -68px;
    /*margin-top: -1px;  Pas de bordure en haut */
    border-top: none;
    height: 33px;
    line-height: 33px;
}

#entete #menu ul li.droite:hover
{
    background-image: url(../bgMenu.png);
    background-position: 0 -102px;
    height: 33px;
    line-height: 33px;
}

/*#entete #menu ul li:first-child
{
    border-left: none;    
}*/

#entete #menu ul li:hover,
#entete #menu ul li.actif
{
    background-image: url(../bgMenu.png);
    background-position: 0 -35px;
}

#entete #menu ul li a,
#entete #menu ul li p
{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding:0;
    margin:0;
    width: 100%;
    display: block;
}

#entete #menu ul li a	
{	
    cursor: pointer;	
}	

#entete #menu ul li.droite ul 	
{	
    display:none;	
    min-width: 100%;	
    margin:0;	
    padding: 0;	
    list-style: none;   	
    position: absolute;	
	right: 21px;
	left: auto;
	float: left;
	z-index: 99999;
    top: 33px;	
}	

#entete #menu ul li p.drop,
#entete #menu ul li a.drop
{
      background-image: url(../drop.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      padding-left: 10px;
      padding-right: 10px;       
}

#entete #menu ul li.fixe,
#entete #menu ul li:hover.fixe
{
    background: none;
    background-color: #AEBCD6;
    color: #000000;   
    cursor: default;
}

#entete #menu ul li ul li,
#entete #menu ul li ul li:hover
{
    display: block;
    width: 100%;
    font-size: 1em;
    text-align:left;
    
    border: 1px solid #ababab;
    border-top: none;
    background-color: #AEBCD6;
    color:Black;   
}

#entete #menu ul li ul li a
{
    color:#000000;
    text-decoration: none;
    text-align:left;
    font-size: 1em;
    font-weight: normal;
}

#entete #menu ul li ul li:hover
{
    background-color: #314663;
    color:White;    
}

#entete #menu ul li ul li:hover a
{
    color:Black;    
    border-top-color: #ff0000;
    cursor: pointer;
}

#entete #menu ul li ul li.separateur
{
    border-bottom: 3px solid #ababab;
}

#entete #menu li ul 
{
    display:none;
    position:absolute;   
    width: 250px;
    margin:0;
    padding: 0;
    list-style: none;   
    top: 32px;
    float: left;
    z-index: 99999;
}

#entete #menu ul li:hover > ul 
{
    display:block;
}

#entete #menu ul li ul li ul 
{
    right:-250px;
    top:0;
}