Jump to content

Validation W3C


Recommended Posts

Bonjour,

 

Afin de d'optimiser mon référencement, je souhait modifier les 7 erreurs trouver par W3C.

Je ne trouve pas dans quel fichier effectuer ces modifications (compétences minimales).

Quelqu'un peut-il m'aider?

 

Validation Output: 7 Errors

  1. error.pngLine 16, Column 48: end tag for "meta" omitted, but OMITTAG NO was specified
    <meta name="viewport" content="width=1044">

     
    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
  2. info.pngLine 16, Column 5: start tag was here
    <meta name="viewport" content="width=1044">
  3. error.pngLine 172, Column 48: document type does not allow element "select" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "address", "fieldset" start-tag
    <select onchange="setCurrency(this.value);">

     
    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
  4. error.pngLine 579, Column 10: there is no attribute "align"
    <p align="left"><span style="color: #727272;">NEOSMOKE <strong>révolutionne</st…

     
    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  5. error.pngLine 579, Column 535: there is no attribute "align"
    …ign="left"> </p> <ul> <li> <div align="left"><strong><span style="color: #7272…

     
    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  6. error.pngLine 702, Column 97: there is no attribute "target"
    …ages/Neosmoke/133125086876930" target="_blank"></a></li> <li><a class="tw-ic…

     
    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  7. error.pngLine 728, Column 11: end tag for element "div" which is not open
    </div>

     
    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
    If this error occurred in a script section of your document, you should probably read this FAQ entry.
  8. error.pngLine 731, Column 10: end tag for element "div" which is not open
    </div>

     
    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
    If this error occurred in a script section of your document, you should probably read this FAQ entry.

Link to comment
Share on other sites

Je viens de corriger la première /> dans header.tpl

Bizarrement w3c m'annonce plus que 5 erreurs alors qu'il y en avait 7 et 1 avertissement.

 

Validation Output: 5 Errors

  1. error.pngLine 172, Column 48: document type does not allow element "select" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "address", "fieldset" start-tag
    <select onchange="setCurrency(this.value);">

     
    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
  2. error.pngLine 580, Column 10: there is no attribute "align"
    <p align="left"><span style="color: #727272;">Avec NeoSmoke, vous avez les <str…

     
    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  3. error.pngLine 703, Column 97: there is no attribute "target"
    …ages/Neosmoke/133125086876930" target="_blank"></a></li> <li><a class="tw-ic…

     
    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  4. error.pngLine 729, Column 11: end tag for element "div" which is not open
    </div>

     
    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
    If this error occurred in a script section of your document, you should probably read this FAQ entry.
  5. error.pngLine 732, Column 10: end tag for element "div" which is not open
    </div>

     
    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
    If this error occurred in a script section of your document, you should probably read this FAQ entry.

Link to comment
Share on other sites

Plus que 3 erreurs, mais la je bloque.

Je ne comprends pas les erreurs.

Quelqu'un peut-il m'aider ?

 

Validation Output: 3 Errors

  1. error.pngLine 172, Column 48: document type does not allow element "select" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "address", "fieldset" start-tag
    <select onchange="setCurrency(this.value);">

     
    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.
    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
  2. error.pngLine 580, Column 10: there is no attribute "align"
    <p align="left"><span style="color: #727272;">Avec NeoSmoke, vous avez les <str…

     
    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  3. error.pngLine 703, Column 97: there is no attribute "target"
    …ages/Neosmoke/133125086876930" target="_blank"></a></li> <li><a class="tw-ic…

     
    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

↑ Top

 

Source Listing

 

