.titre {
    font-weight: bold;
    font-size: 15px;
    font-style: italic;
    margin-left: 20px;
}
.date {
    font-size: 12px;
    color: #c83324;
    margin:0 0 10px 10px;
    font-weight: normal;
}
.text img
{
    margin: 5px;
}

#img_view_container {
    width: 100%;
    height: 100%;
    background-color: black;
    position: fixed;
    top:0px;
    left:0px;
    opacity:0.8;
    display: none;
}
#img_view {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0px;
    left:0px;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}
