/** 
 * Slideshow style rules.
 */
body {
	background:url(../../img/display/bgNOISE.jpg) repeat 0 0;

}



html,body{
	margin:0;
	padding:0;
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	height:100%;
	border:none;

}

.lineBg {
	position:absolute;
	height:389px;
	top:200px;
	left:0;
	right:0;
	z-index:-1;
	overflow:hidden;
}

.lineBgInner {
	margin-top:200px;;
}


#leftShadow {
	position:fixed;
	height:100%;
	width:26px;
	background-image:url(../../img/display/leftshadow.png);
	margin-left:-23px;
}

#bigContainer {
	margin:auto;
	width:975px;
	height:auto;
	background:url(../../img/display/flareBGDark.jpg) repeat-y 0 0;
	margin-top:0px;
	background-color:#1D1D1D;
	overflow:hidden;
	min-height:700px;
}


#slideshow {
	float:left;
	margin-left:8px;
	width:650px;
	/*max-width:971px;*/
	height:710px;
	background:transparent url(../../img/display/descBar.png) repeat 0 0;
	position:relative;
/*	display:none;*/
	margin-top:30px;
}

.descBar {
/*	//background:transparent url(../../img/display/descBar.png) no-repeat 0 0;*/
	font-family:Arial BLACK;
	color:#FFF;
	margin: 0 auto;
	position:relative;
	bottom:0px;
	left:-50px;
	width:800px;
	height:42px;
}

.descBarAut {
	font-family:arial;
	
}

#slideshow h2 {
	color:#CCC;
	margin-top:-13px;
	margin-right:5px;
	margin-left:0px;
	margin-bottom:0px;
	z-index:100;
	text-align:right;
	font-size:12px;
}

.slideSpan {
	padding:0;
	margin-bottom:-30px;
	margin-left:3px;
	background:url(../../img/display/blank.gif) no-repeat center center;	
}

#slideshow a:link {
	text-decoration:none;
	color:#CCC;
}

#slideshow a:visited {
	text-decoration:none;
	color:#CCC;
}

#slideshow h3 {
	color:#999;
	margin-top:0px;
	margin-right:5px;
	margin-left:0px;
	margin-bottom:0px;
	z-index:100;
	text-align:right;
	font-size:11px;
}

#slideInner {
	height:100px;
	margin-left:2px;
}


#slideshow a:active {
	text-decoration:none;	
}

#slideshow img {
	margin-left:0px;
	margin-top:-20px;
	margin-right:0px;
	border-style:none;
}


#slideshow #slidesContainer {
  margin:0 auto;
  margin-top:7px;
  width:920px;
  height:690px;
  overflow:scroll; /* affiche une scrollbar au cas ou */
  position:relative;
  overflow-x:hidden;
  
    scrollbar-face-color: #666;
    scrollbar-shadow-color: #333;
    scrollbar-highlight-color: #999;
    scrollbar-3dlight-color: #949494;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #CCC;
}


.jsH {
	visibility:hidden;	
}



#slideshow #slidesContainer .slide {
  margin:0 auto;
  margin-top:15px;
  width:900px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:510px;
  margin-bottom:50px;
  margin-top:35px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:134px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index:100;
}

#navDiapo{
	cursor:pointer;
	position:absolute;
	width:20px;
	left:530px;
	top:-30px;
}



#navBtn {
	position:relative;
	width:auto;
	top:20px;
	right:465px;
	margin-bottom:-10px;
}
 

#leftControl {
	position:absolute;
	background:transparent url(../../img/display/control_left.png) no-repeat 0 0;
	width:20px;
	top:-70px;
	left:475px;
}


#rightControl {
	position:absolute;
	width:20px;
	background:transparent url(../../img/display/control_right.png) no-repeat 0 0;
	top:-70px;
	left:505px;
}

