a.selected { 
	font-family: Verdana, Helvetica;background-color: #003565;
	color: white; 
}

a.DL { 
	font-family: Verdana, Helvetica;background-color: #bd3345;
	color: white; 
}

ul.makeMenu, ul.makeMenu ul {
    width: 150px;          
    background-color: white;
    margin: 0px;
	border-left: 0;
	background: url(../medias/pictures/bg/bg_newleftmenu.gif) no-repeat top left
}

ul.makeMenu li {
	display:expression('inline');
    position: relative;    
    color: white;               
	border: 0px;
    margin: 0px;
	list-style-type:none;
	padding: 0px;
}

/* IE reconnait pas le >, on en profit pour corriger quelques bugs d'affichage 
   (mauvaise interpretation des CSS sous IE...)
   */
ul.makeMenu> li {
	width: 150px;
	margin-left: -40px;
}

ul.makeMenu li a { 
	font-family: Verdana, Helvetica;
	color: white; 
	display: block; 
	width: 130px; 
	text-decoration: none;
	filter:blendTrans(duration=0.5);
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 20px;
	border-bottom: 1px solid #D3D2CD;
}

ul.makeMenu li a:hover { 
	color: #1F2853;
	text-decoration: none;
}

ul.makeMenu li a:active { 
	color: white;
	border-style: none;
}

ul.makeMenu li a:selected { 
	color: white;
	border-style: none;
}

table td.smenu {
	width: 150px;
	display:block;
    position: relative;    
    color: #00234B;
    background-color: white; 
	border: 0px;
    margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom: 1px solid #5e9eb7;
	padding-top: 2px;
	padding-bottom: 6px;
	padding-left: 5px;
}

table a.smenu { 
    color: #00234B;
	text-decoration: none;
	font-size: 7pt;
	font-weight: normal;
	font-family: Arial, Verdana
}

table a.smenu:active, table a.smenu:selected, table a.smenu:hover { 
    color: #00234B;
	text-decoration: underline;
}

table a.smenuselected { 
    color: #00234B;
	text-decoration: none;
	font-size: 7pt;
	font-weight: normal;
	font-family: Arial, Verdana
}

table a.smenuselected:active, table a.smenuselected:selected, table a.smenuselected:hover { 
    color: #00234B;
	text-decoration: underline;
}

#processing {
	color: white; 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14pt; 
	position:absolute; 
	z-index:100; 
	top:5; 
	left: 5; 
	width:280; 
	height:100; 
	clip:rect(0px 280px 100px 0px); 
	visibility:hidden
}