.titreflash{
    font-size: 0.8em;
    color: white;
    font-family: droid_sansbold;
}
.mod_flashactu_liste{
    list-style:none;
    margin:0;
    padding:0;
    display:inline-block;
}

.mod_flashactu_liste li{
    display:none;
}

.mod_flashactu_liste li a{    
    font-size: 0.8em;
    font-family: droid_sansbold;
    color: #b0cbea;
}

.mod_flashactu_liste li a:hover{
    color: white;
}

.mod_flashactu{
    height: 25px;
    background: url(../images/bg_flash.png) no-repeat;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin: 7px 0 0 16px;
    width: 629px;
    padding:0 10px;
    padding-right:0;
}

.prevFlashActu,.nextFlashActu{
    display:inline-block;
    vertical-align:top;
    cursor:pointer;
    width:22px;
    height:20px;    
}
.prevFlashActu{
    background:url(../images/btn_arrow-left.png) no-repeat center;
}

.nextFlashActu{
    background:url(../images/btn_arrow-right.png) no-repeat center;
}
.prevFlashActu:hover{
    background:url(../images/btn_arrow-left_select.png) no-repeat center;
}

.nextFlashActu:hover{
    background:url(../images/btn_arrow-right_select.png) no-repeat center;
}

.paginationFlashActu{
    float:right;
    margin-top:4px;
    margin-right:5px;
}

.flashActuModule{
    display:inline-block;
    width:663px;
}

@media only screen and (min-width: 676px) and (max-width: 983px) and (min-device-width: 676px) and (max-device-width: 983px), 
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait),
only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation : portrait){
    .flashActuModule{
        width:415px;
    }
    
    .mod_flashactu{
        width: 393px;
    }
}

@media only screen and (max-width: 675px) and (max-device-width: 675px) {    
    .mod_flashactu{
        display:none;
    }
}