/* bloc de navigation 1 --> arborescence du site */
.nav1 {
      /*bloc contenant la hiérarchie*/
		margin: 10px 0px 0px 0px;
      padding:0px;
      font-size: 10px;
		text-indent: 4px;
		width: 100%;
		border: 1px solid #CFCFCF;
		border-bottom: 0px;
}
		/*background: #F9F9FE;
		background-image: url("../../images/fdnav.jpg") no-repeat;
		height: 300px;
		background-position: 1% 100%;*/
		
.nav1 .en-tete {
	font-size: 21px;
	color: #4F6373;
	background:  url("../../images/biseau.gif") no-repeat;
	margin : 0px 0px 5px 0px;
	padding: 2px;
	letter-spacing: 3px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bolder;
	text-align: center;
}

ul.menulist li ul{ display:none; }

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

ul.menulist,
ul.menulist ul{
  background:#FFFFFF;
	list-style:none;
	margin: 0px;
	padding: 0px ;
	width: 162px;
	_width: 163px;
	
}

ul.menulist ul{
 position:absolute;
 top:0px;
 left:161px;
 margin: 0px;
 border-left: 1px solid #CFCFCF;
}

ul.menulist li{
	position:relative;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CFCFCF;
	border-left: 1px solid #FFFFFF;
	margin: 0px;
}

ul.menulist a{
	display: block;
	_width: 100%;
	_height: 100%;
	color: #11008A;
	textt-decoration: none;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 100%;
}

ul.menulist a:hover{
	background-color: #C0CAE2;
	color:#11008A;
	font-weight: bold;
}

ul.menulist li.smenu {
        background-image: url(../puces/arrow.gif) !important;
        background-position: 148px;
        background-repeat: no-repeat;
}

ul.menulist li.smenu:hover, ul.menulist li.smenu>a:hover {
        background-image: url(../puces/arrowb.gif) !important;
        background-position: 146px;
        background-repeat: no-repeat;
}

