<!DOCTYPE html><html>
<head>
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META NAME="projet" CONTENT="n123">
<META NAME="version" CONTENT="03488">
<META NAME="modele" CONTENT="viderien">
<META NAME="ismodele" CONTENT="1">
<META NAME="outil" CONTENT="AblyHtml">
<META NAME="mainteneur" CONTENT="Programmeurs Reunis">
<META NAME="url" CONTENT="http://www.123.fr/contact.html">
<META NAME="onCrash" CONTENT="+33 1 47000982">
<TITLE>123.fr Recherche de noms &agrave; r&eacute;server et h&eacute;berger</TITLE>
<META NAME="description" CONTENT="D&eacute;poser un nom, l'heberger, lire le courrier aussi sur le web, statistiques tous les jours, sauvegardes mysql tous les jours, sauvegarde ftp souvent et de nombreux outils pour webmasters. 123.fr est bureau d'enregistrement de l'Afnic.">
<META NAME="keywords" CONTENT="whois fr,fr whois,whois ca,ca whois,back-order,back-orders,backorders,backorder,qui c'est,qui est ce,o&ugrave;,ou,whois com,whois net,whois org,whois biz,whois info,constat,preuve,verifier,v&eacute;rifier,controler,contr&ocirc;ler,expire,expirer,libre,administratif,contact,technique,facturation,registrant,zone,whois,whoare,huu,nom,noms,domaine,domaines,nom de domaine,noms de domaine,whois par email,whois email,whois par fax,whois fax,veille whois,lookup,recherche,registre,dns,whois de nom de domaine,whois de noms de domaines,bureau afnic, FAI Afnic,point com,point fr,dot info, dot com, dot org,point info,point net,dot net,sav,service apres vente h&eacute;bergement">
<meta NAME="viewport" CONTENT="width=320,user-scalable=false" />
<META NAME="cefichier" CONTENT="recherchedenomsdedomaines">
<META NAME="varpage" CONTENT="">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<script type="text/javascript" src="/traduc.20.js"></script>
<script type="text/javascript">
function _setinobj(etiq,vall)
{
var objx = document.getElementById(etiq);
if( objx )
objx.innerHTML = vall;
}
function _montreoucache(etiq,montre)
{
var montr = ( montre ? "visible":"hidden" ) ;
if (ns4 && (document.layers[etiq]))
{
document.layers[etiq].visibility = montr;
}
else if (dom && (document.getElementById(etiq)))
document.getElementById(etiq).style.visibility = montr;
else if (ie && (etiq))
etiq.style.visibility = montr;
}
function _getinobj(etiq)
{
if (dom && (document.getElementById(etiq)))
return document.getElementById(etiq).innerHTML ;
else if (ie && (document.all[etiq]))
return document.all[etiq].innerHTML ;
else
return '' ;
}
function _getinobjt(etiq)
{
if (dom && (document.getElementById(etiq)))
return document.getElementById(etiq).innerText ;
else if (ie && (etiq))
return document.all[etiq].innerText ;
else
return '' ;
}
function _getlobjx(etiq)
{
if (dom && (document.getElementById(etiq)))
return document.getElementById(etiq) ;
else if (ie && (etiq))
return document.all[etiq] ;
else
return null ;
}
var ns4 = ( document.layers ) ;
var dom = ( document.getElementById ) ;
var ie = ( document.all ) ;
var X=0,Y=0 ;
var h_obj = null ;
var navig = 0 ;
var csX , csY,csoffsetX,csoffsetY ;
var objkouran=null , objkouranorig =null ,mouse_down = 0 , moveX = 0 , moveY = 0,no_drag=0,dblck_drag=0 ;
var exnomfenetre = "" ;
function gDivW(objett)
{
return Entierde( ns4? objett.div.clip.width : ( objett.pixelWidth || objett.width || 0) ) ;
}
function gDivH(objett)
{
return Entierde( ns4? objett.div.clip.height : ( objett.pixelHeight || objett.height || 0) ) ;
}
function Entierde(toto)
{
var titi ;
return isNaN(titi = parseInt(toto))? 0 : titi ;
};
function _Onfindrag()
{
_setCurseur('auto') ;
document.onmousedown = null;
document.onmousemove=null;
document.onmouseup=null;
}
function _OnDblclickHandlerDiv()
{
dblck_drag = 1 - dblck_drag ;
if( no_drag==0 && dblck_drag !=0 )
{
_setCurseur('crosshair') ;
document.onmousedown=MouseDownHandlerDiv;
document.onmousemove=MouseMoveHandlerDiv;
document.onmouseup=MouseUpHandlerDiv;
}
else
{
_Onfindrag() ;
}
}
function OnDblclickHandlerDiv(e)
{
X = eval(csX) ;
Y = eval(csY) ;
mouse_down = 0 ;
_OnDblclickHandlerDiv() ;
}
function MouseDownHandlerDiv(e)
{
X = eval(csX) ;
Y = eval(csY) ;
if( no_drag==0 && dblck_drag !=0 )
{
var offX = eval(csoffsetX);
var offY = eval(csoffsetY);
if (ie )
{
moveX = X - parseFloat(objkouran.pixelLeft)+offX ;
moveY = Y - parseFloat(objkouran.pixelTop)+offY ;
}
else if ( dom )
{
moveX = X - parseFloat(objkouran.left)+offX ;
moveY = Y - parseFloat(objkouran.top)+offY ;
}
mouse_down = 1 ;
_setCurseur('move') ;
}
}
function _setCurseur(curseur)
{
document.body.style.cursor = curseur;
}
function MouseUpHandlerDiv(e)
{
dblck_drag = mouse_down = 0;
_Onfindrag() ;
}
function MouseMoveHandlerDiv(e)
{
if (mouse_down && ( objkouran ) )
{
if (ie )
{
objkouran.pixelTop = document.body['scrollTop']+Y - moveY ;
objkouran.pixelLeft = document.body['scrollLeft'] +X - moveX ;
}
else if ( dom )
{
objkouran.top = window.pageYOffset + Y - moveY ;
objkouran.left = window.pageXOffset + X - moveX ;
}
}
X = eval(csX) ;
Y = eval(csY) ;
}
function initclientminifen()
{
if (ie )
{
navig= 1 ;
csX="event.clientX";
csY="event.clientY";
csoffsetX="document.body.scrollLeft";
csoffsetY="document.body.scrollTop";
}
else if ( dom )
{
csX = "e.clientX";
csY = "e.clientY";
csoffsetX = "pageXOffset";
csoffsetY = "pageYOffset";
navig = 2 ;
}
else if ( ns4 )
{
navig = 0 ;
csX = "e.pageX";
csY = "e.pageY";
csoffsetX = "pageXOffset";
csoffsetY = "pageYOffset";
}
}
var veilleaFermer=null;
var veilleaOuvrir=null;
var alphamenu =null;
var globalin=0;
function fenquitter(xxx)
{
}
function fenquitteder()
{
return ;
if( veilleaFermer )
{
clearTimeout(veilleaFermer);
veilleaFermer=null;
}
if( veilleaOuvrir )
{
clearTimeout(veilleaOuvrir);
veilleaOuvrir=null;
}
if( exnomfenetre != "" )
{
fenMontrer(exnomfenetre,0,0,0,0) ;
exnomfenetre = "" ;
if( objkouran )
{
_Onfindrag() ;
document.ondblclick = null;
objkouran = null ;
objkouranorig = null ;
mouse_down = 0;
}
}
}
function onMenuReinit()
{
if( veilleaFermer )
{
clearTimeout(veilleaFermer);
veilleaFermer=null;
}
onNoMenu() ;
}
function onMenuOut()
{
onMenuReinit() ;
veilleaFermer=setTimeout("fenquitteder();",1000);
}
function onNoMenu()
{
if( veilleaOuvrir )
{
clearTimeout(veilleaOuvrir);
veilleaOuvrir=null;
}
}
function onMenuLance(alpha)
{
onMenuReinit() ;
alphamenu = alpha ;
veilleaOuvrir=setTimeout("fencommence()",250);
}
function fencommence()
{
onMenuReinit() ;
if( alphamenu != "" )
{
fenMontrer(alphamenu,1,1,12,0) ;
alphamenu = "" ;
veilleaFermer=setTimeout("fenquitteder();",1500);
}
}
function fenMontrer(nom,ok,offsx,offsy,passe)
{
if( ( globalin==1 && passe==0 ) || navig == 0 ) return ;
globalin = 1 ;
var obbjorig = null ;
var obbj ;
if (dom && (obbjorig = document.getElementById(nom)))
{
obbj = document.getElementById(nom).style;
if( ok == 0)
{
obbj.top=2000;
}
}
else if (ie && (obbjorig = nom))
obbj = nom.style;
else if (ns4 && (obbjorig = document.layers[nom]))
obbj = document.layers[nom];
if( ok == 0)
{
obbj.visibility='hidden' ;
no_drag = 0 ;
exnomfenetre = "" ;
mouse_down = 0;
_Onfindrag() ;
document.ondblclick = null;
if( objkouran )
{
objkouranorig = null ;
objkouran = null ;
}
globalin = passe ;
return ;
}
if( exnomfenetre != "" )
{
if( exnomfenetre == nom )
{
globalin = 0 ;
return ;
}
else
fenMontrer(exnomfenetre,0,0,0,1) ;
}
exnomfenetre = nom ;
objkouran = obbj ;
objkouranorig = obbjorig ;
document.ondblclick = OnDblclickHandlerDiv ;
var x,y ;
if( offsx < 0 ) x = -offsx ; else x = X+offsx ;
if( offsy < 0 ) y = -offsy ; else y = Y+offsy ;
if( ie )
{
obbj.pixelTop=document.body['scrollTop']+y;
obbj.pixelLeft=document.body['scrollLeft']+x;
}
else
{
obbj.top=window.pageYOffset+y;
obbj.left=window.pageXOffset+x;
}
obbj.visibility='visible' ;
globalin = 0 ;
}
function _fenNepasCacher(nom,nohid)
{
if( navig == 0 )
return ;
var obbj ;
if (dom && (obbjorig = document.getElementById(nom)))
{
obbj = document.getElementById(nom).style;
}
else if (ie && (obbjorig = nom))
obbj = nom.style;
else if (ns4 && (obbjorig = document.layers[nom]))
obbj = document.layers[nom];
if( obbj )
obbj.visibility=( nohid ? 'visible':'hidden' ) ;
}
function fenNepasCacher(nom)
{
_fenNepasCacher(nom,1) ;
}
function hiddenall()
{
onNoMenu() ;
if( exnomfenetre != "" )
fenMontrer(exnomfenetre,0,0,0,0) ;
}
var scrolpas = 2 ;
var scrolfact = 60 ;
function lobjs_scrollie( strobj )
{
var obj = eval(strobj),delai , memhot = obj.scrollTop + scrolpas ;
if( memhot>= (obj.scrollHeight - obj.clientHeight) )
{
obj.scrollTop = 0 ;
setTimeout("lobjs_scrollie('"+strobj+"')",scrolfact*scrolpas) ;
}
else if( memhot>= (obj.scrollHeight - obj.clientHeight-scrolpas) )
{
obj.scrollTop = memhot ;
setTimeout("lobjs_scrollie('"+strobj+"')",3000 +Math.floor(Math.random() * 3000 + 1)) ; ;
}
else
{
obj.scrollTop = memhot ;
setTimeout("lobjs_scrollie('"+strobj+"')",scrolfact*scrolpas) ; ;
}
}
function lobjs_scrollns( strobj )
{
return ;
var obj = eval(strobj),delai , memhot = obj.pageYOffset + scrolpas ;
status = obj.pageYOffset + ' ' + obj.height + ' '+ obj.innerHeight;
setTimeout("lobjs_scrollns('"+strobj+"')",3000) ;
return ;
if( memhot>= obj.height - obj.innerHeight )
{
obj.pageYOffset = 0 ;
setTimeout("lobjs_scrollns('"+strobj+"')",121*scrolpas) ;
}
else if( memhot>= obj.height - obj.innerHeight-scrolpas )
{
obj.pageYOffset = memhot ;
setTimeout("lobjs_scrollns('"+strobj+"')",3000 +Math.floor(Math.random() * 3000 + 1)) ; ;
}
else
{
obj.pageYOffset = memhot ;
setTimeout("lobjs_scrollns('"+strobj+"')",scrolfact*scrolpas) ; ;
}
}
function lobjs_scroll( strobj )
{
if (ns4)
{
lobjs_scrollns( strobj ) ;
}
else
{
lobjs_scrollie( strobj ) ;
}
}
function cherchedomg()
{
if( document.forms.formuniq.dom.value.length> 1 )
{
document.forms.verdom.domstr.value = document.forms.formuniq.dom.value ;
document.forms.verdom.submit() ;
}
}
function vam(men)
{
hiddenall() ;
_setinobj("ouvaton",_getinobj(men+'bloc')) ;
}
function IA()
{
this.length=IA.arguments.length;
var i;
for(i=0;i < this.length;i++)
this[i+1]=IA.arguments[i];
}
var macmarsjeton = 1 ;
var macmarsxmlhttp ;
var macmarsmemo = new Array() ;
function macmarsget(pURL,foncapres)
{
macmarsmemo[macmarsjeton] = foncapres ;
pURL += ( '&jet='+macmarsjeton) ;
macmarsjeton ++ ;
if (window.XMLHttpRequest) // code for Mozilla, Safari, etc
{
macmarsxmlhttp=new XMLHttpRequest();
macmarsxmlhttp.onreadystatechange=_macmarspostFileReady;
macmarsxmlhttp.open("GET", pURL, true);
macmarsxmlhttp.setRequestHeader( "Content-type",
"application/x-www-form-urlencoded;charset=UTF-8" );
macmarsxmlhttp.send(null);
}
else if (window.ActiveXObject)
{ //IE
macmarsxmlhttp=new ActiveXObject('Microsoft.XMLHTTP');
if (macmarsxmlhttp)
{
macmarsxmlhttp.onreadystatechange=_macmarspostFileReady;
macmarsxmlhttp.open('GET', pURL, true);
macmarsxmlhttp.setRequestHeader( "Content-type",
"application/x-www-form-urlencoded;charset=UTF-8" );
macmarsxmlhttp.send();
}
}
}
var macmarsmemo_iddestin = "" ;
var macmarsmemo_prefixeTXT = "" ;
function macmarsgetIN(pURL,prefixeTXT,iddestin)
{
macmarsmemo_iddestin = iddestin ;
macmarsmemo_prefixeTXT = prefixeTXT ;
if (window.XMLHttpRequest) // code for Mozilla, Safari, etc
{
macmarsxmlhttp=new XMLHttpRequest();
macmarsxmlhttp.onreadystatechange=_macmarsgetINFileReady;
macmarsxmlhttp.open("GET", pURL, true);
macmarsxmlhttp.setRequestHeader( "Content-type",
"application/x-www-form-urlencoded;charset=UTF-8" );
macmarsxmlhttp.send(null);
}
else if (window.ActiveXObject)
{ //IE
macmarsxmlhttp=new ActiveXObject('Microsoft.XMLHTTP');
if (macmarsxmlhttp)
{
macmarsxmlhttp.onreadystatechange=_macmarsgetINFileReady;
macmarsxmlhttp.open('GET', pURL, true);
macmarsxmlhttp.setRequestHeader( "Content-type",
"application/x-www-form-urlencoded;charset=UTF-8" );
macmarsxmlhttp.send();
}
}
}
function macmarspostIN(pURL,argus,prefixeTXT,iddestin)
{
macmarsmemo_iddestin = iddestin ;
macmarsmemo_prefixeTXT = prefixeTXT ;
if( argus != "" )
argus += '&' ;
argus += ( 'jet='+macmarsjeton) ;
macmarsjeton ++ ;
if (window.XMLHttpRequest) // code for Mozilla, Safari, etc
{
macmarsxmlhttp=new XMLHttpRequest();
macmarsxmlhttp.onreadystatechange=_macmarsgetINFileReady;
macmarsxmlhttp.open("POST", pURL, true);
macmarsxmlhttp.setRequestHeader( "Content-type",
"application/x-www-form-urlencoded;charset=UTF-8" );
macmarsxmlhttp.send(argus);
}
else if (window.ActiveXObject)
{ //IE
macmarsxmlhttp=new ActiveXObject('Microsoft.XMLHTTP');
if (macmarsxmlhttp)
{
macmarsxmlhttp.onreadystatechange=_macmarsgetINFileReady;
macmarsxmlhttp.open('POST', pURL, true);
macmarsxmlhttp.setRequestHeader( "Content-type",
"application/x-www-form-urlencoded;charset=UTF-8" );
macmarsxmlhttp.send(argus);
}
}
}
function macmarspost(pURL,argus,foncapres)
{
macmarsmemo[macmarsjeton] = foncapres ;
if( argus != "" )
argus += '&' ;
argus += ( 'jet='+macmarsjeton) ;
macmarsjeton ++ ;
if (window.XMLHttpRequest) // code for Mozilla, Safari, etc
{
macmarsxmlhttp=new XMLHttpRequest();
macmarsxmlhttp.onreadystatechange=_macmarspostFileReady;
macmarsxmlhttp.open("POST", pURL, true);
macmarsxmlhttp.setRequestHeader( "Content-type",
"application/x-www-form-urlencoded;charset=UTF-8" );
macmarsxmlhttp.send(argus);
}
else if (window.ActiveXObject)
{ //IE
macmarsxmlhttp=new ActiveXObject('Microsoft.XMLHTTP');
if (macmarsxmlhttp)
{
macmarsxmlhttp.onreadystatechange=_macmarspostFileReady;
macmarsxmlhttp.open('POST', pURL, true);
macmarsxmlhttp.setRequestHeader( "Content-type",
"application/x-www-form-urlencoded;charset=UTF-8" );
macmarsxmlhttp.send(argus);
}
}
}
var cok = "" , jet = 0 ;
function _macmarspostFileReady()
{
if (macmarsxmlhttp.readyState==4)
{
if (macmarsxmlhttp.status==200)
{
cok = "indefini" , jet = 0 ;
eval(macmarsxmlhttp.responseText);
if( jet < macmarsjeton )
{
if( cok == "" )
{
eval(macmarsmemo[jet]);
macmarsmemo[jet] = "" ;
}
else
{
macmarsmemo[jet] += ( "// retour "+cok ) ;
}
}
}
}
}
resultatEval9 = "" ;
resultatVoir9 = "" ;
resultatVoir1 = "";
function _macmarsgetINFileReady()
{
if (macmarsxmlhttp.readyState==4)
{
if (macmarsxmlhttp.status==200)
{
if( macmarsmemo_prefixeTXT == '==' )
{
_setinobj(macmarsmemo_iddestin,macmarsxmlhttp.responseText);
affichemessFerme() ;
}
else if( macmarsmemo_prefixeTXT == '=+' )
{
var separ = 'SEPA52f52fevRATOR' ;
var p = macmarsxmlhttp.responseText.indexOf(separ);
if( p>=0)
{
eval( macmarsxmlhttp.responseText.substr(0,p) ) ;
_setinobj(macmarsmemo_iddestin,resultatVoir1+macmarsxmlhttp.responseText.substr(p+separ.length)+resultatVoir9 );
if( resultatEval9 != "" )
{
eval(resultatEval9) ;
resultatEval9 = "" ;
}
resultatVoir9 = "" ;
resultatVoir1 = "";
}
}
else
{
_setinobj(macmarsmemo_iddestin,macmarsmemo_prefixeTXT+macmarsxmlhttp.responseText);
}
}
}
}
function _macmarserrpost()
{
var err = "" ;
for( var i = 1 ; i < macmarsjeton ; i++ )
{
if( macmarsmemo[i] != "" )
{
err += ( macmarsmemo[i]+" non execute\n") ;
}
}
if( err == "" )
{
err = "ok" ;
}
alert(err) ;
}
function getDrapo(cltld)
{
var drapo = "" ;
if( cltld == "afnic" )
{
drapo = "<img src='/images/minifrance.gif' height=9 width=13 border=0>" ;
}
else if( cltld == "afnic0" )
{
drapo = "<img src='/images/mini123.gif' height=10 width=16 border=0>" ;
}
else if( cltld == "directi" )
{
drapo = "<img src='/im/ici.jpg' height=16 width=16 border=0>" ;
}
else
{
drapo = "<img src='/macmars/images/vide.gif' height=10 width=10 border=0>" ;
}
return drapo ;
}
var mesdomtest = new IA() ;
var numcheck=0 ;
function selinit()
{
if( numcheck == 1 )
{
document.forms.formuniq.enreg0.checked = true ;
pcliccheck(1,0) ;
}
}
var pasdom = 4 ;
var domstr ;
var isvisit = 0 ;
function retvisit()
{
var llg = "visiteur-2077859" ;
if( llg.substr(0,9) == 'visiteur-' )
{
isvisit = 1 ;
return _getinobj("availmsm1") ;
}
else
{
return _getinobj("availmsm2") ;
}
}
function tabloresa()
{
var ret='' , et,etmax=3,lacla="" ;
for( var ei=1, etdeja=0,et=0 ; ei < mesdomtest.length ; ei += pasdom )
{
et ++ ;
if( et == 1 )
{
ret += "<tr>" ;
}
if( mesdomtest[ei+2] == "0" )
{
if( mesdomtest[ei+1].substr(0,5) == "afnic" && mesdomtest[ei+1] != "afnic" )
{
lacla = "lisreswhtdb" ;
ret += ( "<td class='"+lacla+"'><input type=checkbox onClick='javascript:recalcheck()' name=enreg"+numcheck+" value='1"+
mesdomtest[ei]+"'><a href='javascript:pcliccheck("+ei+","+numcheck+")' class='"+lacla+"poura'> prendre <strong>"+mesdomtest[ei]+'</strong></a> '+getDrapo(mesdomtest[ei+1]) ) ;
numcheck ++ ;
}
else
{
lacla = "availcsspl2" ;
ret += ( "<td class='"+lacla+"'><input type=checkbox onClick='javascript:recalcheck()' name=enreg"+numcheck+" value='3"+
mesdomtest[ei]+"'><a href='javascript:pcliccheck("+ei+","+numcheck+")' class='"+lacla+"poura'> prendre <strong>"+mesdomtest[ei]+'</strong></a> '+getDrapo(mesdomtest[ei+1]) ) ;
numcheck ++ ;
}
}
else if( mesdomtest[ei+2] == "1" )
{
lacla = "availcsspl3" ;
ret += ( "<td class='"+lacla+"'><input type=checkbox onClick='javascript:recalcheck()' name=enreg"+numcheck+" value='2"+
mesdomtest[ei]+"'><a href='javascript:pcliccheck("+ei+","+numcheck+")' class='"+lacla+"poura'> transf&eacute;rer et h&eacute;berger <strong>"+mesdomtest[ei]+'</strong></a> '+getDrapo(mesdomtest[ei+1]) ) ;
numcheck ++ ;
}
else
{
ret += ("<td class='"+lacla+"'>"+mesdomtest[ei] +" "+ mesdomtest[ei+3] ) ;
}
ret += ( "</td>" ) ;
if( et == etmax )
{
ret += "</tr>" ;
et = 0 ;
etdeja = 1 ;
}
}
if( et )
{
if( etdeja )
for( et++ ; et <= etmax ; et++ )
{
ret += ( "<td class='availcsspl3'>&nbsp;</td>" ) ;
}
ret += "</tr>" ;
}
return "<table border=0 class='availcsspl1' width='92%'>"+ret+"</table>" ;
}
function SetTablo()
{
var ret = "<div class='body1'></div>"+tabloresa() ;
_setinobj("letablo",ret) ;
}
function pcliccheck(lequel,numrad)
{
var unobj ;
eval("unobj = document.forms.formuniq.enreg"+numrad ) ;
if( unobj)
{
if(unobj.checked)
unobj.checked = false;
else
unobj.checked = true;
}
recalcheck() ;
}
function recalcheck()
{
var retour = "" ;
var deja,domtrv,unobj , ilyena=0 , et ;
var clanom = new Array("","","","") ;
var libelle = new Array("<b>D&eacute;j&agrave; suivis</b>: ","<b>A r&eacute;server</b>: ","<b>A transf&eacute;rer</b>: ","<b>A r&eacute;server</b>: ") ;
domstr = "" ;
for( et=0 ; et < numcheck ; et++ )
{
eval("unobj = document.forms.formuniq.enreg"+et ) ;
if( ! unobj || unobj.checked == false)
continue ;
ilyena = 1 ;
domtrv = unobj.value.substr(1) ;
for( var zj= 0,deja=0 ; zj < histodomaines.length ; zj+=4 )
{
if( histodomaines[zj] == domtrv )
{
deja = 1 ;
break ;
}
}
if( deja == 0 )
{
domstr += (domtrv+" ") ;
clanom[unobj.value.substr(0,1)] += (domtrv+" ") ;
}
else
clanom[0] += (domtrv+" ") ;
}
if( ilyena )
{
for( et=0 ; et < clanom.length ; et++ )
{
if( clanom[et] != "" )
{
retour += ( '<br>'+libelle[et]+clanom[et] ) ;
if( et == 2 )
{
retour += ( '<a href="javascript:warntransfert()" class="attentiontransfcsspoura">'+_getinobj("availmsm3")+'</a>' ) ;
}
}
}
}
if ( isvisit )
retour = retvisit() ;
else if( domstr != "" )
{
retour = _getinobj("availmsm4") +
"&nbsp;&nbsp;&nbsp;&nbsp;<a href='javascript:intersuite()' class='csresav'>"+_getinobj("availmsm5")+"</a>"+
"<span class='body1'>" +retour+ "</span>" ;
}
else if( numcheck )
{
retour = _getinobj("availmsm6") + "<span class='body1'>" +retour+ "</span>" ;
}
else
{
retour = _getinobj("availmsm7")+ "<span class='body1'>" +retour+ "</span>" ;
}
_setinobj("pourlasuite",retour) ;
}
function infomulti()
{
affichemess("Si vos domaines sont organis&eacute;s autour d'un domaine principal, il serait judicieux de ne pas utiliser le proc&eacute;d&eacute; des alias mais de publier des microsites qui serviront &agrave; indexer le principal.<br>Pour cela, choisissez les formules les moins ch&egrave;res ou les gratuites.<br>" ) ;
}
function editerlistesuivisas()
{
fenMontrer('FENquestgene',0,0,0,0) ;
affichemesspatience() ;
ajouteseldom('editerlistesuivis();') ;
}
function editerlistesuivis()
{
location = "/veille.html" ;
}
function allerreserveras()
{
affichemesspatience() ;
document.forms.verdom.domstr.value = domstr ;
document.forms.verdom._action.value = "r0avail" ;
document.forms.verdom.submit() ;
}
function allerreserver()
{
affichemesspatience() ;
document.forms.verdom._action.value = "r1avail" ;
document.forms.verdom.submit() ;
}
function allerveilleras()
{
fenMontrer('FENquestgene',0,0,0,0) ;
affichemesspatience() ;
ajouteseldom('allerveiller();') ;
}
function allerveiller()
{
document.forms.verdom.f.value = "veille" ;
document.forms.verdom._action.value = "ll" ;
document.forms.verdom.submit() ;
}
function continuerachercheras()
{
fenMontrer('FENquestgene',0,0,0,0) ;
affichemesspatience() ;
ajouteseldom("laveiller();recalcheck()") ;
document.forms.formuniq.tld_55.focus() ;
if( document.forms.formuniq.domstr )
document.forms.formuniq.domstr.focus() ;
}
function ajouteseldom(actplus)
{
var url ;
if( domstr != "" )
{
url = '/f.cgi?_action=ajdom&domstr='+domstr ;
macmarsget(url,"fenMontrer('FENmess',0,0,0,0) ; "+actplus) ;
}
else
{
fenMontrer('FENmess',0,0,0,0) ;
if( actplus != "" )
eval(actplus) ;
}
}
function intersuite()
{
var ret = _getinobj("choixsuitelbloc") ;
_setinobj("lesquestionsaposer",ret) ;
fenMontrer('FENquestgene',1,200,200,0) ;
}
function warntransfert()
{
affichemess(_getinobj("availimportant")) ;
}
var reffcheckb = "" ;
function lookup()
{
if( document.forms.formuniq.domstr.value.length> 1 )
{
document.forms.verdom.domstr.value = document.forms.formuniq.domstr.value ;
var listecliquee = "" , objcheck ;
for( var i=1 ; i < 55 ; i++ )
{
eval( "objcheck = document.formuniq.tld_"+i) ;
if( objcheck && objcheck.checked )
{
listecliquee += ( objcheck.value + "," ) ;
}
}
if( listecliquee != "" )
{
listecliquee = listecliquee.substr(0,listecliquee.length -1) ;
}
document.forms.verdom.tldenliste.value = listecliquee ;
affichemess("Merci de patienter le temps de la recherche ...") ;
document.forms.verdom.submit() ;
}
else if( document.forms.formuniq.domstr.value.length == 1 )
{
affichemess("les noms d'une seule lettre ou chiffre sont d&eacute;j&agrave; tous pris !") ;
}
else
{
affichemess("Il faut un nom &agrave; tester ...") ;
}
}
var ChkMonde = 0 , ChkEurope = 0 , ChkInde = 0 , ChkExotique = 0 , ChkLocal = 0 ;
var imgObjsa = new Array() ;
var imgObjse = new Array() ;
var imgsrca = new Array("/macmars/whoisqest/whoisqest2_07.jpg",
"/macmars/whoisqest/whoisqest2_08.jpg","/macmars/whoisqest/whoisqest2_09.jpg",
"/macmars/whoisqest/whoisqest2_10.jpg","/macmars/whoisqest/whoisqest2_11.jpg",
"/macmars/whoisqest/whoisqest2_04.jpg") ;
var imgsrce = new Array("/macmars/whoisqest/whoisqest_07.jpg",
"/macmars/whoisqest/whoisqest_08.jpg","/macmars/whoisqest/whoisqest_09.jpg",
"/macmars/whoisqest/whoisqest_10.jpg","/macmars/whoisqest/whoisqest_11.jpg",
"/macmars/whoisqest/whoisqest_04.jpg") ;
function allumeeteint( lestlds,Chk,objimgstr,ind_ima)
{
var inpobj ;
for( var i = 0 ; i < lestlds.length ; i++ )
{
inpobj = eval( "document.formuniq."+lestlds[i] ) ;
inpobj.checked = ( Chk ? true : false ) ;
}
var objimg = document.getElementById(objimgstr) ;
if( objimg )
{
if( Chk )
objimg.src = imgsrca[ind_ima] ;
else
objimg.src = imgsrce[ind_ima] ;
}
if( ! histodomaines || histodomaines.length < 12 )
if( document.forms.formuniq.domstr )
document.forms.formuniq.domstr.focus() ;
}
function OnmonGo(Chk)
{
var objimg = document.getElementById("whoisvalid") ;
if( objimg )
{
if( Chk )
objimg.src = imgsrca[5] ;
else
objimg.src = imgsrce[5] ;
}
if( document.forms.formuniq.domstr )
document.forms.formuniq.domstr.focus() ;
}
function setMonde()
{
var lestld = new Array( "tld_23", // tld_com
"tld_24", // tld_net
"tld_25", // tld_org
"tld_26", // tld_info
"tld_27", // tld_mobi
"tld_46", // tld_tel
"tld_31", // tld_asia
"tld_28" ) ; // tld_name
ChkMonde = 1- ChkMonde ;
allumeeteint( lestld,ChkMonde,"whmonde",0) ;
}
function setEurope()
{
var lestld = new Array( "tld_34", // tld_fr
"tld_36", // tld_asso.fr
"tld_39", // tld_co.uk
"tld_42" ) ; // tld_eu
ChkEurope = 1- ChkEurope ;
allumeeteint( lestld,ChkEurope,"wheurope",1) ;
}
function setExotique()
{
var lestld = new Array( "tld_29", // tld_biz
"tld_30", // tld_mn
"tld_32", // tld_bz
"tld_33", // tld_tv
"tld_45" // tld_cc
) ;
ChkExotique = 1- ChkExotique ;
allumeeteint( lestld,ChkExotique,"whexo",2) ;
}
function setInde()
{
var lestld = new Array( "tld_47", // tld_in
"tld_48" , // tld_co.in
"tld_49" , // tld_org.in
"tld_50" , // tld_firm.in
"tld_51" ) ; // tld_ind.in
ChkInde = 1- ChkInde ;
allumeeteint( lestld,ChkInde,"whinde",3) ;
}
function setLocal()
{
var lestld = new Array( "tld_52", // tld_economat.fr
"tld_53", // tld_depotpublic.com
"tld_54", // tld_pliederire.com
"tld_1", // tld_123.fr
"tld_2", // tld_75.fr
"tld_3", // tld_13.fr
"tld_4", // tld_1k.fr
"tld_7", // tld_prog.fr
"tld_8", // tld_reunis.fr
"tld_9", // tld_chalom.org
"tld_10", // tld_v-w.fr
"tld_11", // tld_0r.fr
"tld_12", // tld_nom.fr
"tld_13", // tld_0123.be
"tld_14", // tld_levrai.com
"tld_15", // tld_2q.fr
"tld_16", // tld_c5.fr
"tld_17", // tld_moi.fr
"tld_18", // tld_ble.fr
"tld_19", // tld_doremi.net
"tld_22", // tld_2f.fr
"tld_43", // tld_fans-club.eu
"tld_44" ) ; // tld_teamfr.eu
ChkLocal = 1- ChkLocal ;
allumeeteint( lestld,ChkLocal,"whlocal",4) ;
}
function setRePasFait()
{
if( reffcheckb == "" )
return 1 ;
var inpobj, lnt = reffcheckb.length ;
if( lnt> 55 ) lnt = 55 ;
for( var ei=1 ; ei <= lnt ; ei ++ )
{
eval( "inpobj = document.formuniq.tld_"+ei) ;
if( inpobj )
inpobj.checked = ( reffcheckb.substr(ei-1,1) == "1" ? true : false ) ;
}
return 0 ;
}
function oufed(v)
{
location = "/whoisreq/"+v+"/0000000000000000000000000000000000000000000000000000000.html" ;
}
var histodomaines = new Array() ;
function laveiller()
{
var ret = "" ;
var typedeveilleo,typedeveillef ;
for( var zj= 0 ; zj < histodomaines.length ; zj+=4 )
{
if( histodomaines[zj+3] != "0" )
{
typedeveilleo = "<u>" ;
typedeveillef = "</u>" ;
}
else
{
typedeveilleo = typedeveillef = "" ;
}
if( histodomaines[zj+2] == '0' )
{
ret += ( "<span class='csshistovert'>" + typedeveilleo +
histodomaines[zj]+ typedeveilleo +"</span> " ) ;
}
else if( histodomaines[zj+2] == '1' )
{
ret += ( typedeveilleo + histodomaines[zj] +typedeveillef+" " ) ;
}
else
{
ret += ( "<span style='color:f08080'>" + typedeveillef +
histodomaines[zj]+ typedeveilleo + "</span> " ) ;
}
}
_setinobj("icilesnomsaveiller",ret) ;
}
var memgetcke = "visiteur-2077859" ;
var memgeteta = "" ;
var imagok = "/macmars/images/debug.gif" ;
var imagno = "/macmars/images/debuggroupe.gif" ;
var imagvr = "/macmars/images/verrou.gif" ;
function verifdeja()
{
var ok = 0 ;
var micro = '&micro;' ;
if( memgetcke.indexOf(micro)>=0 )
{
memgetcke = '' ;
}
else if( memgetcke != '' )
{
ok = 1 ;
}
return ok ;
}
function geteta()
{
var zz = "" ;
var micro = '&micro;' ;
if( zz.indexOf(micro)>=0 || zz == '' )
{
zz = '00000000' ;
}
var ok = verifdeja() ;
zz = zz.substr(0,4)+""+ok+zz.substr(5,3) ;
ok = ( histodomaines && histodomaines.length> 0 ) ? "1":"0" ;
zz = ok+zz.substr(1,7) ;
return zz ;
}
function montreta()
{
return ;
var i,ima,p;
if( memgeteta == "" )
{
memgeteta = geteta() ;
}
for( i = 1 ; i <= 8 ; ++ i )
{
p = memgeteta.substr(i-1,1) ;
if( p == "2" )
{
_setinobj("pasti"+i,"") ;
}
else
{
if( p == "0" )
{
ima = imagno ;
}
else
{
ima = imagok ;
}
ima = '<img border="0" src="'+ima+'">' ;
_setinobj("pasti"+i,ima) ;
}
}
}
var FaireApreslemessageEncours = "" ;
function affichemess(lemess,FaireApres)
{
if( affichemess.arguments.length == 2 )
FaireApreslemessageEncours = FaireApres ;
else
FaireApreslemessageEncours = "" ;
_setinobj('lemessage',lemess) ;
fenMontrer('FENmess',1,200,200,0) ;
}
function afficheidmess(lemess,FaireApres)
{
affichemess(_getinobj(lemessid) ,FaireApres) ;
}
function affichemesspatience(FaireApres)
{
if( affichemesspatience.arguments.length == 0 )
FaireApres = "" ;
affichemess(_getinobj("varMercidepa") ,FaireApres) ;
}
function Finiaffichemess()
{
_setinobj('lemessage','') ;
fenMontrer('FENmess',0,0,0,0) ;
}
function affichemessFerme()
{
_setinobj('lemessage','') ;
fenMontrer('FENmess',0,0,0,0) ;
if( FaireApreslemessageEncours != "" )
eval( FaireApreslemessageEncours ) ;
}
var _cefichiersans = "recherchedenomsdedomaines" ;
var _repertoire_page = "/" ;
function _ATRADA_init()
{
if( window.ATRADA_init )
{
ATRADA_init( 1*"1" ,_cefichiersans,_repertoire_page) ;
}
}
var foncaexecsireturn = "" ;
function entrer13(e)
{
var keynum ;
if(window.event)
{
keynum = e.keyCode
}
else if(e.which)
{
keynum = e.which ;
}
if( keynum == 13 )
{
if( foncaexecsireturn != "" )
{
eval(foncaexecsireturn) ;
}
}
return true ;
}
function rienrien()
{
}
</script>
<style type="text/css">
#FENmess { position:absolute;top:300px; left:400px; z-index:16000;visibility: hidden}
#FENquestgene { position:absolute;top:300px; left:400px; z-index:16000;visibility: hidden}
#bodytabletop { position:absolute; top:0px}
#choixsuitelDoM { position:absolute;top:0px; left:0px; z-index:16200;visibility: hidden;}
#invisiblelangues { position:absolute;top:3000px; left:4000px; z-index:16000;visibility: hidden ; }
#recherchedenomsdedomaines_droitecontextDoM { width: 200px; }
.attentiontransfcss {text-align: left ;text-decoration: none ;background-color: #f27004;padding:2px;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #F0F030 ;border-style: none;}
.attentiontransfcsspoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #F0F030;background-color: #f27004;border-style:none }
.availcsspl1 {text-align: left ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: bold;color: #A0A0A0 ;border-width: 2px;border-style: solid;border-color: #f27004 ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.availcsspl1poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: bold;color: #A0A0A0;background-color: transparent;border-style:none }
.availcsspl2 {text-align: left ;text-decoration: none ;background-color: #fffff7;padding:2px;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #f27004 ;border-width: 2px;border-style: outset;border-color: #969091 ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.availcsspl2poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #f27004 ;background-color: #fffff7;border-style:none }
.availcsspl3 {text-align: left ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #000000 ;border-width: 1px;border-style: solid;border-color: #0c80ca ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.availcsspl3poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #000000;background-color: transparent;border-style:none }
.bigmars { font-family: Verdana,Helvetica,Arial; font-size: 10px; color: #ffffff; text-decoration: none}
.body1 {text-align: left ;text-decoration: none ;background-color: transparent;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: normal;color: #000000 ;border-width: 1px;border-style: none;border-color: #03103f ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.body1poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: normal;color: #000000;background-color: transparent;border-style:none }
.body4 {text-align: left ;text-decoration: none ;background-color: transparent;padding:4px;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: none;border-color: #085586 ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.body4poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: normal;color: #000000;background-color: transparent;border-style:none }
.body6 {text-align: left ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: bold;color: #663a00 ;border-style: none;border-color: #03103f ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.body6poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: bold;color: #663a00;background-color: transparent;border-style:none }
.body7 {text-align: center ;text-decoration: none ;background-color: transparent;padding:4px;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: normal;color: #3f5b00 ;border-width: 2px;border-style: solid;border-color: #0c80ca ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.body7poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: normal;color: #3f5b00;background-color: transparent;border-style:none }
.body8 {text-align: center ;text-decoration: none ;background-color: transparent;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: bold;color: #0c80ca ;border-style: none;border-color: #ffffff ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.body8poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: bold;color: #0c80ca;background-color: transparent;border-style:none }
.body9 {text-align: left ;text-decoration: none ;background-color: transparent;padding:4px;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: normal;color: #0c80ca ;border-style: none;border-color: #0d76d1 ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.body9poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: normal;color: #0c80ca;background-color: transparent;border-style:none }
.bodyd {text-align: right ;text-decoration: none ;background-color: transparent;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #0c80ca ;border-style: none;}
.bodydpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #0c80ca;background-color: transparent;border-style:none }
.bodyf {text-align: left ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;color: #000000 ;border-style: none;border-color: #044b4b ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.bodyfpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;color: #000000;background-color: transparent;border-style:none }
.coulinputj {text-align: left ;text-decoration: none ;background-color: #ffffff;padding:2px;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: none;border-color: #663a00 ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.coulinputjpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: normal;color: #000000;background-color: #ffffff;border-style:none }
.couvcss1 {text-align: left ;text-decoration: underline ;background-color: #969091;padding:2px;font-family: helvetica,sans-serif;font-size: 7pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: none;}
.couvcss1poura {text-decoration: underline;font-family: helvetica,sans-serif;font-size: 7pt;font-style: normal;font-weight: normal;color: #000000;background-color: #969091;border-style:none }
.couvcss2 {text-align: left ;text-decoration: none ;background-color: #E7FFFF;padding:2px;font-family: helvetica,sans-serif;font-size: 7pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: none;}
.couvcss2poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 7pt;font-style: normal;font-weight: normal;color: #000000;background-color: #E7FFFF;border-style:none }
.couvcss3 {text-align: left ;text-decoration: underline ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 7pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: none;}
.couvcss3poura {text-decoration: underline;font-family: helvetica,sans-serif;font-size: 7pt;font-style: normal;font-weight: normal;color: #000000;background-color: transparent;border-style:none }
.csresav {text-align: center ;text-decoration: none ;background-color: #009F00;padding:2px;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;color: #ffffff ;border-style: none;}
.csresavpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;color: #ffffff;background-color: #009F00;border-style:none }
.csshistodomaine1 {text-align: left ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #0c80ca ;border-style: none;}
.csshistodomaine1poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #0c80ca;background-color: transparent;border-style:none }
.csshistodomaine2 {text-align: left ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: none;}
.csshistodomaine2poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #000000;background-color: transparent;border-style:none }
.csshistotab {text-align: center ;text-decoration: none ;background-color: transparent;padding:1px;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: solid;border-color: #0c80ca ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.csshistotabpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: normal;color: #000000;background-color: transparent;border-style:none }
.csshistotd {text-align: left ;text-decoration: none ;background-color: transparent;padding:1px;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: none;}
.csshistotdpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #000000;background-color: transparent;border-style:none }
.csshistovert {text-align: left ;text-decoration: none ;background-color: transparent;padding:1px;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #008000 ;border-style: none;}
.csshistovertpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #008000;background-color: transparent;border-style:none }
.csveilav {text-align: center ;text-decoration: none ;background-color: #e42100;padding:2px;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;color: #ffffff ;border-style: none;}
.csveilavpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;color: #ffffff;background-color: #e42100;border-style:none }
.cxp1 {text-align: center ;text-decoration: none ;background-color: transparent;padding:16px;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: bold;color: #000000 ;border-style: none;border-color: #0c69c4 ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.cxp1poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: bold;color: #000000;background-color: transparent;border-style:none }
.cxp7 {text-align: left ;text-decoration: none ;background-color: transparent;padding:8px;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: normal;color: #000000 ;border-width: 4px;border-style: solid;border-color: #080f00 ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.cxp7poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: normal;color: #000000;background-color: transparent;border-style:none }
.cxpa7 {text-align: right ;text-decoration: none ;background-color: transparent;padding:1px;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #ffffff ;border-style: none;border-color: #ffffff ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.cxpa7poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #ffffff;background-color: transparent;border-style:none }
.cxpa9 {text-align: center ;text-decoration: none ;background-color: transparent;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: bold;color: #000000 ;border-style: none;border-color: #087d88 ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.cxpa9poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: bold;color: #000000;background-color: transparent;border-style:none }
.cxpaa {text-align: right ;text-decoration: none ;background-color: transparent;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: none;}
.cxpaapoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #000000;background-color: transparent;border-style:none }
.cxpad {text-align: left ;text-decoration: none ;background-color: #0c80ca;padding:2px;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: bold;color: #E7FFFF ;border-style: none;border-color: #df0b00 ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.cxpadpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: bold;color: #E7FFFF;background-color: #0c80ca;border-style:none }
.cxpb7 {text-align: left ;text-decoration: none ;background-color: #ffffff;padding:2px;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;color: #000000 ;border-width: 2px;border-style: none;border-color: #0c80ca ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.cxpb7poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;color: #000000;background-color: #ffffff;border-style:none }
.cxpb8 {text-align: left ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: bold;color: #fffff7 ;border-style: none;border-color: #085586 ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.cxpb8poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: bold;color: #fffff7;background-color: transparent;border-style:none }
.cxpb9 {text-align: center ;text-decoration: none ;background-color: transparent;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;color: #fffff7 ;border-style: none;}
.cxpb9poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: bold;color: #fffff7;background-color: transparent;border-style:none }
.cxpba {text-align: center ;text-decoration: none ;background-color: transparent;font-family: helvetica,sans-serif;font-size: 18pt;font-style: normal;font-weight: bold;color: #fffff7 ;border-style: none;}
.cxpbapoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 18pt;font-style: normal;font-weight: bold;color: #fffff7;background-color: transparent;border-style:none }
.cxpbon {text-align: left ;text-decoration: none ;background-color: transparent;padding:4px;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: bold;color: #009F00 ;border-style: none;}
.cxpbonpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: bold;color: #009F00;background-color: transparent;border-style:none }
.cxpf {text-align: left ;text-decoration: none ;background-color: transparent;font-family: helvetica,sans-serif;font-size: 11pt;font-style: normal;font-weight: bold;color: #f1ffff ;border-style: none;border-color: #ffffff ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.cxpfpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 11pt;font-style: normal;font-weight: bold;color: #f1ffff;background-color: transparent;border-style:none }
.cxpheb9 {text-align: right ;text-decoration: none ;background-color: #008900;padding:2px;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #EAFFD8 ;border-style: none;border-color: #37e8ff ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.cxpheb9poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #EAFFD8;background-color: #008900;border-style:none }
.cxpmess {text-align: left ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 14pt;font-style: italic;font-weight: bold;color: #880024 ;border-style: none;}
.cxpmessd {text-align: left ;text-decoration: none ;background-color: transparent;padding:4px;font-family: helvetica,sans-serif;font-size: 11pt;font-style: normal;font-weight: bold;color: #ff8839 ;border-width: 1px;border-style: solid;border-color: #D8DFDF ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.cxpmessdpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 11pt;font-style: normal;font-weight: bold;color: #ff8839;background-color: transparent;border-style:none }
.cxpmesspoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 14pt;font-style: italic;font-weight: bold;color: #880024;background-color: transparent;border-style:none }
.cxpnon {text-align: left ;text-decoration: none ;background-color: transparent;padding:4px;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: bold;color: #ff8839 ;border-style: none;}
.cxpnonpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: bold;color: #ff8839;background-color: transparent;border-style:none }
.erreurs { font-size: 12pt; background-color: #ffffff; color: #ff0000;text-decoration: none}
.explicite { font-family: Verdana,Arial; font-size: 8pt; font-weight: normal; text-align: center;text-decoration: none;padding:0; border: none}
.explicite1 { font-family: Verdana,Arial; font-size: 8pt; font-weight: normal; text-align: center; color: #ffffff;text-decoration: none}
.lisreswhtb {text-align: center ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: none;}
.lisreswhtbpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #000000;background-color: transparent;border-style:none }
.lisreswhtda {text-align: left ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: bold;color: #0c80ca ;border-style: none;}
.lisreswhtdapoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: bold;color: #0c80ca;background-color: transparent;border-style:none }
.lisreswhtdb {text-align: left ;text-decoration: none ;background-color: #FFFFD8;padding:2px;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: normal;color: #cf0000 ;border-width: 1px;border-style: solid;border-color: #08738a ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.lisreswhtdbpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 9pt;font-style: normal;font-weight: normal;color: #cf0000;background-color: #FFFFD8;border-style:none }
.monnaie1 {text-align: right ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: none;}
.monnaie1poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: normal;color: #000000;background-color: transparent;border-style:none }
.monnaien {text-align: right ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: normal;color: #0c80ca ;border-style: none;}
.monnaienpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: normal;color: #0c80ca;background-color: transparent;border-style:none }
.monnaiep {text-align: right ;text-decoration: none ;background-color: transparent;padding:2px;font-family: helvetica,sans-serif;font-size: 14pt;font-style: normal;font-weight: bold;color: #009F00 ;border-style: none;}
.monnaieppoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 14pt;font-style: normal;font-weight: bold;color: #009F00;background-color: transparent;border-style:none }
.pggros { font-size: 12pt;text-decoration: none}
.pgros { font-size: 14pt;text-decoration: none}
.ppetit { font-size: 7pt;text-decoration: none}
.restd { font-size: 10pt;text-decoration: none}
.tabavailtb {text-align: left ;text-decoration: none ;background-color: transparent;padding:3px;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: none;}
.tabavailtbpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 10pt;font-style: normal;font-weight: normal;color: #000000;background-color: transparent;border-style:none }
.tabavailtd1 {text-align: left ;text-decoration: none ;background-color: transparent;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #f27004 ;border-style: none;}
.tabavailtd1poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #f27004;background-color: transparent;border-style:none }
.tabavailtd2 {text-align: center ;text-decoration: none ;background-color: transparent;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: normal;color: #0c80ca ;border-style: none;border-color: #19e500 ; -webkit-border-radius:5px; -moz-border-radius: 5px; }
.tabavailtd2poura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 12pt;font-style: normal;font-weight: normal;color: #0c80ca;background-color: transparent;border-style:none }
.tabreg { font-family: Verdana,Arial; font-size: 10pt; font-weight: normal; color: #ffffff;text-decoration: none }
.tabtransp { font-family: Verdana,Arial; font-size: 8pt; font-weight: normal; color: #ffffff;text-decoration: none }
.tabwhoistd {text-align: right ;text-decoration: none ;background-color: transparent;padding:1px;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #ffffff ;border-style: none;}
.tabwhoistdpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #ffffff;background-color: transparent;border-style:none }
.tabwhoistt {text-align: center ;text-decoration: none ;background-color: transparent;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #020a2a ;border-style: none;}
.tabwhoisttpoura {text-decoration: none;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #020a2a;background-color: transparent;border-style:none }
.tdnocol { border: none; font-family: Verdana,Helvetica,Arial; font-size: 10px; color: #ffffff; text-decoration: none}
.tppetit { font-size: 6pt;text-decoration: none}
a, a:link, a:active, a:visited,a:hover,div a,span a{ text-decoration: none}
body { position:absolute;top:0px;left:0px;margin: 0 auto;width: 100%;text-align: center ;text-decoration: none ;background-color: transparent;font-family: helvetica,sans-serif;font-size: 8pt;font-style: normal;font-weight: normal;color: #000000 ;border-style: none;border-color: #ffffff;}
img { border: none; }
pre { font-family: Courier New,Courier; font-size: 10pt;text-decoration: none}
table { padding:0; border: none;text-decoration: none }
td { padding:0; border: 0px none; font-family: Verdana,Arial; font-size: 10px; font-weight: normal; color: #000000;text-decoration: none }
</style>
</head>
<body onload="_ATRADA_init()">
<form method=post action="/0reqreg.cgi" name=verdom>
<input type=hidden name="domstr" value="">
<input type=hidden name="f" value="">
<input type=hidden name="tldenliste" value="com,net,org,fr,info,eu,tel">
<input type="hidden" name="_action" value="lookup">
</form>
<div name="invisiblelangues" id="invisiblelangues" style="position:absolute;top:3000px; left:4000px; z-index:16000;visibility: hidden;"><span id="availimportant">IMPORTANT: En demandant des transferts de noms de domaines , vous confirmez que vous en &ecirc;tes bien le propri&eacute;taire et que vous vous souvenez les avoir d&eacute;j&agrave; achet&eacute;s dans un autre bureau d'enregistrement.<br>Si ce n'est pas le cas, la proc&eacute;dure ne pourra pas aboutir : retirez les de la liste &agrave; r&eacute;server.<br><br>Vous pouvez suivre les noms qui ne vont pas tarder &agrave; expirer en les gardant en veille.</span>
<span id="availmsm1"><a href='/acces.html' class='tabavailtd2poura'><strong>Connectez vous</strong> ici si vous avez d&eacute;j&agrave; un compte </a> <strong>ou</strong> bien <a href='/monidentite.html' class='tabavailtd2poura'> <strong>Inscrivez vous</strong> ici</a> avant de rechercher afin de pas perdre vos s&eacute;lections</span>
<span id="availmsm2">Testez un nom &agrave; r&eacute;server ou &agrave; suivre</span>
<span id="availmsm3">Attention Lisez ceci</span>
<span id="availmsm4">Cliquez sur Continuer quand la s&eacute;lection est termin&eacute;e</span>
<span id="availmsm5">CONTINUER</span>
<span id="availmsm6">S&eacute;lectionnez les noms qui vous int&eacute;ressent. Vous pourrez en ajouter ou en retirer ult&eacute;rieurement</span>
<span id="availmsm7">Testez un nom &agrave; r&eacute;server ou &agrave; suivre </span>
<span id="varMercidepa">Merci de patienter un instant.</span></div>
<form name=formuniq action="javascript:rienrien()" accept-charset="UTF-8">
<table id=viderien_1DoM class=explicite CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top>
<table class=body1 CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top class=body1>
<TABLE WIDTH=1000 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD ROWSPAN=3 valign=top style='background-image: url(/macmars/wfrlonx/wfrlonx_02.jpg)' width='289' height='55'>
<a href=
"/index.html"><img src="/macmars/images/vide.gif"
border="0" width="280" height="50" alt="" title="" align="MIDDLE"> </a>
</TD>
<TD COLSPAN=4 align=right style='background-image: url(/macmars/wfrlonx/wfrlonx_03.jpg)' width='711' height='19'>
<table id="menuh1DoM" BORDER=0 CELLPADDING=0 CELLSPACING=0 width="100%">
<tr><td valign=top id=menuh1bloc class=body8>
<table class=body8 width="100%"><tr>
<td valign=top class=bodyd>
<a href="/monidentite.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a222.gif" align="absmiddle" border="0" title="">&nbsp;
Espace Individuel</a>
</td>
<td valign=top class=body8>
Domaines et Whois
</td>
<td valign=top class=bodyd>
<a href="/mutualisedeluxe.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a695.gif" align="absmiddle" border="0" title="">&nbsp;
H&eacute;bergements</a>
</td>
<td valign=top class=bodyd>
<a href="/certificatssl123.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a72.gif" align="absmiddle" border="0" title="">&nbsp;
Certificats SSL</a>
</td>
<td valign=top class=bodyd>
<a href="/hebergementgratuit.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a758.gif" align="absmiddle" border="0" title="">&nbsp;
Gratuit</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD COLSPAN=4 align=right style='background-image: url(/macmars/wfrlonx/wfrlonx_04.jpg)' width='711' height='20'>
<table id="menuh2DoM" BORDER=0 CELLPADDING=0 CELLSPACING=0 width="100%">
<tr><td valign=top id=menuh2bloc class=body8>
<table class=body8 width="100%"><tr>
<td valign=top class=bodyd>
<span 
class=bodydpoura>
<img src="/macmars/images/vide.gif" align="absmiddle" border="0" title="">&nbsp;
</span>
</td>
<td valign=top class=bodyd>
<a href="/codesperdus.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a238.gif" align="absmiddle" border="0" title="">&nbsp;
Codes perdus</a>
</td>
<td valign=top class=bodyd>
<a href="http://faq.123.fr/"
class=bodydpoura>
<img src="/macmars/images/freegif/a729.gif" align="absmiddle" border="0" title="">&nbsp;
FAQ</a>
</td>
<td valign=top class=bodyd>
<a href="/par/mesdomaines.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a278.gif" align="absmiddle" border="0" title="">&nbsp;
Espace Domaines</a>
</td>
<td valign=top class=bodyd>
<a href="/contact.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a202.gif" align="absmiddle" border="0" title="">&nbsp;
Contact</a>
</td>
<td valign=top class=bodyd>
<a href="/abus.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a80.gif" align="absmiddle" border="0" title="">&nbsp;
Abus</a>
</td>
<td valign=top class=bodyd>
<a href="javascript:ATRADA_setlangue(3)"
class=bodydpoura>
<img src="/macmars/images/vide.gif" align="absmiddle" border="0" title=":approximative english Helper">
</a>
</td>
<td valign=top class=bodyd>
<a href="javascript:ATRADA_setlangue(1)"
class=bodydpoura>
<img src="/macmars/images/vide.gif" align="absmiddle" border="0" title=":Fran&ccedil;ais Approximatif">
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD COLSPAN=2><img alt='' title='' src='/macmars/wfrlonx/wfrlonx_05.jpg' width=184 height=16></TD>
<TD COLSPAN=2 ROWSPAN=2 valign=top align=right style='background-image: url(/macmars/wfrlonx/wfrlonx_06.jpg)' width='527' height='38'>
<span class="cxpb8"> Tester le nom de domaine </span><input class="cxpb7" name="dom" value="" size="27"
onfocus="javascript:foncaexecsireturn='cherchedomg()'" onkeydown="return entrer13(event)">
<a href="javascript:cherchedomg()"><img src="/macmars/images/vide.gif" width='52' height="24" alt="" border="0"></a>
</TD>
</TR>
<TR>
<TD COLSPAN=3 style='background-image: url(/macmars/wfrlonx/wfrlonx_07.jpg)' width='473' height='22'>
<div class="cxpb8">
<img src="/macmars/ima/arrows/arrows_oy_020.gif" align="middle" alt="" border="0">&nbsp;
Si vous ne savez pas par o&ugrave; commencer, passez par ici
</div>
</TD>
</TR>
<TR>
<TD COLSPAN=2 align=center style='background-image: url(/macmars/wfrlonx/wfrlonx_08.jpg)' width='426' height='57'>
<div class="cxpba">
D&eacute;p&ocirc;t de Noms de domaines
</div>
</TD>
<TD COLSPAN=3><img alt='' title='' src='/macmars/wfrlonx/wfrlonx_09.jpg' width=574 height=57></TD>
</TR>
<TR>
<TD COLSPAN=5><img alt='' title='' src='/macmars/wfrlonx/wfrlonx_10.jpg' width=1000 height=15></TD>
</TR>
<TR>
<TD COLSPAN=5 align=right style='background-image: url(/macmars/wfrlonx/wfrlonx_11b.jpg)' width='1000' height='22'>
<table id="promolienlDoM" BORDER=0 CELLPADDING=0 CELLSPACING=0 width="100%">
<tr><td valign=top id=promolienlbloc class=cxpa9>
<table class=cxpa9 width="100%"><tr>
<td valign=top class=cxpa9>
Recherches
</td>
<td valign=top class=bodyd>
<a href="/veille.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a707.gif" align="absmiddle" border="0" title="">&nbsp;
Tri des Noms</a>
</td>
<td valign=top class=bodyd>
<a href="/contactswhois.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a718.gif" align="absmiddle" border="0" title="">&nbsp;
Contacts Whois</a>
</td>
<td valign=top class=bodyd>
<a href="/avail.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a323.gif" align="absmiddle" border="0" title="">&nbsp;
Usage et Dur&eacute;e</a>
</td>
<td valign=top class=bodyd>
<a href="/chartesavalider.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a75.gif" align="absmiddle" border="0" title="">&nbsp;
Chartes &agrave; Valider</a>
</td>
<td valign=top class=bodyd>
<a href="/verificationfinale.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a698.gif" align="absmiddle" border="0" title="">&nbsp;
Finalisation</a>
</td>
<td valign=top class=bodyd>
<a href="/factures.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a709.gif" align="absmiddle" border="0" title="">&nbsp;
Factures</a>
</td>
<td valign=top class=bodyd>
<a href="/checkliste.html"
class=bodydpoura>
<img src="/macmars/images/freegif/a676.gif" align="absmiddle" border="0" title="">&nbsp;
Infos et Checkliste</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD COLSPAN=4 valign=top align=center style='background-image: url(/macmars/wfrlonx/wfrlonx_12.jpg)' width='760' height='10'>
<table id=recherchedenomsdedomaines_detailpageDoM class=explicite CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top>
<table class=body1 CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top class=body1>
<span class="tabavailtd2" id="pourlasuite">&nbsp;</span>
<div class="tabavailtd2" id="letablo">.</div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<div id=t_tab13paranbloc><table border=0 align=center cellpadding=0 cellspacing=0><tr class=tdnocol><td class=tdnocol valign=top>
<table id=recherchedenomsdedomaines_tab13_1DoM class=explicite CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top>
<table class=body1 CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top class=body1>
<div class="body8">
<br>D&eacute;pot / Transfert
</div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<table id="listeprixlDoM" BORDER=0 CELLPADDING=0 CELLSPACING=0 width="100%">
<tr><td valign=top id=listeprixlbloc class=bodyd>
<table class=bodyd width="100%"><tr>
<td valign=top class=bodyd>
Net Org Eu
</td>
<td valign=top class=cxpaa>
10 &euro;
</td>
</tr>
<tr>
<td valign=top class=bodyd>
Com
</td>
<td valign=top class=cxpaa>
10 &euro;
</td>
</tr>
<tr>
<td valign=top class=bodyd>
Us co.Uk
</td>
<td valign=top class=cxpaa>
10 &euro;
</td>
</tr>
<tr>
<td valign=top class=bodyd>
Ws
</td>
<td valign=top class=cxpaa>
10 &euro;
</td>
</tr>
<tr>
<td valign=top class=bodyd>
Mobi
</td>
<td valign=top class=cxpaa>
15 &euro;
</td>
</tr>
<tr>
<td valign=top class=bodyd>
Fr-pro
</td>
<td valign=top class=cxpaa>
32 &euro;
</td>
</tr>
<tr>
<td valign=top class=bodyd>
Fr perso
</td>
<td valign=top class=cxpaa>
8.5 &euro;
</td>
</tr>
<tr>
<td valign=top class=bodyd>
Mn
</td>
<td valign=top class=cxpaa>
45 &euro;
</td>
</tr>
<tr>
<td valign=top class=bodyd>
Tel
</td>
<td valign=top class=cxpaa>
15 &euro;
</td>
</tr>
<tr>
<td valign=top class=bodyd>
Asia
</td>
<td valign=top class=cxpaa>
15 &euro;
</td>
</tr>
<tr>
<td valign=top class=bodyd>
Locaux
</td>
<td valign=top class=cxpaa>
0 &euro;
</td>
</tr>

</table>
</td>
</tr>
</table>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<img src="/macmars/images/vide.gif"
border="0" width="180" height="8" alt="" title="">
</td>
</tr>
</table>
</td></tr></table>
</td><td class=tdnocol valign=top width=40>
<table id=recherchedenomsdedomaines_tab13_2DoM class=explicite CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top>
<table class=body1 CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top class=body1>
<TABLE WIDTH=500 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=5><img alt='' title='' src='/macmars/whoisqest/whoisqest_01.jpg' width=500 height=13></TD>
</TR>
<TR>
<TD align=right style='background-image: url(/macmars/whoisqest/whoisqest_02.jpg)' width='104' height='47'>
<div class="cxpb9">
Noms &agrave;<br>Tester
</div>
</TD>
<TD COLSPAN=3 style='background-image: url(/macmars/whoisqest/whoisqest_03.jpg)' width='296' height='47'>
&nbsp;&nbsp;&nbsp;<input name='domstr' value='' size='32' onfocus="javascript:foncaexecsireturn='lookup()'"
onkeydown="return entrer13(event)" class="coulinputj">
</TD>
<TD align=center style='background-image: url(/macmars/whoisqest/whoisqest_04.jpg)' width='100' height='47'>
<a href="javascript:lookup()"><img src="/macmars/images/vide.gif"
border="0" width="100" height="45" alt="tester les noms de domaines" title="tester les noms de domaines" onMouseover="javascript:OnmonGo(1)" onMouseout="javascript:OnmonGo(0)"> </a>
</TD>
</TR>
<TR>
<TD COLSPAN=5 valign=top align=center style='background-image: url(/macmars/whoisqest/whoisqest_05.jpg)' width='500' height='8'>
<table border="0" class="tabwhoistt" valign="top"><tr><td valign="top" class="tabwhoistd">com <input name="tld_23" value="com" type="checkbox"><br>
net <input name="tld_24" value="net" type="checkbox"><br>
org <input name="tld_25" value="org" type="checkbox"><br>
info <input name="tld_26" value="info" type="checkbox"><br>
name <input name="tld_28" value="name" type="checkbox"><br>
biz <input name="tld_29" value="biz" type="checkbox"><br>
mn <input name="tld_30" value="mn" type="checkbox"><br>
asia <input name="tld_31" value="asia" type="checkbox"><br>
bz <input name="tld_32" value="bz" type="checkbox"><br>
tv <input name="tld_33" value="tv" type="checkbox">
</td><td valign="top" class="tabwhoistd">fr <input name="tld_34" value="fr" type="checkbox"><br>
gouv.fr <input name="tld_35" value="gouv.fr" type="checkbox"><br>
asso.fr <input name="tld_36" value="asso.fr" type="checkbox"><br>
com.fr <input name="tld_37" value="com.fr" type="checkbox"><br>
tm.fr <input name="tld_38" value="tm.fr" type="checkbox"><br>
co.uk <input name="tld_39" value="co.uk" type="checkbox"><br>
me.uk <input name="tld_40" value="me.uk" type="checkbox"><br>
org.uk <input name="tld_41" value="org.uk" type="checkbox"><br>
mobi <input name="tld_27" value="mobi" type="checkbox"><br>
eu <input name="tld_42" value="eu" type="checkbox">
</td><td valign="top" class="tabwhoistd">123.fr <input name="tld_1" value="123.fr" type="checkbox"><br>
75.fr <input name="tld_2" value="75.fr" type="checkbox"><br>
13.fr <input name="tld_3" value="13.fr" type="checkbox"><br>
1k.fr <input name="tld_4" value="1k.fr" type="checkbox"><br>
prog.fr <input name="tld_7" value="prog.fr" type="checkbox"><br>
reunis.fr <input name="tld_8" value="reunis.fr" type="checkbox"><br>
v-w.fr <input name="tld_10" value="v-w.fr" type="checkbox"><br>
fans-club.eu <input name="tld_43" value="fans-club.eu" type="checkbox"><br>
0r.fr <input name="tld_11" value="0r.fr" type="checkbox"><br>
teamfr.eu <input name="tld_44" value="teamfr.eu" type="checkbox">
</td><td valign="top" class="tabwhoistd">nom.fr <input name="tld_12" value="nom.fr" type="checkbox"><br>
0123.be <input name="tld_13" value="0123.be" type="checkbox"><br>
levrai.com <input name="tld_14" value="levrai.com" type="checkbox"><br>
2q.fr <input name="tld_15" value="2q.fr" type="checkbox"><br>
c5.fr <input name="tld_16" value="c5.fr" type="checkbox"><br>
moi.fr <input name="tld_17" value="moi.fr" type="checkbox"><br>
ble.fr <input name="tld_18" value="ble.fr" type="checkbox"><br>
doremi.net <input name="tld_19" value="doremi.net" type="checkbox"><br>
chalom.org <input name="tld_9" value="chalom.org" type="checkbox"><br>
2f.fr <input name="tld_22" value="2f.fr" type="checkbox">
</td><td valign="top" class="tabwhoistd">cc <input name="tld_45" value="cc" type="checkbox"><br>
tel <input name="tld_46" value="tel" type="checkbox"><br>
in <input name="tld_47" value="in" type="checkbox"><br>
co.in <input name="tld_48" value="co.in" type="checkbox"><br>
org.in <input name="tld_49" value="org.in" type="checkbox"><br>
firm.in <input name="tld_50" value="firm.in" type="checkbox"><br>
ind.in <input name="tld_51" value="ind.in" type="checkbox"><br>
economat.fr <input name="tld_52" value="economat.fr" type="checkbox"><br>
depotpublic.com <input name="tld_53" value="depotpublic.com" type="checkbox"><br>
pliederire.com <input name="tld_54" value="pliederire.com" type="checkbox">
</td></tr></table>
</TD>
</TR>
<TR>
<TD align=center style='background-image: url(/macmars/whoisqest/whoisqest_07.jpg)' width='104' height='48'>
<a href="javascript:setMonde()"><img src="/macmars/images/vide.gif"
border="0" width="104" height="48" alt="" title=""> </a>
</TD>
<TD align=center style='background-image: url(/macmars/whoisqest/whoisqest_08.jpg)' width='99' height='48'>
<a href="javascript:setEurope()"><img src="/macmars/images/vide.gif"
border="0" width="99" height="48" alt="" title=""> </a>
</TD>
<TD align=center style='background-image: url(/macmars/whoisqest/whoisqest_09.jpg)' width='97' height='48'>
<a href="javascript:setExotique()"><img src="/macmars/images/vide.gif"
border="0" width="97" height="48" alt="" title=""> </a>
</TD>
<TD align=center style='background-image: url(/macmars/whoisqest/whoisqest_10.jpg)' width='100' height='48'>
<a href="javascript:setInde()"><img src="/macmars/images/vide.gif"
border="0" width="100" height="48" alt="" title=""> </a>
</TD>
<TD align=center style='background-image: url(/macmars/whoisqest/whoisqest_11.jpg)' width='100' height='48'>
<a href="javascript:setLocal()"><img src="/macmars/images/vide.gif"
border="0" width="100" height="48" alt="" title=""> </a>
</TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</td></tr></table>
</td><td class=tdnocol valign=top width=360>
</td></tr></table></div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<div id=t_tabletau3c1cparanbloc><table border=0 align=center cellpadding=0 cellspacing=0><tr class=tdnocol><td class=tdnocol valign=top>
<table id=recherchedenomsdedomaines_tabletau3c1c_1DoM class=explicite CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top>
<table class=body1 CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top class=body1>
<div class="body4">
Les r&eacute;gistres r&eacute;pertorient les domaines existants et leurs propri&eacute;taires.<br><br><b>Comment proc&eacute;der ? Tapez des mots constitu&eacute;s uniquement de lettres, de chiffres et du signe -<br>Ne mettez ni http ni www avant le nom &agrave; tester.</b>
</div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<img src="/macmars/images/vide.gif"
border="0" width="220" height="1" alt="" title="">
</td>
</tr>
</table>
</td></tr></table>
</td><td class=tdnocol valign=top>
<table id=recherchedenomsdedomaines_tabletau3c1c_2DoM class=explicite CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top>
<table class=body1 CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top class=body1>
<div class="body4">
Ensuite, selon les r&eacute;sultats des tests et parfois quelques conditions d'elligibilit&eacute; , vous pourrez r&eacute;server ou transf&eacute;rer ces noms de domaines aupr&egrave;s de nos r&eacute;gistres et ou de nos dns.<br>La liste des r&eacute;sultats reste visible dans l'historique &agrave; droite. Vous pouvez le vider s'il n'est plus int&eacute;ressant.<br><br>Les DNS sont des programmes qui disent aux machines des surfeurs par quel numero d'ip remplacer chaque nom de domaine.<br>
</div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<img src="/macmars/images/vide.gif"
border="0" width="220" height="1" alt="" title="">
</td>
</tr>
</table>
</td></tr></table>
</td><td class=tdnocol valign=top>
<table id=recherchedenomsdedomaines_tabletau3c1c_3DoM class=explicite CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top>
<table class=body1 CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top class=body1>
<div class="body4">
R&eacute;server un nom se fait donc aupr&egrave;s de r&eacute;gistres. Nous pouvons nous charger de cette op&eacute;ration ainsi que de la gestion ou la d&eacute;l&eacute;gation des dns .<br><br>H&eacute;berger votre site web et vous confier des outils pour int&eacute;grer facilement des programmes gratuits de production de site est notre m&eacute;tier de tous les jours. <br><br>Nous pouvons aussi fabriquer un site sur mesure et au besoin le mettre en relation avec une informatique locale sur Linux et/ou sur Windows.<br>
</div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<img src="/macmars/images/vide.gif"
border="0" width="220" height="1" alt="" title="">
</td>
</tr>
</table>
</td></tr></table>
</td></tr></table></div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
</td>
</tr>
</table>
</td></tr></table>
</TD>
<TD valign=top align=right style='background-image: url(/macmars/wfrlonx/wfrlonx_13.jpg)' width='240' height='10'>
<table id=recherchedenomsdedomaines_droitecontextDoM class=explicite CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top>
<table class=body1 CELLPADDING=0 CELLSPACING=0>
<tr VALIGN=TOP>
<td valign=top class=body1>
<div class="cxpmessd">
Bonjour visiteur-2077859 !<br><img src='/macmars/images/debuggroupe.gif' border='0' width='8' height='8'> <a href='/u.cgi?_action=modiflogin&rp=&idu=' class='cxpnon'>L'adresse email n'a pas &eacute;t&eacute; v&eacute;rifi&eacute;e</a><br><img src='/macmars/images/debuggroupe.gif' border='0' width='8' height='8'> <a href='/u.cgi?_action=modiflogin&rp=&idu=' class='cxpnon'>Les informations sur le r&eacute;gistrant sont incompl&egrave;tes</a><br><img src='/macmars/images/debuggroupe.gif' border='0' width='8' height='8'> <a href='/chartesavalider.html' class='cxpnon'>Il manque l'accord des chartes mais choisissez d'abord le nom ou les services si ce n'est fait</a><br>
</div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<div class="body9">
<a
href="javascript:infomulti()" class=body9poura>
Si vous voulez d&eacute;poser plusieurs domaines, lisez ceci</a>
</div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<table id='lhisto' border='0' cellpadding='0' cellspacing='0' class='csshistotab'>
<tr><td class='csshistotab'><u>Noms suivis</u> : <a href="javascript:allerreserver()"
class="csresav">R&eacute;server</a> <a href="javascript:allerveiller()" class="csveilav">Surveiller</a></td></tr>
<tr><td class='csshistotd' onClick="javascript:editerlistesuivis()"><span
id="icilesnomsaveiller">&nbsp;</span><img src="/macmars/images/vide.gif" width="200" height="1">
</td></tr></table>
<div class="csshistovert">zonzon.fr : libre et r&eacute;servable</div>
<div>zonzon.fr : pris</div>
<div><u>zonzon.fr : pris et en veille</u></div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
&nbsp;
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<br>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<table id='lhistoreq' border='0' cellpadding='0' cellspacing='0' class='csshistotab'>
<tr><td class='csshistotab'>Anciennes Recherches
</td></tr>
<tr><td class='csshistodomaine1'>

<img src="/macmars/images/vide.gif" width="200" height="1">
</td></tr></table>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<div class="body1">
<a
href="javascript:_macmarserrpost()" class=body1poura>
</a>
</div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<table id="telrublDoM" BORDER=0 CELLPADDING=0 CELLSPACING=0 width="100%">
<tr><td valign=top id=telrublbloc class=body7>
<table class=body7 width="100%"><tr>
<td valign=top class=body1>
<a href="/addinscr.html"
class=body1poura>
<img src="/macmars/images/freegif/a752.gif" align="absmiddle" border="0" title="">&nbsp;
Inscription &agrave; Adsense</a>
</td>
</tr>
<tr>
<td valign=top class=body1>
<a href="/addtel.html"
class=body1poura>
<img src="/macmars/images/freegif/a752.gif" align="absmiddle" border="0" title="">&nbsp;
Adsense et les point Tel</a>
</td>
</tr>
<tr>
<td valign=top class=body1>
<img src="/macmars/images/freegif/a752.gif" align="absmiddle" border="0" title="">&nbsp;
Adsense et les domaines
<br><br>
</td>
</tr>
<tr>
<td valign=top class=body1>
<a href="http://tampon.tel/"
target="_blank"
class=body1poura>
<img src="/macmars/images/freegif/a754.gif" align="absmiddle" border="0" title="">&nbsp;
Exemple Tampon.tel</a>
</td>
</tr>
<tr>
<td valign=top class=body1>
<a href="http://tampons.tel/"
target="_blank"
class=body1poura>
<img src="/macmars/images/freegif/a754.gif" align="absmiddle" border="0" title="">&nbsp;
Exemple Tampons.tel</a>
</td>
</tr>
<tr>
<td valign=top class=body1>
<a href="http://cartes.tel/"
target="_blank"
class=body1poura>
<img src="/macmars/images/freegif/a754.gif" align="absmiddle" border="0" title="">&nbsp;
Exemple Cartes.tel</a>
</td>
</tr>
<tr>
<td valign=top class=body1>
<a href="http://cartesdevisite.tel/"
target="_blank"
class=body1poura>
<img src="/macmars/images/freegif/a754.gif" align="absmiddle" border="0" title="">&nbsp;
Exemple Cartesdevisite.tel</a>
</td>
</tr>
<tr>
<td valign=top class=body1>
<a href="http://cartesdevisites.tel/"
target="_blank"
class=body1poura>
<img src="/macmars/images/freegif/a754.gif" align="absmiddle" border="0" title="">&nbsp;
Exemple Cartesdevisites.tel</a>
</td>
</tr>
<tr>
<td valign=top class=body1>
<a href="http://restos.tel/"
target="_blank"
class=body1poura>
<img src="/macmars/images/freegif/a754.gif" align="absmiddle" border="0" title="">&nbsp;
Exemple Restos.tel</a>
</td>
</tr>
<tr>
<td valign=top class=body1>
<a href="http://concours.tel/"
target="_blank"
class=body1poura>
<img src="/macmars/images/freegif/a754.gif" align="absmiddle" border="0" title="">&nbsp;
Exemple Concours.tel</a>
<br><br>
</td>
</tr>
<tr>
<td valign=top class=body1>
<a href="http://www.u2.fr/"
target="_blank"
class=body1poura>
<img src="/macmars/images/freegif/a754.gif" align="absmiddle" border="0" title="">&nbsp;
Exemple U2.fr</a>
<br><br>
</td>
</tr>

</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td></tr></table>
</TD>
</TR>
<TR>
<TD COLSPAN=5 align=center style='background-image: url(/macmars/wfrlonx/wfrlonx_14.jpg)' width='1000' height='31'>
<table id="menegenebasDoM" BORDER=0 CELLPADDING=0 CELLSPACING=0 width="96%">
<tr><td valign=top id=menegenebasbloc class=cxpf>
<table class=cxpf width="96%"><tr>
<td valign=top class=cxpa9>
<a href="/tarif.html"
class=cxpa9poura>
Tarif des services</a>
</td>
<td valign=top class=cxpa9>
<a href="/par/parametrerlesemails.html"
class=cxpa9poura>
Param&eacute;trage Emails</a>
</td>
<td valign=top class=cxpa9>
<a href="/raccourcimanquant.html"
class=cxpa9poura>
Raccourcis</a>
</td>
<td valign=top class=cxpa9>
<a href="/afnicadherent.html"
class=cxpa9poura>
Registrar ISP 1 FR</a>
</td>
<td valign=top class=cxpa9>
<a href="/infos.html"
class=cxpa9poura>
Infos L&eacute;gales</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD COLSPAN=5 align=right style='background-image: url(/macmars/wfrlonx/wfrlonx_15.jpg)' width='1000' height='18'>
<div class="cxpa7">
<a
href="/apropos.html" class=cxpa7poura>
Copyright 123.fr 1998 / 2012 Tous droits r&eacute;serv&eacute;s</a>
</div>
</TD>
</TR>
<TR>
<TD><IMG SRC="/macmars/images/vide.gif" WIDTH=289 HEIGHT=1 ALT=""></TD>
<TD><IMG SRC="/macmars/images/vide.gif" WIDTH=137 HEIGHT=1 ALT=""></TD>
<TD><IMG SRC="/macmars/images/vide.gif" WIDTH=47 HEIGHT=1 ALT=""></TD>
<TD><IMG SRC="/macmars/images/vide.gif" WIDTH=287 HEIGHT=1 ALT=""></TD>
<TD><IMG SRC="/macmars/images/vide.gif" WIDTH=240 HEIGHT=1 ALT=""></TD>
</TR>
</TABLE>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<div id="FENmess">
<TABLE WIDTH=670 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=4 style='background-image: url(/macmars/mess/mess_01.jpg)' width='640' height='28'>
<div class="body1">
&nbsp;
</div>
</TD>
<TD align=center style='background-image: url(/macmars/mess/mess_02.jpg)' width='30' height='28'>
<a href="javascript:fenMontrer('FENmess',0,0,0,0)"><img src="/macmars/images/vide.gif"
border="0" width="20" height="20" alt="" title="" align="MIDDLE"> </a>
</TD>
</TR>
<TR>
<TD style='background-image: url(/macmars/mess/mess_03.jpg)' width='25' height='1'>
<div class="body1">
&nbsp;
</div>
</TD>
<TD COLSPAN=3 ROWSPAN=2 valign=top style='background-image: url(/macmars/mess/mess_04.jpg)' width='615' height='21'>
<div class="cxpmess">
<span id='lemessage'>message</span>
</div>
</TD>
<TD style='background-image: url(/macmars/mess/mess_05.jpg)' width='30' height='1'>
<div class="body1">
&nbsp;
</div>
</TD>
</TR>
<TR>
<TD style='background-image: url(/macmars/mess/mess_06.jpg)' width='25' height='20'>
<div class="body1">
&nbsp;
</div>
</TD>
<TD style='background-image: url(/macmars/mess/mess_07.jpg)' width='30' height='20'>
<div class="body1">
&nbsp;
</div>
</TD>
</TR>
<TR>
<TD COLSPAN=2 style='background-image: url(/macmars/mess/mess_09.jpg)' width='245' height='42'>
<div class="body1">
&nbsp;
</div>
</TD>
<TD align=center style='background-image: url(/macmars/mess/mess_10.jpg)' width='144' height='42'>
<a href="javascript:fenMontrer('FENmess',0,0,0,0)"><img src="/macmars/images/vide.gif"
border="1" width="140" height="34" alt="" title="" align="MIDDLE"> </a>
</TD>
<TD COLSPAN=2 style='background-image: url(/macmars/mess/mess_11.jpg)' width='281' height='42'>
<div class="body1">
&nbsp;
</div>
</TD>
</TR>
<TR>
<TD><IMG SRC="/macmars/images/vide.gif" WIDTH=25 HEIGHT=1 ALT=""></TD>
<TD><IMG SRC="/macmars/images/vide.gif" WIDTH=220 HEIGHT=1 ALT=""></TD>
<TD><IMG SRC="/macmars/images/vide.gif" WIDTH=144 HEIGHT=1 ALT=""></TD>
<TD><IMG SRC="/macmars/images/vide.gif" WIDTH=251 HEIGHT=1 ALT=""></TD>
<TD><IMG SRC="/macmars/images/vide.gif" WIDTH=30 HEIGHT=1 ALT=""></TD>
</TR>
</TABLE>
</div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<div id="FENquestgene">
<TABLE WIDTH=440 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD><img title='0 rien' src='/macmars/genequestgene/genequestgene_01.jpg' width=425 height=25></TD>
<TD valign=top align=center background='/macmars/genequestgene/genequestgene_02.jpg' width=15 height=25>
<a href="javascript:fenMontrer('FENquestgene',0,0,0,0)"><img src="/macmars/images/vide.gif"
border="0" width="15" height="15" alt="" title="" align="TOP"> </a>
</TD>
</TR>
<TR>
<TD COLSPAN=2 align=center background='/macmars/genequestgene/genequestgene_03.jpg' width=440 height=187>
<div id="lesquestionsaposer" align="center">&nbsp;</div>
</TD>
</TR>
<TR>
<TD COLSPAN=2><img title='3 rien' src='/macmars/genequestgene/genequestgene_04.jpg' width=440 height=28></TD>
</TR>
</TABLE>
</div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
<div>
<table id="choixsuitelDoM" BORDER=0 CELLPADDING=0 CELLSPACING=0 width="75%">
<tr><td valign=top id=choixsuitelbloc class=body8>
<table class=body8 width="75%"><tr>
<td valign=top class=body6>
<div class='body8'>Voulez vous :</div>
</td>
</tr>
<tr>
<td valign=top class=body6>
<a href="javascript:allerreserveras()"
class=body6poura>
- R&eacute;server votre s&eacute;lection ?</a>
</td>
</tr>
<tr>
<td valign=top class=body6>
<a href="javascript:continuerachercheras()"
class=body6poura>
- Continuer &agrave; effectuer des recherches ?</a>
</td>
</tr>
<tr>
<td valign=top class=body6>
<a href="javascript:editerlistesuivisas()"
class=body6poura>
- Passer par la veille de noms pour en ajouter ?</a>
</td>
</tr>

</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
</td>
</tr>
<tr VALIGN=TOP>
<td valign=top class=body1>
</td>
</tr>
</table>
</td></tr></table>
</form>
<script type="text/javascript">
initclientminifen() ;
for (var zzi=1 ; zzi < imgsrca.length ; zzi++)
{
imgObjsa[zzi] = new Image();
imgObjsa[zzi].src = imgsrca[zzi];
imgObjse[zzi] = new Image();
imgObjse[zzi].src = imgsrce[zzi];
}
var microx = '&micro;' ;
if( document.forms.formuniq.dom.value.substr(0,1)=='µ' ||
document.forms.formuniq.dom.value.indexOf(microx)>=0 )
{
document.forms.formuniq.dom.value = "" ;
}
document.forms.formuniq.dom.focus() ;
_setinobj("pourlasuite",retvisit()) ;
SetTablo() ;
selinit() ;
if( setRePasFait() )
{
setEurope() ;
setMonde() ;
}
laveiller() ;
montreta() ;
</script>
</body>
</html>
