diff --git a/composants/categ_deb.html b/composants/categ_deb.html index cd55cbb..dde853a 100644 --- a/composants/categ_deb.html +++ b/composants/categ_deb.html @@ -2,4 +2,4 @@

@@TITRE_CATEG@@

@@DESC_CATEG@@

-
+
+
 
diff --git a/composants/element.html b/composants/element.html index d065e26..3f44d8a 100644 --- a/composants/element.html +++ b/composants/element.html @@ -1,8 +1,10 @@ +
  • @@TITRE_ELEMENT@@
    @@TITRE_IMAGE@@
    -
    +  ; +
  • diff --git a/style/avec_menu.css b/style/avec_menu.css index 7837f77..c9135d2 100644 --- a/style/avec_menu.css +++ b/style/avec_menu.css @@ -74,8 +74,10 @@ width: 78%; left: 2%; } -div#corps div.ensemble_element { +div#corps ul.ensemble_element { min-height: 10em; +list-style-type: none; +padding: 0 5px; } div#corps a.cadre { @@ -163,3 +165,7 @@ padding: 0; font-size: 10px; text-align: center; } + +.cache_cache { +display: none; +} diff --git a/style/sans_menu.css b/style/sans_menu.css index a4ef963..a735263 100644 --- a/style/sans_menu.css +++ b/style/sans_menu.css @@ -74,8 +74,10 @@ width: 98%; left: 2%; } -div#corps div.ensemble_element { +div#corps ul.ensemble_element { min-height: 10em; +list-style-type: none; +padding: 0 5px; } div#corps a.cadre { @@ -164,3 +166,6 @@ font-size: 10px; text-align: center; } +.cache_cache { +display: none; +}