/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STYLES REPORTAGE */
img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
}	
.expo { 	
	float: left;
	width: auto;
	height: auto;
	text-align: center;
	padding-bottom: 20px;
	padding-right: 10px;
}
.legende {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-style: italic;
	font-size: 8pt; 
	color: #aaaaaa;
}
#nav {
	float: right;
	width: 200px;
	height: 20px;
	font-family: "Courier New",Courier,monospace; 
	font-size: 13pt; 
	font-weight: bold; 
	color: #888888;
}
#moyen {
	float: left;
	width: 600px;
	min-height: 550px;
	padding-left: 50px;
	margin-bottom: 20px;
	background-color: #ffffff;
}
