<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Créations site web - Loire Atlantique Vendée - Nantes</title>
	<atom:link href="http://www.siteweb-creations.fr/feed" rel="self" type="application/rss+xml" />
	<link>http://www.siteweb-creations.fr</link>
	<description></description>
	<lastBuildDate>Wed, 16 May 2012 13:56:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Page Facebook Pro</title>
		<link>http://www.siteweb-creations.fr/creation-site-web/page-facebook-pro.html</link>
		<comments>http://www.siteweb-creations.fr/creation-site-web/page-facebook-pro.html#comments</comments>
		<pubDate>Wed, 16 May 2012 13:33:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[création site web]]></category>
		<category><![CDATA[page facebook pro]]></category>

		<guid isPermaLink="false">http://www.siteweb-creations.fr/?p=842</guid>
		<description><![CDATA[Augmenter votre visibilité sur le web grâce au pack creation page Facebook. Faites parler de vous]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$('#nom_input').next().text('Ce champ est obligatoire');$('#nom_input').next().css('text-align','left');tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}if($("#prenom_input").val() == "") {
						$("#prenom_input").css("background-color","#C9DF0D");
						$("#span_prenom").css("color","#C9DF0D");$('#prenom_input').next().text('Ce champ est obligatoire');$('#prenom_input').next().css('text-align','left');tab_error[1] = "Téléphone"; 
						valid = false;
					} else {
						$("#prenom_input").css("background-color","");
						$("#span_prenom").css("color","");
						$("#prenom_input").next().text("");
						tab_error[1] = "";
					} if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');tab_error[2] = "E-mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$('#objet_input').next().text('Ce champ est obligatoire');$('#objet_input').next().css('text-align','left');tab_error[4] = "Sujet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$('#message_input').next().text('Ce champ est obligatoire');$('#message_input').next().css('text-align','left');tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#FF930F" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<h2>Augmenter votre visibilit&eacute; sur le web gr&acirc;ce au pack creation page Facebook</h2>
<h3>Faites parler de vous</h3>
<p>&nbsp;</p>
<p>L&#39;avantage des pages facebook c&#39;est de vous permettre d&#39;avoir rapidement une pr&eacute;sence sur le web et ainsi &ecirc;tre visible par des millions d&#39;utilisateurs Facebook. Votre page facebook vous permettra de communiquer sur votre entreprise, marque, produits, services.</p>
<p>Nous pouvons publier votre page facebook pour votre entreprise, m&ecirc;me si vous ne poss&eacute;dez pas de compte Facebook. Votre page facebook se d&eacute;marquera gr&acirc;ce &agrave; un d&eacute;sign style site web qui sera int&eacute;gr&eacute; &agrave; votre page Facebook incluant des &eacute;l&eacute;ments de la charte graphique de votre site internet.</p>
<p>&nbsp;</p>
<h1><strong>&nbsp;200 Euros</strong></h1>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="https://www.facebook.com/pages/Siteweb-creations/257747324277240?sk=app_190322544333196"><img alt="" class="alignleft size-full wp-image-678" height="128" src="http://www.siteweb-creations.com/wp-content/uploads/2012/05/1337068962_Facebook.png" title="1337068962_Facebook" width="128" /></a></p>
<h3>&nbsp;</h3>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>En &eacute;tant pr&eacute;sent sur Facebook, votre page Facebook sera index&eacute;e par Google.</h3>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="https://www.facebook.com/pages/FreshO/384560581593990?sk=app_190322544333196" rel="" style="" target="_blank" title=""><img alt="création d'une page Facebook pro" class="size-full wp-image-701 alignnone" height="1300" src="http://www.siteweb-creations.com/wp-content/uploads/2012/05/FreshO-page-pro-facebook.jpg" style="" title="FreshO-page-pro-facebook" width="634" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteweb-creations.fr/creation-site-web/page-facebook-pro.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pack pour Photographe</title>
		<link>http://www.siteweb-creations.fr/creation-site-web/pack-site-web-pour-photographe.html</link>
		<comments>http://www.siteweb-creations.fr/creation-site-web/pack-site-web-pour-photographe.html#comments</comments>
		<pubDate>Tue, 25 Oct 2011 15:14:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[création site web]]></category>
		<category><![CDATA[galerie photos sécurisé]]></category>
		<category><![CDATA[site internet pour photographe]]></category>
		<category><![CDATA[vente photos mariage]]></category>

		<guid isPermaLink="false">http://www.siteweb-creations.fr/?p=652</guid>
		<description><![CDATA[Afficher tous vos reportages photos, et permettre à chacun d'acheter vos photos. Permettre à vos clients d'acheter des images directement à partir de votre site]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$('#nom_input').next().text('Ce champ est obligatoire');$('#nom_input').next().css('text-align','left');tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}if($("#prenom_input").val() == "") {
						$("#prenom_input").css("background-color","#C9DF0D");
						$("#span_prenom").css("color","#C9DF0D");$('#prenom_input').next().text('Ce champ est obligatoire');$('#prenom_input').next().css('text-align','left');tab_error[1] = "Téléphone"; 
						valid = false;
					} else {
						$("#prenom_input").css("background-color","");
						$("#span_prenom").css("color","");
						$("#prenom_input").next().text("");
						tab_error[1] = "";
					} if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');tab_error[2] = "E-mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$('#objet_input').next().text('Ce champ est obligatoire');$('#objet_input').next().css('text-align','left');tab_error[4] = "Sujet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$('#message_input').next().text('Ce champ est obligatoire');$('#message_input').next().css('text-align','left');tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#FF930F" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<h1><a name="photographe"></a></h1>
<h1>Pack Photographe</h1>
<p>&nbsp;</p>
<h3>Cr&eacute;ation site internet pour photographe avec Galerie Photo en ligne</h3>
<h4>Avec fonction vente en ligne et protection par mot de passe des galeries &#8211; id&eacute;al pour vendre des photos de mariage</h4>
<p>&nbsp;</p>
<h3>Galeries photos s&eacute;curis&eacute;</h3>
<p>Galeries photos prot&eacute;g&eacute; par mot de passe pour vos clients. Fournissez-leur des informations de connexion pour permettre &agrave; vos clients de choisir et d&#39;acheter vos photos directement &agrave; partir de votre site. Possibilit&eacute; de payer directement par CB ou de commander par e-mail.</p>
<div id="attachment_653" class="wp-caption alignnone" style="width: 337px"><img alt="Paiement par CB" class="size-full wp-image-653  wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone wp-caption alignnone" height="80" src="http://www.siteweb-creations.fr/wp-content/uploads/2011/10/cb.gif" style="text-align: left; " title="cb" width="327" /><p class="wp-caption-text">Paiement s&eacute;curis&eacute; par CB</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>Galeries photos</h3>
<p>Afficher tous vos reportages photos, et permettre &agrave; chacun d&#39;acheter vos photos. Permettre &agrave; vos clients d&#39;acheter des images directement &agrave; partir de votre site. Possibilit&eacute; de payer directement par CB ou de commander par e-mail.</p>
<p>&nbsp;</p>
<h3>Galeries expositions photos</h3>
<p>Afficher tous vos reportages photos librement</p>
<p>&nbsp;</p>
<h3>Site d&eacute;monstration pack photographe</h3>
<p><a href="http://s272999714.onlinehome.fr/" rel="" style="" target="" title=""><div id="attachment_660" class="wp-caption alignnone" style="width: 610px"><img src="http://www.siteweb-creations.fr/wp-content/uploads/2012/01/photographe-site-web.jpg" alt="" title="Site-internet-pour-Photographe" width="600" height="543" class="size-full wp-image-660  wp-caption alignnone wp-caption alignnone wp-caption alignnone" style="" /><p class="wp-caption-text">Site d&eacute;monstration pack photographe</p></div></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: center; "><span class="Corps-de-texte-Site-Web-C2" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.21em; color: rgb(255, 128, 0); ">1500 &euro;</span></p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: center; "><span class="Normal-C1" style="font-family: Tahoma, sans-serif; font-size: 11px; line-height: 1.18em; color: rgb(255, 128, 0); ">&nbsp;</span></p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: center; "><span class="Normal-C1" style="font-family: Tahoma, sans-serif; font-size: 11px; line-height: 1.18em; color: rgb(255, 128, 0); ">TVA non applicable, article 293 B du CGI</span></p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: center; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: center; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: center; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: center; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: center; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: center; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; text-align: center; ">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteweb-creations.fr/creation-site-web/pack-site-web-pour-photographe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site e-commerce Prestashop</title>
		<link>http://www.siteweb-creations.fr/refonte-site-internet-2/site-boutique-en-ligne-prestashop.html</link>
		<comments>http://www.siteweb-creations.fr/refonte-site-internet-2/site-boutique-en-ligne-prestashop.html#comments</comments>
		<pubDate>Wed, 28 Sep 2011 10:09:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[refonte-site-internet]]></category>
		<category><![CDATA[boutique en ligne]]></category>
		<category><![CDATA[boutique sécurisée]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[creation site internet]]></category>
		<category><![CDATA[e-boutique]]></category>
		<category><![CDATA[e-catalogue]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[site internet cms]]></category>
		<category><![CDATA[site marchand]]></category>
		<category><![CDATA[sitewebcreation]]></category>
		<category><![CDATA[vente en ligne]]></category>

		<guid isPermaLink="false">http://www.siteweb-creations.fr/?p=606</guid>
		<description><![CDATA[Boutique Prestashop clé en main à partir de 1450 euros.]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$('#nom_input').next().text('Ce champ est obligatoire');$('#nom_input').next().css('text-align','left');tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}if($("#prenom_input").val() == "") {
						$("#prenom_input").css("background-color","#C9DF0D");
						$("#span_prenom").css("color","#C9DF0D");$('#prenom_input').next().text('Ce champ est obligatoire');$('#prenom_input').next().css('text-align','left');tab_error[1] = "Téléphone"; 
						valid = false;
					} else {
						$("#prenom_input").css("background-color","");
						$("#span_prenom").css("color","");
						$("#prenom_input").next().text("");
						tab_error[1] = "";
					} if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');tab_error[2] = "E-mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$('#objet_input').next().text('Ce champ est obligatoire');$('#objet_input').next().css('text-align','left');tab_error[4] = "Sujet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$('#message_input').next().text('Ce champ est obligatoire');$('#message_input').next().css('text-align','left');tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#FF930F" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p>&nbsp;</p>
