#MAIN #RIGHT #CONTENT .newsItem {
    background: url('../imgs/hr_simple.png') repeat-x bottom;
    padding-bottom: 20px;
    margin-bottom:10px;
    padding-top: 10px;
    width:500px;
}
    #MAIN #RIGHT #CONTENT .newsItem .newsImage,
    #MAIN #INSERT .newsItem .newsImage {
        float: left;
        width:102px;
        margin-top:6px;
    }   
        
    #MAIN #RIGHT #CONTENT .newsItem .content {
        float:left;
        width: 500px;
    }
        #MAIN #RIGHT #CONTENT .newsItem .content h2 {
            margin: 0;
            padding: 0;
        }
            #MAIN #RIGHT #CONTENT .newsItem .content h2 a {
                color: #363a3b;
                font-weight: bold;
                font-size: 13px;
                text-decoration: none;
            }
    
    #MAIN #RIGHT #CONTENT .newsItem .content .more a {
        padding-left: 12px;
        padding-right:18px;
        text-decoration: none;
        font-size:10px;
        font-weight: normal;
        line-height:18px;
    }
        #MAIN #RIGHT #CONTENT .newsItem .content .more a:hover {
            text-decoration: underline;
        }
    
    
    #MAIN .newsItem .date {
        font-family: Verdana, Arial;
        font-size:9px;
        font-weight: normal;
        text-decoration: none;
    }
    
    #MAIN #RIGHT #CONTENT .download {
        margin-top:5px;
        padding-top:5px;
        padding-bottom:5px;
        background: url('../imgs/ico_pdf.gif') no-repeat right;
    }
        #MAIN #RIGHT #CONTENT .download A {
            line-height:18px;
            padding-left:12px;
            padding-right: 20px;
            
            text-decoration: none;
            font-size:10px;
            font-weight: normal;
        }
            #MAIN #RIGHT #CONTENT .download A:hover {
                text-decoration: underline;
            }
    
    #MAIN #RIGHT #CONTENT .browselink {
        margin-top:15px;
        margin-left:auto;
        clear:both;
    }
        #MAIN #RIGHT #CONTENT .browselink A {
            float:right;
            display:block;
            background: #a7a7a7;
            
            width:16px;
            height:16px;
            margin-left:4px;
            
            font-family: Verdana, Arial;
            font-size:10px;
            color:#FFFFFF;
            font-weight:normal;
            text-decoration:none;
            text-align:center;
            line-height:16px;
        }

        #MAIN #RIGHT #CONTENT .browselink A.item_next {
            background:url('../imgs/ico_next.gif') no-repeat #a7a7a7;
        }
        #MAIN #RIGHT #CONTENT .browselink A.item_prev {
            background:url('../imgs/ico_prev.gif') no-repeat #a7a7a7;
        }
        #MAIN #RIGHT #CONTENT .browselink A.item_first {
            background:url('../imgs/ico_first.gif') no-repeat #a7a7a7;
        }
        #MAIN #RIGHT #CONTENT .browselink A.item_last {
            background:url('../imgs/ico_last.gif') no-repeat #a7a7a7;
        }
    
    /* Derniers communiqués */    
    #MAIN #RIGHT #INSERT .blocBottom {
        width:214px;
    }
    #MAIN #RIGHT .lastNews {
        margin: 0;
        margin-bottom:10px;
    }
        #MAIN #RIGHT .lastNews .item {
            margin-top:10px;
            padding-bottom:10px;
            background: url('../imgs/hr_simple.png') repeat-x bottom;
            width:100%;
        }
            #MAIN #RIGHT .lastNews .item .date{
                float:left;
                margin-bottom:6px;
                padding-right:3px;
                padding-left:3px;
                background: #f36f2a;
            
                font-family: Verdana, Arial;
                font-size:9px;
                font-weight:normal;
                color: #FFFFFF;
                text-decoration: none;
            }
            #MAIN #RIGHT .lastNews .item A{
                /*padding-right:14px;*/
                
                font-family: Verdana, Arial;
                font-size:12px;
                font-weight:normal;
                color: #4e5455;
                text-decoration: none;
            }
                #MAIN #RIGHT .lastNews .item A a:hover {
                    text-decoration: underline;
                }
            #MAIN #RIGHT .lastNews .item .fleche{
                padding-right:10px;
                line-height:15px;
            }
            
            #MAIN #RIGHT .lastNews .allComm {
                float:right;
                margin-top:10px;
                margin-bottom:7px;
                padding-right:3px;
                padding-left:3px;
            }
                #MAIN #RIGHT .lastNews .allComm A{
                    font-family: Verdana, Arial;
                    font-size:9px;
                    font-weight:normal;
                    color: #FFFFFF !important;
                    text-decoration: none;
                }
            
            #MAIN #RIGHT #INSERT .lastNews .separator {
                background:url("../imgs/hr_simple.png") repeat-x bottom;
            }
            #MAIN #RIGHT #INSERT .lastNews .item {
                background: none;
                margin-top:5px;
                padding-bottom:5px;
            }
            #MAIN #RIGHT .lastNews ul li {
                margin:0;
                margin-left:15px;               
            }
            #MAIN #RIGHT #INSERT .lastNews .newsImage {
                float:left;
                width:102px;
                margin-right:5px;
            }
            #MAIN #RIGHT #INSERT .lastNews .newsText {
                float:left;
                margin-top:0;
                width:105px;
            }
                #MAIN #RIGHT #INSERT .lastNews .newsText h4{
                    font-family: Verdana, Arial;
                    font-size:11px;
                    font-weight:bold;
                    
                    margin-bottom:3px;                    
                }
                #MAIN #RIGHT #INSERT .lastNews .item a{
                    font-size:11px;
                }