
body {
	margin: 0;
	padding: 0;
	color:#fff;
	font: normal 90% "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Arial,Helvetica,Sans-Serif;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

h2 {
	font-size: 2em;
	font-weight:bold;
	color: #b7db44;
}

a {
	font-weight:bold;
	color:#fff;
}

/*Mise en place des différentes parties slides*/
#slide1, #slide2, #slide3 ,#slide4, #slide5, #slide6 {
	height: 1000px;
	padding-top:100px;
}

#slide1 {
	background: url(img/slide1.jpg) center 0 no-repeat fixed;	
}

#slide2 {
	background: url(img/slide2.jpg) center 0 no-repeat fixed;
}

#slide3 {
	background: url(img/slide3.jpeg) center 0 no-repeat fixed;
}

#slide4 {
	background: url(img/slide4.jpeg) center 0 no-repeat fixed;
}

#slide5 {
	background: url(img/slide5.jpg) center 0 no-repeat fixed;
}

#slide6 {
	background: url(img/slide6.jpg) center 0 no-repeat fixed;
}






#slide2 .bg{
  background: url(img/cow.png) center 0 no-repeat fixed;
  position: absolute;
  z-index: 200;
}

#godasse {
  position: absolute;
  left: 1120px; top: 1600px;
  transform: rotate(10deg);
  transition: all 1.4s cubic-bezier(.49,.22,.52,1);
}


#cow {
  position: absolute;
  left: 1120px; top: 1600px;  
}

#goat {
  position: absolute;
  left: 1200px; top: 700px;
}

#starfish {
  position: absolute;
  left: 120px; top: 2900px;
}



/*Gestion du contenu*/
.slide_inside {
	width: 980px;
	margin: 0 auto;
}

#slide1  .slide_inside {
	text-align:center;
}

#slide2 .slide_inside p {
	width: 500px;
	text-align:justify;
}

#slide3 .slide_inside {
	background-color: rgba(0, 0, 0, 0.5);
	margin-top:50px;
	padding:50px;
}

#slide4  .slide_inside {
	text-align:center;
}

#slide5  .slide_inside {
	text-align:center;
}

#slide6  .slide_inside {
	text-align:center;
}