#menuhaut
{	width:752px;
	background-color:#1872ab;
	height:21px;}
	
#menu, #menu ul /* Liste */     
{        padding : 0; 
        margin : 0; 
        list-style : none; 
        line-height : 21px; 
        text-align : center;}

#menu /* Ensemble du menu */
{        font-weight : bold; 
        font-family : Arial; 
        font-size : 12px;
	    background : #1872ab; }

#menu a /* Contenu des listes */
{        display : block; 
        padding : 0; 
		background : #1872ab;       
        color : #fff; 
        text-decoration : none; 
        width : 138px;}
		
#li_accueil, #li_contact{width : 95px;}

#li_accueil a, #li_contact a{ width : 95px;}
#menu li /* Elements des listes */      
{         float : left; 
        border-right : 1px solid #fffff;}


html>body #menu li{border-right: 1px solid transparent ; }

#menu li ul /* Sous-listes */
{	position: absolute;
	width: 138px;
	left: -999em;}


#menu li ul li /* Éléments de sous-listes */
{
       border-top : 1px solid #fff;}


#menu a:hover     
{
        color: #FFFFFF; ; 
        background: #4e98d3;}


#menu li:hover ul, #menu li.sfhover ul{
        left: auto; /* Repositionnement normal */
        min-height: 0; }





