.title  { font-size: 54px; color: #000000; font-family: defaut; text-align: center }
.texte  { font-size: 24px; color: #000000; font-family: Comic Sans Ms; text-align: left }
.conseil  { font-size: 18px; color: #000000; font-family: Arial; italic; text-align: right }
.hier  { font-size: 36px; color: #000000; font-family: Larissalight; font-weight: bold; text-align: left }
.Chokier  { font-size: 36px; font-style: italic; font-weight: bold; }


.menu      
{  position:relative;
   background-color:#f3f2ff;
   border:1px solid #120bd7;
   width:150;
   font-size:12px;
   font-family:verdana;
   font:bold;
   color:#0f0b9d;
   position:absolute;
   cursor:hand;
}
.item_panel 
{  width:150;
   border-left:1px solid white;
   border-right:1px solid white;
   border-bottom: :1px solid white;
   clip:rect(0,150,0,0);
   position:absolute;
 }
.item_panel a
{  text-decoration:none;
   color:black;
   cursor:hand;
}
.item
{  background-color:none;
   width:150;
   font-size:10px;
   font-family:verdana;
 }
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

</style>
