/*
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;
}

/* Page article / Page rubrique*/
#article_content, #rubrique_content{
    margin-bottom: 100px;
}

#article_content article{
    padding : 25px 25px 25px 50px;
/*    margin-right: 40px;*/
    background-color: #fff;
    border-bottom: 2px solid #ccc;
}
#liste_articles{
    padding : 25px 25px 25px 50px;
/*    margin-right: 40px;*/
    background-color: #fff;
    border-bottom: 2px solid #ccc;
}
#rubrique_article_separation{
    display: block;
    width: 40px;
}
#article_content aside, #rubrique_content aside{
    margin-top: 25px;
    margin-left: -1%;
    margin-right: -1%;
}
#article_content aside img, #rubrique_content aside img{
    width: 100%;
    display:block;
}
#article_content aside section, #rubrique_content aside section{
    box-sizing: border-box;
    margin: 10px 0;
    padding: 0 5px;
}

#article_content aside a, #rubrique_content aside a{
    color: #FA1064;
    text-decoration: underline;
}
#plusdactu{
    font-size : 24px;
    line-height : 34px;
    font-weight: 600;
}
#article_creer_espace{
    padding: 20px;
}

#article_content article img {
    width: 100%;
    margin: 15px 0 30px 0;
}
.list-articles-item{
    margin-top: 20px;
    display: block;
    width: 100%;
}

.rubrique_content_titre h3 {
    display: inline;
}
.rubrique_content_titre span {
    line-height: 56px;
    float:right;
}

/* Bouton supplémentaire aside */
#article_creer_espace .preview_article_container{
    padding-top: 10px;
}

/* Bloc navigation */
#article_bloc_navigation{
    width:100%;
    margin-top: 25px;

}

#bloc_nav_article_precedent>a, #bloc_nav_article_suivant>a{
    color: #FA1064;
    text-decoration: underline;
}

#bloc_nav_article_precedent{

}

#bloc_nav_article_suivant{
    text-align: right;
}

#bloc_nav_article_suivant>a:after{
    content: "\203A";
    padding: 0 5px;
    text-decoration: none;
}

#bloc_nav_article_precedent>a:before{
    content: "\2039";
    padding: 0 5px;
    text-decoration: none;
}

.bloc_nav_article{
    /*border-top: 1px solid #333333;*/
    padding: 0px;
}
/*Bouton facebook*/
.fb-share-button {
    top:-5px;
}

#lien_aside{
    margin-top: 10px;
}


#article_content ul li  {
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
}