body {
	background: url('images/interface/fond.png');
}
.divsousmenu{




	margin: 39 0 0 -116;
	_margin: 20 0 0 -162;
	width:0%; 
	z-index:2;
	visibility: hidden;
	position :absolute;

}

.sous-menu {

  position    : relative;
  width       : 143px;
  border      : 1px solid #333;
  margin-left : 10px;
  background-color: white;

}
.sous-menu A{
	display     : block;
  margin      : 1px;
  line-height : 18px;
  padding-left: 20px;
  height      : 18px;
  background  : url('/images/menu/sous_menu.gif') no-repeat 0px -18px;
  font-weight : bold;

}
 .sous-menu A:hover{

  padding-left: 20px;
  background  : url('/images/menu/sous_menu.gif') no-repeat 0px 0px;
  
} 