*{
	margin: 0;
    padding: 0;
}
body {
	width: 1300px;
	display: block;
	margin: auto;
	background-color: #E8E3E3;
}
h1 {
		margin-top: 0px;
        text-align: center;
        color: teal;
        font-size: 30px;
}

.diaporama{
	position:relative;
	border-radius:15px; border:solid 20px white;
	margin: 0 auto;
	width:700px;
	height: 465px;
}

.diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute
}

.diaporama_controls{
	width:50%;
	margin:3px 0;
	padding:5px;
	clear:both;
	overflow:hidden;
}

.diaporama_controls .btns{
	float:right;
}

.diaporama_controls a{
	font-weight:normal;
	width:10px;
	height:13px;
	text-indent:-9999px;
	display:inline-block;
	margin:0 3px;
}

.diaporama_controls .prev{
	background:url(img/fleches_diapo.png) no-repeat top right;
}

.diaporama_controls .next{
	background:url(img/fleches_diapo.png) no-repeat top left;
}

.diaporama_controls .pause{
	background:url(img/fleches_diapo.png) no-repeat bottom right;
}

.diaporama_controls .play{
	background:url(img/fleches_diapo.png) no-repeat bottom left;
}
.shadowbox {
  width: 600px;
  height: 130px;
  margin: auto;
  text-align: justify;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 8px 8px 5px #000;
  padding: 8px 15px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
}

