div#photo-detail {
	/*width:310px;*/
	/*height: 232px;*/
	float: right;
	margin: 5px 10px 6px 10px ;
	/*border:3px solid #CCCCCC;*/
}
.photo-premiere {
	border:3px solid #CCCCCC;
}
div#contenu-detail {
	display: table;
	margin: 0 10px 0 10px;
	text-align:justify;
	width: 640px;
}
p.titre-detail {
	color:#333333;
	font-size:1.3em;
	margin: 10px 0 0 10px;
}
p.date-detail {	
	color:#db0101;
	font-size:0.9em;
	font-weight:bold;
	margin: 2px 0 10px 10px;
}
.contenu-detail {	
	color:#000000;
	font-size:0.8em;
	/*margin: 0 10px 0 10px;*/
	text-align:justify;
}
.contenu-detail p{	
	margin: 0 0 10px 0;
	text-indent: 20px;
	text-align:justify;
}