/* MENU GLOBAL */

#menu{
	position	:absolute; 
	top			:75px; 
	left		:3px; 
	width		:125px; 
	line-height	:16px;
	color		:#000000;
	font-size	:11px;
	font-family	:Verdana, Arial, Helvetica, sans-serif;
	z-index		:10;
}
div{
	cursor		:default;
}

ul{
	margin		:0px;
	padding-left:20px;
}
li{
	margin		:0px;
	padding:0px;
}

/* MENU NIVEAU 1 (TITRE)  */

*.menu_accueil{
	font-weight	:bold;
	padding		:1px;
	color		:#FFFFFF;
}
*.menu_titre{
	font-weight	:bold;
	padding		:1px;
	color		:#000000;
}

#menu * a, #menu2 * a{color:#FFFFFF;font-weight:bold;}
#menu * a:visited, #menu2 * a:visited{font-weight:normal;}

/* LIENS DES MENUS */

/**.menu_lien, *.menu_lien a{
	color		:#FFFFFF;
	cursor		:pointer;
	font-size	:11px;
}*/


/* LISTE GLOBALE */
#menu ul{
	list-style  :url(../../../images/interface/pointviolet.gif);
}

	/* LISTES SURVOLES */
	#menu *.menu_lien_hover{
		list-style  :url(../../../images/interface/pointjaune.gif);
		font-size	:12px;
		color		:#FDD139;
	}
		/* LIENS SURVOLES */
		#menu *.menu_lien_hover a:hover{
			font-size	:12px;
			color		:#FDD139;
		}
		
		/* LIENS EXTERNES */
		#menu a.mle{
			font-style:italic;
		}
		
		

/* MENU DEROULANT */

div.menu_deroulant{
	position	: absolute;
	left		: 110px;
	top			: 180px;
	width		: 200px;
	overflow	: hidden;
	display		: none;
	filter		: Alpha(Opacity=97, FinishOpacity=50, Style=1, StartX=10, StartY=10, FinishX=10, FinishY=10);
	z-index		: 2;
}

	/* ENTETE */
	div.menu_deroulant_entete{
		position			: relative;
		height				: 32px;
		background-image	: url(../../../images/interface/v1/ssmenu_debut.gif);
		background-repeat	: no-repeat;
		z-index:2;
	}
	
		div.menu_deroulant_ferme{
			position	: absolute;
			top			: 5px; 
			right		: 12px; 
			width		: 25px; 
			height		: 20px; 
			cursor		: pointer; 
			z-index		: 15; 
		}
	

	/* CONTENU MENU DEROULANT */
	div.menu_ss{
		position	: relative;
		top			: -32px; 
		left		: 0px; 
		width		: 100%; 
		display		: none; 
		overflow	: auto;
		z-index		: 3;
	
	}
		div.menu_ss span{
			position	:relative;
			height		:27px;
			width		:100%;
			line-height	:27px;
			color		:#000000;
			padding-left:30px;
			font-variant:small-caps;
			font-weight	:bold;
			overflow	:hidden;
			z-index		:99;
			
		}
		div.menu_ss div.menu_ss_detail{
			position	:relative;
			padding-left:30px;
			background-image	: url(../../../images/interface/v1/ssmenu_milieu.gif);
			background-repeat	: repeat;
		}
		
		/* LISTE GLOBALE */
		#menu2 ul{
			list-style  :url(../../../images/interface/pointrouge.gif);
		}
			/* LISTES */
			#menu2 *.menu_lien{
				/*height:20px;*/
				padding-bottom:5px;
			}
			
			/* LISTES SURVOLES */
			#menu2 *.menu_lien_hover{
				list-style  :url(../../../images/interface/pointjaune.gif);
				color		:#FDD139;
				padding-bottom:5px;
				vertical-align:middle;
				/*height:20px;*/
				/*display		:block;*/
			}
				/* LIENS */
				#menu2 a{
					font-size	:11px;
					color		:#000000;
				}
				
				/* LIENS SURVOLES */
				#menu2 *.menu_lien_hover a:hover{
					color		:#AD8109;
				}
				
				/* LIENS EXTERNES */
				#menu2 a.mle{
					font-style:italic;
				}
		
	/* FIN */
	div.menu_deroulant_fin{
		position			: relative;
		height				: 30px;
		background-image	: url(../../../images/interface/v1/ssmenu_fin.gif);
		background-repeat	: no-repeat;
		top					:-32px;
	}
