/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 avr. 2015, 18:09:01
    Author     : a577970
*/

.preview_article_descr a{
/*    font-weight: bold;*/
    color : #FA1064;
    text-decoration: underline;
}
.preview_article_descr a:after{
    content: "\203A";
    padding: 0 5px;
    text-decoration: none;
}
.preview_article_descr{
    float:left;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 15px;
}
.preview_article_img{
    float:left;
    width:100%;
}
.preview_article_img img{
    width : 100%;
}

.other-item .preview_article_img{
    width:30%;
}
.other-item .preview_article_descr{
    width:70%;
}

#home_jeux .preview_article_img{
    width:50%;
}

#home_jeux .preview_article_img img {
    height: 100%;
}

#home_jeux .preview_article_descr{
    width:50%;
}

.preview_article_container{
    background-color : #fff;
    border-bottom: 2px solid #ccc;
    padding: 0;
}
.list-articles-item:last-child .preview_article_container{
    border-bottom: none;
}
