









#realisation {
	width:100%;
	height:400px;
	background:url('../media/background.jpg') no-repeat  center -150px #cfcfcf;
	border-top:1px #fff solid;
	border-bottom:6px #fff solid;
}



















/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:940px;
	height:400px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:840px;
  height:400px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:840px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:400px;
  background:url('../media/slideshow_bg.png') no-repeat 0px 0px
}


.slide img {
	float:left;
	margin:60px 50px 0px 87px;
}


.slide .content {
float:left;
width:250px;
padding:90px 0px 0px 0px;
}

.slide h1 {
	padding:0px;
	margin:0px;
	font-size:0.9em;
	color:#151515;
	text-shadow:1px 1px 1px #fff;
}

.slide h2 {
	margin:0px;
	padding:0px 0px 4px 0px;
	font-size:0.85em;
	color:#959595;
	font-weight:normal;
}

.slide h2 a{
	color:#959595;
	text-decoration:none;
}

.slide p {
	margin:0px;
	padding:0px 0px 10px 0px;
	font-size:0.75em;
	color:#505050;
}

.slide a:hover {
	color:#a0cb29;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:400px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;

}
#leftControl {
  top:0;
  left:0;
  background:transparent url('../media/control_left.png') no-repeat 0 180px;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url('../media/control_right.png') no-repeat 0 180px;
}
