/* CORPS */
#corps .container .image_livres
{
    width: 571px;
    height: 107px;
    margin: auto;
    margin-top: 15px;
}
#corps .container .apercu_livre
{
    margin-right: 15px;
    float: left;
}
#corps .container h4 img:first-child
{
    margin-right: 10px;
}
#corps .container h4 img:last-child
{
    margin-left: 10px;
}
#corps .container table
{
    width: 90%;
    margin: auto;
    margin-top: 15px;
    border-collapse: collapse;
    margin-bottom: 15px;
}
#corps .container table thead
{
    height: 25px;
    background-image: url("../images/ModelBibliotheque/corps_head_tableau.png");
}
#corps .container table thead tr th
{
    text-align: left;
    font-family: MyriadPro-SemiCn, serif;
    color: white;
    font-size: 12pt;
    padding-left: 7px;
}
#corps .container table thead tr th:first-child
{
    border-top-left-radius: 6px;
}
#corps .container table thead tr th:last-child
{
    border-top-right-radius: 6px;
}
#corps .container table tbody tr.bleu
{
    background-color: #dbecf8;
}
#corps .container table tbody tr td
{
    font-family: MyriadPro-SemiCn, serif;
    color: #1683d4;
    font-size: 12pt;
    height: 45px;
    padding-left: 7px;
}
#corps .container table tbody tr td a
{
    font-family: MyriadPro-SemiCn, serif;
    color: #1683d4;
    font-size: 12pt;
    text-decoration: none;
    transition-property: margin-left, color;
    transition-duration: 1s;
}
#corps .container table tbody tr td a:hover
{
    margin-left: 7px;
    color: #ff6600;
}