﻿/* -----------------------Style du contenu de chaque item-----------------------*/
.divNewsGroupe .divItemNews
{
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        
    overflow: hidden;
    width: 100%; /*80% Change requested by CHRIS WBCSD*/
    font-size: 0.75em; /* edited by CS */ 
    /*font-size: 7pt;*/
    vertical-align: top;
    text-align: left; /*justify; Change requested by CHRIS WBCSD*/
}
.divNewsGroupe .divItemNews:hover
{
    background-color: #EEE;
}

/* -----------------------Style des doubles quotes -----------------------*/
.divNewsGroupe .divItemNews .tdRaquo
{
  width: 12px;
}
.divNewsGroupe .divItemNews .divRaquo
{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: -2px;   
}

.divLinkHeadline
{
    width: 100%;
    float: left;
}
.newsListDetailDate
{   
    font-size: 0.95em;
    float: right;
}
