/* 3b2f2f  Marron foncé 
 *  
 */

.fbdiapo-stagewrap {
	float:left;
	position : relative;
	margin-left : 40px ;
	width : 500px ;
	height : auto;
	padding-bottom : 8px ;
}
.fbdiapo-stagewrap img {
    border: 1px solid #decfb2;
    cursor: pointer;
    width : 100% ;
}

.fbdiapo-navigation {
	position : relative;
	width : 500px;  /* La meme que l'image*/
	padding-bottom : 0 ;
    font-family:"Monotype Corsiva",Garamond,Times;
	font-size:14px;
	letter-spacing:1px;
	background:#5f4f36;
	color:#f39b1e; /*orange*/
	border: 1px solid #decfb2;
	text-indent:5px;
	line-height:1.50em;
	letter-spacing:3px ;
	filter: alpha(opacity=85);opacity:0.85 ;
	/* FireFox only */
	-moz-border-radius:5% 5% 0 0 ;
    -moz-border-radius:0 0 5% 5%;
}

.fbdiapo-navigation a {
    /*width			: 100px;*/
	padding-bottom 	: 0px ;
	padding-left 	: 1px ;
	padding-right 	: 1px ;
	padding-top 	: 0px ;
	color 			: white;
	font-size		: 14px;

}

.fbdiapo-navigation table td {
	vertical-align : middle; 
}

.fbdiapo-navigation a img {
	width : auto; 
	border : none ;	
}

.fbdiapo-info {
	position : relative;
	margin-top : 2px ;
	padding-bottom : 0px ;
	width : 500px;  /* La meme que l'image*/
    font-family:"Monotype Corsiva",Garamond,Times;
	font-size:15px;
	background:#5f4f36;
	color:white;
	border: 1px solid #decfb2;
	filter: alpha(opacity=70);opacity:0.70 ;
}
.fbdiapo-info a {
	font-size : 14px ;
	color : white ;
	margin:0 0 1px 0;
	background:url("../../images/hat.gif") no-repeat  ;
	padding-left : 25px ;
	line-height:1.75em;
}


.fbdiapo-info label.prix_non_remise {

	text-decoration : line-through;
}

.fbdiapo-info table.promotion img{

	width :40px ;
	height : auto;
	border : none ;
}

.fbdiapo-film-img {
	width : auto;
	margin-top : 80px ;
	margin-left : 10px ;
	background-color : 	#9e825a;
    border: 1px solid #decfb2;
    font-family:"Monotype Corsiva",Garamond,Times;
	font-size:12px;
	color:white ;
	filter: alpha(opacity=85);opacity:0.85 ;
	/* FireFox only */
	-moz-border-radius: 5% 5% 0 0 ;
    -moz-border-radius: 0 0 5% 5%;
}

.img_selected  {

	width : 117px ;
	height : auto;
	padding : 1px ;
	border : 1px solid black ;
	border-right : 4px outset black ;
	border-bottom : 4px outset black ;
	filter: alpha(opacity=100);opacity:1.00 ;
}
.img_not_selected  {

	width : 117px ;
	height : auto;
	padding : 1px ;
	border : 2px solid #decfb2;
}

.fbdiapo_table {
	width : auto;
	margin-top : 10px ;
	margin-left : 0 ;
	background-color : 	#9e825a;
    border: 1px solid #decfb2;
    font-family:"Monotype Corsiva",Garamond,Times;
	font-size:12px;
	color:white;
	filter: alpha(opacity=85);opacity:0.85 ;
	/* FireFox only */
	-moz-border-radius: 5% 5% 0 0 ;
    -moz-border-radius: 0 0 5% 5%;
}

/*.fbdiapo_table ul { list-style: none; } */
/*.fbdiapo_table ul li { display: inline; }*/

.fbdiapo_table tr td a img.img_not_selected {
		margin : 1px ;
		padding : 1px ;
		border: 1px solid #decfb2;
		width : 150px;
		height : auto;
}

.fbdiapo_table table tr td a img.img_selected {
		margin : 3px ;
		padding : 1px ;
		width : 150px;
		height : auto;
		border : 	1px solid black ;
		border-right : 4px outset black ;
		border-bottom : 4px outset black ;
}


/* Slider */
#slider {
    width: 500px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	/*border: 3px solid #decfb2;*/
}
#slider img{
	border : none ;
}

#sliderContent {
    width: 500px; /* 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-family:"Monotype Corsiva",Garamond,Times;
    padding: 10px 13px;
    width: 500px;
    background:#5f4f36;
	color:white ;
	filter: alpha(opacity=70);
	opacity:0.70 ;
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
	padding : 1px 1px 1px 1px ;
}
.bottom {
	bottom: 0;
    left: 0;
}