.diaporama {
	float:left;
	margin-left:0px;
	background-color:#000000;
	width: 700px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:30px;
	padding:0;
}

.article{
	background: black;
	color: #333333;
	margin: 10px 10px 10px 0 ;
	padding: 0 0 0 0;
	border-left: 10px solid black;
	border-right: 10px solid black;
	border-bottom: 10px solid black;
	color: #FFFFFF;
}
.navchiffre{
	text-align:right;
	color: white; 
	margin-bottom:10px;
	padding-right:10px;
}
.navdiapo{
	background-color:black;
	width: 690px;
	padding-top: 10px;
	padding-left:  10px;
	color:#FFFFFF;
}
.navdiapo img{
	clear: both;
	border: solid 1px #ccc;
	height: 25px;
	width: 25px;
}

.nextlink {
	float:right;
	width:295px;
	margin:0px;
	padding-right:5px;
	text-align:right;
}
.nextlink a{
	color:#fff;
	width:295px;
	height:22px;
	display:block;
	background:url(../images/icons/next.png) no-repeat right;
}
.nextlink a:hover{
	background:url(../images/icons/next_hover.png) no-repeat right;
}

.previouslink {
	float:left;
	width:295px;
	margin:0px;
	height:22px;
	padding-left:5px;
}
.previouslink a{
	color:#fff;
	width:295px;
	height:22px;
	display:block;
	background:url(../images/icons/previous.png) no-repeat;

}
.previouslink a:hover{
	background:url(../images/icons/previous_hover.png) no-repeat;

}

.diapolist img {
	width:680px;
	margin-left:10px;
	border:1px solid #fff;
}