A:link    { color: #007A60; text-decoration: underline; cursor: pointer; cursor: hand }
A:visited { color: #007A60; text-decoration: underline; cursor: pointer; cursor: hand }
A:active  { color: #007A60; text-decoration: underline; cursor: pointer; cursor: hand }
A:hover   { color: #000000; cursor: pointer; cursor: hand; text-decoration:none}
A           {font-family: times new roman, sans-serif; font-size: 12px; text-decoration: none;}
TD     {font-family: times new roman, sans-serif; font-size: 12px; color: #000000; font-weight: normal;}
BODY    {font-family: times new roman, sans-serif; font-size: 12px; color: #000000; font-weight: normal;}

.titre    {font-family: times new roman, sans-serif; font-size: 13px; color: #000000; font-weight: bold;}
.titre_green    {font-family: times new roman, sans-serif; font-size: 13px; color: #007A60; font-weight: bold;}


a.info
{
    position:relative;
    z-index:24;
    font-family: times new roman, sans-serif; font-size: 12px;
    color:#000;
    text-decoration:none
}

a.info:hover {z-index:25;}

a.info span{display: none}

a.info:hover span
{
    display:block;
    position:absolute;
    top:0px; left:60px; width:10em;
    border:1px solid #f3e6d3;
    background-color:#e7d8b9; color:#000;
    width:450px;
    padding-left:7px; padding-right:7px;
	  padding-top:7px; padding-bottom:7px;
	  font-family: times new roman, sans-serif; font-size: 12px;
}
  
