

#article-detail {
  /*float : left;
  clear : both;*/
    /*position : relative;*/
    padding-top: 45px;
}

/*
#tools-bar {
    position : absolute;
    top : 0;
    right : 0;
    background : yellow;
}*/


.infos-articles {
    font-style : italic;
    color : #595959;
}

#article-detail h2 {
    color: #FF3600;
    border-bottom: 2px dotted;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
}



#article-detail h3 {
}

#article-detail h4 {
}


#article-photo {
  text-align : right;
    float : right;
    /*width : 48%;*/
    clear : both;
    margin : 0;
    padding : 0 0 0 1em;
}



#article-corps {
    float : left;
    width : 100%;
}

#article-auteur {

}

