/* 
    Created on : 26 juil. 2013, 11:45:12
    Author     : Soufiane http://www.betatilt.com
    Description: plugin betaCarousel:  jquery.betaCarousel.min.js + betaCarousel.min.css
*/


/*Initialisation of bloc ul---------------------------------------------------*/
ul{
    list-style: none;
    margin: 0;
    padding: 0;
    outline:none;
}
/*The container of the ul-----------------------------------------------------*/
.bloc_carousel, .bloc_actu {
    position: relative;    
    width: 100%;
    overflow: hidden;
}
/*Size of the li*/
.bloc_carousel ul li {
    width: 100%;
    height: 388px;  
}
.bloc_actu ul li {
    width: 706px;
    height: 285px;
}

/*betaSlide play with the left position---------------------------------------*/
.bloc_carousel ul.betaSlide, .bloc_actu ul.betaSlide {
    position: absolute;
    top: 0px;
    left: 0px;
}
.bloc_carousel ul.betaSlide li, .bloc_actu ul.betaSlide li {
    float: left; 
}
/*betaFade play with the opacity and z-index----------------------------------*/
.bloc_carousel ul.betaFade, .bloc_actu ul.betaFade {
    height: 100%;
}
.bloc_carousel ul.betaFade li, .bloc_actu ul.betaFade li {
    position: absolute;
    top: 0px;
    left: 0px;
}
.bloc_carousel ul.betaFade li.active, .bloc_actu ul.betaFade li.active {
    z-index: 9;
}
/*Navigation Bar--------------------------------------------------------------*/
.bloc_carousel .bar_nav {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 10;
}

 .bloc_actu .bar_nav {
    position: absolute;
    bottom: 50px;
    left: 340px;
    z-index: 10;
}
/*Buttons of the navigation bar*/
.bloc_carousel .bar_nav .item {
    background-color: #000000;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 10px;
    border: 0 none;
    cursor: pointer;
}

.bloc_actu .bar_nav .item_actu {
    background: url('../pictures/homeslide/item.png') top left no-repeat;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 10px;
    border: 0 none;
    cursor: pointer;
}

.bloc_actu .bar_nav .item_actu.active {
    background: url('../pictures/homeslide/active.png') top left no-repeat;
}
/*The active button of the navigation bar*/
.bar_nav .active {
    background-color: #ffffff;
    cursor: default;
}

/*Button previous and button next---------------------------------------------*/
.bloc_carousel .previous, .bloc_carousel .previous {
    background: url('../pictures/homeslide/previous.png') top left no-repeat;
    position: absolute;
    right: 50%;
    bottom: 0px;
    width: 43px;
    height: 57px;
    cursor: pointer;
    z-index: 10;
    border: 0 none;
    margin-right: 1px;
}
.bloc_carousel .next, .bloc_carousel .next {
    background: url('../pictures/homeslide/next.png') top left no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 43px;
    height: 57px;
    cursor: pointer;
    z-index: 10;
    border: 0 none;
}

.bloc_buttons {
    border: 1px solid red;
    width: 200px;
    height: 100px;
}