<h2 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">Th&egrave;mes Prestashop</h2>
<h2 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">1 th&egrave;me au choix inclus dans le pack</h2>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; "><img alt="Prestashop" class="aligncenter size-full wp-image-154" src="http://www.siteweb-creations.fr/wp-content/uploads/2010/09/logo11.jpg" style="float: left; width: 224px; height: 73px; " title="Prestashop Nantes" /></p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; ">
<div class="ngg-galleryoverview" id="ngg-gallery-3-606">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-301" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/yellow-corporate.jpg" title=" " class="shutterset_set_3" >
								<img title="yellow-corporate" alt="yellow-corporate" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_yellow-corporate.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-300" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/travel-tm36671.jpg" title=" " class="shutterset_set_3" >
								<img title="travel-tm36671" alt="travel-tm36671" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_travel-tm36671.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-299" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/tools-shop-ps14.jpg" title=" " class="shutterset_set_3" >
								<img title="tools-shop-ps14" alt="tools-shop-ps14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_tools-shop-ps14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-298" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/sport-and-activities-tm37149.jpg" title=" " class="shutterset_set_3" >
								<img title="sport-and-activities-tm37149" alt="sport-and-activities-tm37149" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_sport-and-activities-tm37149.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-297" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/silver-shop.jpg" title=" " class="shutterset_set_3" >
								<img title="silver-shop" alt="silver-shop" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_silver-shop.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-296" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm37362.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm37362" alt="prestashop-tm37362" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm37362.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-295" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm37151.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm37151" alt="prestashop-tm37151" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm37151.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-294" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm37148.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm37148" alt="prestashop-tm37148" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm37148.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-293" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm36980.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm36980" alt="prestashop-tm36980" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm36980.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-292" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm36977.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm36977" alt="prestashop-tm36977" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm36977.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-291" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm36663.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm36663" alt="prestashop-tm36663" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm36663.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-290" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm35380.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm35380" alt="prestashop-tm35380" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm35380.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-289" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/orange-corporate.jpg" title=" " class="shutterset_set_3" >
								<img title="orange-corporate" alt="orange-corporate" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_orange-corporate.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-288" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/interior-and-furniture-tm37152.jpg" title=" " class="shutterset_set_3" >
								<img title="interior-and-furniture-tm37152" alt="interior-and-furniture-tm37152" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_interior-and-furniture-tm37152.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-287" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/interior-and-furniture-tm37150.jpg" title=" " class="shutterset_set_3" >
								<img title="interior-and-furniture-tm37150" alt="interior-and-furniture-tm37150" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_interior-and-furniture-tm37150.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-286" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/icorporate.jpg" title=" " class="shutterset_set_3" >
								<img title="icorporate" alt="icorporate" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_icorporate.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-285" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/green-design.jpg" title=" " class="shutterset_set_3" >
								<img title="green-design" alt="green-design" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_green-design.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-284" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/glamfashion.jpg" title=" " class="shutterset_set_3" >
								<img title="glamfashion" alt="glamfashion" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_glamfashion.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-283" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/furniture-shop.jpg" title=" " class="shutterset_set_3" >
								<img title="furniture-shop" alt="furniture-shop" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_furniture-shop.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-282" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm36979.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm36979" alt="fashion-tm36979" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm36979.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-281" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-clothes-and-shoes-tm37300.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-clothes-and-shoes-tm37300" alt="fashion-clothes-and-shoes-tm37300" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-clothes-and-shoes-tm37300.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-280" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-boutique-ps-14.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-boutique-ps-14" alt="fashion-boutique-ps-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-boutique-ps-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-279" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/electronics-store-red.jpg" title=" " class="shutterset_set_3" >
								<img title="electronics-store-red" alt="electronics-store-red" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_electronics-store-red.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-278" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/electronic-shop.jpg" title=" " class="shutterset_set_3" >
								<img title="electronic-shop" alt="electronic-shop" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_electronic-shop.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-277" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/citystore.jpg" title=" " class="shutterset_set_3" >
								<img title="citystore" alt="citystore" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_citystore.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-276" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/chocostore.jpg" title=" " class="shutterset_set_3" >
								<img title="chocostore" alt="chocostore" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_chocostore.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-275" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/children-and-kids-tm36973.jpg" title=" " class="shutterset_set_3" >
								<img title="children-and-kids-tm36973" alt="children-and-kids-tm36973" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_children-and-kids-tm36973.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-274" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/children-and-kids-tm36664.jpg" title=" " class="shutterset_set_3" >
								<img title="children-and-kids-tm36664" alt="children-and-kids-tm36664" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_children-and-kids-tm36664.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-273" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/children-and-kids-tm36490.jpg" title=" " class="shutterset_set_3" >
								<img title="children-and-kids-tm36490" alt="children-and-kids-tm36490" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_children-and-kids-tm36490.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-272" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/cars-tm36976.jpg" title=" " class="shutterset_set_3" >
								<img title="cars-tm36976" alt="cars-tm36976" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_cars-tm36976.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-271" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/cars-tm36668.jpg" title=" " class="shutterset_set_3" >
								<img title="cars-tm36668" alt="cars-tm36668" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_cars-tm36668.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-270" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/book-shop-ps14.jpg" title=" " class="shutterset_set_3" >
								<img title="book-shop-ps14" alt="book-shop-ps14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_book-shop-ps14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-269" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/blue-corporate.jpg" title=" " class="shutterset_set_3" >
								<img title="blue-corporate" alt="blue-corporate" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_blue-corporate.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-268" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/bio-corporate.jpg" title=" " class="shutterset_set_3" >
								<img title="bio-corporate" alt="bio-corporate" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_bio-corporate.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-267" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/bio-and-medical-tm36978.jpg" title=" " class="shutterset_set_3" >
								<img title="bio-and-medical-tm36978" alt="bio-and-medical-tm36978" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_bio-and-medical-tm36978.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-266" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/bio-and-medical-tm36974.jpg" title=" " class="shutterset_set_3" >
								<img title="bio-and-medical-tm36974" alt="bio-and-medical-tm36974" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_bio-and-medical-tm36974.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-265" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/beauty-and-jewelry-tm36975.jpg" title=" " class="shutterset_set_3" >
								<img title="beauty-and-jewelry-tm36975" alt="beauty-and-jewelry-tm36975" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_beauty-and-jewelry-tm36975.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-264" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/beach-wear-collection-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="beach-wear-collection-prestashop-theme" alt="beach-wear-collection-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_beach-wear-collection-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-261" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/sinsemilia-greenforest.jpg" title=" " class="shutterset_set_3" >
								<img title="sinsemilia-greenforest" alt="sinsemilia-greenforest" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_sinsemilia-greenforest.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-260" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/serie-grunge.jpg" title=" " class="shutterset_set_3" >
								<img title="serie-grunge" alt="serie-grunge" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_serie-grunge.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-259" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/orchid-v14_0.jpg" title=" " class="shutterset_set_3" >
								<img title="orchid-v14_0" alt="orchid-v14_0" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_orchid-v14_0.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-258" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/electric-warm-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="electric-warm-prestashop-theme" alt="electric-warm-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_electric-warm-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-257" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/clothe-shop-for-women-a-men.jpg" title=" " class="shutterset_set_3" >
								<img title="clothe-shop-for-women-a-men" alt="clothe-shop-for-women-a-men" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_clothe-shop-for-women-a-men.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-252" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/women-fashion-black-ps14.jpg" title=" " class="shutterset_set_3" >
								<img title="women-fashion-black-ps14" alt="women-fashion-black-ps14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_women-fashion-black-ps14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-251" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/the-skull-ps-14.jpg" title=" " class="shutterset_set_3" >
								<img title="the-skull-ps-14" alt="the-skull-ps-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_the-skull-ps-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-250" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/technology-shop-grey-ps-14.jpg" title=" " class="shutterset_set_3" >
								<img title="technology-shop-grey-ps-14" alt="technology-shop-grey-ps-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_technology-shop-grey-ps-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-249" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/silver.jpg" title=" " class="shutterset_set_3" >
								<img title="silver" alt="silver" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_silver.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-248" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/serie-minimalist-143.jpg" title=" " class="shutterset_set_3" >
								<img title="serie-minimalist-143" alt="serie-minimalist-143" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_serie-minimalist-143.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-247" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/serie-minimalist-142.jpg" title=" " class="shutterset_set_3" >
								<img title="serie-minimalist-142" alt="serie-minimalist-142" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_serie-minimalist-142.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-246" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/serie-minimalist-141.jpg" title=" " class="shutterset_set_3" >
								<img title="serie-minimalist-141" alt="serie-minimalist-141" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_serie-minimalist-141.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-245" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/serie-minimalist-14.jpg" title=" " class="shutterset_set_3" >
								<img title="serie-minimalist-14" alt="serie-minimalist-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_serie-minimalist-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-244" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-furniture.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-furniture" alt="prestashop-furniture" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-furniture.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-243" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/plume.jpg" title=" " class="shutterset_set_3" >
								<img title="plume" alt="plume" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_plume.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-242" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/pixels.jpg" title=" " class="shutterset_set_3" >
								<img title="pixels" alt="pixels" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_pixels.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-241" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/orchid-v14.jpg" title=" " class="shutterset_set_3" >
								<img title="orchid-v14" alt="orchid-v14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_orchid-v14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-240" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/jewellery-shop.jpg" title=" " class="shutterset_set_3" >
								<img title="jewellery-shop" alt="jewellery-shop" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_jewellery-shop.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-239" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/funny-color-pink.jpg" title=" " class="shutterset_set_3" >
								<img title="funny-color-pink" alt="funny-color-pink" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_funny-color-pink.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-238" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/foodstore-145.jpg" title=" " class="shutterset_set_3" >
								<img title="foodstore-145" alt="foodstore-145" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_foodstore-145.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-237" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/doggy-dog.jpg" title=" " class="shutterset_set_3" >
								<img title="doggy-dog" alt="doggy-dog" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_doggy-dog.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-236" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/cosmetic-shop.jpg" title=" " class="shutterset_set_3" >
								<img title="cosmetic-shop" alt="cosmetic-shop" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_cosmetic-shop.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-235" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/blanco-ps-14.jpg" title=" " class="shutterset_set_3" >
								<img title="blanco-ps-14" alt="blanco-ps-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_blanco-ps-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-234" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/bio-shop-ps14-green.jpg" title=" " class="shutterset_set_3" >
								<img title="bio-shop-ps14-green" alt="bio-shop-ps14-green" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_bio-shop-ps14-green.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-233" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/arrow-black-and-red-ps14.jpg" title=" " class="shutterset_set_3" >
								<img title="arrow-black-and-red-ps14" alt="arrow-black-and-red-ps14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_arrow-black-and-red-ps14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-232" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/lightzine.jpg" title="&lt;a href=&quot;http://www.prestathemes.info/prestashop_08/&quot;&gt;Accédez à la démonstration de ce thème&lt;/a&gt;" class="shutterset_set_3" >
								<img title="lightzine" alt="lightzine" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_lightzine.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-228" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/xsigner-x006.jpg" title=" " class="shutterset_set_3" >
								<img title="xsigner-x006" alt="xsigner-x006" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_xsigner-x006.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-226" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/wine-store-prestashop-theme.jpg" title="&lt;a href=&quot;http://prestashop.template-demos.com/PRS02/PRS020031/&quot;&gt;Accédez à la démonstration de ce thème&lt;/a&gt;" class="shutterset_set_3" >
								<img title="wine-store-prestashop-theme" alt="wine-store-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_wine-store-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-224" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/wine-shop.jpg" title=" " class="shutterset_set_3" >
								<img title="wine-shop" alt="wine-shop" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_wine-shop.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-222" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/wedding-store-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="wedding-store-prestashop-theme" alt="wedding-store-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_wedding-store-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-221" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/watch-store-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="watch-store-prestashop-theme" alt="watch-store-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_watch-store-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-220" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/travel-tm34474.jpg" title=" " class="shutterset_set_3" >
								<img title="travel-tm34474" alt="travel-tm34474" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_travel-tm34474.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-218" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/toys-store-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="toys-store-prestashop-theme" alt="toys-store-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_toys-store-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-216" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/top-mode-14.jpg" title=" " class="shutterset_set_3" >
								<img title="top-mode-14" alt="top-mode-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_top-mode-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-214" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/tools-store-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="tools-store-prestashop-theme" alt="tools-store-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_tools-store-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-213" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/this-is-halloween-ps-14.jpg" title=" " class="shutterset_set_3" >
								<img title="this-is-halloween-ps-14" alt="this-is-halloween-ps-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_this-is-halloween-ps-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-211" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/theme-urbanstyle-14.jpg" title=" " class="shutterset_set_3" >
								<img title="theme-urbanstyle-14" alt="theme-urbanstyle-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_theme-urbanstyle-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-209" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/theme-fourniture-14.jpg" title=" " class="shutterset_set_3" >
								<img title="theme-fourniture-14" alt="theme-fourniture-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_theme-fourniture-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-207" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/theme-digital-14.jpg" title=" " class="shutterset_set_3" >
								<img title="theme-digital-14" alt="theme-digital-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_theme-digital-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-206" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/theme-cosmetics.jpg" title=" " class="shutterset_set_3" >
								<img title="theme-cosmetics" alt="theme-cosmetics" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_theme-cosmetics.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-205" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/theme-bijoux.jpg" title=" " class="shutterset_set_3" >
								<img title="theme-bijoux" alt="theme-bijoux" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_theme-bijoux.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-203" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/theme-bijoux-14.jpg" title=" " class="shutterset_set_3" >
								<img title="theme-bijoux-14" alt="theme-bijoux-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_theme-bijoux-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-202" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/sport-tm34902.jpg" title=" " class="shutterset_set_3" >
								<img title="sport-tm34902" alt="sport-tm34902" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_sport-tm34902.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-201" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/sport-tm34483.jpg" title=" " class="shutterset_set_3" >
								<img title="sport-tm34483" alt="sport-tm34483" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_sport-tm34483.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-200" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/simply-clothes-2-colours2.jpg" title=" " class="shutterset_set_3" >
								<img title="simply-clothes-2-colours2" alt="simply-clothes-2-colours2" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_simply-clothes-2-colours2.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-199" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/simply-clothes-2-colours.jpg" title=" " class="shutterset_set_3" >
								<img title="simply-clothes-2-colours" alt="simply-clothes-2-colours" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_simply-clothes-2-colours.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-198" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/serie-color-a-white.jpg" title=" " class="shutterset_set_3" >
								<img title="serie-color-a-white" alt="serie-color-a-white" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_serie-color-a-white.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-197" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/rcseats.jpg" title=" " class="shutterset_set_3" >
								<img title="rcseats" alt="rcseats" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_rcseats.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-195" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34994.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34994" alt="prestashop-tm34994" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34994.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-194" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34918.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34918" alt="prestashop-tm34918" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34918.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-193" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34914.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34914" alt="prestashop-tm34914" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34914.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-192" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34911.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34911" alt="prestashop-tm34911" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34911.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-191" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34909.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34909" alt="prestashop-tm34909" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34909.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-190" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34905.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34905" alt="prestashop-tm34905" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34905.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-189" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34904.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34904" alt="prestashop-tm34904" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34904.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-188" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34738.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34738" alt="prestashop-tm34738" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34738.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-187" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34732.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34732" alt="prestashop-tm34732" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34732.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-186" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34604.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34604" alt="prestashop-tm34604" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34604.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-185" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34482.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34482" alt="prestashop-tm34482" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34482.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-184" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34397.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34397" alt="prestashop-tm34397" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34397.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-182" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm34396.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm34396" alt="prestashop-tm34396" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm34396.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-181" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm33904.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm33904" alt="prestashop-tm33904" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm33904.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-180" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/prestashop-tm33845.jpg" title=" " class="shutterset_set_3" >
								<img title="prestashop-tm33845" alt="prestashop-tm33845" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_prestashop-tm33845.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-179" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/photo-video4-4-colour.jpg" title=" " class="shutterset_set_3" >
								<img title="photo-video4-4-colour" alt="photo-video4-4-colour" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_photo-video4-4-colour.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-178" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/photo-video3-4-colour.jpg" title=" " class="shutterset_set_3" >
								<img title="photo-video3-4-colour" alt="photo-video3-4-colour" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_photo-video3-4-colour.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-177" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/photo-video2-4-colour.jpg" title=" " class="shutterset_set_3" >
								<img title="photo-video2-4-colour" alt="photo-video2-4-colour" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_photo-video2-4-colour.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-176" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/photo-video-4-colour.jpg" title=" " class="shutterset_set_3" >
								<img title="photo-video-4-colour" alt="photo-video-4-colour" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_photo-video-4-colour.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-175" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/petz-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="petz-prestashop-theme" alt="petz-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_petz-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-174" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/peshop-ps-14.jpg" title=" " class="shutterset_set_3" >
								<img title="peshop-ps-14" alt="peshop-ps-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_peshop-ps-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-173" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/pearly.jpg" title=" " class="shutterset_set_3" >
								<img title="pearly" alt="pearly" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_pearly.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-171" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/orange-commerce.jpg" title=" " class="shutterset_set_3" >
								<img title="orange-commerce" alt="orange-commerce" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_orange-commerce.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-169" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/nova.jpg" title=" " class="shutterset_set_3" >
								<img title="nova" alt="nova" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_nova.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-167" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/neutralism-ps-14.jpg" title=" " class="shutterset_set_3" >
								<img title="neutralism-ps-14" alt="neutralism-ps-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_neutralism-ps-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-166" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/naturashop.jpg" title=" " class="shutterset_set_3" >
								<img title="naturashop" alt="naturashop" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_naturashop.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-165" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/mustang.jpg" title=" " class="shutterset_set_3" >
								<img title="mustang" alt="mustang" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_mustang.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-163" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/mobishop-15.jpg" title=" " class="shutterset_set_3" >
								<img title="mobishop-15" alt="mobishop-15" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_mobishop-15.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-161" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/mobishop-14.jpg" title=" " class="shutterset_set_3" >
								<img title="mobishop-14" alt="mobishop-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_mobishop-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-160" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/mobile-and-iphone-tm34734.jpg" title=" " class="shutterset_set_3" >
								<img title="mobile-and-iphone-tm34734" alt="mobile-and-iphone-tm34734" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_mobile-and-iphone-tm34734.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-159" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/mobile-and-iphone-tm34027.jpg" title=" " class="shutterset_set_3" >
								<img title="mobile-and-iphone-tm34027" alt="mobile-and-iphone-tm34027" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_mobile-and-iphone-tm34027.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-158" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/mob-ps-14.jpg" title=" " class="shutterset_set_3" >
								<img title="mob-ps-14" alt="mob-ps-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_mob-ps-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-156" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/milky-kiwi.jpg" title=" " class="shutterset_set_3" >
								<img title="milky-kiwi" alt="milky-kiwi" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_milky-kiwi.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-155" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/menstore-14.jpg" title=" " class="shutterset_set_3" >
								<img title="menstore-14" alt="menstore-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_menstore-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-153" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/mega-store2-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="mega-store2-prestashop-theme" alt="mega-store2-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_mega-store2-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-149" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/mega-store-prestashop-theme2.jpg" title=" " class="shutterset_set_3" >
								<img title="mega-store-prestashop-theme2" alt="mega-store-prestashop-theme2" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_mega-store-prestashop-theme2.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-148" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/mega-store-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="mega-store-prestashop-theme" alt="mega-store-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_mega-store-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-147" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/medical-tm34479.jpg" title=" " class="shutterset_set_3" >
								<img title="medical-tm34479" alt="medical-tm34479" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_medical-tm34479.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-146" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/medical-tm33967.jpg" title=" " class="shutterset_set_3" >
								<img title="medical-tm33967" alt="medical-tm33967" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_medical-tm33967.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-145" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/lingeriestore.jpg" title=" " class="shutterset_set_3" >
								<img title="lingeriestore" alt="lingeriestore" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_lingeriestore.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-144" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/ladies-handbagpurse-ladies-garments-online-lather-baghandbag-shop.jpg" title=" " class="shutterset_set_3" >
								<img title="ladies-handbagpurse-ladies-garments-online-lather-baghandbag-shop" alt="ladies-handbagpurse-ladies-garments-online-lather-baghandbag-shop" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_ladies-handbagpurse-ladies-garments-online-lather-baghandbag-shop.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-143" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/isimple-black.jpg" title=" " class="shutterset_set_3" >
								<img title="isimple-black" alt="isimple-black" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_isimple-black.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-141" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/ishop-x010.jpg" title=" " class="shutterset_set_3" >
								<img title="ishop-x010" alt="ishop-x010" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_ishop-x010.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-138" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/ishop-x0091.jpg" title=" " class="shutterset_set_3" >
								<img title="ishop-x0091" alt="ishop-x0091" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_ishop-x0091.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-137" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/ishop-x009.jpg" title=" " class="shutterset_set_3" >
								<img title="ishop-x009" alt="ishop-x009" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_ishop-x009.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-136" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/interior-and-furniture-tm34922.jpg" title=" " class="shutterset_set_3" >
								<img title="interior-and-furniture-tm34922" alt="interior-and-furniture-tm34922" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_interior-and-furniture-tm34922.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-135" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/interior-and-furniture-tm34917.jpg" title=" " class="shutterset_set_3" >
								<img title="interior-and-furniture-tm34917" alt="interior-and-furniture-tm34917" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_interior-and-furniture-tm34917.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-134" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/interior-and-furniture-tm34603.jpg" title=" " class="shutterset_set_3" >
								<img title="interior-and-furniture-tm34603" alt="interior-and-furniture-tm34603" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_interior-and-furniture-tm34603.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-133" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/interior-and-furniture-tm34104.jpg" title=" " class="shutterset_set_3" >
								<img title="interior-and-furniture-tm34104" alt="interior-and-furniture-tm34104" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_interior-and-furniture-tm34104.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-132" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/interior-and-furniture-tm33937.jpg" title=" " class="shutterset_set_3" >
								<img title="interior-and-furniture-tm33937" alt="interior-and-furniture-tm33937" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_interior-and-furniture-tm33937.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-131" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/interior-and-furniture-tm33794.jpg" title=" " class="shutterset_set_3" >
								<img title="interior-and-furniture-tm33794" alt="interior-and-furniture-tm33794" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_interior-and-furniture-tm33794.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-129" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/interior-and-furniture-tm33609.jpg" title=" " class="shutterset_set_3" >
								<img title="interior-and-furniture-tm33609" alt="interior-and-furniture-tm33609" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_interior-and-furniture-tm33609.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-128" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/interior-and-furniture-tm33608.jpg" title=" " class="shutterset_set_3" >
								<img title="interior-and-furniture-tm33608" alt="interior-and-furniture-tm33608" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_interior-and-furniture-tm33608.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-127" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/interior-and-furniture-tm33607.jpg" title=" " class="shutterset_set_3" >
								<img title="interior-and-furniture-tm33607" alt="interior-and-furniture-tm33607" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_interior-and-furniture-tm33607.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-126" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/high-tech-tm34915.jpg" title=" " class="shutterset_set_3" >
								<img title="high-tech-tm34915" alt="high-tech-tm34915" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_high-tech-tm34915.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-125" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/high-tech-tm34903.jpg" title=" " class="shutterset_set_3" >
								<img title="high-tech-tm34903" alt="high-tech-tm34903" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_high-tech-tm34903.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-123" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/happy-kids.jpg" title=" " class="shutterset_set_3" >
								<img title="happy-kids" alt="happy-kids" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_happy-kids.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-122" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/green-commerce.jpg" title=" " class="shutterset_set_3" >
								<img title="green-commerce" alt="green-commerce" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_green-commerce.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-121" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/glass-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="glass-prestashop-theme" alt="glass-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_glass-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-119" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/gift-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="gift-prestashop-theme" alt="gift-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_gift-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-118" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/furniture-classic.jpg" title=" " class="shutterset_set_3" >
								<img title="furniture-classic" alt="furniture-classic" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_furniture-classic.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-116" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/food-store-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="food-store-prestashop-theme" alt="food-store-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_food-store-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-115" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/food-and-drinks-tm34919.jpg" title=" " class="shutterset_set_3" >
								<img title="food-and-drinks-tm34919" alt="food-and-drinks-tm34919" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_food-and-drinks-tm34919.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-114" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/food-and-drinks-tm34898.jpg" title=" " class="shutterset_set_3" >
								<img title="food-and-drinks-tm34898" alt="food-and-drinks-tm34898" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_food-and-drinks-tm34898.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-113" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/food-and-drinks-tm34476.jpg" title=" " class="shutterset_set_3" >
								<img title="food-and-drinks-tm34476" alt="food-and-drinks-tm34476" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_food-and-drinks-tm34476.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-112" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/flex-modern2-4-colours.jpg" title=" " class="shutterset_set_3" >
								<img title="flex-modern2-4-colours" alt="flex-modern2-4-colours" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_flex-modern2-4-colours.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-110" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/flex-modern-4-colours.jpg" title=" " class="shutterset_set_3" >
								<img title="flex-modern-4-colours" alt="flex-modern-4-colours" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_flex-modern-4-colours.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-109" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm34913.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm34913" alt="fashion-tm34913" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm34913.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-107" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm34912.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm34912" alt="fashion-tm34912" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm34912.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-106" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm34910.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm34910" alt="fashion-tm34910" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm34910.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-105" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm34908.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm34908" alt="fashion-tm34908" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm34908.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-104" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm34907.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm34907" alt="fashion-tm34907" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm34907.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-103" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm34645.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm34645" alt="fashion-tm34645" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm34645.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-102" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm34606.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm34606" alt="fashion-tm34606" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm34606.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-101" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm34564.jpg" title="Site internet E-commerce&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://livedemo00.template-help.com/prestashop_34564/&quot;&gt;Accédez à la démonstration de ce thème&lt;/a&gt;" class="shutterset_set_3" >
								<img title="fashion-tm34564" alt="fashion-tm34564" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm34564.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-100" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm34480.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm34480" alt="fashion-tm34480" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm34480.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-99" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm34477.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm34477" alt="fashion-tm34477" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm34477.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-98" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm34475.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm34475" alt="fashion-tm34475" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm34475.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-96" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm34395.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm34395" alt="fashion-tm34395" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm34395.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-95" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-tm33936.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-tm33936" alt="fashion-tm33936" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-tm33936.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-93" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-style-14.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-style-14" alt="fashion-style-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-style-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-91" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/fashion-store-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="fashion-store-prestashop-theme" alt="fashion-store-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_fashion-store-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-88" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/electronics-shop-prestashop-theme2.jpg" title=" " class="shutterset_set_3" >
								<img title="electronics-shop-prestashop-theme2" alt="electronics-shop-prestashop-theme2" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_electronics-shop-prestashop-theme2.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-87" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/electronics-shop-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="electronics-shop-prestashop-theme" alt="electronics-shop-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_electronics-shop-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-86" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/electronics-prestashop-theme.jpg" title=" " class="shutterset_set_3" >
								<img title="electronics-prestashop-theme" alt="electronics-prestashop-theme" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_electronics-prestashop-theme.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-85" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/design-mobilier.jpg" title=" " class="shutterset_set_3" >
								<img title="design-mobilier" alt="design-mobilier" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_design-mobilier.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-83" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/design-14.jpg" title=" " class="shutterset_set_3" >
								<img title="design-14" alt="design-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_design-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-82" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/deco-evo2.jpg" title=" " class="shutterset_set_3" >
								<img title="deco-evo2" alt="deco-evo2" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_deco-evo2.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-81" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/deco-evo.jpg" title=" " class="shutterset_set_3" >
								<img title="deco-evo" alt="deco-evo" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_deco-evo.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-78" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/corporatepro3.jpg" title=" " class="shutterset_set_3" >
								<img title="corporatepro3" alt="corporatepro3" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_corporatepro3.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-76" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/corporatepro2.jpg" title=" " class="shutterset_set_3" >
								<img title="corporatepro2" alt="corporatepro2" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_corporatepro2.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-75" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/corporatepro.jpg" title=" " class="shutterset_set_3" >
								<img title="corporatepro" alt="corporatepro" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_corporatepro.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-74" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/colorio2-14.jpg" title=" " class="shutterset_set_3" >
								<img title="colorio2-14" alt="colorio2-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_colorio2-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-73" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/colorio-14.jpg" title=" " class="shutterset_set_3" >
								<img title="colorio-14" alt="colorio-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_colorio-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-71" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/clothes-fashion.jpg" title=" " class="shutterset_set_3" >
								<img title="clothes-fashion" alt="clothes-fashion" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_clothes-fashion.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-70" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/clean-zenism2.jpg" title=" " class="shutterset_set_3" >
								<img title="clean-zenism2" alt="clean-zenism2" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_clean-zenism2.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-69" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/clean-zenism1.jpg" title=" " class="shutterset_set_3" >
								<img title="clean-zenism1" alt="clean-zenism1" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_clean-zenism1.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-68" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/clean-zenism.jpg" title=" " class="shutterset_set_3" >
								<img title="clean-zenism" alt="clean-zenism" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_clean-zenism.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-67" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/clean-store.jpg" title=" " class="shutterset_set_3" >
								<img title="clean-store" alt="clean-store" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_clean-store.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-66" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/children-tm34923.jpg" title=" " class="shutterset_set_3" >
								<img title="children-tm34923" alt="children-tm34923" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_children-tm34923.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-65" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/children-tm34916.jpg" title=" " class="shutterset_set_3" >
								<img title="children-tm34916" alt="children-tm34916" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_children-tm34916.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-64" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/children-tm34036.jpg" title=" " class="shutterset_set_3" >
								<img title="children-tm34036" alt="children-tm34036" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_children-tm34036.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-63" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/children-tm34035.jpg" title=" " class="shutterset_set_3" >
								<img title="children-tm34035" alt="children-tm34035" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_children-tm34035.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-61" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/cc-earring-cc-jewellery-silverdiamond-jewellery-shop.jpg" title=" " class="shutterset_set_3" >
								<img title="cc-earring-cc-jewellery-silverdiamond-jewellery-shop" alt="cc-earring-cc-jewellery-silverdiamond-jewellery-shop" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_cc-earring-cc-jewellery-silverdiamond-jewellery-shop.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-60" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/cars-tm34906.jpg" title=" " class="shutterset_set_3" >
								<img title="cars-tm34906" alt="cars-tm34906" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_cars-tm34906.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-59" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/cars-tm34478.jpg" title=" " class="shutterset_set_3" >
								<img title="cars-tm34478" alt="cars-tm34478" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_cars-tm34478.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-58" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/blueice.jpg" title=" " class="shutterset_set_3" >
								<img title="blueice" alt="blueice" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_blueice.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-57" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/blew-ps-14.jpg" title=" " class="shutterset_set_3" >
								<img title="blew-ps-14" alt="blew-ps-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_blew-ps-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-56" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/black-lifting-14.jpg" title=" " class="shutterset_set_3" >
								<img title="black-lifting-14" alt="black-lifting-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_black-lifting-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-54" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/beneficia.jpg" title=" " class="shutterset_set_3" >
								<img title="beneficia" alt="beneficia" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_beneficia.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-53" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/beauty-and-jewelry-tm34605.jpg" title=" " class="shutterset_set_3" >
								<img title="beauty-and-jewelry-tm34605" alt="beauty-and-jewelry-tm34605" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_beauty-and-jewelry-tm34605.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-51" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/beauty-and-jewelry-tm34394.jpg" title=" " class="shutterset_set_3" >
								<img title="beauty-and-jewelry-tm34394" alt="beauty-and-jewelry-tm34394" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_beauty-and-jewelry-tm34394.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-50" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/beauty-and-jewelry-tm33965.jpg" title=" " class="shutterset_set_3" >
								<img title="beauty-and-jewelry-tm33965" alt="beauty-and-jewelry-tm33965" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_beauty-and-jewelry-tm33965.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-49" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/aurore-creation_0.jpg" title=" " class="shutterset_set_3" >
								<img title="aurore-creation_0" alt="aurore-creation_0" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_aurore-creation_0.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-47" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/aurore-creation4.jpg" title=" " class="shutterset_set_3" >
								<img title="aurore-creation4" alt="aurore-creation4" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_aurore-creation4.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-46" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/aurore-creation.jpg" title=" " class="shutterset_set_3" >
								<img title="aurore-creation" alt="aurore-creation" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_aurore-creation.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-45" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/aqua-lifting-14.jpg" title=" " class="shutterset_set_3" >
								<img title="aqua-lifting-14" alt="aqua-lifting-14" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_aqua-lifting-14.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-44" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/animals-and-pets-tm33483.jpg" title=" " class="shutterset_set_3" >
								<img title="animals-and-pets-tm33483" alt="animals-and-pets-tm33483" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_animals-and-pets-tm33483.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-43" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/34644-prestashop-b.jpg" title=" " class="shutterset_set_3" >
								<img title="34644-prestashop-b" alt="34644-prestashop-b" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_34644-prestashop-b.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-42" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/34481-prestashop-b.jpg" title=" " class="shutterset_set_3" >
								<img title="34481-prestashop-b" alt="34481-prestashop-b" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_34481-prestashop-b.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-41" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/34252-prestashop-b.jpg" title=" " class="shutterset_set_3" >
								<img title="34252-prestashop-b" alt="34252-prestashop-b" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_34252-prestashop-b.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-40" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/33682-prestashop-b.jpg" title=" " class="shutterset_set_3" >
								<img title="33682-prestashop-b" alt="33682-prestashop-b" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_33682-prestashop-b.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-39" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/33397-prestashop-b.jpg" title=" " class="shutterset_set_3" >
								<img title="33397-prestashop-b" alt="33397-prestashop-b" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_33397-prestashop-b.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-38" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/33274-prestashop-b.jpg" title=" " class="shutterset_set_3" >
								<img title="33274-prestashop-b" alt="33274-prestashop-b" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_33274-prestashop-b.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-37" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/33166-prestashop-b.jpg" title=" " class="shutterset_set_3" >
								<img title="33166-prestashop-b" alt="33166-prestashop-b" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_33166-prestashop-b.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-36" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/32785-prestashop-b.jpg" title=" " class="shutterset_set_3" >
								<img title="32785-prestashop-b" alt="32785-prestashop-b" src="http://www.siteweb-creations.fr/wp-content/gallery/templates-prestashop_1/thumbs/thumbs_32785-prestashop-b.jpg" width="200" height="175" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

