diff --git a/library/Class/AlbumCategorie.php b/library/Class/AlbumCategorie.php
index 5c5d97687e8d2d86af442173c268393727bcedc6..c2fd9b2f433c17da08e6165232fe2eee6af9cf23 100644
--- a/library/Class/AlbumCategorie.php
+++ b/library/Class/AlbumCategorie.php
@@ -75,7 +75,7 @@ class Class_AlbumCategorie extends Storm_Model_Abstract {
 
 															 'albums' => array('model' => 'Class_Album',
 																								 'role' => 'categorie',
-																								 'order' => 'libelle',
+																								 'order' => 'titre',
 																								 'dependents' => 'delete'));
 
 	protected $_default_attribute_values = array('parent_id' => 0);