div.divSeparateur {
    border-bottom: solid 1px #466375;
    margin-bottom: 4px;
    margin-top: 8px;
}

div.divCellCalendrier {
    cursor: pointer;
    text-decoration: underline;
}

div.divCellCalendrier:hover {
    color: #466375;
}

div#divBulleContainer {
    width: 270px;
    height: 230px;
    position: absolute;
    
    background-color: transparent;
    background-image: url(../images/bulle.png);
    background-repeat: no-repeat;
    padding: 20px;
    
    display: none;
}

div#divBulleContenu {
    margin: 10px;
    width: 260px;
    padding-top: 10px;
}

div#divBulleFermer {
    height: 20px;
    width: 260px;
    text-align: right;
    position: absolute;
}

img#imgBulleFermer {
    cursor: pointer;
}

div.divBulleContenu {
    margin-bottom: 10px;
}

div#divBulleLien {
    text-align: right;
    font-size: 8pt;
    position: absolute;
    top: 200px;
    width: 260px;
}