#overlay {
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/overlay.png");
    z-index: 100;
}
#overlay .news_container {
    background: url("../images/popup.png") no-repeat;
    height: 560px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 5%;
    width: 440px;
    z-index: 150;
    overflow: hidden;
}
#overlay .news_container .news_wrapper {
    width: 1500px;
}
#overlay .news_container .title {
    color: #9C9E9F;
    font-size: 36px;
    text-align: right;
    font-weight: bold;
    margin-right: 55px;
    margin-top: 106px;
}
#overlay .news_container .news {
    color : #de0000;
    font-size: 18px;
    padding: 0 40px 0 60px;
    float: left;
    width: 445px;
}
#overlay .news_container .news .news_title {
    color : #000;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-family: Georgia;
    margin: 55px 0 20px;
}
#overlay .news_container .news p {
    margin: 0;
}
#overlay .news_container .news img {
    float: left;
    margin: 0 10px 5px 0;
}
#overlay .news_container .news a.lire_suite {
    color: #E30119;
    font-weight: bold;
}
#overlay .news_container .puces {
    bottom: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 42px;
}
#overlay .news_container .puces .puce {
    width   : 14px;
    height  : 14px;
    cursor  : pointer;
    background-image: url('../images/puce.gif');
    background-position: 0 -14px;
    float: left;
}
#overlay .news_container .puces .puce.active {
    background-position: 0 0;
}