div#tgauche {
position : absolute;
top:280px;
right :120px;
}
DIV#menu {
 border : 1px #999 solid;

background : #ccc; /*url(images/fond_menu.jpg) right bottom no-repeat;*/

margin-left:30px;
  text-align:center;
width :505px;
height : 300px;
padding-left : 5px;
}
DIV#menu A {
  text-decoration: none;
  color: #000000;  
  display: block;

}
DIV#menu UL.item {
  float: left;
  width: 120px;
  cursor: pointer;
  text-align: left;
  /*background: #ccc;*/
  /*border: 1px solid gray;*/
  margin: 1px;
  margin-right: 5px;
}
DIV#menu UL.item LI {
  list-style: none outside; 
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
DIV#menu UL.item LI A {
  background: #CCC;
  /*border-left: 1px solid #888888;*/
 /*border-right: 1px solid #888888;*/
  font-weight: bold;
font-size:80%;
  width: 120px;
  
}
DIV#menu UL.item IMG {
  position: absolute;
  float:center;
  left: 0px;
  top: 0;
  border: 0 none;
  text-align:left;
  width:120px;
  height:80px;
}
DIV#menu UL.item LI UL {
  /*display: none;*/
  position:relative;
  width: 120px;
  
  
}
DIV#menu UL.item LI:hover UL {
  display: block;
  left: 0px;
  top:0px;
}
/*DIV#menu UL.item LI UL LI {

  background: #f6f6f8; 
}*/
DIV#menu UL.item LI UL LI#first {
  left:0px;
  height: 80px;
}
DIV#menu UL.item LI UL LI A {
  background: #f6f6f8;
  font-weight: normal;
}
DIV#menu UL.item LI UL LI A:hover {
  background: #eee;
}
DIV#menu UL.item LI UL LI A IMG {
 left: -2000px;
}
DIV#menu UL.item LI UL LI A:hover IMG {
  left: 0px;
} 

A#signature {
  font-size : 10px;
  color: #000000;
  font-weight: bold;
 height : 30px;
}



