/* CSS Document */

.div_liste{
	width: 95%;
	margin: 10px auto;
}

.div_liste_table{
	width: 100%;
	height: 280px;
	border-collapse:collapse;
}

.div_liste_table_td{
	margin: 0pt auto;
	vertical-align:top;
	padding: 2px;
}

.div_liste_table_td_table{
	border: 1px solid #6666FF;
	width: 100%;
	height: 100%;
	background-color:#D6DBEE;	
}

.div_liste_td_fabrication{
	color: #000000;
	font-weight: bold;
	text-align:center;
	vertical-align:top;
	height: 20px;
}

.div_liste_td_infos{
	text-align: center;
	height: 35px;
}

.div_liste_td_libelle{
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	text-transform:uppercase;
	height: 50px;
	vertical-align: top;
}

.div_liste_td_photo{
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	height: 135px;
}

.div_liste_td_photo img{
	border:1px solid #CCCCCC;
}

.default_miniature{
	background-image:url(../images/deco/no_photo_120.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	height: 120px;
	width: 120px;
}

.default_miniature span{
	display: none;
}

.div_liste_td_prix{
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 18px;
}

.div_liste_td_prix span{
	text-decoration: line-through;
}

.div_liste_td_promo{
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 18px;
}

.div_liste_td_promo span{
	background-image:url(../images/deco/narrow2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.div_liste_vide{
	margin: 10px auto;
	width:384px;
}

.div_pagination_table{
	background-image: url(../images/deco/pager_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
	width: 100%;
	margin-bottom: 5px;
}

.div_pagination_table_td_element{
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: left;

}

.div_pagination_table_td{
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: right;

}

.div_pagination_table_td img{
	border: none;
}

.div_pagination_table_td select{
	font-size: 10px;
}

