#nav {				
	position	:	absolute;
	top			:	0;
	left		:	0;
	padding		: 	0;
	margin		:	 0;
	list-style	: none;
}

#nav a {	
	display: block;
	text-decoration: none;
}

#nav ul { 
	padding: 0;
	list-style: none;
}

#nav li {	
	float: left;
}

#nav li ul {	
	position: absolute;
	left: -999em;	
	font-weight: normal;
	border-width: 3px 1px 1px 8px;
	border-style: solid;
	border-color: #0778B4;
	background-color: #f7f7f7;
}

#nav li ul#ssmenu_intranet{
	border-color: #20bb20;
}

#nav li ul li{
	margin-left:0;	
} 

#nav li ul li a {
	font: 80% verdana, arial, sans-serif;
	line-height:20px;	
}

#nav li ul li a:hover {
	background-color: #c1dbe8;
}

#nav li ul ul {	
	margin: -20px 0 0 20px;	
}

#nav li:hover ul ul, #nav li.sfhover ul ul {	
	left: -999em;	
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {	
	display:block;
	left: auto;		
}

#nav .parent {
	float:right;
	width:5px;
	height:9px;
	margin-top: -14px; 
	background: url("../../img/default/menu/ico_fleche_bleu.png") center right no-repeat;
}

#nav .separation
{
	float:left;
	width: 1px;
	height: 31px;
	background: url("../../img/default/menu/sep.png") center no-repeat;
}

#nav li a.titre1 {
	line-height: 31px;
	text-align: center;
	font-family:Arial;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}

#nav li.entree_simple, #nav li.entree_simple a {
	width: 51px; 	
}

li#mlsa, li#mlsa a.titre1{
	width:55px;
}

li#mlsa ul, li#mlsa ul li, li#mlsa ul li a {
	width:115px;
}
/*-----------------------------------------------------------*/
li#rlij, li#rlij a.titre1 
{
	width			:	50px;
}

li#rlij ul, li#rlij ul li, li#rlij ul li a
{
	width			:	110px;
}

li#info_jeune, li#info_jeune ul, li#info_jeune a, li#info_jeune ul li 
{
	width			:	95px;
}
/*-----------------------------------------------------------*/
li#vie_quo, li#vie_quo a.titre1 {
	width:100px;
}

li#vie_quo ul, li#vie_quo ul li, li#vie_quo ul li a{
	width:150px;
}

li#initiatives, li#initiatives a.titre1 {
	width:65px;
}

li#initiatives ul, li#initiatives ul li, li#initiatives ul li a{
	width:170px;
}

li#observatoire, li#observatoire a.titre1 {
	width:80px;
}

li#observatoire ul, li#observatoire ul li, li#observatoire ul li a {
	width:160px;
}

li#intranet, li#intranet a.titre1 {
	width	:	72px;
}

li#intranet ul, li#intranet ul li, li#intranet ul li a {
	width:110px;
}

/*-------------------------------------- */
li#emploi, li#emploi a.titre1 {
	width:127px;
}

li#emploi ul, li#emploi ul li, li#emploi ul li a {		
	width:201px;
}

#nav li#emploi:hover ul ul, #nav li#emploi.sfhover ul ul {
	margin-left:200px;
}

/* survol des titres des rubriques */
#nav li ul li a {
	color: #0000FF;
}

#nav li ul li a:visited {
	color:#0083BF;	
}


#nav .titre1:hover{
	height:31px;
	background-image: url("../../img/default/menu/menu_centre_hover.png");
	background-repeat: repeat-x;
}

#nav #intranet {
	background-image:url(../../img/default/menu/extranet.png);
	background-repeat:repeat-x;
}

#nav #intranet a.titre1:hover{
	height:31px;
	background-image: url("");
}


#menu_left{
	float:left;
	height:31px;
	width:6px;
	background-image: url("../../img/default/menu/menu_left.png");
}

#menu_centre{
	margin: 0 6px;
	height:31px;
	background-image : url("../../img/default/menu/menu_centre.png");
	background-repeat: repeat-x;
}


#menu_right{
	float:right;
	height: 31px;
	width: 6px;
	background-image:url(../../img/default/menu/menu_right.png);
	background-repeat:no-repeat;
	background-position: right;
}