</p>
<div>&nbsp;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.siteweb-creations.fr/refonte-site-internet-2/site-boutique-en-ligne-prestashop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pack E-commerce</title>
		<link>http://www.siteweb-creations.fr/creation-site-web/creation-site-internet-e-boutique.html</link>
		<comments>http://www.siteweb-creations.fr/creation-site-web/creation-site-internet-e-boutique.html#comments</comments>
		<pubDate>Wed, 15 Sep 2010 13:47:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[création site web]]></category>
		<category><![CDATA[44]]></category>
		<category><![CDATA[agence internet 44]]></category>
		<category><![CDATA[boutique en ligne]]></category>
		<category><![CDATA[boutique sécurisée]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[creation site internet]]></category>
		<category><![CDATA[creation sites web]]></category>
		<category><![CDATA[e-boutique]]></category>
		<category><![CDATA[e-catalogue]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[magasin en ligne]]></category>
		<category><![CDATA[Nantes]]></category>
		<category><![CDATA[oscommerce]]></category>
		<category><![CDATA[prestashop]]></category>
		<category><![CDATA[Prestashop Nantes]]></category>
		<category><![CDATA[référencement]]></category>
		<category><![CDATA[refonte site internet]]></category>
		<category><![CDATA[site marchand]]></category>
		<category><![CDATA[sitewebcreation]]></category>
		<category><![CDATA[vendre en ligne]]></category>
		<category><![CDATA[web agency]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.siteweb-creations.fr/?p=148</guid>
		<description><![CDATA[La solution clé en main idéale pour se lancer dans  l' E-commerce]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$('#nom_input').next().text('Ce champ est obligatoire');$('#nom_input').next().css('text-align','left');tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}if($("#prenom_input").val() == "") {
						$("#prenom_input").css("background-color","#C9DF0D");
						$("#span_prenom").css("color","#C9DF0D");$('#prenom_input').next().text('Ce champ est obligatoire');$('#prenom_input').next().css('text-align','left');tab_error[1] = "Téléphone"; 
						valid = false;
					} else {
						$("#prenom_input").css("background-color","");
						$("#span_prenom").css("color","");
						$("#prenom_input").next().text("");
						tab_error[1] = "";
					} if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');tab_error[2] = "E-mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$('#objet_input').next().text('Ce champ est obligatoire');$('#objet_input').next().css('text-align','left');tab_error[4] = "Sujet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$('#message_input').next().text('Ce champ est obligatoire');$('#message_input').next().css('text-align','left');tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#FF930F" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p><a name="ecommerce"></a></p>
<h1>Pack Solution e-commerce</h1>
<p>&nbsp;</p>
<p class="Normal-P2" style="text-align: left; font-weight: 400; margin: 0px;"><span style="font-size:16px;"><span class="Normal-C2" style="font-family: Tahoma, sans-serif; font-weight: bold; line-height: 1.2em; color: rgb(255, 128, 0); ">La solution cl&eacute; en main id&eacute;ale pour se lancer dans &nbsp;l&#39; E-commerce</span></span></p>
<p class="Normal-P2" style="text-align: left; font-weight: 400; margin: 0px;">&nbsp;</p>
<p class="Normal-P2" style="text-align: left; font-weight: 400; margin: 0px;"><span class="Normal-C3" style="font-family: Tahoma, sans-serif; font-size: 15px; line-height: 1.2em; color: #ff8000;">&nbsp;</span></p>
<ul>
<li>Boutique multilingue</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Catalogue avec ou sans fonction vente</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Comparateur de produits</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Choix de l&#39;&eacute;tat d&#39;un produit</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Affichage de prix unitaires sur les produits</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Historisation des stocks (ventes, r&eacute;assorts&#8230;)</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Gestion am&eacute;lior&eacute;e de l&#39;inventaire</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Quantit&eacute; minimale d&#39;achat</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Cat&eacute;gories et sous-cat&eacute;gories illimit&eacute;es</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Groupes d&rsquo;attributs illimit&eacute;s (tailles, couleurs&hellip;)</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Nombre de d&eacute;clinaisons illimit&eacute; (rouge, vert, S, M, L&hellip;)</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">D&eacute;clinaisons de produits illimit&eacute;s (ex : T-shirt rouge, XL)</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">G&eacute;n&eacute;rateur automatique de d&eacute;clinaisons</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Caract&eacute;ristiques de produits illimit&eacute;es</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Images illimit&eacute;es avec redimensionnement automatique</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Images multiples par produit</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Zoom et thickbox sur les images de produits</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Protection filigrane sur les images</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Commentaires sur les produits par les clients</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Notation des produits par les clients</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Module eKomi &#8211; Evaluations clients</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Double affichage des prix : HT et-ou TTC</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Choix du nombre de produits par page</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Affichage des quantit&eacute;s disponibles sur la fiche produit</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Tri des produits par pertinence, prix, parution&hellip;</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Impression des fiches produits</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Suivi des anomalies au sein des cat&eacute;gories ou des produits (vides, d&eacute;sactiv&eacute;s&hellip;)</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Cat&eacute;gories restreintes &agrave; des groupes de clients</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Packs de produits et accessoires</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Documents joints aux fiches produits (notices&hellip;)</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Prix d&eacute;gressifs en pourcentage</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Prix d&eacute;gressifs en montant fixe</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Prise en compte des r&eacute;f&eacute;rences produits, fournisseurs</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Listes cadeaux (wishlists)</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Envoi par e-mail de la liste cadeaux</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Suivi des produits achet&eacute;s au sein de la liste cadeaux (qui, quand)</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Gestion des fabricants, marques</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Gestion des fournisseurs</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Fonction &quot;Envoyer &agrave; un ami&quot;</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Gestion de l&rsquo;&eacute;co-participation</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Produits personnalisables (images, textes&#8230;)</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Produits t&eacute;l&eacute;chargeables (MP3, PDF&#8230;)</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Ventes crois&eacute;es</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Export des produits sur Twenga</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Export des produits sur eBay</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Vid&eacute;os automatiques des produits avec Treepodia</li>
<li class="Normal-P0" style="text-align: left; margin: 0px;">Vid&eacute;os de pr&eacute;sentation produit avec Videomark</li>
<li>Param&eacute;trage des&nbsp;modes d&#39;exp&eacute;dition&nbsp;des articles</li>
<li>Nombreux&nbsp;moyens de paiement&nbsp;: ch&egrave;que, CB,&nbsp;Paypal&#8230;</li>
<li>Fonction de recherche int&eacute;gr&eacute;e</li>
<li>Gestion de vos articles en toute simplicit&eacute;</li>
<li>Saisie d&rsquo;un&nbsp;nombre illimit&eacute; d&rsquo;articles,</li>
<li>Photos de chaque article</li>
<li>Classement des produits selon diff&eacute;rents crit&egrave;res.</li>
<li>Gestion &nbsp;des stocks</li>
<li>Tableaux de remises&nbsp;propres &agrave; chaque article</li>
<li>Mise en avant&nbsp;de produits sur la page d&#39;accueil</li>
<li>Module de&nbsp;cross-marketing</li>
<li>Optimisation pour les moteurs de recherche</li>
<li>G&eacute;rez vos commandes et fid&eacute;lisez vos clients</li>
<li>Impression des&nbsp;factures&nbsp;et des&nbsp;bons de livraison.</li>
<li>Indication des prix&nbsp;TTC&nbsp;ou&nbsp;HT</li>
</ul>
<p class="Normal-P0" style="text-align: center; font-weight: 400; margin: 0px;"><span class="Normal-C2" style="font-family: Tahoma, sans-serif; font-weight: bold; font-size: 15px; line-height: 1.2em; color: #ff8000;">&nbsp;</span></p>
<h1 class="Normal-P0" style="text-align: center; margin: 0px;">&nbsp;</h1>
<p class="Normal-P0" style="text-align: center; font-weight: 400; margin: 0px;"><span class="Corps-de-texte-Site-Web-C" style="font-family: Tahoma, sans-serif; font-weight: bold; font-size: 24px; line-height: 1.21em; color: #ff8000;">1500 &euro;</span></p>
<p class="Normal-P0" style="text-align: center; font-weight: 400; margin: 0px;">&nbsp;</p>
<p class="Normal-P0" style="text-align: center; font-weight: 400; margin: 0px;">&nbsp;</p>
<p class="Normal-P0" style="text-align: center; font-weight: 400; margin: 0px;"><span class="Normal-C5" style="font-family: Tahoma, sans-serif; font-size: 11px; line-height: 1.18em;">&nbsp;</span></p>
<p class="Normal-P0" style="text-align: center; font-weight: 400; margin: 0px;"><span class="Normal-C6" style="font-family: Tahoma, sans-serif; font-size: 11px; line-height: 1.18em; color: #ff8000;">TVA non applicable, article 293 B du CGI</span></p>
<p class="Normal-P0" style="text-align: center; font-weight: 400; margin: 0px;">&nbsp;</p>
<p class="Normal-P0" style="text-align: center; font-weight: 400; margin: 0px;">&nbsp;</p>
<p class="Normal-P0" style="font-weight: 400; text-align: left; margin: 0px;">&nbsp;</p>
<p>&nbsp;</p>
<div>
<h3>LES AVANTAGES</h3>
<ul>
<li><span style="text-decoration: underline;">Aucun logiciel &agrave; installer</span><br />
			Vous &eacute;ditez votre site depuis votre navigateur pr&eacute;f&eacute;r&eacute; (Explorer, Firefox&#8230;)</li>
<li><span style="text-decoration: underline;">Look professionnel</span><br />
			Vous avez &agrave; disposition une large s&eacute;lection de mod&egrave;les.</li>
<li><span style="text-decoration: underline;">Pack tout-en-un</span><br />
			Inclut un nom de domaine, des comptes de messagerie, un h&eacute;bergement web.</li>
<li><span style="text-decoration: underline;">Optimis&eacute; pour le r&eacute;f&eacute;rencement</span><br />
			Votre site est structur&eacute; pour &ecirc;tre facilement index&eacute; par Google, Bing, Yahoo!&#8230;</li>
</ul>
<p>&nbsp;</p>
</div>
<p class="Normal-P0" style="text-align: center; font-weight: 400; margin: 0px;">&nbsp;</p>
<p class="Normal-P0" style="text-align: center; font-weight: 400; margin: 0px;">&nbsp;</p>
<p class="Normal-P0" style="text-align: center; font-weight: 400; margin: 0px;">&nbsp;</p>
<h3 class="Normal-P0" style="font-weight: 400; text-align: left; margin: 0px;">Site d&eacute;monstration :</h3>
<p class="Normal-P0" style="text-align: center; font-weight: 400; margin: 0px;">&nbsp;</p>
<p class="Normal-P0" style="font-weight: 400; text-align: left; margin: 0px;"><a href="http://www.siteweb-creations.fr/prestashop2/" rel="" style="" target="_blank" title=""><img alt="" class="size-full wp-image-447 alignnone" height="" src="http://www.siteweb-creations.fr/wp-content/uploads/2011/06/siteweb-creations_fr_prestashop211.jpg" style="width: 187px; height: 191px;" title="prestashop" width="" /></a>&nbsp; &nbsp;<a href="http://www.siteweb-creations.fr/prestashop/" rel="" style="" target="_blank" title=""><img alt="" class="size-full wp-image-448 alignnone" height="0" src="http://www.siteweb-creations.fr/wp-content/uploads/2011/06/siteweb-creations_prestashop11.jpg" style="width: 187px; height: 191px;" title="siteweb-creations prestashop" width="0" /></a>&nbsp; &nbsp;<a href="http://www.siteweb-creations.fr/prestashop3/" target="_blank"><img alt="" class="size-full wp-image-691 alignnone" height="181" src="http://www.siteweb-creations.fr/wp-content/uploads/2010/09/siteweb-creations-prestashop3.jpg" title="siteweb-creations-prestashop3" width="187" /></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteweb-creations.fr/creation-site-web/creation-site-internet-e-boutique.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pack Agence immobilière</title>
		<link>http://www.siteweb-creations.fr/creation-site-web/pack-site-agence-immobiliere.html</link>
		<comments>http://www.siteweb-creations.fr/creation-site-web/pack-site-agence-immobiliere.html#comments</comments>
		<pubDate>Wed, 15 Sep 2010 13:22:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[création site web]]></category>
		<category><![CDATA[agence internet 44]]></category>
		<category><![CDATA[agence web]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[creation site internet]]></category>
		<category><![CDATA[creation site vitrine entreprise]]></category>
		<category><![CDATA[Création site web Châteaubriant]]></category>
		<category><![CDATA[creation sites web]]></category>
		<category><![CDATA[e-catalogue]]></category>
		<category><![CDATA[Loire Atlantique]]></category>
		<category><![CDATA[Nantes]]></category>
		<category><![CDATA[référencement]]></category>
		<category><![CDATA[site agence immobilière]]></category>
		<category><![CDATA[site annonces immobilières]]></category>
		<category><![CDATA[site internet cms]]></category>
		<category><![CDATA[web agency]]></category>

		<guid isPermaLink="false">http://www.siteweb-creations.fr/?p=141</guid>
		<description><![CDATA[Pack site agence immobilière ... Gestion du site à partir de votre ordinateur en toute autonomie 24h/24, 7j/7]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$('#nom_input').next().text('Ce champ est obligatoire');$('#nom_input').next().css('text-align','left');tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}if($("#prenom_input").val() == "") {
						$("#prenom_input").css("background-color","#C9DF0D");
						$("#span_prenom").css("color","#C9DF0D");$('#prenom_input').next().text('Ce champ est obligatoire');$('#prenom_input').next().css('text-align','left');tab_error[1] = "Téléphone"; 
						valid = false;
					} else {
						$("#prenom_input").css("background-color","");
						$("#span_prenom").css("color","");
						$("#prenom_input").next().text("");
						tab_error[1] = "";
					} if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');tab_error[2] = "E-mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$('#objet_input').next().text('Ce champ est obligatoire');$('#objet_input').next().css('text-align','left');tab_error[4] = "Sujet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$('#message_input').next().text('Ce champ est obligatoire');$('#message_input').next().css('text-align','left');tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#FF930F" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<h3><a name="immo"></a></h3>
<h1>Pack Annonces immobili&egrave;res</h1>
<p><span style="color:#ff8c00;"><span style="font-size:16px;"><strong>Votre site internet &quot;Agence web immo&quot;</strong></span></span></p>
<p>&nbsp;</p>
<div>Simple &agrave; utiliser, convivial<br />
	Gestion du site &agrave; partir de votre ordinateur en toute autonomie<br />
	Aucun logiciel &agrave; installer sur votre ordinateur, une connexion &agrave; Internet suffit.&nbsp;Interface d&rsquo;administration simple et s&eacute;curis&eacute;e avec votre mot de passe</div>
<h3>&nbsp;</h3>
<ul>
<li>1 design sp&eacute;cialement d&eacute;velopp&eacute; pour votre site web</li>
<li>Un nombre d&#39;annonces&nbsp;illimit&eacute;es &nbsp;</li>
<li>L&#39;insertion de vos photos et de vos virtual tour</li>
<li>Un formulaire de contact adapt&eacute; &agrave; votre activit&eacute;</li>
<li>Une interface CMS accessible par mot de passe pour rajouter ou modifier vos annonces immobili&egrave;res&nbsp;</li>
<li>La cr&eacute;ation des m&eacute;tas tag&nbsp;</li>
<li>Le d&eacute;p&ocirc;t de votre nom de domaine .com ou .fr &nbsp;</li>
<li>Un espace disque de 2500 Mo</li>
<li>Les mises &agrave; jour pendant 2 mois</li>
<li>20 adresses email &nbsp;</li>
<li>Le r&eacute;f&eacute;rencement sur les principaux moteurs de recherche</li>
<li>G&eacute;n&eacute;ration d&#39;une Google Sitemap</li>
</ul>
<p><span class="Corps-de-texte-Site-Web-C1" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.21em; color: rgb(137, 89, 42); ">&nbsp;</span></p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C2" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.21em; color: rgb(255, 128, 0); ">&nbsp;</span></p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C2" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.21em; color: rgb(255, 128, 0); ">1800 &euro;</span></p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Normal-C1" style="font-family: Tahoma, sans-serif; font-size: 11px; line-height: 1.18em; color: rgb(255, 128, 0); ">&nbsp;</span></p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Normal-C1" style="font-family: Tahoma, sans-serif; font-size: 11px; line-height: 1.18em; color: rgb(255, 128, 0); ">TVA non applicable, article 293 B du CGI</span></p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: 400; text-align: left; ">&nbsp;</p>
<p>&nbsp;</p>
<div>
<h3>LES AVANTAGES</h3>
<ul>
<li><u>Aucun logiciel &agrave; installer</u><br />
			Vous &eacute;ditez votre site depuis votre navigateur pr&eacute;f&eacute;r&eacute; (Explorer, Firefox&#8230;)</li>
<li><u>Pack tout-en-un</u><br />
			Inclut un nom de domaine, des comptes de messagerie, un h&eacute;bergement web.</li>
<li><u>Support multimedia</u><br />
			Vous pouvez ajouter vid&eacute;os, musique, photos ou cartes Google Maps.</li>
<li><u>Optimis&eacute; pour le r&eacute;f&eacute;rencement</u><br />
			Votre site est structur&eacute; pour &ecirc;tre facilement index&eacute; par Google, Bing, Yahoo!&#8230;</li>
</ul>
<p><span style="color: rgb(255, 128, 0); font-family: Tahoma, sans-serif; font-size: 11px; line-height: 1.18em; text-align: center; ">&nbsp;</span></p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteweb-creations.fr/creation-site-web/pack-site-agence-immobiliere.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pack CMS + E-boutique</title>
		<link>http://www.siteweb-creations.fr/creation-site-web/creation-site-internet-cms-eboutique.html</link>
		<comments>http://www.siteweb-creations.fr/creation-site-web/creation-site-internet-cms-eboutique.html#comments</comments>
		<pubDate>Wed, 15 Sep 2010 13:09:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[création site web]]></category>
		<category><![CDATA[agence internet 44]]></category>
		<category><![CDATA[agence web]]></category>
		<category><![CDATA[boutique en ligne]]></category>
		<category><![CDATA[boutique sécurisée]]></category>
		<category><![CDATA[conception site web]]></category>
		<category><![CDATA[creation site internet]]></category>
		<category><![CDATA[creation site vitrine entreprise]]></category>
		<category><![CDATA[creation sites web]]></category>
		<category><![CDATA[e-catalogue]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[Loire Atlantique]]></category>
		<category><![CDATA[Nantes]]></category>
		<category><![CDATA[référencement]]></category>
		<category><![CDATA[site internet cms]]></category>
		<category><![CDATA[vente en ligne]]></category>
		<category><![CDATA[web agency]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.siteweb-creations.fr/?p=134</guid>
		<description><![CDATA[Site internet en pages illimitées + un e-catalogue ou une e-boutique; vous gérez avec autonomie vos contenus]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$('#nom_input').next().text('Ce champ est obligatoire');$('#nom_input').next().css('text-align','left');tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}if($("#prenom_input").val() == "") {
						$("#prenom_input").css("background-color","#C9DF0D");
						$("#span_prenom").css("color","#C9DF0D");$('#prenom_input').next().text('Ce champ est obligatoire');$('#prenom_input').next().css('text-align','left');tab_error[1] = "Téléphone"; 
						valid = false;
					} else {
						$("#prenom_input").css("background-color","");
						$("#span_prenom").css("color","");
						$("#prenom_input").next().text("");
						tab_error[1] = "";
					} if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');tab_error[2] = "E-mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$('#objet_input').next().text('Ce champ est obligatoire');$('#objet_input').next().css('text-align','left');tab_error[4] = "Sujet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$('#message_input').next().text('Ce champ est obligatoire');$('#message_input').next().css('text-align','left');tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#FF930F" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p><a name="cmsecommerce"></a></p>
<h1>Pack CMS + E-boutique</h1>
<p>&nbsp;</p>
<p><span style="font-size:16px;"><span style="color:#ff8c00;"><strong>Site internet en pages illimit&eacute;es avec un e-catalogue ou une e-boutique, vous g&eacute;rez avec autonomie vos contenus</strong></span></span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<ul>
<li>1 design sp&eacute;cialement d&eacute;velopp&eacute; pour votre site web</li>
<li>Nombre de pages illimit&eacute;es</li>
<li>Un e-catalogue ou e-boutique en cms</li>
<li>L&#39;insertion de vos photos ou vid&eacute;os</li>
<li>Formulaire de contact&nbsp;</li>
<li>La cr&eacute;ation des m&eacute;tas tag</li>
<li>Le d&eacute;p&ocirc;t de votre nom de domaine .com ou .fr &nbsp;</li>
<li>Un espace disque de 2500 Mo</li>
<li>20 adresse email &nbsp;</li>
<li>Le r&eacute;f&eacute;rencement sur les principaux moteurs de recherche&nbsp;</li>
</ul>
<p>​</p>
<p class="Normal-P1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C1" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.21em; color: rgb(255, 128, 0); ">&nbsp;</span></p>
<h1 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; ">2500 Euros</h1>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: 400; text-align: left; ">&nbsp;</p>
<p>&nbsp;</p>
<div>
<h3>LES AVANTAGES</h3>
<ul>
<li><u>Aucun logiciel &agrave; installer</u><br />
			Vous &eacute;ditez votre site depuis votre navigateur pr&eacute;f&eacute;r&eacute; (Explorer, Firefox&#8230;)</li>
<li><u>Look professionnel</u><br />
			Vous avez &agrave; disposition une large s&eacute;lection de mod&egrave;les et d&#39;images.</li>
<li><u>Pack tout-en-un</u><br />
			Inclut un nom de domaine, des comptes de messagerie, un h&eacute;bergement web.</li>
<li><u>Support multimedia</u><br />
			Vous pouvez ajouter vid&eacute;os, musique, photos ou cartes Google Maps.</li>
<li><u>Optimis&eacute; pour le r&eacute;f&eacute;rencement</u><br />
			Votre site est structur&eacute; pour &ecirc;tre facilement index&eacute; par Google, Bing, Yahoo!&#8230;</li>
</ul>
<p>&nbsp;</p>
</div>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: 400; text-align: left; ">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteweb-creations.fr/creation-site-web/creation-site-internet-cms-eboutique.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pack Site Internet CMS</title>
		<link>http://www.siteweb-creations.fr/creation-site-web/creation-site-internet-cms.html</link>
		<comments>http://www.siteweb-creations.fr/creation-site-web/creation-site-internet-cms.html#comments</comments>
		<pubDate>Wed, 15 Sep 2010 12:25:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[création site web]]></category>
		<category><![CDATA[agence internet 44]]></category>
		<category><![CDATA[agence web]]></category>
		<category><![CDATA[boutique en ligne]]></category>
		<category><![CDATA[creation site internet]]></category>
		<category><![CDATA[creation sites web]]></category>
		<category><![CDATA[e-catalogue]]></category>
		<category><![CDATA[refonte site internet]]></category>
		<category><![CDATA[vente en ligne]]></category>
		<category><![CDATA[web agency]]></category>

		<guid isPermaLink="false">http://www.siteweb-creations.fr/?p=125</guid>
		<description><![CDATA[Création de site internet CMS, pages illimitées, gérez avec autonomie vos contenus]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$('#nom_input').next().text('Ce champ est obligatoire');$('#nom_input').next().css('text-align','left');tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}if($("#prenom_input").val() == "") {
						$("#prenom_input").css("background-color","#C9DF0D");
						$("#span_prenom").css("color","#C9DF0D");$('#prenom_input').next().text('Ce champ est obligatoire');$('#prenom_input').next().css('text-align','left');tab_error[1] = "Téléphone"; 
						valid = false;
					} else {
						$("#prenom_input").css("background-color","");
						$("#span_prenom").css("color","");
						$("#prenom_input").next().text("");
						tab_error[1] = "";
					} if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');tab_error[2] = "E-mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$('#objet_input').next().text('Ce champ est obligatoire');$('#objet_input').next().css('text-align','left');tab_error[4] = "Sujet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$('#message_input').next().text('Ce champ est obligatoire');$('#message_input').next().css('text-align','left');tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#FF930F" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p><a name="cms"></a></p>
<h1>Pack Site Internet CMS</h1>
<p>&nbsp;</p>
<p><span style="font-size:16px;"><span style="color:#ff8c00;"><strong>Cr&eacute;ation de site internet pages illimit&eacute;es, g&eacute;rez avec autonomie vos contenus</strong></span></span></p>
<p>&nbsp;</p>
<ul>
<li>1 design sp&eacute;cialement d&eacute;velopp&eacute; pour votre site web</li>
<li>Nombre de pages illimit&eacute;es</li>
<li>L&#39;insertion de vos photos ou de vos vid&eacute;os</li>
<li>Un formulaire de contact adapt&eacute; &agrave; votre activit&eacute; &nbsp;</li>
<li>La cr&eacute;ation des m&eacute;tas tag&nbsp;</li>
<li>Le d&eacute;p&ocirc;t de votre nom de domaine .com ou .fr &nbsp;</li>
<li>Un espace disque de 2500 Mo</li>
<li>Les mises &agrave; jour pendant 2 mois</li>
<li>20 adresses email au nom de votre site</li>
<li>Le r&eacute;f&eacute;rencement sur les principaux moteurs de recherche</li>
<li>Administration de votre site avec acc&egrave;s prot&eacute;g&eacute; par mot de passe</li>
</ul>
<h4 class="Normal-P1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; font-weight: 400; "><span style="color:#000000;"><span class="Corps-de-texte-Site-Web-C0" style="font-family: Tahoma, sans-serif; font-size: 19px; line-height: 1.21em; ">&nbsp;</span></span></h4>
<h1 class="Normal-P1" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C1" style="font-family: Tahoma, sans-serif; font-size: 24px; line-height: 1.21em; color: rgb(255, 128, 0); ">&nbsp;</span></h1>
<h1 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C2" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.21em; color: rgb(255, 128, 0); ">1500 Euros</span></h1>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C4" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 15px; line-height: 1.2em; color: rgb(255, 128, 0); ">&nbsp;</span></p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C4" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 15px; line-height: 1.2em; color: rgb(255, 128, 0); ">G&eacute;rez vous m&ecirc;me le contenu de votre site internet</span></p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C4" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 15px; line-height: 1.2em; color: rgb(255, 128, 0); ">sans connaissances en informatique</span></p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: 400; text-align: justify; ">Pour mettre &agrave; jour votre site web auto-administrable, aucune comp&eacute;tence informatique particuli&egrave;re, ni aucun logiciel, ne sont n&eacute;cessaires pour g&eacute;rer vos contenus internet (textes et images) de votre site cms Dynamique. Vous utiliserez votre interface d&#39;administration &agrave; partir de votre navigateur internet habituel (ex: internet explorer, firefox ..etc). L&#39;utilisation de cette interface et son &eacute;diteur est tr&egrave;s simple, tr&egrave;s intuitive et tr&egrave;s compl&egrave;te, s&eacute;curis&eacute;e</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: 400; text-align: justify; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: 400; text-align: justify; ">&nbsp;</p>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: 400; text-align: justify; ">&nbsp;</p>
<p>&nbsp;</p>
<div>
<h3>LES AVANTAGES</h3>
<ul>
<li><u>Aucun logiciel &agrave; installer</u><br />
			Vous &eacute;ditez votre site depuis votre navigateur pr&eacute;f&eacute;r&eacute; (Explorer, Firefox&#8230;)</li>
<li><u>Look professionnel</u><br />
			Vous avez &agrave; disposition une large s&eacute;lection de mod&egrave;les et d&#39;images.</li>
<li><u>Pack tout-en-un</u><br />
			Inclut un nom de domaine, des comptes de messagerie, un h&eacute;bergement web.</li>
<li><u>Support multimedia</u><br />
			Vous pouvez ajouter vid&eacute;os, musique, photos ou cartes Google Maps.</li>
<li><u>Optimis&eacute; pour le r&eacute;f&eacute;rencement</u><br />
			Votre site est structur&eacute; pour &ecirc;tre facilement index&eacute; par Google, Bing, Yahoo!&#8230;</li>
</ul>
<p>&nbsp;</p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteweb-creations.fr/creation-site-web/creation-site-internet-cms.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pack Pro Plus internet</title>
		<link>http://www.siteweb-creations.fr/creation-site-web/pack-pro-plus-internet.html</link>
		<comments>http://www.siteweb-creations.fr/creation-site-web/pack-pro-plus-internet.html#comments</comments>
		<pubDate>Wed, 15 Sep 2010 12:08:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[création site web]]></category>
		<category><![CDATA[agence internet]]></category>
		<category><![CDATA[agence internet 44]]></category>
		<category><![CDATA[agence web]]></category>
		<category><![CDATA[conception site web]]></category>
		<category><![CDATA[creation site internet]]></category>
		<category><![CDATA[creation site vitrine entreprise]]></category>
		<category><![CDATA[creation sites web]]></category>
		<category><![CDATA[Loire Atlantique]]></category>
		<category><![CDATA[Nantes]]></category>
		<category><![CDATA[référencement]]></category>
		<category><![CDATA[site vitrine]]></category>
		<category><![CDATA[Vendée]]></category>

		<guid isPermaLink="false">http://www.siteweb-creations.fr/?p=121</guid>
		<description><![CDATA[Pour les professionnels qui désirent avoir un site internet CMS]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$('#nom_input').next().text('Ce champ est obligatoire');$('#nom_input').next().css('text-align','left');tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}if($("#prenom_input").val() == "") {
						$("#prenom_input").css("background-color","#C9DF0D");
						$("#span_prenom").css("color","#C9DF0D");$('#prenom_input').next().text('Ce champ est obligatoire');$('#prenom_input').next().css('text-align','left');tab_error[1] = "Téléphone"; 
						valid = false;
					} else {
						$("#prenom_input").css("background-color","");
						$("#span_prenom").css("color","");
						$("#prenom_input").next().text("");
						tab_error[1] = "";
					} if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');tab_error[2] = "E-mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$('#objet_input').next().text('Ce champ est obligatoire');$('#objet_input').next().css('text-align','left');tab_error[4] = "Sujet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$('#message_input').next().text('Ce champ est obligatoire');$('#message_input').next().css('text-align','left');tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#FF930F" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p><a name="packproplus"></a></p>
<h1>Pack Pro Plus internet</h1>
<p>&nbsp;</p>
<ul>
<li>1 design sp&eacute;cialement d&eacute;velopp&eacute; pour votre site web</li>
<li>10 pages et la possibilt&eacute; d&#39;en&nbsp;cr&eacute;er&nbsp;d&#39;autres vous-m&ecirc;me</li>
<li>1 animation flash</li>
<li>L&#39;insertion de vos photos ou de vos vid&eacute;os</li>
<li>Un formulaire de contact adapt&eacute; &agrave; votre activit&eacute; &nbsp;</li>
<li>La cr&eacute;ation des m&eacute;tas tag, d&eacute;finitions des mots-cl&eacute;s&nbsp;</li>
<li>Le d&eacute;p&ocirc;t de votre nom de domaine .com &nbsp;.fr &nbsp;</li>
<li>Un espace disque de 2500 Mo</li>
<li>Les mises &agrave; jour pendant 2 mois</li>
<li>5 adresses email au nom de votre site</li>
<li>Le r&eacute;f&eacute;rencement sur les principaux moteurs de recherche</li>
<li>Cr&eacute;ation d&#39;un Google Sitemap.</li>
</ul>
<p>&nbsp;</p>
<h1 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C1" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.21em; color: rgb(255, 128, 0); ">1300 euros</span></h1>
<h1 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Normal-C1" style="font-family: Tahoma, sans-serif; font-size: 11px; line-height: 1.18em; color: rgb(255, 128, 0); ">&nbsp;</span></h1>
<h1 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Normal-C1" style="font-family: Tahoma, sans-serif; font-size: 11px; line-height: 1.18em; color: rgb(255, 128, 0); ">TVA non applicable, article 293 B du CGI</span></h1>
<h1 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; ">&nbsp;</h1>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div>
<h3>LES AVANTAGES</h3>
<ul>
<li><u>Aucun logiciel &agrave; installer</u><br />
			Vous &eacute;ditez votre site depuis votre navigateur pr&eacute;f&eacute;r&eacute; (Explorer, Firefox&#8230;)</li>
<li><u>Look professionnel</u><br />
			Vous avez &agrave; disposition une large s&eacute;lection de mod&egrave;les et d&#39;images.</li>
<li><u>Pack tout-en-un</u><br />
			Inclut un nom de domaine, des comptes de messagerie, un h&eacute;bergement web.</li>
<li><u>Support multimedia</u><br />
			Vous pouvez ajouter vid&eacute;os, musique, photos ou cartes Google Maps.</li>
<li><u>Optimis&eacute; pour le r&eacute;f&eacute;rencement</u><br />
			Votre site est structur&eacute; pour &ecirc;tre facilement index&eacute; par Google, Bing, Yahoo!&#8230;</li>
</ul>
<p style="text-align: -webkit-auto;">&nbsp;</p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteweb-creations.fr/creation-site-web/pack-pro-plus-internet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pack présence internet</title>
		<link>http://www.siteweb-creations.fr/creation-site-web/pack-presence-internet.html</link>
		<comments>http://www.siteweb-creations.fr/creation-site-web/pack-presence-internet.html#comments</comments>
		<pubDate>Wed, 15 Sep 2010 11:47:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[création site web]]></category>
		<category><![CDATA[agence internet 44]]></category>
		<category><![CDATA[boutique en ligne]]></category>
		<category><![CDATA[boutique sécurisée]]></category>
		<category><![CDATA[creation site internet]]></category>
		<category><![CDATA[creation sites web]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[hébergement internet]]></category>
		<category><![CDATA[Nantes]]></category>
		<category><![CDATA[référencement]]></category>
		<category><![CDATA[vente en ligne]]></category>
		<category><![CDATA[web agency]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://www.siteweb-creations.fr/?p=113</guid>
		<description><![CDATA[Pour les professionnels qui désirent avoir un site internet, tout en maîtrisant leur budget.]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$('#nom_input').next().text('Ce champ est obligatoire');$('#nom_input').next().css('text-align','left');tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}if($("#prenom_input").val() == "") {
						$("#prenom_input").css("background-color","#C9DF0D");
						$("#span_prenom").css("color","#C9DF0D");$('#prenom_input').next().text('Ce champ est obligatoire');$('#prenom_input').next().css('text-align','left');tab_error[1] = "Téléphone"; 
						valid = false;
					} else {
						$("#prenom_input").css("background-color","");
						$("#span_prenom").css("color","");
						$("#prenom_input").next().text("");
						tab_error[1] = "";
					} if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');tab_error[2] = "E-mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$('#objet_input').next().text('Ce champ est obligatoire');$('#objet_input').next().css('text-align','left');tab_error[4] = "Sujet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$('#message_input').next().text('Ce champ est obligatoire');$('#message_input').next().css('text-align','left');tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#FF930F" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p><a name="presenceweb"></a></p>
<h1>Pack pr&eacute;sence internet</h1>
<p>&nbsp;</p>
<p><span style="color:#ff8c00;"><span style="font-size:16px;">Pour les professionnels qui d&eacute;sirent avoir un <strong>site internet</strong>, tout en <strong>ma&icirc;trisant leur budget.</strong></span></span></p>
<p>Vous assurez&nbsp;rapidement votre pr&eacute;sence sur internet&nbsp;par la r&eacute;alisation d&#39;un&nbsp;<strong>site web vitrine</strong>. Vous pr&eacute;sentez&nbsp;vos produits ou services&nbsp;et faites conna&icirc;tre&nbsp;votre soci&eacute;t&eacute;. &nbsp;</p>
<p><strong>Selon votre projet, nous pouvons&nbsp;r&eacute;aliser votre site internet&nbsp;en&nbsp;une dizaine de jours.</strong></p>
<h1 class="Normal-P3" style="text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; font-size: 18px; text-align: left; margin-top: 7px; margin-right: 0px; margin-bottom: 7px; margin-left: 0px; color: rgb(89, 89, 89); border-collapse: collapse; ">&nbsp;</h1>
<h1 class="Normal-P3" style="text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; font-size: 18px; text-align: left; margin-top: 7px; margin-right: 0px; margin-bottom: 7px; margin-left: 0px; color: rgb(89, 89, 89); border-collapse: collapse; ">&nbsp;</h1>
<ul>
<li>1 design sp&eacute;cialement d&eacute;velopp&eacute; pour votre site web</li>
<li>3 pages&nbsp;et la possibilt&eacute; d&#39;en&nbsp;cr&eacute;er&nbsp;d&#39;autres vous-m&ecirc;me</li>
<li>CMS avec acc&egrave;s adminstration prot&eacute;g&eacute; par mot de passe</li>
<li>L&#39;insertion de vos photos</li>
<li>Un formulaire de contact adapt&eacute; &agrave; votre activit&eacute;</li>
<li>La cr&eacute;ation des m&eacute;tas tag pour le r&eacute;f&eacute;rencement</li>
<li>Le d&eacute;p&ocirc;t de votre nom de domaine .com ou .fr &nbsp;</li>
<li>Un espace disque de 2500 Mo</li>
<li>Les mises &agrave; jour pendant 1 mois</li>
<li>2 adresses email au nom de votre site</li>
<li>Le r&eacute;f&eacute;rencement sur les principaux moteurs de recherche</li>
<li>Cr&eacute;ation d&#39;un Google Sitemap.</li>
</ul>
<p class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C0" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 16px; line-height: 1.19em; color: rgb(106, 103, 103); ">&nbsp;</span></p>
<h1 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C1" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.21em; color: rgb(255, 128, 0); ">&nbsp;</span></h1>
<h1 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C1" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.21em; color: rgb(255, 128, 0); ">750 euros</span></h1>
<h1 class="Normal-P3" style="text-decoration: none; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; font-size: 18px; text-align: left; margin-top: 7px; margin-right: 0px; margin-bottom: 7px; margin-left: 0px; color: rgb(89, 89, 89); border-collapse: collapse; "><span class="Normal-C1" style="font-family: Tahoma, sans-serif; font-size: 11px; line-height: 1.18em; color: rgb(255, 128, 0); ">TVA non applicable, article 293 B du CGI &nbsp;</span><span class="Normal-C2" style="font-family: Verdana, sans-serif; font-size: 11px; line-height: 1.18em; color: rgb(255, 128, 0); ">&nbsp;&nbsp; &nbsp;&nbsp;</span>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</h1>
<p>&nbsp;</p>
<h3><span style="color:#ff8c00;">LES AVANTAGES</span></h3>
<ul>
<li><u>Aucun logiciel &agrave; installer</u><br />
		Vous &eacute;ditez votre site depuis votre navigateur pr&eacute;f&eacute;r&eacute; (Explorer, Firefox&#8230;)</li>
<li><u>Look professionnel</u><br />
		Vous avez &agrave; disposition une large s&eacute;lection de mod&egrave;les et d&#39;images.</li>
<li><u>Pack tout-en-un</u><br />
		Inclut un nom de domaine, des comptes de messagerie, un h&eacute;bergement web.</li>
<li><u>Support multimedia</u><br />
		Vous pouvez ajouter vid&eacute;os, musique, photos ou cartes Google Maps.</li>
<li><u>Optimis&eacute; pour le r&eacute;f&eacute;rencement</u><br />
		Votre site est structur&eacute; pour &ecirc;tre facilement index&eacute; par Google, Bing, Yahoo!&#8230;</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteweb-creations.fr/creation-site-web/pack-presence-internet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pack Pro internet</title>
		<link>http://www.siteweb-creations.fr/creation-site-web/pack-pro-internet.html</link>
		<comments>http://www.siteweb-creations.fr/creation-site-web/pack-pro-internet.html#comments</comments>
		<pubDate>Tue, 14 Sep 2010 16:00:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[création site web]]></category>
		<category><![CDATA[agence web]]></category>
		<category><![CDATA[creation site internet]]></category>
		<category><![CDATA[e-boutique]]></category>
		<category><![CDATA[Loire Atlantique]]></category>
		<category><![CDATA[Nantes]]></category>
		<category><![CDATA[site vitrine]]></category>
		<category><![CDATA[Vendée]]></category>

		<guid isPermaLink="false">http://www.siteweb-creations.fr/?p=56</guid>
		<description><![CDATA[Pour les professionnels qui désirent avoir un site internet, tout en maîtrisant leur budget.]]></description>
			<content:encoded><![CDATA[
<script language="Javascript">
	DD_roundies.addRule('div.arrondi', '15px');
	
	jQuery(document).ready(function($){
		$("#envoyer").click(function() {
			valid = true;
			var tab_error = new Array();var message_error_web='';var message_error_mail='';var haut_mess_form = true;message_error_coche='';message_error_question='';message_error_captcha='';if($("#nom_input").val() == "") {
						$("#nom_input").css("background-color","#C9DF0D");
						$("#span_nom").css("color","#C9DF0D");$('#nom_input').next().text('Ce champ est obligatoire');$('#nom_input').next().css('text-align','left');tab_error[0] = "Nom"; 
						valid = false;
					} else {
						$("#nom_input").css("background-color","");
						$("#span_nom").css("color","");
						$("#nom_input").next().text("");
						tab_error[0] = "";
					}if($("#prenom_input").val() == "") {
						$("#prenom_input").css("background-color","#C9DF0D");
						$("#span_prenom").css("color","#C9DF0D");$('#prenom_input').next().text('Ce champ est obligatoire');$('#prenom_input').next().css('text-align','left');tab_error[1] = "Téléphone"; 
						valid = false;
					} else {
						$("#prenom_input").css("background-color","");
						$("#span_prenom").css("color","");
						$("#prenom_input").next().text("");
						tab_error[1] = "";
					} if($("#mail_input").val() == "") {
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');tab_error[2] = "E-mail";
				valid = false;
			} else if(!$("#mail_input").val().match(/^([a-z0-9_]|\-|\.)+@(([a-z0-9_]|\-)+\.)+[a-z]{2,7}$/)){
				$("#mail_input").css("background-color","#C9DF0D");
				$("#span_mail").css("color","#C9DF0D");$('#mail_input').next().text('Ce champ est obligatoire');$('#mail_input').next().css('text-align','left');message_error_mail = "L'email entré n'est pas valide";
				tab_error[2] = "";
				valid = false;
			} else {
				$("#mail_input").css("background-color","");
				$("#span_mail").css("color","");
				$("#mail_input").next().text("");
				tab_error[2] = "";
				message_error_mail = "";
			}tab_error[3] = "";if($("#objet_input").val() == "") {
				$("#objet_input").css("background-color","#C9DF0D");
				$("#span_objet").css("color","#C9DF0D");$('#objet_input').next().text('Ce champ est obligatoire');$('#objet_input').next().css('text-align','left');tab_error[4] = "Sujet";
				valid = false;
			} else {
				$("#objet_input").css("background-color","");
				$("#span_objet").css("color","");
				$("#objet_input").next().text("");
				tab_error[4] = "";
			}if($("#message_input").val() == "") {
				$("#message_input").css("background-color","#C9DF0D");
				$("#span_message").css("color","#C9DF0D");$('#message_input').next().text('Ce champ est obligatoire');$('#message_input').next().css('text-align','left');tab_error[5] = "Message<br/>";
				valid = false;
			} else {
				$("#message_input").css("background-color","");
				$("#span_message").css("color","");
				$("#message_input").next().text("");
				tab_error[5] = "";
			}haut_mess_form = false;			if(valid == false) {
				$("#formulaire_contact").animate({ backgroundColor: "#C9DF0D" }, 100);
				
				var message = "Veuillez renseigner le(s) champs: ";
				for (var i=0; i < tab_error.length; ++i) {
					if(tab_error[i] != "") {
						message += tab_error[i]+", ";
					}
				}
				
				message = message.substring(0, message.length-2);
				
				var espace_coche = "";
				if(message_error_mail != "") {
					message += message_error_mail;
					espace_coche = "<br/>";
				}
				
				if(message_error_coche != "") {
					message += espace_coche+message_error_coche;
				}
				
				if(message_error_question != "") {
					message += espace_coche+message_error_question;
				}
				
				if(message_error_captcha != "") {
					message += espace_coche+message_error_captcha;
				}
				
				if(message_error_web != "" && message_error_mail != "") {
					message += "<br/>"+message_error_web;
				} else {
					message += message_error_web;
				}
				
				if(haut_mess_form == true) {
					$("#message_error").css("display","block");
					$("#message_error").html(message);
				}
			}
			
			$("#formulaire_contact").animate({ backgroundColor: "#FF930F" }, 800);
			return valid;
		});
	});
	</script>

<style type="text/css">
	<!--
	#style_cispm fieldset {
		background-color: transparent;
		margin: 0;
		padding: 5px;
	}
	
	#style_cispm {
		margin:0;
		padding:0;
		font-family: Cambria	}
	
	#style_cispm table td, table th {
		border-right:0px;
		padding:0;
		text-align:left;
	}
	
	.input_cispm {
		margin:0;
		height: 18px;
		padding: 2px;
	}

	#style_cispm input, textarea, select {
		margin:0;
		padding:0;
	}
	
	#style_cispm table tr:hover td {
		margin: 0;
		padding: 0;
	}
	
	#formulaire_contact{
		margin:auto;
		border-radius:1em;
		-moz-border-radius:1em;
		-webkit-border-radius:1em;
		padding-bottom: 8px;
	}

	#formulaire_contact fieldset{
		border:none;
	}
	
	#formulaire_contact legend{
		margin-top:0.3em;
		font-weight:bold;
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
		text-align: left;
	}
	
	#formulaire_contact label{
		width:200px;
		text-align:right;
	}
	
	#formulaire_contact input, form select, form textarea{
		margin-left:0.5em;
	}
	
	#formulaire_contact button{
		position:relative;
		left:160px;
	}
	
	#formulaire_contact span{
		display:block;
		text-align:right;
		background-color: transparent;
		padding: 0;
		background: url("");
		margin: 0;
	}
	
	#form_tableau {
		border:none;
		margin:0;
		background-color:transparent;
	}
	
	#form_td {
		border:none;
		background-color:transparent;
		vertical-align: top;
		padding-top: 3px;
	}
	
	.error-message {
		color: red;
		padding-left: 10px;
		padding-top:0;
		margin:0;
		margin-bottom: 10px;
	}
	
	#message_error {
		background-color:#d58b8d;
		border:1px solid #d2484b;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		margin:5px 15px 2px;
		padding:0.3em 0.6em;
		display: none;
		margin-bottom:10px;
	}
	
	#envoyer {
		margin-top:-20px;
	}
	-->
