#container .middle{
    width: 700px;
    height: 539px;
}
#container .middle ul.liste_presse{
    height: 539px;
    margin: 0;
    padding: 0;    
    overflow: hidden;

}
#container .middle ul li{
    height: 107px;
    margin: 0 0 37px 0;
    padding: 0;  
    
}
#container .middle ul li table tbody tr td{
    
    
}
#container .middle ul li table tbody tr td.titre_row{
    
    color: #8d8d8d;
    cursor: pointer;
    padding-left: 15px;
    /*
    background: greenyellow;
    /**/
    
}
#container .middle ul li table tbody tr td.image_row{
    padding-left: 15px;
    width: 80px;
    cursor: pointer;
    /*
    background: red;
    /**/
}
#container .middle ul li table tbody tr td.image_row a{
    border: 0px; display: block;
}
#container .middle ul li table tbody tr td.image_row img{
    border: 0px; display: block;
}

#container .middle ul li table tbody tr td.texte_row{
    width: 300px;
    cursor: pointer;
    color: #FC0;
    background: url('../img/bgLegendeArticle.gif') repeat-y;
    padding-left: 15px;
    /*
    background: blueviolet;
    /**/
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 539px;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
    width: 40px;
    height: 28px;
    background: url(../img/prev.gif) no-repeat;
    top: 0px;
    left: 700px;
    position: absolute;
}
.jcarousel-next {
    z-index: 3;
    display: none;
    width: 40px;
    height: 28px;
    background: url(../img/next.gif) no-repeat;
    bottom: 0px;
    margin: 0 0 5px 0;
    left: 700px;
    position: absolute;
}
.jcarousel-prev-disabled-vertical{
    background: none;
}
.jcarousel-next-disabled-vertical{
    background: none;
}