• DELETE FROM KEYWORDS WHERE ID_DOMAINE=203913
  • DoneDoneDone

    URL:google.frbateaux.net

    Cache-Control: proxy-revalidate
    Connection: Keep-Alive
    Date: Tue, 05 Nov 2024 03:28:20 GMT
    Keep-Alive: timeout=5, max=100
    Pragma: no-cache
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=UTF-8
    Expires: Tue, 05 Nov 2024 03:28:20 GMT
    Last-Modified: Tue, 05 Nov 2024 03:28:20 GMT
    Server: Apache/2.4.25 (Debian)
    Set-Cookie: portRef=52; expires=Thu, 05-Dec-2024 03:28:20 GMT; Max-Age=2592000
    Vary: Host,Accept-Encoding
    
    
    Status => 200
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                "http://www.w3.org/TR/html4/loose.dtd">
    <html>
      <title>Recherche - Mer et nautisme</title>
    <head>
    <style type="text/css">
    <!--
    body {
     background-color:white;
    }
    form { margin:0; }
    body, div, p, td {
    	font-family: Arial, Helvetica, sans-serif;
    		font-size: 10pt;
    }
     #gb {
     	text-align: left;
     	white-space: nowrap;
     }
    #gb a {
     font-size:8pt;
     margin-right:5px;
     margin-left:5px;
     text-decoration:none;
     color:black;
    }
    #gb a:hover {
     font-size:8pt;
     color:black;
     background-color:#FDE172;
    }
    #Port {
     float:left;
     position:relative;
     top:-5px;
     margin-left:20px;
     cursor:pointer;
    }
    #NomPort {
    	font-size: 14pt;
    	color:#336699;
    	font-weight:bold;
    }
    #Date {
      float:left;
      position:relative;
      top:4px;
    	font-size: 8pt;
    }
    #PMBM {
     float:left; 
     cursor:pointer;
    }
    
    #PMBM div {
     float:left;
     padding: 4px 4px 4px 4px;
    }
    
    #PM, #BM {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12pt;
    	padding:0;
    	font-weight:bold;
    }
    #PM {
     color:#336699;
    }
    #Coef {
    	margin-left:20px;
    	font-size: 14pt;
    	
    }
    #Coef span {
      display:block;
    	font-size: 6pt;
    }
    
    #Horloge {
      position:relative;
      background-image:url(horloge.jpg);
      background-repeat: no-repeat;
      background-position: 0px 0px;
      width:122px;
      height:122px;
      text-align:left;
    }
    
    #Aiguille {
         position:relative;
         background-image: url('aiguille.gif');
         background-repeat: no-repeat;
         background-position: 0px 0px;
         top:19px;
         left:19px;
         width: 84px;
         height: 84px;
         visibility:hidden;
         cursor:pointer;     
        }
    
    #recherche {
         margin-top:9%;
         background-image: url('fond-carte-recherche.jpg');
         background-repeat: no-repeat;
         background-position: top right;
    }
    
    #frbateaux {
     display:block;
     margin:60px;
     font-size:20pt;
     text-decoration:none;
     color:#E0E0E0; 
    }
    
    #frbateaux:hover {
     color:#336699;
    }
    
    #frbateaux:hover B {
     color:black;
    }
    
    #SHOM {
     font-size:8pt;
     margin-top:4px;
    }
    
    #SHOM a {
     text-decoration:none;
     color:black;
    }
    
    #SHOM a:hover {
     text-decoration:underline;
     color:black;
    }
    
    #cse-search-results {
         background-image: url('fond-carte-resultat.jpg');
         background-repeat: repeat-y;
         background-position: right;
         width:826px;
         margin:auto;
    }
    
    #liens a {
     color:black;
     text-decoration:none;
    }
    
    #liens a:hover {
     color:#336699;
     text-decoration:underline;
    }
    
    #cfg {
     margin:65px;
    }
    
    #FBTW { float:left; position:relative; top:-3px; left:10px; width:170px;  }
    #FBTW IMG { padding-right: 4px; }
    #FBTW A { opacity:0.50; filter: alpha(opacity=50); }
    #FBTW A:hover { opacity:0.99; filter: alpha(opacity=99); }
    
    
    	#CGUCookie { position:fixed; z-index:10000; bottom:0px; left:0px; right:0px; background-color:#336699; background-color:rgba(51,102,153,0.9); padding:8px; color:white; }
    	#CGUCookie TABLE { margin-left:auto; margin-right:auto; }
    	#CGUCookie TABLE TD { padding: 8px; color:white; } 
    	#CGUCookie A { color:white; text-decoration:underline; }	
    	#CGUCookie DIV { display:inline-block; height:80%; float:right; color:white; background-color:#19334D; padding:10px 14px; cursor:pointer; 
    	
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
      }
    
    //-->
    </style>
    <script type="text/javascript">
    
    /* */
    var undef,CR="\n";
    
    function ReturnFalse(){return false;}
    function ReturnTrue(){return true;}
    function isdef(v){return typeof v!='undefined';}
    function ifdef(v,d){return typeof v!='undefined'?v:d;}
    function isnum(v){return typeof v=='number';}
    function ifnum(v,d){return typeof v=='number'?v:d;}
    function ifminmax(v,mi,ma,d){v=ifnum(v,ifnum(d,mi));return Math.min(Math.max(mi,v),ma);}
    function isstr(v){return typeof v=='string';}
    function ifstr(v,d){return typeof v=='string'?v:d;}
    function strlen(v){return typeof v=='string'?v.length:0;}
    function ifnull(v,d){return v!==null?v:d;}
    function isobj(v){return typeof v=='object'&&v!==null;}
    function ifobj(v,d){return typeof v=='object'&&v!==null?v:d;}
    function isfunc(f){return typeof f=='function';}
    function iffunc(f,d){return typeof f=='function'?f:(typeof d=='function'?d:ReturnFalse);}
    function ifmatch(v,r,d,ret){if(r=(''+v).match(r))return isdef(ret)&&ret!==false?(ret===true?true:(isnum(ret)?r[ret]:r)):v;return d;}
    function _int(i,d){return isNaN(i=parseInt(''+i,10))?ifdef(d,0):i;}
    function _float(f,d){return isNaN(f=parseFloat((''+f).replace(',','.')))?ifdef(d,0):f;}
    function round(f,n){n=10*ifnum(n,0);f=_float(f);return n==0?Math.round(f):(Math.round(f*n)/n);}
    function round_pas(f,p,n){f=Math.floor(_float(f)/p)*p;return isdef(n)?round(f,n):f;}
    function dechex(d){return d.toString(16);}
    function hexdec(h){return isNaN(h=parseInt(h,16))?0:h;} 
    function f0(s,l){s=''+s;while(s.length<l)s='0'+s;return s;}
    function trim(s){return (typeof s=='string')?s.replace(/^[\t\n\r ]+/g,'').replace(/[\t\n\r ]+$/g,''):'';}
    function _a(a,i,d){return a!==null&&typeof a=='object'?ifdef(a[i],d):d;}
    function inA(v,a,r,s,d){if(a!==null&&typeof a=='object')for(var k in a)if(s?a[k]===v:a[k]==v)return r?k:true;return ifdef(d,false);}
    function strtr(s,a,b){var r='',i,j,c;for(i=0;i<s.length;i++){if((j=a.indexOf(c=s.charAt(i),0))>=0)c=b.charAt(j);r+=c;}return r;}
    
    // -----------------------------------------------------------------------------
    
    function $(id){return (typeof id=='string')?document.getElementById(id):id;}
    function $id(e,r,ret,d){e=$(e);if(e&&strlen(e.id)&&(r=e.id.match(r)))return isdef(ret)?(ret!==null&&ret>=0?r[ret]:r):e.id;return ifdef(d,false);}
    function $c(t,id,cn,p,s,html){var e=document.createElement(t);if(isstr(id))e.id=id;if(isstr(cn))e.className=cn;if(isstr(html))e.innerHTML=html;return (p=$(p))?(s||isstr(s)?p.insertBefore(e,$(s)):p.appendChild(e)):e;}
    function $cne(t,id,cn,p,s,html){var e=$(id);if(!e)return $c(t,id,cn,p,s,html);if(isstr(cn))e.className=cn;if(isstr(html))e.innerHTML=html;return e;}
    function $d(e,cn){return (e=$(e))&&e.parentNode&&(!isdef(cn)||$cn(e,cn))?e.parentNode.removeChild(e):null;}
    
    // -----------------------------------------------------------------------------
    
    function KI(n,v,x,p,d,s){var xp=new Date();xp.setTime(xp.getTime()+(x=_int(x)*1000));document.cookie=n+'='+escape(v)+(x?';expires='+xp.toUTCString():'')+(p?';path='+p:'')+(d?';domain='+d:'')+(s?';secure':'');} 
    function KId(n,p,d){KI(n,'',(new Date()).getTime()-86400*1000,p,d);} 
    function KIa(r){var i=0,c=document.cookie.split(';'),k,n,a={};for(i=0;i<c.length;i++)if((k=c[i].indexOf('='))>0&&strlen(n=trim(c[i].substr(0,k)))&&(!r||n.match(r)))a[n]=unescape(c[i].substr(k+1));return a;}
    function KIv(p,d,r,ret){var res,c=KIa(p);for(p in c)if(!r)return ifdef(c[p],d);else if(isdef(c[p])&&(res=c[p].match(r)))return isdef(ret)?(ret!==null&&ret>=0?res[ret]:res):c[p];return d;} 
    
    // -----------------------------------------------------------------------------
    
    google_analytics_domain_name=".frbateaux.net";
    
    function g(l)
    {
     var q = document.forms['cse-search-box'].elements['q'].value.replace( /^\s+|\s+$/g, '' );
     if( q.length > 0 )
      l.href += '&q=' + escape( q );
    }
    var http=null,d0=Math.floor(new Date().getTime()/1000),dp=d0,c=0,r=0;
    function HorlogeSynchro(p)
    {
     window.setTimeout(c+">=c?HorlogeError(r++<5?1:14*60):r=0;",60*1000);
     try{if(http) http.onreadystatechange=function(){};
     if(window.XMLHttpRequest) http=new XMLHttpRequest();
     else if(window.ActiveXObject && !(http=new ActiveXObject("Msxml2.XMLHTTP"))) http=new ActiveXObject("Microsoft.XMLHTTP");
     http.onreadystatechange = function(){if(http.readyState==4){if(http.status==200 && !http.responseText.indexOf("//Horloge"))window.setTimeout(http.responseText,1);http=null;}}
     http.open("GET","http://google.frbateaux.net/gse52.js?c="+c+"&t="+dp+p,true);
     http.send(null)}catch(e){http=null;}
    }
    function HorlogeError(s)
    {
     var e;
     if( e = document.getElementById("Aiguille") ) e.style.visibility="hidden";
     if( e = document.getElementById("Coef") ) e.innerHTML="";
     if( e = document.getElementById("PMBM") ) e.innerHTML= HorlogeError.arguments.length > 1 ? HorlogeError.arguments[1] : "erreur";
     e = null;
     if(s>0) window.setTimeout("HorlogeSynchro(\"&r=\"+"+r+")",s*1000); 
    }
    function TweetIt(a)
    {
     var c = document.getElementById("Coef"); c=c?1*c.innerHTML.replace(/[^0-9]+/,''):0;
     var url = "http://maree.frbateaux.net/52";
     var txt = "#maree Saint-Malo coef "+c+" - plus d'info sur";
     if(c>0){a.href="http://twitter.com/share?url="+escape(url)+"&text="+escape(txt);}
    }
    function Init()
    {
     var e = document.getElementById("FBTW"),
         purl='http://maree.frbateaux.net/52',
         ptxt='Horaires des marées - Saint-Malo';
     HorlogeSynchro('');
     if(e) e.innerHTML = '<a href="http://www.facebook.com/share.php?u='+escape(purl)+'&t='+escape(ptxt)+'" target=_blank><img src="/Commun/facebook.gif" width=14 height=14 border=0 alt="Partager sur Facebook"></a>'
                       + '<a href="http://twitter.com/share?url='+escape(purl)+'&text='+escape(ptxt)+'" target=_blank onmouseover="TweetIt(this)"><img src="/Commun/twitter.gif" width=14 height=14 border=0 alt="Partager sur Twitter"></a>'
                       + '<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fmaree.info&amp;layout=button_count&amp;show_faces=false&amp;width=120&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="position:relative;top:4px;left:10px;border:none; overflow:hidden; width:120px; height:21px;" allowTransparency="true"></iframe>';   
    }
    </script>
    </head>
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                "http://www.w3.org/TR/html4/loose.dtd">
    <html>
      <title>Recherche - Mer et nautisme</title>
    <head>
    <style type="text/css">
    <!--
    body {
     background-color:white;
    }
    form { margin:0; }
    body, div, p, td {
    	font-family: Arial, Helvetica, sans-serif;
    		font-size: 10pt;
    }
     #gb {
     	text-align: left;
     	white-space: nowrap;
     }
    #gb a {
     font-size:8pt;
     margin-right:5px;
     margin-left:5px;
     text-decoration:none;
     color:black;
    }
    #gb a:hover {
     font-size:8pt;
     color:black;
     background-color:#FDE172;
    }
    #Port {
     float:left;
     position:relative;
     top:-5px;
     margin-left:20px;
     cursor:pointer;
    }
    #NomPort {
    	font-size: 14pt;
    	color:#336699;
    	font-weight:bold;
    }
    #Date {
      float:left;
      position:relative;
      top:4px;
    	font-size: 8pt;
    }
    #PMBM {
     float:left; 
     cursor:pointer;
    }
    
    #PMBM div {
     float:left;
     padding: 4px 4px 4px 4px;
    }
    
    #PM, #BM {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12pt;
    	padding:0;
    	font-weight:bold;
    }
    #PM {
     color:#336699;
    }
    #Coef {
    	margin-left:20px;
    	font-size: 14pt;
    	
    }
    #Coef span {
      display:block;
    	font-size: 6pt;
    }
    
    #Horloge {
      position:relative;
      background-image:url(horloge.jpg);
      background-repeat: no-repeat;
      background-position: 0px 0px;
      width:122px;
      height:122px;
      text-align:left;
    }
    
    #Aiguille {
         position:relative;
         background-image: url('aiguille.gif');
         background-repeat: no-repeat;
         background-position: 0px 0px;
         top:19px;
         left:19px;
         width: 84px;
         height: 84px;
         visibility:hidden;
         cursor:pointer;     
        }
    
    #recherche {
         margin-top:9%;
         background-image: url('fond-carte-recherche.jpg');
         background-repeat: no-repeat;
         background-position: top right;
    }
    
    #frbateaux {
     display:block;
     margin:60px;
     font-size:20pt;
     text-decoration:none;
     color:#E0E0E0; 
    }
    
    #frbateaux:hover {
     color:#336699;
    }
    
    #frbateaux:hover B {
     color:black;
    }
    
    #SHOM {
     font-size:8pt;
     margin-top:4px;
    }
    
    #SHOM a {
     text-decoration:none;
     color:black;
    }
    
    #SHOM a:hover {
     text-decoration:underline;
     color:black;
    }
    
    #cse-search-results {
         background-image: url('fond-carte-resultat.jpg');
         background-repeat: repeat-y;
         background-position: right;
         width:826px;
         margin:auto;
    }
    
    #liens a {
     color:black;
     text-decoration:none;
    }
    
    #liens a:hover {
     color:#336699;
     text-decoration:underline;
    }
    
    #cfg {
     margin:65px;
    }
    
    #FBTW { float:left; position:relative; top:-3px; left:10px; width:170px;  }
    #FBTW IMG { padding-right: 4px; }
    #FBTW A { opacity:0.50; filter: alpha(opacity=50); }
    #FBTW A:hover { opacity:0.99; filter: alpha(opacity=99); }
    
    
    	#CGUCookie { position:fixed; z-index:10000; bottom:0px; left:0px; right:0px; background-color:#336699; background-color:rgba(51,102,153,0.9); padding:8px; color:white; }
    	#CGUCookie TABLE { margin-left:auto; margin-right:auto; }
    	#CGUCookie TABLE TD { padding: 8px; color:white; } 
    	#CGUCookie A { color:white; text-decoration:underline; }	
    	#CGUCookie DIV { display:inline-block; height:80%; float:right; color:white; background-color:#19334D; padding:10px 14px; cursor:pointer; 
    	
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
      }
    
    //-->
    </style>
    <script type="text/javascript">
    
    /* */
    var undef,CR="\n";
    
    function ReturnFalse(){return false;}
    function ReturnTrue(){return true;}
    function isdef(v){return typeof v!='undefined';}
    function ifdef(v,d){return typeof v!='undefined'?v:d;}
    function isnum(v){return typeof v=='number';}
    function ifnum(v,d){return typeof v=='number'?v:d;}
    function ifminmax(v,mi,ma,d){v=ifnum(v,ifnum(d,mi));return Math.min(Math.max(mi,v),ma);}
    function isstr(v){return typeof v=='string';}
    function ifstr(v,d){return typeof v=='string'?v:d;}
    function strlen(v){return typeof v=='string'?v.length:0;}
    function ifnull(v,d){return v!==null?v:d;}
    function isobj(v){return typeof v=='object'&&v!==null;}
    function ifobj(v,d){return typeof v=='object'&&v!==null?v:d;}
    function isfunc(f){return typeof f=='function';}
    function iffunc(f,d){return typeof f=='function'?f:(typeof d=='function'?d:ReturnFalse);}
    function ifmatch(v,r,d,ret){if(r=(''+v).match(r))return isdef(ret)&&ret!==false?(ret===true?true:(isnum(ret)?r[ret]:r)):v;return d;}
    function _int(i,d){return isNaN(i=parseInt(''+i,10))?ifdef(d,0):i;}
    function _float(f,d){return isNaN(f=parseFloat((''+f).replace(',','.')))?ifdef(d,0):f;}
    function round(f,n){n=10*ifnum(n,0);f=_float(f);return n==0?Math.round(f):(Math.round(f*n)/n);}
    function round_pas(f,p,n){f=Math.floor(_float(f)/p)*p;return isdef(n)?round(f,n):f;}
    function dechex(d){return d.toString(16);}
    function hexdec(h){return isNaN(h=parseInt(h,16))?0:h;} 
    function f0(s,l){s=''+s;while(s.length<l)s='0'+s;return s;}
    function trim(s){return (typeof s=='string')?s.replace(/^[\t\n\r ]+/g,'').replace(/[\t\n\r ]+$/g,''):'';}
    function _a(a,i,d){return a!==null&&typeof a=='object'?ifdef(a[i],d):d;}
    function inA(v,a,r,s,d){if(a!==null&&typeof a=='object')for(var k in a)if(s?a[k]===v:a[k]==v)return r?k:true;return ifdef(d,false);}
    function strtr(s,a,b){var r='',i,j,c;for(i=0;i<s.length;i++){if((j=a.indexOf(c=s.charAt(i),0))>=0)c=b.charAt(j);r+=c;}return r;}
    
    // -----------------------------------------------------------------------------
    
    function $(id){return (typeof id=='string')?document.getElementById(id):id;}
    function $id(e,r,ret,d){e=$(e);if(e&&strlen(e.id)&&(r=e.id.match(r)))return isdef(ret)?(ret!==null&&ret>=0?r[ret]:r):e.id;return ifdef(d,false);}
    function $c(t,id,cn,p,s,html){var e=document.createElement(t);if(isstr(id))e.id=id;if(isstr(cn))e.className=cn;if(isstr(html))e.innerHTML=html;return (p=$(p))?(s||isstr(s)?p.insertBefore(e,$(s)):p.appendChild(e)):e;}
    function $cne(t,id,cn,p,s,html){var e=$(id);if(!e)return $c(t,id,cn,p,s,html);if(isstr(cn))e.className=cn;if(isstr(html))e.innerHTML=html;return e;}
    function $d(e,cn){return (e=$(e))&&e.parentNode&&(!isdef(cn)||$cn(e,cn))?e.parentNode.removeChild(e):null;}
    
    // -----------------------------------------------------------------------------
    
    function KI(n,v,x,p,d,s){var xp=new Date();xp.setTime(xp.getTime()+(x=_int(x)*1000));document.cookie=n+'='+escape(v)+(x?';expires='+xp.toUTCString():'')+(p?';path='+p:'')+(d?';domain='+d:'')+(s?';secure':'');} 
    function KId(n,p,d){KI(n,'',(new Date()).getTime()-86400*1000,p,d);} 
    function KIa(r){var i=0,c=document.cookie.split(';'),k,n,a={};for(i=0;i<c.length;i++)if((k=c[i].indexOf('='))>0&&strlen(n=trim(c[i].substr(0,k)))&&(!r||n.match(r)))a[n]=unescape(c[i].substr(k+1));return a;}
    function KIv(p,d,r,ret){var res,c=KIa(p);for(p in c)if(!r)return ifdef(c[p],d);else if(isdef(c[p])&&(res=c[p].match(r)))return isdef(ret)?(ret!==null&&ret>=0?res[ret]:res):c[p];return d;} 
    
    // -----------------------------------------------------------------------------
    
    google_analytics_domain_name=".frbateaux.net";
    
    function g(l)
    {
     var q = document.forms['cse-search-box'].elements['q'].value.replace( /^\s+|\s+$/g, '' );
     if( q.length > 0 )
      l.href += '&q=' + escape( q );
    }
    var http=null,d0=Math.floor(new Date().getTime()/1000),dp=d0,c=0,r=0;
    function HorlogeSynchro(p)
    {
     window.setTimeout(c+">=c?HorlogeError(r++<5?1:14*60):r=0;",60*1000);
     try{if(http) http.onreadystatechange=function(){};
     if(window.XMLHttpRequest) http=new XMLHttpRequest();
     else if(window.ActiveXObject && !(http=new ActiveXObject("Msxml2.XMLHTTP"))) http=new ActiveXObject("Microsoft.XMLHTTP");
     http.onreadystatechange = function(){if(http.readyState==4){if(http.status==200 && !http.responseText.indexOf("//Horloge"))window.setTimeout(http.responseText,1);http=null;}}
     http.open("GET","http://google.frbateaux.net/gse52.js?c="+c+"&t="+dp+p,true);
     http.send(null)}catch(e){http=null;}
    }
    function HorlogeError(s)
    {
     var e;
     if( e = document.getElementById("Aiguille") ) e.style.visibility="hidden";
     if( e = document.getElementById("Coef") ) e.innerHTML="";
     if( e = document.getElementById("PMBM") ) e.innerHTML= HorlogeError.arguments.length > 1 ? HorlogeError.arguments[1] : "erreur";
     e = null;
     if(s>0) window.setTimeout("HorlogeSynchro(\"&r=\"+"+r+")",s*1000); 
    }
    function TweetIt(a)
    {
     var c = document.getElementById("Coef"); c=c?1*c.innerHTML.replace(/[^0-9]+/,''):0;
     var url = "http://maree.frbateaux.net/52";
     var txt = "#maree Saint-Malo coef "+c+" - plus d'info sur";
     if(c>0){a.href="http://twitter.com/share?url="+escape(url)+"&text="+escape(txt);}
    }
    function Init()
    {
     var e = document.getElementById("FBTW"),
         purl='http://maree.frbateaux.net/52',
         ptxt='Horaires des marées - Saint-Malo';
     HorlogeSynchro('');
     if(e) e.innerHTML = '<a href="http://www.facebook.com/share.php?u='+escape(purl)+'&t='+escape(ptxt)+'" target=_blank><img src="/Commun/facebook.gif" width=14 height=14 border=0 alt="Partager sur Facebook"></a>'
                       + '<a href="http://twitter.com/share?url='+escape(purl)+'&text='+escape(ptxt)+'" target=_blank onmouseover="TweetIt(this)"><img src="/Commun/twitter.gif" width=14 height=14 border=0 alt="Partager sur Twitter"></a>'
                       + '<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fmaree.info&amp;layout=button_count&amp;show_faces=false&amp;width=120&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="position:relative;top:4px;left:10px;border:none; overflow:hidden; width:120px; height:21px;" allowTransparency="true"></iframe>';   
    }
    </script>
    </head>
    

    Recherche - Mer et nautisme

    Recherche META Description de la page

    Recherche META Keywords de la page

    UPDATE DOMAINES SET server='Apache/2.4.25 (Debian)',redirection='',Status='200',err='',[TITRE]=N'Recherche - Mer et nautisme',[DESCRIPTION]=N'',[KEYWORDS]=N'' WHERE id=203913
  • 0

    Recherche - Mer et nautisme

  • 0. Recherche (9)
  • --------->0
  • 1. - (1)
  • --------->0
  • 2. Mer (3)
  • --------->0
  • 3. et (2)
  • --------->0
  • 4. nautisme (8)
  • --------->0
    INSERT INTO KEYWORDS (keyword,id_domaine) VALUES (N'Recherche',203913),(N'-',203913),(N'Mer',203913),(N'et',203913),(N'nautisme',203913)