.floatL, .floatR{
    height: 100%;
}

.floatL{
    float:left;
}

.floatR{
    float:right;
}

#div_thumb .reliure{
    border: 1px solid #ccc;
    margin-top: 5px;
    margin-left: 7px;
    text-align: center;
}
#div_thumb .reliure img{
    border: none;
}
.thumb_container_reliure{
    width: 100%;
    text-align: center;
}

.div_thumb .floatL, .div_thumb .floatR{
    width: 50%;
    text-align: center;
}
.div_thumb_index{
    width: 100%;
    color: black;
    text-align: center;
    font-weight: bold;
}
.img_normal {
    width: 90%;
    margin: 7px;
}
.img_center_landscape {
    max-width: 100%;
}