</style>

<p><a name="packpro"></a></p>
<h1>Pack Pro internet</h1>
<p>&nbsp;</p>
<p><strong><span style="font-size:16px;"><span style="color:#ff8c00;">Pour les professionnels qui d&eacute;sirent avoir un site internet, tout en ma&icirc;trisant leur budget.</span></span></strong></p>
<p>Vous assurez&nbsp;rapidement votre pr&eacute;sence sur le web&nbsp;par la r&eacute;alisation d&#39;un&nbsp;<strong>site internet</strong>. Vous pr&eacute;sentez&nbsp;vos produits ou services&nbsp;et faites conna&icirc;tre&nbsp;votre soci&eacute;t&eacute;. Vous d&eacute;couvrez des&nbsp;nouveaux march&eacute;s,&nbsp;des&nbsp;nouveaux clients&nbsp;gr&acirc;ce &agrave; votre site internet.</p>
<p>Vous disposez d&#39;un nouveau moyen de communication&nbsp;24 h/24 h et 365 jours par an.</p>
<p><strong>Selon votre projet, nous pouvons&nbsp;r&eacute;aliser votre site internet&nbsp;en&nbsp;une dizaine de jours.</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<ul>
<li>1 design sp&eacute;cialement d&eacute;velopp&eacute; pour votre site web</li>
<li>5 pages&nbsp;et la possibilt&eacute; de&nbsp;cr&eacute;er&nbsp;d&#39;autres pages vous-m&ecirc;me</li>
<li>1 page contact avec formulaire offerte</li>
<li>L&#39;insertion de vos photos ou de vos vid&eacute;os</li>
<li>Un formulaire de contact adapt&eacute; &agrave; votre activit&eacute; &nbsp;</li>
<li>La cr&eacute;ation des m&eacute;tas tag,</li>
<li>D&eacute;finitions des mots-cl&eacute;s pour les moteurs de recherche</li>
<li>Le d&eacute;p&ocirc;t de votre nom de domaine .com &nbsp;.fr &nbsp;</li>
<li>Un espace disque de 2500 Mo</li>
<li>Les mises &agrave; jour pendant 2 mois</li>
<li>5 adresses email au nom de votre site</li>
<li>Le r&eacute;f&eacute;rencement sur les principaux moteurs de recherche</li>
<li>Cr&eacute;ation d&#39;un Google Sitemap.</li>
</ul>
<p class="Normal-P2" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: left; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C0" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.21em; color: rgb(137, 89, 42); ">&nbsp;</span></p>
<h1 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Corps-de-texte-Site-Web-C1" style="font-family: Tahoma, sans-serif; font-weight: 700; font-size: 24px; line-height: 1.21em; color: rgb(255, 128, 0); ">950 euros</span></h1>
<h1 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Normal-C1" style="font-family: Tahoma, sans-serif; font-size: 11px; line-height: 1.18em; color: rgb(255, 128, 0); ">&nbsp;</span></h1>
<h1 class="Normal-P0" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; text-align: center; font-weight: 400; "><span class="Normal-C1" style="font-family: Tahoma, sans-serif; font-size: 11px; line-height: 1.18em; color: rgb(255, 128, 0); ">TVA non applicable, article 293 B du CGI &nbsp;</span></h1>
<p style="text-align: -webkit-auto;">&nbsp;</p>
<p style="text-align: left; ">&nbsp;</p>
<p>&nbsp;</p>
<div>
<h3>LES AVANTAGES</h3>
<ul>
<li><u>Aucun logiciel &agrave; installer</u><br />
			Vous &eacute;ditez votre site depuis votre navigateur pr&eacute;f&eacute;r&eacute; (Explorer, Firefox&#8230;)</li>
<li><u>Look professionnel</u><br />
			Vous avez &agrave; disposition une large s&eacute;lection de mod&egrave;les et d&#39;images.</li>
<li><u>Pack tout-en-un</u><br />
			Inclut un nom de domaine, des comptes de messagerie, un h&eacute;bergement web.</li>
<li><u>Support multimedia</u><br />
			Vous pouvez ajouter vid&eacute;os, musique, photos ou cartes Google Maps.</li>
<li><u>Optimis&eacute; pour le r&eacute;f&eacute;rencement</u><br />
			Votre site est structur&eacute; pour &ecirc;tre facilement index&eacute; par Google, Bing, Yahoo!&#8230;</li>
</ul>
</div>
<p style="text-align: -webkit-auto;">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.siteweb-creations.fr/creation-site-web/pack-pro-internet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

