  
    #CONTAINER #CONTENT #SUBCONTENT .news .newsitem {
        background:url('../imgs/bkg_sep.gif') repeat-x bottom;
        width:424px;
        padding-bottom:15px;
        margin-bottom:20px;
    }
        /*
        #CONTAINER #CONTENT #SUBCONTENT .news .newsitem .image {
            float:left;
            width:100px;
        }
        */                
        #CONTAINER #CONTENT #SUBCONTENT .news .newsitem .image {
            float:left;
            width:90px;
            height:67px;
            text-align:center;
            padding:2px;
            background:url('/fileadmin/site_corporate/templates/skin/default/imgs/bkg_imagedefault9068.gif') no-repeat #FFFFFF;
            border:1px solid #8d8985;
        }
            #CONTAINER #CONTENT #SUBCONTENT .news .newsitem .image .cadre {
                background:#000000;
            }
            
        #CONTAINER #CONTENT #SUBCONTENT .news .newsitem .content {
            float:left;
            margin-left:15px;
            width:305px;
        }
            #CONTAINER #CONTENT #SUBCONTENT .news .newsitem .content H3{
                background:url('../imgs/ico_theme.gif') no-repeat 0px 4px;
                padding-left:8px;
                
                font-family:Arial;
                font-size:12px;
                font-weight:bold;
                color:#000000;
            }
                #CONTAINER #CONTENT #SUBCONTENT .news .newsitem .content H3 A{
                    text-decoration:none;
                }
                #CONTAINER #CONTENT #SUBCONTENT .news .newsitem .content A:hover{
                    color:#ca0102;
                    text-decoration:underline;
                }


/* MISE EN AVANT */
    #CONTAINER #CONTENT #SUBCONTENT .catitem {
        background:url('../imgs/bkg_sep.gif') repeat-x bottom;
        padding-bottom:15px;
        margin-bottom:15px;
        width:424px;
    }
    #CONTAINER #CONTENT #SUBCONTENT DIV.category A,
    #CONTAINER #UPPER_CONTENT DIV.category A{
        display:block;
        float:left;
        background:#5c79db;
        padding:5px;
        padding-top:3px;
        padding-bottom:3px;
        
        font-family:Arial;
        font-size:10px;
        font-weight:bold;
        color:#FFFFFF;    
        text-transform:uppercase;
        text-decoration:none;
    }
    #CONTAINER #CONTENT #SUBCONTENT DIV.all A,
    #CONTAINER #UPPER_CONTENT DIV.all A {
        float:right;
    }
    
    #CONTAINER #CONTENT #SUBCONTENT .mav,
    #CONTAINER #CONTENT #SUBCONTENT .mavList {
        margin-left:6px;
        margin-top:10px;
    }
    
    #CONTAINER #CONTENT #SUBCONTENT .mav .news .newsitem,
    #CONTAINER #CONTENT #SUBCONTENT .mavList .news .newsitem {
        background:none;
        width:418px;
        padding-bottom:0;
        margin-bottom:0;
    }
        #CONTAINER #CONTENT #SUBCONTENT .mavList .news .newsitem .content{
            float:none;
            margin-left:0;
            width:auto;
        }
        #CONTAINER #CONTENT #SUBCONTENT .mav .news .newsitem .content{
            width:299px;
        }
    
            #CONTAINER #CONTENT #SUBCONTENT .mav .news .newsitem .content H3{
                background:url('../imgs/ico_theme.gif') no-repeat 0px 4px;
                padding-left:8px;
                
                font-family:Arial;
                font-size:13px;
                font-weight:bold;
                color:#000000;
            }
            
            #CONTAINER #CONTENT #SUBCONTENT .news .newsitem .content H3 span.theme {
                color:#ca0102;    
                text-transform:uppercase;
            }
    
    #CONTAINER #UPPER_CONTENT .mav {
        padding-top:10px;
        padding-bottom:15px;
    }
    
    #CONTAINER #UPPER_CONTENT .mav .mavitem {
        float:left;
        width:219px;
        margin: 0 15px;
        _margin: 0 12px;
    }
        #CONTAINER #UPPER_CONTENT .mav .mavitem .image {
            width:204px;
            height:153px;
            text-align:center;
            padding:2px;
            background:url('/fileadmin/site_corporate/templates/skin/default/imgs/bkg_imagedefault204153.gif') no-repeat #FFFFFF;
            border:1px solid #8d8985;
        }
            #CONTAINER #UPPER_CONTENT .mav .mavitem .image .cadre {
                background:#000000;
            }
            
        #CONTAINER #UPPER_CONTENT .mav .mavitem .content H2 A{
            font-family:Arial;
            font-size:15px;
            font-weight:bold;
            color:#000000;
            text-decoration:none;
            line-height:20px;
        }
            #CONTAINER #UPPER_CONTENT .mav .mavitem .content H2 A:hover{
                color:#ca0102;
                text-decoration:underline;
            }
        #CONTAINER #UPPER_CONTENT .mav .mavitem .content P {
            font-family:Arial;
            font-size:14px;
            font-weight:normal;
            color:#000000;
        }
            #CONTAINER #UPPER_CONTENT .mav .mavitem .content P A{
                font-family:Arial;
                font-size:12px;
                font-weight:bold;
                color:#000000;
                text-decoration:underline;
            }
                #CONTAINER #UPPER_CONTENT .mav .mavitem .content P A:hover{
                    color:#ca0102;
                    text-decoration:underline;
                }
    
        
        #MAIN #CONTAINER #CONTENT #SUBCONTENT .browse{
            float:right;
            text-align:right;
        }
            #MAIN #CONTAINER #CONTENT #SUBCONTENT .browse A.item_first{
                background:url('../imgs/ico_item_first.gif') no-repeat center #3D3D3D;
            }
            #MAIN #CONTAINER #CONTENT #SUBCONTENT .browse A.item_last{
                background:url('../imgs/ico_item_last.gif') no-repeat center #3D3D3D;
            }
            #MAIN #CONTAINER #CONTENT #SUBCONTENT .browse A.item_prev{
                background:url('../imgs/ico_item_prev.gif') no-repeat center #3D3D3D;
            }
            #MAIN #CONTAINER #CONTENT #SUBCONTENT .browse A.item_next{
                background:url('../imgs/ico_item_next.gif') no-repeat center #3D3D3D;
            }
            #MAIN #CONTAINER #CONTENT #SUBCONTENT .browse A{
                display:block;
                float:left;
                margin-right:5px;
                width:15px;
                height:15px;
                text-align:center;
                background:#3D3D3D;
                
                font-family:Arial;
                font-size:11px;
                font-weight:bold;
                color:#FFFFFF;
                line-height:15px;
                text-decoration:none;
            }
                #MAIN #CONTAINER #CONTENT #SUBCONTENT .browse A.actif,
                #MAIN #CONTAINER #CONTENT #SUBCONTENT .browse A:hover{
                    text-decoration:none;
                    background-color:#5c79db;
                }
