

.box {
    color: #FFFFFF;
    float: left;
    position: relative;
}
.box img {
    display: block;
    margin: 0 auto;
}
.box4, 
.alt-box4 {
    height: 184px;
    width: 250px;
}
.box4:hover {
    background-color: #A6A5A5 !important;
}

.two-rows {
    height: 368px;
}
.two-rows .caption.full,
.two-rows .infos.full {
    height: 184px;
}
.two-cols {
    width: 100%;
}
.box.blue {
    background-color: #009EE0;
}
.box.green {
    background-color: #2AB4AD;
}
.box.grey {
    background-color: #5B5B5B;
}

.box.beige {
    background-color: #E5D9CB;
    color: #404040 !important;
}
.box .caption,
.box .infos {
    background: url("bg/slider2_bg-transparent.png") repeat scroll left top rgba(0, 0, 0, 0);
    bottom: 0;
    position: absolute;
    width: 250px;
}
.box.green a {
    background-color: transparent;
}

.box .caption.full-caption,
.box .infos.full-caption {
    height: 184px;
}
.box:hover > .caption,
.box:hover > .infos  {
    background-image: url("bg/slider2_bg_bandeau_hover.png");
}

.box .caption h3,
.box .infos h2  {

    font-weight: normal;
    margin: 10px 0;
    padding: 0 15px;

}
.box.two-cols .caption, .box.two-cols .caption ,
.box.two-cols .infos, .box.two-cols .infos {
    width: 100%;
}
.box h3, .box .infos h2 {
    font-weight: normal;
    margin: 10px 0;
    padding: 0 16px;
    font-size:1.3em;
    line-height:1.2em;
}


.box a.lien_une:hover {
    text-decoration: underline;
}
#slide-news-content .box h3 a,  .box .infos h2 a {
    color: #FFFFFF;
}
#slide-news-content .box h3 a:hover,  .box .infos h2 a:hover{
    text-decoration: underline;
}
.box p {
    color: #FFFFFF;
    display: block;
    margin: 14px 0;
    padding: 0 16px;
    font-size:1.05em;
    line-height:1.2em;
}
.box p, .box p a {
    color: #FFFFFF;
}
.box.beige a, .box.beige p {
    color: #404040 !important;
}
.box p.has-link {
    margin-bottom: 10px;
}
.box img {
    display: block;
    margin: 0 auto;
}
.box.last {
    float: right;
}

.slide-panel {
    clear: both;
    height: 368px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
	text-align:center;
}
.panel {
    float: left;
    height: 368px;
    position: absolute;
    width: 100%!important;
}
.panel .demi {
    float: left;
    overflow: hidden;
    width: 500px !important;
}

.nav-panel {
    display: block;
    float: right;
    margin: 3px 0 0 0;
}
#navi a,
.nav-panel a {
    background-color: #B5B5B5;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 20px;
    margin-left: 8px;
    text-align: center;
    text-decoration: none;
    width: 20px;
    font-size:0.9em;
    line-height:20px;
}
.nav-panel a.selected {
    background-color: #E30044;
}

#container {
    /*width: 150px;*/
    float: right;
}

#navi {
    float: right;
    margin: 3px 3px;
}
#navi a {
    font-size: 0;
    background-image: url('../images/paused_button.jpg');
    background-repeat: no-repeat;
    background-position: center center;
;
}
#navi a#play.paused{
    background-image:url('../images/play_button.jpg');
}


div.txtonly  img  {    display:none;  }
div.imageonly  h3,
div.imageonly  p   {    display:none;  }


span.vignette_1{    display:none;  }
.imageonly.image250x184 span.vignette_1 {    display:block;  }
.imageonly.image250x184 > img {    display:none;  }



@media screen and (min-width: 640px) and (max-width: 999px) {
    #slide-news-content .demi,
    #slide-news-content .demi > .box{
        width: 50% !important;
    }
    #slide-news-content .demi > .box > div,
    #slide-news-content .demi .box.two-cols {
        width: 100% !important;
    }
        #slide-news-content .box h2{
        font-size: 1.3em;
    }
    #slide-news-content .box h3{
        font-size: 1em;
    }
    #slide-news-content .box  p{
        font-size: 0.9em;
        margin:10px 0px;
    }
}