@charset "utf-8";
/* CSS Document */
#MonSlideShow #ContenuSlide{
  margin:0 auto;
  width:667px;/*560px;*/
  height:263px;/*263px;*/
  /*overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}

#MonSlideShow #ContenuSlide .slide {
  margin:0 auto;
  width:647px;   /*reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:263px;
}

.control {
  display:block;
  width:63px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
/*  top:500px;
  left:420px;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;*/
  	/*top:500px;*/
	margin-left:100px;
	background-color: transparent;
	background-image: url(img/control_left.jpg);
	background-repeat: no-repeat;
	background-position: left 0;
  
}
#rightControl {
	/*bottom: 300px;*/
	/*padding-left:890px;*/
	margin-left:890px;
	margin-top:-258px;
	margin-right:200px;
	background-color: transparent;
	background-image: url(img/control_right.jpg);
	background-repeat: no-repeat;
	background-position: right 0;

}

#navDiapo{
	display:block;
	width:31px;
	height:31px;
	position:absolute;
	/*right:350px;*/
    /*bottom:-15px;*/
/*	right:50em;
	bottom: auto;*/
    cursor:pointer;
	padding-left:800px;
	margin-top:-35px;
	/*margin-top:-40px;*/
/*	left: 865px;
	top: 556px*/;
}
