@charset "UTF-8";
/* CSS Index */
h2{
	font-size:1.8em;
	margin-bottom:10px;	
}
p{
	width:600px;
	margin-bottom:0px;
}
#slideshow{
	background:url(../img/visionneuse_bg.jpg);
	width:760px;
	height:390px;
	margin:0 auto 40px auto;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:661px;
  height:327px;
  overflow:none; /* allow scrollbar */
  position:relative;
}
.slide p{
position:absolute;
  margin-top:20px;
  width:642px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:317px;
  cursor:crosshair;
}
.slide p object a:hover{
  cursor:pointer;
}
.control{
  display:block;
  width:33px;
  height:65px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl{
  top:127px;
  left:7px;
  background:transparent url(../img/visionneuse_flecheG.jpg) no-repeat 0 0;
}
#rightControl{
  top:127px;
  right:7px;
  background:transparent url(../img/visionneuse_flecheD.jpg) no-repeat 0 0;
}
#leftControl:hover, #rightControl:hover{
	background-position:0 -65px;
}
