#info
{
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f0f0f0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 20px -20px;
}

#info_table
{
    border-bottom: solid 1px #f8f8f8;
}

#info_table tr:nth-child(odd)
{
    background-color: #f8f8f8;
}

#info_table tr td:nth-child(1)
{
    padding-left: 24px !important;
}
#info_table tr td:nth-last-child(1)
{
    padding-right: 24px !important;
}

#info_table tr td.intitule
{
    text-align: right;
    color: #333;
    position: relative;
}

#info_table tr td input
{
    display: none;
    top: 1.5px;
}

.info_btn
{
    position: absolute;
    top: 50%;
    left: calc(100% - 12px);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: bold;

    background-color: #fff;
    border-radius: 7px;
    border: solid 1px #ccc;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 20px -20px;
}
.info_btn a
{
    display: block;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: default;
}
.info_btn a:hover
{
}
#info_btn_ext
{
    position: fixed !important;
    left: -3px !important;
}

#modifier_info
{
    text-align: center;
    padding: 12px;
    padding-bottom: 6px !important;
}

#btn_annul_info
{
    display: none;
}
