/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 600px; height: 300px; position: relative; margin: 0 auto 15px;}
.anythingSlider .wrapper                { width: 540px; overflow: auto; height: 281px; margin: 0 20px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #1A78D7; border-bottom: 3px solid #1A78D7; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 272px; width: 540px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/css/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 45px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -30px; }
.anythingSlider .back                   { background-position: -67px 0; left: -50px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 279px; text-align: center; }
#thumbNav a                             { color: white;  display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #1A78D7 url(../images/css/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none;  }
#thumbNav a.cur                         { background: #104C88;  }

#start-stop                             { background: green; background-image: url(../images/css/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 258px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

#dl                                     { position: absolute; top: 10px; right: 0; background: black; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 6px; }
#dl:hover                               { background: #666; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/*
    For Specific Slides
*/
.textSlide                              { padding: 10px ; }
.textSlide h3                           { font: 20px Georgia, Serif; }
.textSlide h4                           { text-transform: uppercase; font: 15px Georgia, Serif; margin: 10px 0; }
.textSlide ul                           { list-style: disc; margin: 0 0 0 25px; }
.textSlide ul li                        { display: list-item; }

#quoteSlide                             { padding: 10px; }
#quoteSlide blockquote                  { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
#quoteSlide p                           { text-align: center; width:400px }

.destock{ list-style-type:none;}

.PrixEtoilefr{
	float:right; width:150px; height:100px; background:url(../images/css/fond-etoile.png) 20px 0 no-repeat; 
	color:#FFF; padding-top:25px; padding-right:80px; text-align:center; font-size:24px; font-weight:bold;
}
.PrixEtoilegb{
	float:right; width:150px; height:100px; background:url(../images/css/fond-etoile-gb.png) 20px 0 no-repeat; 
	color:#FFF; padding-top:25px; padding-right:80px; text-align:center; font-size:24px; font-weight:bold;
}

/* Boutons destockage */
a.button{
	background:url(../images/css/button.gif);
	display:inline-block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:220px;
	text-align:left;
}
a:hover.button{
	color:#0066CC;
	font-weight:bold
}
.lens{
	text-indent:10px;
	display:block;
}

/* Slider Marques */
.anythingSliderMarque                         { width: 250px; height: 85px; position: relative; margin: auto; padding:0}
.anythingSliderMarque .wrapperMarque                { width: 240px; overflow: auto; height: 75px; margin: 0 10px; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSliderMarque .wrapperMarque ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSliderMarque .wrapperMarque ul li          { display: block; float: left; padding:3px 0 0 0; height: 75px; width: 240px; margin: 0; }
.anythingSliderMarque .arrow                  { display: block; height: 80px; width: 10px; background: url(../images/css/fleche.jpg) no-repeat 0 0; text-indent: -9999px; position: absolute; cursor: pointer; }
.anythingSliderMarque .forward                { background-position: -10px 0; right: 0; }
.anythingSliderMarque .back                   { background-position: 0 0; left: 0;  }
.anythingSliderMarque .forward:hover          { background-position: -10px -80px; }
.anythingSliderMarque .back:hover             { background-position: 0 -80px; }




/*
  Prevents
*/
.anythingSliderMarque .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSliderMarque .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }


