
/********************************************           Menu intérieur  */


#navcontaineur {

}
#navlist {
margin-top:1.3em;
height:25px;
float:right;
}

#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0 0 0 8px;
display: block;
float: left;
background : url("img/menu.gif") no-repeat;
font: 10px/20px "Lucida Grande", verdana, sans-serif;
text-align: center;
}

#navcontainer a
{
color: #000;
text-decoration: none;
display: block;
width: 114px;
border:0;
}

.large
{
width: 126px;
background : url("img/menularge.gif") no-repeat;
}

#navcontainer li#active { background:url("img/menu_hover.gif") no-repeat; }
#navcontainer li#large { background:url("img/menularge.gif") no-repeat; 
width: 135px;}
#navcontainer li#largeactive { background:url("img/menularge_hover.gif") no-repeat; 
width: 135px;}
#navcontainer a#largeactive { width: 135px; }
#navcontainer a#large { width: 135px; }
#navcontainer a#large:hover { background:url("img/menularge_hover.gif") no-repeat; }
#navcontainer a:hover { background:url("img/menu_hover.gif") no-repeat; }

