.openBtn{
    cursor: pointer;
    line-height: 40px;
}

.annexes-container{
    background-color: #F5F5F5;
    border: 1px solid #bbb;
    color: #3a87ad;
    font-weight: bolder;
    padding: 3px 15px;
    border-radius: 0 0 3px 3px;
    margin-top: -10px;
}

.annexes-container:hover{
    border: 1px solid #aaa;
    box-shadow: 3px 3px 5px #bbb;
}

.annexes-list{
    display: none;
    border-bottom: 1px solid #666;
    padding: 15px;
    margin: 10px;
    list-style-type: none;
}

.dl{
    margin: 3px;
    cursor: pointer;
    /*line-height: 45px;*/
}

.dl:hover{
    /*text-decoration: none;*/
}


.dldoc{
    height: 70%;
    position: absolute;
    right: -10%;
    text-align: end;
    top: -4px;
    width: 5%;
    box-shadow: 3px 3px 5px #ddd;
    border-color: #ccc;
    border-radius: 0 3px 3px 0;
    background-color: #d9edf7;
    background-image: linear-gradient(to bottom, #ffffff, #d9edf7);
    background-repeat: repeat-x;
}

.dldoc:hover{
    box-shadow: 3px 3px 5px #bbb;
}

.dldoc:active{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

#ODJ .projet.with-annexes{
    border-radius: 3px 3px 0 0;
}

#ODJ .projet.with-annexes .dldoc{
    border-radius: 0 3px 0 0;
}