/* === e4-liens-contraste.css === */
/* ══════════════════════════════════════════════════════════════════════════
   GROWLED — mise à niveau du contraste du texte de contenu (tout le site)

   Le module Theme Editor pose #777 sur le texte et les liens du contenu
   central, des colonnes latérales et des filtres. Sur blanc, ce gris donne
   4,48 de contraste : il manque le seuil AA de 4,5 de deux centièmes, sur des
   dizaines de milliers de mots. #666 le porte à 5,74 sans changer l'allure de
   la page — l'écart n'est pas perceptible, la conformité oui.

   Le pied de page n'est pas concerné : le thème E4 y a déjà remplacé ce gris
   par #6d6480, qui passe le seuil.

   Chargée en dernier pour primer sur themeeditor_s_1.css.
   ══════════════════════════════════════════════════════════════════════════ */

body #columns .content-inner,
body.content_only{color:#666}

body.not-index #columns .content-inner #center_column a,
body.not-index #columns .content-inner #center_column a:link,
body#index #columns .content-inner #center_column > div > section a,
body#index #columns .content-inner #center_column > div > section a:link,
body#index #columns .content-inner #center_column > div > div:not(#iqitcontentcreator) a,
body#index #columns .content-inner #center_column > div > div:not(#iqitcontentcreator) a:link,
body #columns .content-inner #right_column a,
body #columns .content-inner #right_column a:link,
body #columns .content-inner #left_column .block a,
body #columns .content-inner #left_column .block a:link,
body.content_only a,
body.content_only a:link{color:#666}

body #center-layered-nav a,
body #center-layered-nav .layered_filter_center > ul{color:#666}

body .box,
body #cmsinfo_block,
body .table tfoot tr,
body .table > thead > tr > th{color:#666}
