﻿.conteneurNews
{
    float:left;
    width:496px;
    background-color:#c1cbd6;
}

.listNews
{
    height:408px;
}

.conteneurEncarts
{
    float:left;
    background-color:#c1cbd6;
}

.conteneurEncarts img
{
    border:none;
}

.encart{height:204px;}


.itemNewsHome
{
    height:136px;
    background:#ffffff url(../media/home/bkgNews.jpg) repeat-x bottom left;
    padding-left:25px;
}

.conteneurTitreTexte
{
    height:121px;
}

.itemNewsHome .picto
{
    float:right;
    margin-top:17px;
    margin-right:15px;
}

.itemNewsHome .titre
{
    float:right;
    color:#5d257d;
    font-weight:bold;
    padding-right:22px;
    margin-top:12px;
    max-width:400px;
    text-align:left;  
  /* width:expression(document.body.clientWidth > 400 ? "400px" : "auto");*/
    
}

.itemNewsHome .titre h2
{
    font-size:20px;
    line-height:22px;
}

.itemNewsHome .titre span
{
    font-size:9px;
    height:9px;
    vertical-align:middle;
    line-height:10px;
}

.itemNewsHome .resumeNews
{
    padding-right:22px;
    text-align:right;
    color:#555658;
    font-size:12px;
    margin-top:3px;
}

.itemNewsHome .itemLien
{
    float:right;
}

.toutesNews
{
    height:28px;
    padding-top:7px;
}

.toutesNews a
{
    color:#353333;
    font-weight:bold;
    font-size:11px;
    text-transform:uppercase;
    text-decoration:none;   
    margin-left:24px;
}

.toutesNews a:hover
{
    text-decoration:underline;
}