diff --git a/htdocs/product/canvas/livre/fiche-create.tpl b/htdocs/product/canvas/livre/fiche-create.tpl
new file mode 100644
index 00000000000..c0eb5a3d967
--- /dev/null
+++ b/htdocs/product/canvas/livre/fiche-create.tpl
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/htdocs/product/canvas/livre/fiche-edit.tpl b/htdocs/product/canvas/livre/fiche-edit.tpl
new file mode 100644
index 00000000000..785f19cc290
--- /dev/null
+++ b/htdocs/product/canvas/livre/fiche-edit.tpl
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/htdocs/product/canvas/livre/fiche-view.tpl b/htdocs/product/canvas/livre/fiche-view.tpl
new file mode 100644
index 00000000000..91a884a6722
--- /dev/null
+++ b/htdocs/product/canvas/livre/fiche-view.tpl
@@ -0,0 +1,86 @@
+
+
+
+
+ | Titre |
+ {$prod_label} |
+
+
+ | ISBN |
+ {$prod_isbn} |
+ ISBN-13 |
+ {$prod_isbn13} |
+
+
+
+ | EAN |
+ {$prod_ean} |
+ Code barre |
+ {$prod_ean} |
+
+
+ | Pages |
+ {$prod_pages} |
+ Format |
+ {$prod_format} |
+
+
+ | Prix au feuillet |
+ {$prod_pxfeuil} |
+
+ Prix couverture |
+ {$prod_pxcouv} |
+
+
+ | Prix de revient |
+ {$prod_pxrevient} |
+ Prix de vente |
+ {$prod_pxvente} |
+
+
+
+
+
+
+
+ | Stock |
+ {$prod_stock_dispo} |
+
+
+
+ | Stock réel |
+ {$prod_stock_reel} |
+ Exemplaires en commande |
+ {$prod_stock_in_command} |
+
+
+
+ | Emplacement Stock |
+ {$prod_pages} |
+
+
+
+
+
+
+
+
+ | Durée du contrat : |
+ {$prod_contrat_duree} |
+ Date d'application |
+ |
+
+
+
+ | Taux conclu |
+ {$prod_contrat_taux} |
+ Quantité achetée |
+ {$prod_contrat_quant} |
+
+
+
+
+
+
+
+
\ No newline at end of file