/* CSS Document */

.div_liste{
	width: 100%;
	margin: 10px auto;
	/*background-image:url(../images/deco/bg_centre.png);
	background-position: left top;
	background-repeat:no-repeat;*/
}

.div_liste_td_descriptif{
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	padding: 3px 4px;
	vertical-align: top;
	text-align:left;
	height: 75px;
}

.div_liste_button{
	vertical-align: bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}

.div_liste_button a{
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}

.div_liste_button a:hover{
	text-decoration:underline;
}

.div_liste_table_bottom{
	/*background-image:url(../images/deco/cadre_liste_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	background-color:#000000;
	vertical-align:top;
	height: 29px;
	width: 100%;
}

.div_liste_table_center{
	vertical-align:top;
	/*background-image:url(../images/deco/cadre_liste_center.jpg);
	background-repeat: repeat-y;
	background-position: left top;*/
	background-color:#D5D7CC;
	height: 142px;
	width: 100%;
	border: solid 1px #000000;
}

.div_liste_table{
	width: 578px;
	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 #FF6600;
	width: 100%;
	height: 100%;	
}

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

.div_liste_td_libelle{
	width: 100%;
}

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

.div_liste_table_titre{
	/*background-image:url(../images/deco/cadre_liste_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
	background-color:#000000;
	width: 100%;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	height: 26px;
	vertical-align: top;
}

.div_liste_table_titre div{
	margin-top: 8px;
}

.div_liste_td_photo{
	vertical-align: top;
	padding-left : 7px;
	width: 119px;
}

.div_liste_td_photo a:hover{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
	opacity: 1;
}

.div_liste_td_photo a:hover{
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
	opacity: 0.6;
}

.div_liste_td_photo img{
	border: none;
}

.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-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

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

.div_liste_td_promo{
	color: #FF0000;
	font-weight: bold;
}

.div_liste_td_promo span{

}

.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;*/
	background-image: url(../images/deco/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 59px;
	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;
}

