<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:fb="http://ogp.me/ns/fb#"> <!--  FB SHARE - Include the Open Graph XML namespace extension to your HTML declaration -->
<!--<!DOCTYPE html> -->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
<meta name="description" content="Un portail de voyage dans le monde entier jamais vu auparavant !
Vous obtenez des voyages gratuits - vous êtes payé tous les jours
CCOMISSION DIRECT + MATCHING BONUS DE 100 % + REVENU RÉSIDUEL
Votre affilié gagne $100 par jour, vous gagnez également $100 par jour.
C’est une certitude ! Vérifiez-le par vous-même."> <!-- FB SHARE DESCRIPTION -->
<meta property="og:image" content="http://appitravels.com/images/main.jpg" />  <!-- FB SHARE IMAGE -->
<title>Voyager Gratuitement!</title> <!-- FB SHARE TITLE -->
<link href="css/styles2.css" rel="stylesheet" type="text/css" />
<link href='https://fonts.googleapis.com/css?family=Oswald:400,700|Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
 <link rel="icon" href="img/favicon/favicon.ico" />
    
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>

<!--[if lt IE 9]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
@charset "utf-8";
/* CSS Document */

body {
	 background-color: #ffffff; 
	 background: url('images/main.jpg') no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size:  cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0px;
	font-size:1em;
	
}



#container {
	position:relative;

	margin:2.5em auto 0 auto;
	width:75%;
	max-width:560px;
	
	
	
}

#box {
	background:#1e1e1e;
	background:rgba(30, 30, 30, .93);
	width:100%;
	padding:1.35em 3%;
	-o-border-radius:1em;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	border:2px solid #4B4B4B;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	

}
#blackbox {
    background:#222; 
	width:100%;
	padding:1.35em 3%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(50%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 50%,rgba(0,0,0,0.8) 100%);
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

input[type=text]+span {
text-align:center;
font-family: 'Oswald', sans-serif;
color:#ff2c2c;
display:block;
font-size:1.2em;
margin:0em 0 1em 0;
}

h1 {
	
	font-family: 'Oswald', sans-serif;
	text-align:center;
	line-height:1.25em;
	margin:.25em 0;
	font-size:3.25em;
	font-weight:bold;
	color:#fff;
	
}

.bigfont { font-size:1.38em; }

.bold {
	
	font-weight:bold;
	
}


.highlight { color:#ffc61a; }


h2 {
	font-size:1.666em;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:#fff;
	line-height:1.45em;
	font-weight:normal;
	
}

h2 span {

	font-weight:bold;
	
	
}

p {
		font-size:1.1em;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	line-height:1.49em;
	font-weight:normal;
	color:#fff;
	
	
}


input[type=text] {
	width:85%;
	max-width:450px;
	display:block;
	margin:1.25em auto;
	padding:.95em 2%;
	font-size:1em;
	font-family: 'Open Sans', sans-serif;
	border:0px;
	color:#8E8E8E;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#name { background-image: url("../images/name.png");
background-size: 24px 24px;
background-repeat: no-repeat;
background-position: 95% 50%;
}

#email {
	
	background-image: url("../images/email.png");
background-size: 24px 24px;
background-repeat: no-repeat;
background-position: 95% 50%;

}

input[type=submit]:hover {
background: #fffb83; /* Old browsers */
background: -moz-linear-gradient(top,  #fffb83 0%, #ffec5f 79%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffb83), color-stop(79%,#ffec5f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fffb83 0%,#ffec5f 79%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fffb83 0%,#ffec5f 79%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fffb83 0%,#ffec5f 79%); /* IE10+ */
background: linear-gradient(to bottom,  #fffb83 0%,#ffec5f 79%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffb83', endColorstr='#ffec5f',GradientType=0 ); /* IE6-9 */
}

.copyright {
color:#fff;
	font-size:.9em;
}

a {color:#fff;font-size:.9em;}

.privacy {
		font-size:.9em;
}


/*MEDIA QUERIES**************** */




@media screen and (max-width:800px) {
#container {
	width:80%;
}
	
	#box {
		padding:1.35em 1.5%;
		width:97%;
		
	}
	
	h1 {
	font-size:2.75em;	
		
	}
	
	h2 {
	font-size:1.444em;	
	}
	
	
}



@media screen and (max-width:600px) {
#container {
	width:90%;
	position:relative;
	margin:1.5em auto;
	left:0;
}
	
	
	#background-image {
	width:90%;
	max-width:1500px;
	position:absolute;
	bottom:0;
	left:0;
	top:0;
	z-index:-9999;
	
}

