/* bloc de navigation 1  arborescence du site */

.nav1 {

        /*bloc contenant la hiérarchie*/

        width: 100%;

        padding:0px;

        font-size: 12px;

		font-family: Arial, Helvetica, sans-serif;

}



ul.menulist li ul{ display:none; }



ul.menulist li:hover>ul{ display:block; }



ul.menulist,

ul.menulist ul{

 background:#6FB241;

 border:1px solid #bb8c0a;

 border-bottom: 0px;

 list-style:none;

 margin:0px;

 padding:0px;

 width:180px;

 _width:182px;

}



ul.menulist ul{

 position:absolute;

 top:-1px;

 left:0px;
 top:25px;

}



ul.menulist li{

 position:relative;

 margin:0px;

 padding:0px;

 border-bottom: 1px solid #bb8c0a;

}



ul.menulist a{

 display:block;

 _width: 100%;

 color:#ffffff;

 text-decoration:none;

 font-weight: bolder;

	font-size: 12px;

padding: 10px 0px 0px 35px;

background-image: url(../puces/logo.gif);

background-repeat: no-repeat;

background-position: 4px;

}



ul.menulist a:hover{

 background:#91C96B;

 color:#ffffff;

 background-image: url(../puces/logob.gif) ;

background-repeat: no-repeat;

background-position: 4px;

}



ul.menulist li.smenu {

        background-image: url(../puces/arrow.gif) !important;

        background-position: 171px;

        background-repeat: no-repeat;

}



ul.menulist li.smenu:hover, ul.menulist li.smenu>a:hover {

	background-image: url(../puces/arrowb.gif) !important;

	background-position: 168px;

	background-repeat: no-repeat;

	background-color: #3B6E2C;

}
