#bandeau-actu {
    margin-top : 20px;
    width : 1024px;
    height : 320px;
    background : #FFF url(../img/image_bandeau_bg.jpg) repeat-x left top;
}
#bandeau-actu h2 {
	color:#fff;
}
#bandeau-actu ul{
list-style:none;
}
/* image du bandeau actu en 680px × 279px */
#txt_ctrl {
    float : left;
    margin : 20px 0px 20px 20px;
    height : 279px;
}
ul#bandeau_txt_liste {
    margin : 0;
    padding : 0;
    width : 280px;
    height : 240px;
}
ul#bandeau_txt_liste li {
    border : 1px solid transparent;
    height : 240px;
}
ul#bandeau_txt_liste li a {
    color :#FFF;
	background-color : #404040;
    text-decoration : none;
}
ul#bandeau_txt_liste li h2 {
    font-size : 20px;
    font-weight : normal;
    margin : 25px 0px;
}
ul#bandeau_img_liste {
    padding : 0;
    width : 680px;
    height : 279px;
    margin : 20px 20px 20px 0px;
    float : right;
}
#bandeau_img_liste li {
    height : 279px;
}


/* Boutons de controle */

#image_bandeau_ctrl {
    margin : 10px 0 0 0;
    padding : 0px;
    width : 280px;
    height:25px;
    overflow : auto;
    position : relative;
    bottom : 0px;
    left : 0px;
}
#image_bandeau_ctrl a.play_bt, #image_bandeau_ctrl a.pause_bt { display:block;height:25px;width:20px;float:left;text-decoration:none; }
#image_bandeau_ctrl a.pause_bt {
	background: url(../img/image_bandeau_pause2.png) no-repeat center center; 
}
#image_bandeau_ctrl a.play_bt {
	background: url(../img/image_bandeau_play2.png) no-repeat center center;
}
.image_bandeau_ctrl_item { float:right; }
.list_item {
    margin : 0px;
    width : 150px;
    height : 25px;
}
.list_item li {
    margin : 0px 3px;
    float : left;
    height : 25px;
    padding : 0px;
    width : 20px;
}
.list_item li a { height : 25px;width:20px;line-height : 25px;display:block;text-decoration:none; } 
.list_item li a { background:transparent url(../img/image_bandeau_item2.png) no-repeat center center; } 
.list_item li a:hover,.list_item li.selected a { background:transparent url(../img/image_bandeau_item_hover2.png) no-repeat center center; } 
