/* CSS Document */

/* LE MENU */ 
#infobul{
padding-right:5px;
padding-top:5px;
}
#infobul dt {
cursor: pointer;
margin: 1px 0;
height: 20px;
line-height: 20px;
text-align: right;
}
#infobul dd {
position:absolute;
width:380px;
height:270px;
margin-top:0px;
padding-right:15px;
border-top: 1px solid #3E282B;
overflow:auto;
display:none;
}

#infobul dt  a {
font-family:arial,helvetica;
font-size:11px;
font-weight:bold;
text-decoration: none;
display: block;
border: 1px solid green;
}

#infobul dt a:hover {
background-color:red;
color:red;
display: block;
}

#infobul td{
text-align:center;
border-top: 1px solid #3e282b;
border-right: 1px solid #3e282b;
}

#infobul li{
/*display:list-item;
list-style-image:url('../img/puce.gif');*/
list-style-type:square;
list-style-position:outside;
padding:5px 5px 0px 5px;
}
#infobul ul{
padding-bottom:5px;
}

