﻿div#nouvellesDiv
{
    display:none;
}


div.itemMiniNouvellesDiv
{
    position:relative;
    float:left;
    width:180px;
    padding:20px 15px 20px 15px;
    font-size:12px;
}

span.newstitle
{
    font-weight:bold;
}

span.newsdate
{
    font-weight:bold;
    color:#d52830;
}



itemNouvellesDiv
{
    float:left;
    width:600px;
    padding:20px 10px;
    font-size:12px;
}

div#nouvellesPager
{
    position:relative;
    float:left;
    width:100%;
}


.currentTabs
{
    position:relative;
    float:left;
    display:block;
    background:url("/images/layout/tabs/small_tabover.png") no-repeat scroll left top;
    margin-right:-15px;
    width:39px;
    height:22px;
    z-index:2;
    text-align:center;
    padding:5px 20px 5px 0;
    font-weight:bold;
    _top:15px;
    *top:15px;
}

.numericTabs
{
    position:relative;
    float:left;
    display:block;
    background:url("/images/layout/tabs/small_tabout.png") no-repeat scroll left top;
    margin-right:-15px;
    width:39px;
    height:22px;
    z-index:1;
    text-align:center;
    padding:5px 20px 5px 0;
    font-weight:bold;
    color:#ffffff;
}