@charset "utf-8";
/* CSS Document */
#souvenirs{
	margin-top: 18px;
	overflow: hidden;
	zoom: 1;
}

#souvenirs #table-list{
	width: 100%;
}

#souvenirs #table-list .date, #souvenirs table .price, #souvenirs table .order{
	text-align: center;
}

#souvenirs #table-list .order{
	width: 30%;
	position: relative;
}

#souvenirs #table-list .order span{
	position: relative;
	top: -10px;
}

#souvenirs #table-remise{
	float: left;
	margin-left: 15px;
	width: 50%;
}

#souvenirs #table-total{
	float: right;
	margin-right: 15px;
	width: 30%;
}

#souvenirs #table-total #td-total{
	width: 15%;
}
