/* CSS Document */
/*div#diapo {
  border: 3px solid #4BD21E;
  padding: 0 5px 5px 5px;
  width: 100%;
  height: 100%;
  margin: 5px;
}
*/
div#diapo h1 {
	text-align: center;
	color: #4BD21E;
	font-size: 1.3em;
}
p.description {
	text-align: center;
	color: #CC3300;
	font-size: 1.1em;
	font-weight: bold;
}
div.entete {
}
div.entete a span {
	display: none;
}
div.entete a {
	display: block;
	width: 50px;
	height: 50px;
	margin-bottom: 10px
}

div.entete a.prev {
	background: transparent url(precedent.gif) no-repeat;
	float: left;
	margin-left: 40px;
}
div.entete a.next {
	background: transparent url(suivant.gif) no-repeat;
	float: right;
	margin-right: 40px;
}
