div.soleil-info div {
    display: none;
}
.ephem-infos p {
    font-size: 14px;
}
div.soleil-info:hover div {
    display: block;
    z-index: 100;
    position: absolute;
    top: 10px;
    left: -250px;
    margin: 0;
    padding: 3px;
    border: 2px solid #777777;
    border-radius: 6px;
    box-shadow: 8px 8px 12px #777;
    background-color: #FFF0FF;
    font-style: italic;
    text-align: left;
    color: #000000;
    font-weight: normal;
}
div.soleil-lever {
    margin:0 auto 3px!important;
}
table.soleil-lever {
    border: none;
    margin: 0.25em 0;
    background-color: transparent;
    font-size: 12px;
    line-height: 1.1;
}
table.soleil-lever th {
    border: none ;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    padding: 0.25em 0;
    width: 60px;
}
table.soleil-lever td {
    border: none ;
    text-align: center;
    font-weight: normal;
    padding: 0.25em 0;
    width: 60px;
    color: #0E5399;
}
a.soleil-lever {
    font-size: 12px;
}
p.soleil-lever {
    font-size: 12px;
    color: #0E5399;
    font-style: normal;
    font-weight: normal;
    margin: -2px 0 5px 0;
}
div.soleil-info {
    font-size: 12px;
    color: #ff00ff;
    font-weight: normal;
    cursor: help;
    position:relative;
}
img.soleil-lever {
    margin: 0;
    border: none;
}