﻿#slider
{
	background:#383838 url('/_images/nouveautes/BGpromotions.png') no-repeat;
    width: 718px; /* important to be same as image width */
    height: 260px; /* important to be same as image height */
    position: relative; /* important */
    float:right;
    clear:both;
    padding:0;
    
    overflow: hidden; /* important */
    margin:0 0 10px -20px;
}

#sliderContent {
    width: 718px; /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;    
    
}
.sliderImage {
    float: left;
    position: relative;
    display: none;
}
.sliderImage span {
    position: absolute;
    font: 12px Arial;
    padding: 0px 13px 0 13px;
    width: 718px;
    
    background-color: #000;
    /***filter: alpha(opacity=70);***/
    opacity: 0.8;
    color: #FFFFFF;
    display: none;
    z-index:1;
}

.sliderImage span p
{
	position:relative;
	/***filter: alpha(opacity=100);***/
    opacity: 1.0;
    overflow:visible;
}

.clear {
    clear: both;
}
.sliderImage span strong {
    font-size: 12px;
}

.top {
    top: 0;
    left: 0;
}

.bottom 
{
    bottom: 65px;
    height:85px;
    width:100%;
    left:0;
    overflow:visible;
}

.superimg
{
	position:absolute;
	right:40px;
	bottom: -50px;
    opacity: 1.0;
    display:none;
}

.left {
    top: 120px;
    left: 0;
    width: 100% !important;
    height: 86px;
}

.itemLogo
{
	position:relative;
	filter: alpha(opacity=100);
    opacity: 1.0;
}
ul { list-style-type: none; margin:0; padding:0;}

.sliderBar
{
	position: relative;
	display:block;
	float:right;
	clear:right;
	width:718px;
	height:53px;
	background: url('/_images/bar/bg_bar.png') repeat-x;
	margin: -40px 0 0 0;
	z-index: 2;
}

.sliderBar ul
{
	height:40px;
	padding:0;
	margin:8px 0 0 0;	
}

.sliderBar ul li
{
	float:left;
	color:#FFFFFF;
	font-family: Arial;
    font-size: small;
    font-weight: bolder;
    height:25px;
    border-right: solid 1px #383838;
    padding: 14px 10px 6px 10px;
}

.sliderBar ul li:hover
{
	color:#EFCE22;
	cursor:pointer;
	background: url('/_images/bar/bg_selected.png') no-repeat;
	background-position: center top;
}

.sliderBar ul li.selected
{
	color:#EFCE22;
	cursor:pointer;
	background: url('/_images/bar/bg_selected.png') no-repeat;
	background-position: center top;
}

li#btn_facebook
{
    border:none;
    padding:8px 10px 6px 10px;
}

li#btn_facebook a img
{
    border:none;
    outline:none;
}

li#btn_facebook:hover
{
    background:none;
}


.top { float:right; position:absolute; right:0px; top:0px; z-index:5; }
.top ul { float:right; margin:10px 0px 0 0; }
.top ul li { background:url('/_images/inactive.png') no-repeat; float:left; height:17px; margin:0px 10px 0px 0px; width:17px; }
.top ul li.active { background:url('/_images/active.png') no-repeat; }
.top ul li a { border:none; height:17px; outline:none; padding:0 13px 0px 0; text-decoration:none; width:17px; }