h1 {
	font-size:2.5em;	
		
	}
	
	h2 {
	font-size:1.222em;	
	}
	
	input[type=text] {
		margin:.85em auto;	
		
	}

}


@media screen and (max-width:450px) {
	#container {
	width:95%;
	margin:1.2em auto;

}

h1 {
	font-size:2.2em;	
		
	}
	
	h2 {
	font-size:1.111em;	
	}

}

	
	@media screen and (max-width:350px) {
	#container {
	width:95%;
	margin:1.1em auto;

}
	
}


-->
 </style>	
 	
<style type="text/css">
<!--
p.MsoNormal {
margin-top:0in;
margin-right:0in;
margin-bottom:8.0pt;
margin-left:0in;
line-height:107%;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
}
.style7 {font-size: 24}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.style10 {font-size: 24px}
-->
</style>
</head>

<body>

    
 
    
    <div id="container">
    	
        <div id="blackbox">
        
        	
       	  <p>
       	 <strong><span style="line-height:107%; font-family:'Arial',sans-serif; font-size:26pt; color:#FFE34A;">JAMAIS VU UNE TELLE OPPORTUNITÉ!</span><span style="line-height:107%; font-family:'Arial',sans-serif; font-size:39.0pt; color:white; ">&nbsp;<br>
            </span></strong><span class="style15" style="line-height:107%; font-family:'Arial',sans-serif; font-size:24pt;">Voyage gratuit dans le monde entier revenu journalier.</span>
        	 
        	 <br>
		  </p>
       	  
        	  
        	<p align="center" class="style10" style="text-align:center;"><strong><span style="line-height:130%; font-family:'Arial',sans-serif;">Un revenu à 4 ou 5 chiffres dès le  premier mois.<br>100% du gain de votre filleul + revenu récurrent.<br>Si votre filleul gagne 100$ aujourd’hui vous aussi  gagnez 100$</span></em></strong></p>
        	
        	
   	      <div align="center">
      	      	  
      	      	<div class="youtubevideowrap">
						<div class="video-container">
						<iframe width="480" height="270" src="https://www.youtube.com/embed/mEAl90shxRQ?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen></iframe>
						</div>
				</div>
      	  </div>
		    <p align="center" class="MsoNormal style7" style="margin-bottom:.0001pt;text-align:center;line-height:17.4pt;"><span class="bigfont" style="font-family:'Arial',sans-serif;"><br>
          Donnez vos informations ci-dessous maintenant!</p>
           
            <form id="webform" action="video.php" method="post" >
                <div align="center">
                  <input type="text" placeholder="Prénom" name="name" id="name" required />
                  <input type="text" placeholder="Adresse de messagerie" name="email" id="email" required />
                  
                  <input name="listname" type="hidden" value="">
                  <input name="redirect" type="hidden" value="https://appitravels.com/landing_fr.php">
                  <input name="meta_redirect_onlist" type="hidden" value="">
                  <input name="meta_adtracking" type="hidden" value="">
                  <input name="meta_message" type="hidden" value="1">
                  <input name="meta_required" type="hidden" value="email">
                  <input name="page_name" type="hidden" value="Capture Page 1">
                  
                  <input name="page" type="hidden" value="2">

                  <input name="id" type="hidden" value="success1">
                  
                     <input type="image" src="images/getinstantaccess_fr.png" name="submit" value="Get Instant Access" onClick="submit"> <img  src="images/btc200.png" width="100" height="100" vspace="-30" />   
         </div>
       </form>
      
       
            <p class="privacy">Nous nous engageons ne pas à partager vos informations avec quiconque.</p>
      </div>
    
    
    
    
    
<p> Copyright &copy; 2016 All Rights Reserved. Appi Travels LTD, Appitravels.com</p>
    
    
    </div>

<script src="js/customhappy.js"></script>
<script src="js/happy.js"></script>
<script src="js/happy.methods.js"></script>
<!-- Go to www.addthis.com/dashboard to customize your tools --> 
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-55bfc7a04bd7316b"></script>
</body>
</html>