.produit{
	/*pour retablir flux après float*/
	clear:both;
	overflow: hidden;
	padding-top:10px;
	padding-bottom:10px;
}
.fiche{
	float:left;
	margin-right:16px;
	width:750px;
	color:#000000;

}
.fiche .haut{
	width:750px;
	height:12px;
	background:transparent url('/data/images/haut-750.gif') no-repeat;
	/* BUG IE 6 */
	margin-bottom:-2px;
}
.fiche .bas{
	clear:both;
	width:750px;
	height:12px;
	background:transparent url('/data/images/bas-750.gif') no-repeat;
}
.fiche .milieu{
	width:748px;
	background-color:#E4E4E4;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	height:85px;
	overflow: hidden;
}

.fiche .contenu{
	overflow: hidden;
	text-align: justify; 
	margin-left:143px;
	margin-right:27px;
	width:578px;
}

.produit .img{
	float:left;
	margin-left:-740px;
	margin-top:-7px;
}

.produit .img img{
	border:4px solid #E4E4E4; 
	z-index:10px;
}

.fiche  .contenu .titre{
	font-weight: bold;
	font-size: 14px;
}

.fiche  .contenu .edition{
	font-style: italic;
}

.fiche  .contenu .descriptif {
	font-style: italic;
	margin-top:10px;
}

.date{
	float:left;
	width:154px;
	color:#000000;
}
.date .haut{
	width:154px;
	height:12px;
	background:transparent url('/data/images/haut-154.gif') no-repeat;
	/* BUG IE 6 */
	margin-bottom:-2px;
}
.date .bas{
	clear:both;
	width:154px;
	height:12px;
	background:transparent url('/data/images/bas-154.gif') no-repeat;
}
.date .milieu{
	width:152px;
	/*height:80px;*/
	background-color:#E4E4E4;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	height:85px;
}
.date .contenu{
	overflow: hidden;
	text-align: center; 
	margin:auto;
	width:130px;
}

.date  .contenu .prevu {
	margin-top:17px;
	font-style: italic;
	font-size: 120%;
}

.date  .contenu .mois {
	margin-top:3px;
	font-style: italic;
	font-weight: bold;
	font-size: 17px;
}
