
dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu_user {
  position: absolute; /* placement du menu, à modifier selon vos besoins */
  top: 0px;
  left:-1px;
  z-index:100;
  height:15px;
	font-size:8pt;
	font-family:arial,sans-serif;
  background-color:#D3CDCF;
  
  width: 500px;
    /* correction pour Opera 
  background-repeat: repeat-x;
  background-position: top;*/
}
#menu_user a{
  font-weight: normal;
}
#menu_user dl {
  float: left;
  width: 82px;


}
#menu_user dt {
  cursor: pointer;
  text-align: center;
	color:#6B697F;
	text-decoration:none;  
	height:13px;
  border-left: 1px solid #FFF;
  /*  font-weight: bold;
  background: #ccc;
  
  margin: 1px;*/
}
#menu_user dd {
  margin-top:-1px;
  margin-left:1px;  display: none;
  border: 1px solid #616D7D;

}
#menu_user li {
  text-align: left;
  background-color:#FFF;
}
#menu_user dt a {
  color:#6B697F; font-size: 9px; font-weight: bold;
	text-decoration:underline;    
  display: block; padding-top:1px;
  height: 13px;
  line-height:12px;

}
#menu_user li a{
  display: block;
	padding:0px 5px 3px 1px;
  text-decoration: none;
  height: 100%;

}
#menu_user dt a:hover, #menu dt a:focus {
	text-decoration:underline;
	
}
#menu_user li a:hover, #menu li a:focus {
	background-color:#FFF;
	text-decoration:none;
	border-color:#666666;
  
}