Below is the source input I used for this validation:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  2. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 lt-ie6 " lang="en"> <![endif]-->
  3. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8 ie7" lang="en"> <![endif]-->
  4. <!--[if IE 8]> <html class="no-js lt-ie9 ie8" lang="en"> <![endif]-->
  5. <!--[if gt IE 8]> <html lang="fr" class="no-js ie9" lang="en"> <![endif]-->
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
  7. <head>
  8. <title>NeoSmoke, le spécialiste de la cigarette electronique - NeoSmoke</title>
  9. <meta name="description" content="NeoSmoke.fr, spécialiste de la cigarette électronique et liquide pour cigarette electronique" />
  10. <meta name="keywords" content="NeoSmoke,neosmoke,cigarette,cigarettes,electronique,electroniques,cigarette electronique,cigarettes electroniques,e-cigarette,e-cigarettes,ecigarette,ecigarettes,eliquide,eliquides,e-liquide,e-liquides" />
  11. <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
  12. <meta http-equiv="content-language" content="fr" />
  13. <meta name="generator" content="PrestaShop" />
  14. <meta name="viewport" content="width=1044" />
  15. <meta name="robots" content="index,follow" />
  16. <link rel="icon" type="image/vnd.microsoft.icon" href="/img/favicon.ico?1368351751" />
  17. <link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico?1368351751" />
  18. <script type="text/javascript">
  19. var baseDir = 'http://www.neosmoke.fr/';
  20. var baseUri = 'http://www.neosmoke.fr/';
  21. var static_token = 'ce389d5c4546d448049a0ca3892f7dfb';
  22. var token = '085c9c468990e8aa9f4ff43e4cf0501e';
  23. var priceDisplayPrecision = 2;
  24. var priceDisplayMethod = 0;
  25. var roundMode = 2;
  26. </script>
  27. <link href="/themes/novus/css/global.css" rel="stylesheet" type="text/css" media="all" />
  28. <link href="/themes/novus/css/modules/blockcart/blockcart.css" rel="stylesheet" type="text/css" media="all" />
  29. <link href="/themes/novus/css/modules/blockmyaccount/blockmyaccount.css" rel="stylesheet" type="text/css" media="all" />
  30. <link href="/themes/novus/css/modules/blockcategories/blockcategories.css" rel="stylesheet" type="text/css" media="all" />
  31. <link href="/themes/novus/css/modules/blockcurrencies/blockcurrencies.css" rel="stylesheet" type="text/css" media="all" />
  32. <link href="/themes/novus/css/modules/blockmyaccountfooter/blockmyaccount.css" rel="stylesheet" type="text/css" media="all" />
  33. <link href="/themes/novus/css/modules/blocknewproducts/blocknewproducts.css" rel="stylesheet" type="text/css" media="all" />
  34. <link href="/themes/novus/css/modules/blockuserinfo/blockuserinfo.css" rel="stylesheet" type="text/css" media="all" />
  35. <link href="/themes/novus/css/modules/blocklanguages/blocklanguages.css" rel="stylesheet" type="text/css" media="all" />
  36. <link href="/themes/novus/css/modules/blocktags/blocktags.css" rel="stylesheet" type="text/css" media="all" />
  37. <link href="/themes/novus/css/modules/homefeatured/homefeatured.css" rel="stylesheet" type="text/css" media="all" />
  38. <link href="/themes/novus/css/modules/blocknewsletter/blocknewsletter.css" rel="stylesheet" type="text/css" media="all" />
  39. <link href="/themes/novus/css/modules/editorial/editorial.css" rel="stylesheet" type="text/css" media="all" />
  40. <link href="/themes/novus/css/modules/blockcontactinfos/blockcontactinfos.css" rel="stylesheet" type="text/css" media="all" />
  41. <link href="/modules/wpsocial/css/wpsocial.css" rel="stylesheet" type="text/css" media="all" />
  42. <link href="/js/jquery/plugins/autocomplete/jquery.autocomplete.css" rel="stylesheet" type="text/css" media="all" />
  43. <link href="/themes/novus/css/product_list.css" rel="stylesheet" type="text/css" media="all" />
  44. <link href="/themes/novus/css/modules/blocksearch/blocksearch.css" rel="stylesheet" type="text/css" media="all" />
  45. <link href="/themes/novus/css/modules/blockcms/blockcms.css" rel="stylesheet" type="text/css" media="all" />
  46. <link href="/modules/paypal/css/paypal.css" rel="stylesheet" type="text/css" media="all" />
  47. <link href="/modules/productcomments/productcomments.css" rel="stylesheet" type="text/css" media="all" />
  48. <link href="/modules/mailalerts/mailalerts.css" rel="stylesheet" type="text/css" media="all" />
  49. <link href="/themes/novus/css/modules/blocktopmenu/css/superfish-modified.css" rel="stylesheet" type="text/css" media="all" />
  50. <link href="/modules/wpnivoslider/css/style.css" rel="stylesheet" type="text/css" media="all" />
  51. <link href="/modules/wpnivoslider/css/nivo-slider.css" rel="stylesheet" type="text/css" media="all" />
  52. <!--[if lt IE 9]><link href="http://www.neosmoke.fr/themes/novus/css/ie.css" rel="stylesheet" type="text/css" media="all" /><![endif]-->
  53. <link href="http://www.neosmoke.fr/themes/novus/css/custom.css" rel="stylesheet" type="text/css" media="all" />
  54. <script type="text/javascript" src="/js/jquery/jquery-1.7.2.min.js"></script>
  55. <script type="text/javascript" src="/js/jquery/plugins/jquery.easing.js"></script>
  56. <script type="text/javascript" src="/js/tools.js"></script>
  57. <script type="text/javascript" src="/themes/novus/js/modules/blockcart/ajax-cart.js"></script>
  58. <script type="text/javascript" src="/themes/novus/js/tools/treeManagement.js"></script>
  59. <script type="text/javascript" src="/js/jquery/plugins/autocomplete/jquery.autocomplete.js"></script>
  60. <script type="text/javascript" src="/modules/blocktopmenu/js/hoverIntent.js"></script>
  61. <script type="text/javascript" src="/themes/novus/js/modules/blocktopmenu/js/superfish-modified.js"></script>
  62. <script type="text/javascript" src="/modules/wpnivoslider/js/jquery.nivo.slider.pack.js"></script>
  63. <!--[if lt IE 9]> <script src="http://www.neosmoke.fr/themes/novus/js/ie-specific.js" type="text/javascript"></script> <![endif]-->
  64. <script src="http://www.neosmoke.fr/themes/novus/js/custom.js" type="text/javascript"></script>
  65. <link rel="alternate" type="application/rss+xml" title="NeoSmoke, le spécialiste de la cigarette electronique - NeoSmoke" href="http://www.neosmoke.fr/modules/feeder/rss.php?id_category=0&orderby=price&orderway=asc" /><script type="text/javascript">
  66. $(document).ready( function() {
  67. $('#payment_paypal_express_checkout').click(function() {
  68. $('#paypal_payment_form').submit();
  69. return false;
  70. });
  71. $('#paypal_payment_form').live('submit', function() {
  72. var nb = $('#quantity_wanted').val();
  73. var id = $('#idCombination').val();
  74. $('#paypal_payment_form input[name=quantity]').val(nb);
  75. $('#paypal_payment_form input[name=id_p_attr]').val(id);
  76. });
  77. function displayExpressCheckoutShortcut() {
  78. var id_product = $('input[name=id_product]').val();
  79. var id_product_attribute = $('input[name=id_product_attribute]').val();
  80. $.ajax({
  81. type: "GET",
  82. url: baseDir+'/modules/paypal/express_checkout/ajax.php',
  83. data: { get_qty: "1", id_product: id_product, id_product_attribute: id_product_attribute },
  84. cache: false,
  85. success: function(result) {
  86. if (result >= '1')
  87. $('#container_express_checkout').slideDown();
  88. else
  89. $('#container_express_checkout').slideUp();
  90. return true;
  91. }
  92. });
  93. }
  94. $('select[name^=group_]').change(function () {
  95. displayExpressCheckoutShortcut();
  96. });
  97. $('.color_pick').click(function () {
  98. displayExpressCheckoutShortcut();
  99. });
  100. var modulePath = 'modules/paypal';
  101. var subFolder = '/integral_evolution';
  102. var fullPath = baseDir + modulePath + subFolder;
  103. var confirmTimer = false;
  104. if ($('form[target=hss_iframe]').length == 0) {
  105. if ($('select[name^=group_]').length > 0)
  106. displayExpressCheckoutShortcut();
  107. return false;
  108. } else {
  109. checkOrder();
  110. }
  111. function checkOrder() {
  112. confirmTimer = setInterval(getOrdersCount, 1000);
  113. }
  114. });
  115. </script><script type="text/javascript">
  116. var _gaq = _gaq || [];
  117. _gaq.push(['_setAccount', 'UA-40191393-1']);
  118. // Recommanded value by Google doc and has to before the trackPageView
  119. _gaq.push(['_setSiteSpeedSampleRate', 5]);
  120. _gaq.push(['_trackPageview']);
  121. (function() {
  122. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  123. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  124. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  125. })();
  126. </script>
  127. </head>
  128. <body id="index" class=" ">
  129. <div id="pagewrap">
  130. <div id="page" class="drop-shadow perspective">
  131. <!-- Header -->
  132. <div id="header">
  133. <a id="header_logo" href="http://www.neosmoke.fr/" title="NeoSmoke">
  134. <img class="logo" src="/img/logo-1.jpg?1368351751" alt="NeoSmoke" width="366" height="80" />
  135. </a>
  136. <div id="header_right">
  137. <!-- Block languages module -->
  138. <!-- /Block languages module -->
  139. <!-- Block currencies module -->
  140. <div id="currencies_block_top">
  141. <label>Devises:</label>
  142. <form id="setCurrency" action="/" method="post">
  143. <select onchange="setCurrency(this.value);">
  144. <option value="1" selected="selected">
  145. Euro
  146. </option>
  147. </select>
  148. <p>
  149. <input type="hidden" name="id_currency" id="id_currency" value=""/>
  150. <input type="hidden" name="SubmitCurrency" value="" />
  151. </p>
  152. </form>
  153. </div>
  154. <!-- /Block currencies module -->
  155. <!-- Block user information module HEADER -->
  156. <div id="header_user">
  157. <p id="header_user_info">
  158. Bienvenue,
  159. <a href="http://www.neosmoke.fr/mon-compte" class="login">Identifiez-vous</a>
  160. </p>
  161. <ul id="header_nav">
  162. <li id="shopping_cart">
  163. <a href="http://www.neosmoke.fr/commande" title="Votre panier d'achat">Panier :
  164. <span class="ajax_cart_quantity hidden">0</span>
  165. <span class="ajax_cart_product_txt hidden">produit</span>
  166. <span class="ajax_cart_product_txt_s hidden">produits</span>
  167. <span class="ajax_cart_total hidden">
  168. 0,00 €
  169. </span>
  170. <span class="ajax_cart_no_product">(vide)</span>
  171. </a>
  172. </li>
  173. <li id="your_account"><a href="http://www.neosmoke.fr/mon-compte" title="Votre compte">Votre compte</a></li>
  174. </ul>
  175. </div>
  176. <!-- /Block user information module HEADER -->
  177. <!-- block seach mobile -->
  178. <!-- Block search module TOP -->
  179. <div id="search_block_top">
  180. <form method="get" action="http://www.neosmoke.fr/recherche" id="searchbox">
  181. <p>
  182. <label for="search_query_top"><!-- image on background --></label>
  183. <input type="hidden" name="controller" value="search" />
  184. <input type="hidden" name="orderby" value="position" />
  185. <input type="hidden" name="orderway" value="desc" />
  186. <input class="search_query" type="text" id="search_query_top" name="search_query" value="" />
  187. <input type="submit" name="submit_search" value="" class="button" />
  188. </p>
  189. </form>
  190. </div>
  191. <script type="text/javascript">
  192. // <![CDATA[
  193. $('document').ready( function() {
  194. $("#search_query_top")
  195. .autocomplete(
  196. 'http://www.neosmoke.fr/recherche', {
  197. minChars: 3,
  198. max: 10,
  199. width: 500,
  200. selectFirst: false,
  201. scroll: false,
  202. dataType: "json",
  203. formatItem: function(data, i, max, value, term) {
  204. return value;
  205. },
  206. parse: function(data) {
  207. var mytab = new Array();
  208. for (var i = 0; i < data.length; i++)
  209. mytab[mytab.length] = { data: data, value: data.cname + ' > ' + data.pname };
  210. return mytab;
  211. },
  212. extraParams: {
  213. ajaxSearch: 1,
  214. id_lang: 5
  215. }
  216. }
  217. )
  218. .result(function(event, data, formatted) {
  219. $('#search_query_top').val(data.pname);
  220. document.location.href = data.product_link;
  221. })
  222. });
  223. // ]]>
  224. </script>
  225. <!-- /Block search module TOP -->
  226. </div>
  227. <!-- Menu -->
  228. <div class="sf-contener clearfix">
  229. <ul class="sf-menu clearfix">
  230. <li ><a href="http://www.neosmoke.fr/">Accueil</a><ul><li ><a href="http://www.neosmoke.fr/8-cigarettes-electroniques-nos-kits">e-Cigarettes</a></li><li'>http://www.neosmoke.fr/8-cigarettes-electroniques-nos-kits">e-Cigarettes</a></li><li ><a href="http://www.neosmoke.fr/7-e-liquides">e-Liquides</a><ul><li'>http://www.neosmoke.fr/7-e-liquides">e-Liquides</a><ul><li ><a href="http://www.neosmoke.fr/10-saveurs-tabac">Saveurs'>http://www.neosmoke.fr/10-saveurs-tabac">Saveurs Tabac</a></li><li ><a href="http://www.neosmoke.fr/11-saveurs-naturelles-et-fruitees">Saveurs'>http://www.neosmoke.fr/11-saveurs-naturelles-et-fruitees">Saveurs Naturelles et Fruitées</a></li><li ><a href="http://www.neosmoke.fr/12-saveurs-gourmandes-et-bonbon">Saveurs'>http://www.neosmoke.fr/12-saveurs-gourmandes-et-bonbon">Saveurs Gourmandes et Bonbon</a></li></ul></li><li ><a href="http://www.neosmoke.fr/9-accessoires">Accessoires</a><ul><li'>http://www.neosmoke.fr/9-accessoires">Accessoires</a><ul><li ><a href="http://www.neosmoke.fr/14-accessoires-ecab">Accessoires'>http://www.neosmoke.fr/14-accessoires-ecab">Accessoires eCab</a></li><li ><a href="http://www.neosmoke.fr/15-accessoires-ego">Accessoires'>http://www.neosmoke.fr/15-accessoires-ego">Accessoires eGo</a></li><li ><a href="http://www.neosmoke.fr/17-clearomisers">Clearomisers</a></li></ul></li></ul></li><li'>http://www.neosmoke.fr/17-clearomisers">Clearomisers</a></li></ul></li></ul></li><li ><a href="http://www.neosmoke.fr/8-cigarettes-electroniques-nos-kits">e-Cigarettes</a></li><li'>http://www.neosmoke.fr/8-cigarettes-electroniques-nos-kits">e-Cigarettes</a></li><li ><a href="http://www.neosmoke.fr/7-e-liquides">e-Liquides</a><ul><li'>http://www.neosmoke.fr/7-e-liquides">e-Liquides</a><ul><li ><a href="http://www.neosmoke.fr/10-saveurs-tabac">Saveurs'>http://www.neosmoke.fr/10-saveurs-tabac">Saveurs Tabac</a></li><li ><a href="http://www.neosmoke.fr/11-saveurs-naturelles-et-fruitees">Saveurs'>http://www.neosmoke.fr/11-saveurs-naturelles-et-fruitees">Saveurs Naturelles et Fruitées</a></li><li ><a href="http://www.neosmoke.fr/12-saveurs-gourmandes-et-bonbon">Saveurs'>http://www.neosmoke.fr/12-saveurs-gourmandes-et-bonbon">Saveurs Gourmandes et Bonbon</a></li></ul></li><li ><a href="http://www.neosmoke.fr/9-accessoires">Accessoires</a><ul><li'>http://www.neosmoke.fr/9-accessoires">Accessoires</a><ul><li ><a href="http://www.neosmoke.fr/14-accessoires-ecab">Accessoires'>http://www.neosmoke.fr/14-accessoires-ecab">Accessoires eCab</a></li><li ><a href="http://www.neosmoke.fr/15-accessoires-ego">Accessoires'>http://www.neosmoke.fr/15-accessoires-ego">Accessoires eGo</a></li><li ><a href="http://www.neosmoke.fr/17-clearomisers">Clearomisers</a></li></ul></li><li><a'>http://www.neosmoke.fr/17-clearomisers">Clearomisers</a></li></ul></li><li><a href="http://www.neosmoke.fr/content/1-livraison">Livraison</a></li>'>http://www.neosmoke.fr/content/1-livraison">Livraison</a></li>
  231. </ul>
  232. <div class="sf-right"> </div>
  233. <!--/ Menu -->
  234. </div>
  235. </div>
  236. <div id="columns">
  237. <!-- Left -->
  238. <div id="left_column">
  239. <script type="text/javascript">
  240. var CUSTOMIZE_TEXTFIELD = 1;
  241. var img_dir = 'http://www.neosmoke.fr/themes/novus/img/';
  242. </script>
  243. <script type="text/javascript">
  244. var customizationIdMessage = 'Personnalisation n°';
  245. var removingLinkText = 'supprimer cet article du panier';
  246. var freeShippingTranslation = 'Livraison gratuite !';
  247. var freeProductTranslation = 'Gratuit !';
  248. var delete_txt = 'Supprimer';
  249. </script>
  250. <!-- MODULE Block cart -->
  251. <div id="cart_block" class="block exclusive">
  252. <h4 class="title_block">
  253. <a href="http://www.neosmoke.fr/commande" title="Voir mon panier" rel="nofollow">Panier</a>
  254. <span id="block_cart_expand" class="hidden"> </span>
  255. <span id="block_cart_collapse" > </span>
  256. </h4>
  257. <div class="block_content">
  258. <!-- block summary -->
  259. <div id="cart_block_summary" class="collapsed">
  260. <span class="ajax_cart_quantity" style="display:none;">0</span>
  261. <span class="ajax_cart_product_txt_s" style="display:none">articles</span>
  262. <span class="ajax_cart_product_txt" >article</span>
  263. <span class="ajax_cart_total" style="display:none">
  264. </span>
  265. <span class="ajax_cart_no_product" >(vide)</span>
  266. </div>
  267. <!-- block list of products -->
  268. <div id="cart_block_list" class="expanded">
  269. <p id="cart_block_no_products">Aucun produit</p>
  270. <p id="cart-prices">
  271. <span id="cart_block_shipping_cost" class="price ajax_cart_shipping_cost">0,00 €</span>
  272. <span>Expédition</span>
  273. <br/>
  274. <span id="cart_block_total" class="price ajax_block_cart_total">0,00 €</span>
  275. <span>Total</span>
  276. </p>
  277. <p id="cart-buttons">
  278. <a href="http://www.neosmoke.fr/commande" class="button_small" title="Voir mon panier" rel="nofollow">Panier</a> <a href="http://www.neosmoke.fr/commande" id="button_order_cart" class="exclusive" title="Commander" rel="nofollow"><span></span>Commander</a>
  279. </p>
  280. </div>
  281. </div>
  282. </div>
  283. <!-- /MODULE Block cart -->
  284. <!-- Block categories module -->
  285. <div id="categories_block_left" class="block">
  286. <h4 class="title_block">Catégories</h4>
  287. <div class="block_content">
  288. <ul class="tree dhtml">
  289. <li >
  290. <a href="http://www.neosmoke.fr/8-cigarettes-electroniques-nos-kits" title="Vous trouverez ici tous nos kits e-cigarette Joyetech Original et Smoktech Original : Le classique : eGo stardust, le design : eCab, le premium eGo-C Joyetech.
  291. Tous nos kits de cigarettes électroniques sont paramétrable en option : couleur, nombre de e-cigarettes, capacité de batterie ...">e-Cigarettes</a>
  292. </li>
  293. <li >
  294. <a href="http://www.neosmoke.fr/7-e-liquides" title="E-LIQUIDE POUR CIGARETTE ELECTRONIQUE
  295. Nos e-liquides sont 100 % français, fabriqué par notre laboratoire implantée dans l’Est de la France.
  296. Nous utilisons que des arômes certifiés de qualité alimentaire, de la glycérine végétale (20%) et du propylène glycol (80%). Nos e-liquides sont garanti sans diacétyle, ni parabène, ni ambrox. Tous nos bouchons sont équipés de sécurité enfants.">e-Liquides</a>
  297. <ul>
  298. <li >
  299. <a href="http://www.neosmoke.fr/10-saveurs-tabac" title="">Saveurs Tabac</a>
  300. </li>
  301. <li >
  302. <a href="http://www.neosmoke.fr/11-saveurs-naturelles-et-fruitees" title="">Saveurs Naturelles et Fruitées</a>
  303. </li>
  304. <li class="last">
  305. <a href="http://www.neosmoke.fr/12-saveurs-gourmandes-et-bonbon" title="">Saveurs Gourmandes et Bonbon</a>
  306. </li>
  307. </ul>
  308. </li>
  309. <li class="last">
  310. <a href="http://www.neosmoke.fr/9-accessoires" title="Nous vous proposons ici tous les accessoires et pièces détachées pour e-cigarettes eGo et eCab : batteries, réservoires tank, atomisers, clearomisers, chargeurs et adaptateurs.">Accessoires</a>
  311. <ul>
  312. <li >
  313. <a href="http://www.neosmoke.fr/14-accessoires-ecab" title="Tous les accessoires et pièces détachées pour e-cigarettes eCab: batteries, réservoirs tank, atomizers, clearomizers, chargeurs et adaptateurs.">Accessoires eCab</a>
  314. </li>
  315. <li >
  316. <a href="http://www.neosmoke.fr/15-accessoires-ego" title="Tous les accessoires et pièces détachées pour e-cigarettes eGo: batteries, réservoirs tank, atomizers, clearomizers, chargeurs et adaptateurs.">Accessoires eGo</a>
  317. </li>
  318. <li class="last">
  319. <a href="http://www.neosmoke.fr/17-clearomisers" title="Notre selection de clearomisers et drip tips pour utiliser votre e-cigarette dans les meilleurs conditions.">Clearomisers</a>
  320. </li>
  321. </ul>
  322. </li>
  323. </ul>
  324. <script type="text/javascript">
  325. // <![CDATA[
  326. // we hide the tree only if JavaScript is activated
  327. $('div#categories_block_left ul.dhtml').hide();
  328. // ]]>
  329. </script>
  330. </div>
  331. </div>
  332. <!-- /Block categories module -->
  333. <!-- Block CMS module -->
  334. <div id="informations_block_left_1" class="block informations_block_left">
  335. <h4><a href="http://www.neosmoke.fr/content/category/1-home">Information</a></h4>
  336. <ul class="block_content">
  337. <li><a href="http://www.neosmoke.fr/content/1-livraison" title="Livraison">Livraison</a></li> <li><a href="http://www.neosmoke.fr/content/2-mentions-legales" title="Mentions légales">Mentions légales</a></li> <li><a href="http://www.neosmoke.fr/content/3-conditions-generales-de-vente" title="Conditions Générales de Vente">Conditions Générales de Vente</a></li> <li><a href="http://www.neosmoke.fr/content/5-paiement-securise" title="Paiement sécurisé">Paiement sécurisé</a></li> </ul>
  338. </div>
  339. <!-- /Block CMS module -->
  340. <!-- Block Newsletter module-->
  341. <div id="newsletter_block_left" class="block">
  342. <h4 class="title_block">Newsletter</h4>
  343. <div class="block_content">
  344. <form action="http://www.neosmoke.fr/" method="post">
  345. <p>
  346. <input type="text" name="email" size="18"
  347. value="votre e-mail"
  348. onfocus="javascript:if(this.value=='votre e-mail')this.value='';"
  349. onblur="javascript:if(this.value=='')this.value='votre e-mail';"
  350. class="inputNew" />
  351. <!--<select name="action">
  352. <option value="0">Inscription</option>
  353. <option value="1">Désinscription</option>
  354. </select>-->
  355. <input type="submit" value="ok" class="button_mini" name="submitNewsletter" />
  356. <input type="hidden" name="action" value="0" />
  357. </p>
  358. </form>
  359. </div>
  360. </div>
  361. <!-- /Block Newsletter module-->
  362. <!-- Block tags module -->
  363. <div id="tags_block_left" class="block tags_block">
  364. <h4 class="title_block">Tags</h4>
  365. <p class="block_content">
  366. <a href="http://www.neosmoke.fr/recherche?tag=alfaliquid" title="En savoir plus sur alfaliquid" class="tag_level3 first_item">alfaliquid</a>
  367. <a href="http://www.neosmoke.fr/recherche?tag=e-liquide" title="En savoir plus sur e-liquide" class="tag_level3 item">e-liquide</a>
  368. <a href="http://www.neosmoke.fr/recherche?tag=eliquide" title="En savoir plus sur eliquide" class="tag_level3 item">eliquide</a>
  369. <a href="http://www.neosmoke.fr/recherche?tag=joyetech" title="En savoir plus sur joyetech" class="tag_level3 item">joyetech</a>
  370. <a href="http://www.neosmoke.fr/recherche?tag=ego+c" title="En savoir plus sur ego c" class="tag_level1 item">ego c</a>
  371. <a href="http://www.neosmoke.fr/recherche?tag=eCab" title="En savoir plus sur eCab" class="tag_level1 item">eCab</a>
  372. <a href="http://www.neosmoke.fr/recherche?tag=cigarettes+%C3%A9lectroniques" title="En savoir plus sur cigarettes électroniques" class="tag_level1 item">cigarettes électroniques</a>
  373. <a href="http://www.neosmoke.fr/recherche?tag=cigarette+%C3%A9lectronique" title="En savoir plus sur cigarette électronique" class="tag_level1 item">cigarette électronique</a>
  374. <a href="http://www.neosmoke.fr/recherche?tag=clearomizer" title="En savoir plus sur clearomizer" class="tag_level1 item">clearomizer</a>
  375. <a href="http://www.neosmoke.fr/recherche?tag=Kangertech" title="En savoir plus sur Kangertech" class="tag_level1 last_item">Kangertech</a>
  376. </p>
  377. </div>
  378. <!-- /Block tags module -->
  379. </div>
  380. <!-- Center -->
  381. <div id="center_column">
  382. <!-- Module WPNivoSlider -->
  383. <script type="text/javascript">
  384. $("document").ready(function(){
  385. $('#slider').nivoSlider({
  386. pauseTime:6000,
  387. effect:'slideInLeft',
  388. captionOpacity:0.3 //Universal caption opacity
  389. });
  390. });
  391. </script>
  392. <div id="slider-wrap">
  393. <div id="slider">
  394. <a href="http://www.neosmoke.fr" title=""><img src="/modules//wpnivoslider/slides/71f2c930072600e56338de80809e5ed6.jpg" alt="slid1" title="" /></a>
  395. <a href="http://www.neosmoke.fr" title=""><img src="/modules//wpnivoslider/slides/655e6afa5845a4aca053d3a93871d5ce.jpg" alt="slid2" title="" /></a>
  396. <a href="http://www.neosmoke.fr" title=""><img src="/modules//wpnivoslider/slides/57032007cd1e32ff39ea774e7b42e2dd.jpg" alt="slid3" title="" /></a>
  397. <a href="http://www.neosmoke.fr" title=""><img src="/modules//wpnivoslider/slides/fa914e1b8eaf6ed4e355c9e7de81e5aa.jpg" alt="slid4" title="" /></a>
  398. </div>
  399. </div>
  400. <!-- /Module WPNivoSliderr -->
  401. <!-- Module Editorial -->
  402. <div id="editorial_block_center" class="editorial_block">
  403. <a href="http://www.neosmoke.fr" title="Cigarette électronique et e-liquide pour e-cigarette : NeoSmoke, le spécialiste de la vente en ligne !"> </a> <h1>Cigarette électronique et e-liquide pour e-cigarette : NeoSmoke, le spécialiste de la vente en ligne !</h1> <div class="rte"><p><span style="color: #727272; font-size: 16px;"><strong>NeoSmoke est le spécialiste de la cigarette électronique. </strong> </span></p>
  404. <p><span style="color: #727272;">Nous sélectionnons<strong> pour vous</strong> les meilleurs e-cigarettes et e-liquides disponibles sur le marché.</span></p>
  405. <p><span style="color: #727272;">Nous vous proposons les technologies les plus innovantes : <strong>JOYETECH, SMOK </strong>et<strong> KANGER</strong>.</span></p>
  406. <p><span style="color: #727272;">Nous fabriquons et contrôlons nos e-liquides <strong>en France</strong>, gage de qualité et de fiabilité.</span></p>
  407. <p> </p>
  408. <p><span style="color: #3a5aa8; font-size: 14px;">NeoSmoke <strong>révolutionne</strong>, pour vous, la façon de fumer !</span></p></div></div>
  409. <!-- /Module Editorial -->
  410. <!-- MODULE Home Featured Products -->
  411. <div id="featured-products_block_center" class="block products_block clearfix">
  412. <h4>LES MEILLEURES VENTES</h4>
  413. <div class="block_content">
  414. <ul style="height:500px;">
  415. <li class="ajax_block_product first_item ">
  416. <h5><a href="http://www.neosmoke.fr/home/53-kit-smoktech-stardust-ego-ce5-650mah-x1.html" title="Le Classique : eGo Stardust">Le Classique : eGo Stardust</a></h5>
  417. <a href="http://www.neosmoke.fr/home/53-kit-smoktech-stardust-ego-ce5-650mah-x1.html" title="Le Classique : eGo Stardust" class="product_image"><img src="http://www.neosmoke.fr/140-home_default/kit-smoktech-stardust-ego-ce5-650mah-x1.jpg" alt="Le Classique : eGo Stardust" /></a>
  418. <div class="infobox">
  419. <p class="price_container"><span class="price">34,90 €</span></p>
  420. <a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_53" href="http://www.neosmoke.fr/panier?qty=1&id_product=53&token=ce389d5c4546d448049a0ca3892f7dfb&add" title="Ajouter au panier">Ajouter au panier</a>
  421. </div>
  422. </li>
  423. <li class="ajax_block_product item ">
  424. <h5><a href="http://www.neosmoke.fr/cigarettes-electroniques-nos-kits/15-joyetech-kit-ecab.html" title="Le Design : eCab Joyetech">Le Design : eCab Joyetech</a></h5>
  425. <a href="http://www.neosmoke.fr/cigarettes-electroniques-nos-kits/15-joyetech-kit-ecab.html" title="Le Design : eCab Joyetech" class="product_image"><img src="http://www.neosmoke.fr/143-home_default/joyetech-kit-ecab.jpg" alt="Le Design : eCab Joyetech" /></a>
  426. <div class="infobox">
  427. <p class="price_container"><span class="price">44,90 €</span></p>
  428. <a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_15" href="http://www.neosmoke.fr/panier?qty=1&id_product=15&token=ce389d5c4546d448049a0ca3892f7dfb&add" title="Ajouter au panier">Ajouter au panier</a>
  429. </div>
  430. </li>
  431. <li class="ajax_block_product item last_item_of_line ">
  432. <h5><a href="http://www.neosmoke.fr/home/9-joyetech-kit-ego-c.html" title="Le Premium : eGo-C Joyetech">Le Premium : eGo-C Joyetech</a></h5>
  433. <a href="http://www.neosmoke.fr/home/9-joyetech-kit-ego-c.html" title="Le Premium : eGo-C Joyetech" class="product_image"><img src="http://www.neosmoke.fr/142-home_default/joyetech-kit-ego-c.jpg" alt="Le Premium : eGo-C Joyetech" /></a>
  434. <div class="infobox">
  435. <p class="price_container"><span class="price">64,90 €</span></p>
  436. <a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_9" href="http://www.neosmoke.fr/panier?qty=1&id_product=9&token=ce389d5c4546d448049a0ca3892f7dfb&add" title="Ajouter au panier">Ajouter au panier</a>
  437. </div>
  438. </li>
  439. <li class="ajax_block_product item last_line">
  440. <h5><a href="http://www.neosmoke.fr/saveurs-tabac/17-tabac-fr-m.html" title="Tabac FR-M">Tabac FR-M</a></h5>
  441. <a href="http://www.neosmoke.fr/saveurs-tabac/17-tabac-fr-m.html" title="Tabac FR-M" class="product_image"><img src="http://www.neosmoke.fr/139-home_default/tabac-fr-m.jpg" alt="Tabac FR-M" /></a>
  442. <div class="infobox">
  443. <p class="price_container"><span class="price">5,30 €</span></p>
  444. <a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_17" href="http://www.neosmoke.fr/panier?qty=1&id_product=17&token=ce389d5c4546d448049a0ca3892f7dfb&add" title="Ajouter au panier">Ajouter au panier</a>
  445. </div>
  446. </li>
  447. <li class="ajax_block_product item last_line">
  448. <h5><a href="http://www.neosmoke.fr/saveurs-tabac/18-tabac-fr-k.html" title="Tabac FR-K">Tabac FR-K</a></h5>
  449. <a href="http://www.neosmoke.fr/saveurs-tabac/18-tabac-fr-k.html" title="Tabac FR-K" class="product_image"><img src="http://www.neosmoke.fr/66-home_default/tabac-fr-k.jpg" alt="Tabac FR-K" /></a>
  450. <div class="infobox">
  451. <p class="price_container"><span class="price">5,30 €</span></p>
  452. <a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_18" href="http://www.neosmoke.fr/panier?qty=1&id_product=18&token=ce389d5c4546d448049a0ca3892f7dfb&add" title="Ajouter au panier">Ajouter au panier</a>
  453. </div>
  454. </li>
  455. <li class="ajax_block_product last_item last_item_of_line last_line">
  456. <h5><a href="http://www.neosmoke.fr/saveurs-naturelles-et-fruitees/24-pomme.html" title="Pomme">Pomme</a></h5>
  457. <a href="http://www.neosmoke.fr/saveurs-naturelles-et-fruitees/24-pomme.html" title="Pomme" class="product_image"><img src="http://www.neosmoke.fr/138-home_default/pomme.jpg" alt="Pomme" /></a>
  458. <div class="infobox">
  459. <p class="price_container"><span class="price">5,30 €</span></p>
  460. <a class="exclusive ajax_add_to_cart_button" rel="ajax_id_product_24" href="http://www.neosmoke.fr/panier?qty=1&id_product=24&token=ce389d5c4546d448049a0ca3892f7dfb&add" title="Ajouter au panier">Ajouter au panier</a>
  461. </div>
  462. </li>
  463. </ul>
  464. </div>
  465. </div>
  466. <!-- /MODULE Home Featured Products -->
  467. <p align="left"><span style="color: #727272;">Avec NeoSmoke, vous avez les <strong>mêmes sensations que la cigarette traditionnelle</strong>... et vous dites définitivement adieu à ses défauts.</span></p> <p align="left"> </p> <p align="left"><span style="text-decoration: underline;"><span style="color: #727272; font-size: 10pt;"><strong>Que des avantages ! La cigarette électronique c'est…<br /> </strong></span></span></p> <p align="left"> <span style="font-size: 10pt;"><strong><span class="italic" style="color: #727272;">> Plus sain :</span></strong></span></p> <p align="left"><span style="color: #727272;">- pas de goudron</span></p> <p align="left"><span style="color: #727272;">- pas de monoxyde</span></p> <p align="left" class="ParagraphedelisteCxSpMiddle"><span style="color: #727272;">- plus de dents et de doigts jaunis </span></p> <p align="left" class="ParagraphedelisteCxSpMiddle"><span style="color: #727272;">- évitez les <strong>4000 produits toxiques</strong> et les <strong>40 cancérigènes</strong> d'une cigarette traditionnelle <br /> </span></p> <p align="left" class="ParagraphedelisteCxSpMiddle"> <span style="font-size: 10pt;"><strong><span class="italic" style="color: #727272;">> </span></strong></span><span style="color: #727272;"><strong><span style="font-size: 10pt;">Des économies spectaculaires à vie :</span> </strong></span></p> <p align="left" class="ParagraphedelisteCxSpMiddle"><span style="color: #808080; background-color: #ffffff;">Fumeur régulier (1 paquet par jour) = environ 2 226 euros(*) / an</span></p> <p align="left" class="ParagraphedelisteCxSpMiddle"><span style="color: #808080; background-color: #ffffff;">(*) 6,10 (par paquet environ) * 365 jours</span></p> <p align="left" class="ParagraphedelisteCxSpMiddle"> </p> <p align="left"><span style="color: #727272;">Avec NEOSMOKE <strong>économisez 2 000 euros par mois...</strong> et offrez vous de belles vacances !</span></p> <p align="left"> </p> <p><span style="font-size: 10pt;"><strong><span style="color: #727272;"><span style="font-size: 10pt;"><strong><span class="italic" style="color: #727272;">> </span></strong></span>La liberté de fumer :</span></strong></span></p> <p align="left"><span style="color: #727272;">- ne nuisez plus à votre entourage</span></p> <p align="left" class="ParagraphedelisteCxSpMiddle"><span style="color: #727272;">- fumez partout sans contrainte</span></p> <p align="left" class="ParagraphedelisteCxSpMiddle"><span style="color: #727272;">- plus de fumée toxique</span></p> <p align="left" class="ParagraphedelisteCxSpLast"><span style="color: #727272;">- plus d'odeur de tabac</span></p> <p align="left" class="ParagraphedelisteCxSpLast"><span style="color: #727272;">Ne jouez plus avec le feu... </span><span style="color: #727272;">avec les e-cigarette NeoSmoke, <strong>fumer redevient un plaisir</strong> !</span></p> <p align="left"> </p> <p align="left"><span style="color: #727272; font-size: 10pt;"><strong>Comment cela marche ?</strong></span></p> <p align="left"><span style="color: #727272;">La e-cigarette est alimentée par une pile. Lorsque vous aspirez, le liquide présent dans une cartouche s'échauffe et se transforme en vapeur d'eau. La vapeur produite, ressemble à la fumée produite par la combustion du tabac<strong>.</strong></span></p> <p><span style="color: #727272;">Elle se compose de propylène glycol ou de glycérol, de divers arômes (arôme de tabac blond, brun, de fruits, de bonbon, de pomme, etc.) et parfois de nicotine.</span></p> <p> </p> <p><span style="color: #727272; font-size: 10pt;"><strong>La cigarette électronique est-ce dangereux ?</strong> </span></p> <p><span style="color: #727272;">NeoSmoke s'inscrit résolument dans <strong>une démarche de qualité</strong>. <br /> </span></p> <p><span style="color: #727272;">Nous sélectionnons pour vous les produits <strong>les plus sûrs et les plus fiables</strong> en l'état des connaissances scientifiques actuelles. </span></p> <p><span style="color: #727272;">NeoSmoke est sans cesse à l'écoute du marché et à le recherche des <strong>dernières innovations</strong>. </span></p> <p><span style="color: #727272;">Nous fabriquons et contrôlons nos liquides<strong> en France</strong> pour vous apporter les meilleures garanties. </span></p> <p> </p> <p><span style="color: #727272;">Vous n'inhalez pas les <strong>4000 produits toxiques</strong> et les <strong>40 cancérigènes</strong> d'une cigarette traditionnelle.</span></p> <p> </p> <p><span style="color: #727272;">NeoSmoke suit avec attention les dernières publications scientifiques nationales et internationales afin de vous offrir les produits à la pointe de la recherche actuelle, soucieux de <strong>votre bien-être et de votre santé</strong>.</span></p>
  468. </div>
  469. <!-- Right -->
  470. <div id="right_column">
  471. <!-- Block CMS module -->
  472. <!-- /Block CMS module -->
  473. </div>
  474. </div>
  475. <div class="clearfix"></div>
  476. </div>
  477. <!-- Footer -->
  478. <div id="footer"><!-- Block categories module -->
  479. <div class="blockcategories_footer">
  480. <h4 class="title_block">Catégories</h4>
  481. <div class="category_footer" style="float:left;clear:none;width:100%">
  482. <div style="float:left" class="list">
  483. <ul class="tree dhtml">
  484. <li >
  485. <a href="http://www.neosmoke.fr/8-e-cigarettes" title="Vous trouverez ici tous nos kits e-cigarettes Joyetech Original et Smoktech Original : eGo stardust, eGo C, eCab">e-Cigarettes</a>
  486. </li>
  487. <li >
  488. <a href="http://www.neosmoke.fr/7-e-liquides" title="E-LIQUIDE POUR CIGARETTE ELECTRONIQUE
  489. Nos e-liquides sont 100 % français, fabriqué par notre laboratoire implantée dans l’Est de la France.
  490. Nous utilisons que des arômes certifiés de qualité alimentaire, de la glycérine végétale (20%) et du propylène glycol (80%). Nos e-liquides sont garanti sans diacétyle, ni parabène, ni ambrox. Tous nos bouchons sont équipés de sécurité enfants.">e-Liquides</a>
  491. <ul>
  492. <li >
  493. <a href="http://www.neosmoke.fr/10-saveurs-tabac" title="">Saveurs Tabac</a>
  494. </li>
  495. <li >
  496. <a href="http://www.neosmoke.fr/11-saveurs-naturelles-et-fruitees" title="">Saveurs Naturelles et Fruitées</a>
  497. </li>
  498. <li class="last">
  499. <a href="http://www.neosmoke.fr/12-saveurs-gourmandes-et-bonbon" title="">Saveurs Gourmandes et Bonbon</a>
  500. </li>
  501. </ul>
  502. </li>
  503. <li class="last">
  504. <a href="http://www.neosmoke.fr/9-accessoires" title="Nous vous proposons ici tous les accessoires et pièces détachées pour e-cigarettes eGo et eCab : batteries, réservoires tank, atomizers, chargeurs et adaptateurs.">Accessoires</a>
  505. <ul>
  506. <li >
  507. <a href="http://www.neosmoke.fr/14-accessoires-ecab" title="Tous les accessoires et pièces détachées pour e-cigarettes eCab: batteries, réservoirs tank, atomizers, clearomizers, chargeurs et adaptateurs.">Accessoires eCab</a>
  508. </li>
  509. <li >
  510. <a href="http://www.neosmoke.fr/15-accessoires-ego" title="Tous les accessoires et pièces détachées pour e-cigarettes eGo: batteries, réservoirs tank, atomizers, clearomizers, chargeurs et adaptateurs.">Accessoires eGo</a>
  511. </li>
  512. <li class="last">
  513. <a href="http://www.neosmoke.fr/17-clearomizers" title="Notre selection de clearomizers et drip tips pour utiliser votre e-cigarette dans les meilleurs conditions.">Clearomizers</a>
  514. </li>
  515. </ul>
  516. </li>
  517. </ul>
  518. </div>
  519. </div>
  520. <br class="clear"/>
  521. </div>
  522. <!-- /Block categories module -->
  523. <!-- Block myaccount module -->
  524. <div class="block myaccount">
  525. <h4>Mon compte</h4>
  526. <ul class="bullet">
  527. <li><a href="http://www.neosmoke.fr/historique-des-commandes" title="">Mes commandes</a></li>
  528. <li><a href="http://www.neosmoke.fr/avoirs" title="">Mes avoirs</a></li>
  529. <li><a href="http://www.neosmoke.fr/adresses" title="">Mes adresses</a></li>
  530. <li><a href="http://www.neosmoke.fr/identite" title="">Mes informations personnelles</a></li>
  531. <li><a href="http://www.neosmoke.fr/bons-de-reduction" title="">Mes bons de réduction</a></li>
  532. <!-- MODULE ReferralProgram -->
  533. <li class="referralprogram">
  534. <a href="http://www.neosmoke.fr/module/referralprogram/program" title="Parrainage">
  535. <img src="/modules/referralprogram/referralprogram.gif" alt="Parrainage" class="icon" />
  536. Parrainage
  537. </a>
  538. </li>
  539. <!-- END : MODULE ReferralProgram -->
  540. <!-- MODULE Loyalty -->
  541. <li class="loyalty"><a href="http://www.neosmoke.fr/module/loyalty/default?process=summary" title="Mes points de fidélité"><img src="/modules/loyalty/images/loyalty.gif" alt="Mes points de fidélité" class="icon" /> Mes points de fidélité</a></li>
  542. <!-- END : MODULE Loyalty -->
  543. </ul>
  544. </div>
  545. <!-- /Block myaccount module -->
  546. <!-- MODULE Block contact infos -->
  547. <div id="block_contact_infos">
  548. <h4>Contactez-nous</h4>
  549. <ul>
  550. <li>NeoSmoke</li> <li><pre>34 rue d'Aubervilliers
  551. 75019 Paris
  552. France</pre></li> <li>Tel: +33 (0) 980 636 188</li> <li>Email: <a href="mailto:%63%6f%6e%74%61%63%74@%6e%65%6f%73%6d%6f%6b%65.%66%72" >[email protected]</a></li> </ul>
  553. </div>
  554. <!-- /MODULE Block contact infos -->
  555. <div class="wpfootersocial">
  556. <h4>Follow us</h4>
  557. <ul>
  558. <li><a class="fb-icon" href="https://www.facebook.com/pages/Neosmoke/133125086876930" target="_blank"></a></li> <li><a class="tw-icon" href="https://twitter.com/NeoSmoke_fr" target="_blank"></a></li> <li><a class="gp-icon" href="https://plus.google.com/u/0/#111794108734533316442" target="_blank"></a></li> </ul>
  559. </div>
  560. <!-- MODULE Block footer -->
  561. </div>
  562. <div class="block_various_links" id="block_various_links_footer">
  563. <ul>
  564. <li class="first_item"><a href="http://www.neosmoke.fr/promotions" title="Promotions">Promotions</a></li> <li class="item"><a href="http://www.neosmoke.fr/nouveaux-produits" title="Nouveaux produits">Nouveaux produits</a></li>
  565. <li class="item"><a href="http://www.neosmoke.fr/meilleures-ventes" title="Meilleures ventes">Meilleures ventes</a></li> <li class="item"><a href="http://www.neosmoke.fr/contactez-nous" title="Contactez-nous">Contactez-nous</a></li>
  566. <li class="item"><a href="http://www.neosmoke.fr/content/1-livraison" title="Livraison">Livraison</a></li>
  567. <li class="item"><a href="http://www.neosmoke.fr/content/2-mentions-legales" title="Mentions légales">Mentions légales</a></li>
  568. <li class="item"><a href="http://www.neosmoke.fr/content/3-conditions-generales-de-vente" title="Conditions Générales de Vente">Conditions Générales de Vente</a></li>
  569. <li class="item"><a href="http://www.neosmoke.fr/content/5-paiement-securise" title="Paiement sécurisé">Paiement sécurisé</a></li>
  570. </ul>
  571. </div>
  572. </div>
  573. <!-- /MODULE Block footer -->
  574. <p class="clrmobile center clearBoth"><a href="http://www.neosmoke.fr/?mobile_theme_ok">Consulter la version mobile du site</a></p>
  575. </body>
  576. </html>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...