/* ------------------------------------------------------------
   Copyright (c) Marketing Internet, tous droits réservés.
   http://www.marketing-internet.fr
   
   Nomenclature :
   bloc_ --> Bloc
   box_  --> Boites
   el_	 --> Element [de boite, ...]
   txt_  --> Formatage de textes
   img_  --> Images

   Imbrication de noms, ordre = du plus grand élément vers le plus petit. Exception : bloc_ parce qu'un truc est forcément dans un bloc
   Exemple pour une image qui est un élement de boite :
   Boite -> Element de boite -> Image --> box_el_img_nomdelimage
   ------------------------------------------------------------ */
/* Parties communes */
/* Propriétés générales et éléments */

ul.plan{margin-left:3px;}
li.plant{margin:0px;padding:0px;padding-bottom:5px;border-bottom: thin dotted #FFB879;  list-style-type: none; padding-left:5px; border-left: solid #FFB879 3px; padding-top:5px; background-color:#F8FAFC;}
li.plan{margin:0px;padding:0px;padding-bottom:5px;border-bottom: thin dotted #FFB879;  list-style-type: none; padding-left:5px; border-left: solid #FFB879 2px; padding-top:5px;}