#nav {
    font-size: 15px;
    font-weight: bold;
    
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
        
	
}
#nav a {
display: block;
background-color : #000033;
padding-left: 20px;
height: 25px;
letter-spacing: 1px;
line-height: 23px;
font-size: 15px;
font-weight: bold;
}
#nav ul a {
    font-size: 11px;
font-weight: normal;

}
#nav a.bardown {
background-image: url("../images/SpryMenuBarDown.gif");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    cursor:  default;
}
#nav a:hover.bardown {
background-image: url("../images/SpryMenuBarDownHover.gif");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    cursor:  default;
}
#nav a.barright {
background-image: url("../images/SpryMenuBarRight.gif");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    cursor:  default;
}
#nav a:hover.barright {
background-image: url("../images/SpryMenuBarRightHover.gif");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    cursor:  default;
}
#nav li {
float: left;
 

}
#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li ul ul {
	margin-top: -25px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	left: auto;
}

#sm_assoc, #sm_assoc ul, #sm_assoc a {
	width: 181px;
}
#sm_assoc a{
    width: 161px;
}

#sm_sources, #sm_sources ul{
	width: 144px;
}
#sm_sources a{
    width: 124px;
}



#sm_discipline, #sm_discipline ul {
	width: 167px;
}
#sm_discipline a{
    width: 147px;
}
#sm_discipline ul ul{

    margin-left : 167px;
}
#sm_discipline ul ul,#sm_discipline ul ul a{
    width: 100px;
}

#sm_agenda, #sm_agenda ul {
	width: 138px;
}
#sm_agenda a{
    width: 118px;
}


#sm_renseignement, #sm_renseignement ul  {
	width: 170px;
}
#sm_renseignement a{
    width: 150px;
}




