@charset "utf-8";
/* CSS Document */
.titre {
	font-size: 12px;
	line-height: 14px;
	color : #428270;
}	
.prix {
	font-size: 14px;
	color : #F60;	
}	
.detail {
	padding: 2px;
	color: #000;
	display:none;
}
.detail a, .detail a:link, .detail a:active, .detail a:visited, .detail a:hover {
	color: #000;
	text-decoration: underline;
}
.detail a:hover {
	text-decoration: none;
}
.accueil_promos {
	float: left;
	/*width: 233px;*/
	height: 210px;
	background-color: #FFF;
	margin: 0px;
}
.accueil_promos td {
	font-size: 10px;
}
.nodisplay{
	display: none;
}
.clear{
	clear: both;
}