IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

HTML Discussion :

les pointillés?


Sujet :

HTML

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre éclairé Avatar de kevinf
    Profil pro
    Développeur informatique
    Inscrit en
    Juin 2005
    Messages
    863
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juin 2005
    Messages : 863
    Par défaut les pointillés?
    Salut,
    voici mon problème : http://www.alastuce.com/test/messagerie.php
    Regardez en dessous de l'image, il y a des pointillés noir,
    je voudrais savoir pourquoi il ne font pas toute la largeur du tableau.
    Parce que sur cette page : http://www.alastuce.com/test/messagerie2.php
    Les pointillés font toute la largeur et j'ai juste enlevé le code de l'image qui est :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
     
     
    <center><br><img  src='images/test.jpg' style="border-style:double;border-color:black;border-width:5px;"></img></center>
     
    <br>
    Où est le problème?

    Merci

  2. #2
    Membre émérite
    Profil pro
    Inscrit en
    Juin 2002
    Messages
    1 012
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2002
    Messages : 1 012
    Par défaut
    je ne sais pas ...

    tu peux mettre un peu plus de code svp ? avant et après

  3. #3
    Membre éclairé Avatar de kevinf
    Profil pro
    Développeur informatique
    Inscrit en
    Juin 2005
    Messages
    863
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juin 2005
    Messages : 863
    Par défaut
    voici le code de la page avec l'image :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
     
     
     
     
     
    <html>
    <head>
     
     
    <style type="text/css">.clsSMSLive {color: "#ff0000"; font-family:Verdana, Arial, Helvetica, sans-serif ;}</style><script>function ouvreLive(id){var left;var URL;URL="http://sms.rentabiliweb.com/SMSLive.php?idP="+id;left = ((screen.width - 320) / 2);win = window.open(URL, "Micropaiement", "toolbar=0,scrollbars=0,location=0,status=0,menubar=0,directories=0,resizable=0,width=310,height=191,left="+left+",top=40")}</script>
     
    <META HTTP-EQUIV="imagetoolbar" CONTENT="no">
    <link rel="stylesheet" href="stile.css">
    <script language="javascript" src="foncmenu.js"></script>
     
    <script>
    function dmdejeu(i)
    {
            window.location = "plusjouer.php?val="+i;       
    }
     
    function nocomb(i)
    {
            window.location = "nocomb.php?val="+i;  
    }
    </script>
     
    </head>
     
    <body>
     
     
     
    <div id="bulle" style="position: absolute; z-index: 2"></div>
     
    <script language='javascript'>
    decal_x = 10;
    decal_y = 0;
     
    var skn = document.getElementById("bulle").style;
     
    document.onmousemove = suivre_souris;
     
    function pop()
    {                                                                                                                                  
    	var contenu = "<table bgcolor='white' style='-moz-opacity: .80;filter: alpha (opacity =80);border-style:dashed;border-color:black;border-width:1px;'><tr><td bgcolor='brown'><font size='1' face='verdana' color='white'><center><b>Niveaux de combats</b></center></td></tr><tr><td><font size='1' face='verdana' ><br>- <b>Niveau 1 :</b> 1 - 99xp<br>- <b>Niveau 2</b> : 100 - 999xp<br>- <b>Niveau 3</b> : 1000 - 9999xp<br>- <b>Niveau 4</b> : 10000 - 99999xp<br>- <b>Niveau 5</b> : 100000 - au delà</font></td></tr></table>"; 
     
    document.getElementById("bulle").innerHTML = contenu;
    skn.visibility = "visible";
    }
     
    function suivre_souris(e) 
    {
    	if (navigator.appName=="Microsoft Internet Explorer")
    	{
    		var x = event.x + document.body.scrollLeft;
    		var y = event.y + document.body.scrollTop;  
    	}
    	else
    	{
    		var x =  e.pageX;               
    		var y =  e.pageY;    
    	}
     
    	document.getElementById("bulle").style.left = x + decal_x;    
    	document.getElementById("bulle").style.top  = y + decal_y;
     
    }
     
    function disparaitre() 
    {
     
    document.getElementById("bulle").innerHTML = '';
    skn.visibility = "hidden";	
    }
    </script>
    <!--
    body {
    	background-image: url(images/fond.gif);
    }
    -->
    <title>Alastuce.com</title>
    <style type="text/css"> 
       #left 
       { 
          width: 33%; 
          float: left; 
          text-align: left; 
       } 
     
       #center 
       { 
          width: 34%; 
          float: left; 
        
          text-align: center; 
       } 
     
       #right 
       { 
          width: 33%; 
          float: left; 
                text-align: right; 
       } 
        </style>
     
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href ="style.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <link rel="stylesheet" href="stile.css">
    <script language="javascript" src="foncmenu.js"></script>
     
    <!--
    body {
            background-color: #000000;
    }
    -->
     
     
     
    </style></head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
    <div id="bulle" style="position: absolute; z-index: 2"></div>
    <script language='javascript'>
    decal_x = 10;
    decal_y = 0;
     
    var skn = document.getElementById("bulle").style;
     
    document.onmousemove = suivre_souris;
     
    function pop1()
    {                                                                                                                                  
    	var contenu = "<table bgcolor='white' style='-moz-opacity: .80;filter: alpha (opacity =80);border-style:dashed;border-color:black;border-width:1px;'><tr><td ><font size='1' face='verdana' color='black'><center><b>Mettre dans vos favoris</b></center></td></tr><tr><td></td></tr></table>"; 
     
    document.getElementById("bulle").innerHTML = contenu;
    skn.visibility = "visible";
    }
    function pop2()
    {                                                                                                                                  
    	var contenu = "<table bgcolor='white' style='-moz-opacity: .80;filter: alpha (opacity =80);border-style:dashed;border-color:black;border-width:1px;'><tr><td><font size='1' face='verdana' color='black'><center><b>Mettre en page de démarrage</b></center></td></tr><tr><td></td></tr></table>"; 
     
    document.getElementById("bulle").innerHTML = contenu;
    skn.visibility = "visible";
    }
     
     
    function suivre_souris(e) 
    {
    	if (navigator.appName=="Microsoft Internet Explorer")
    	{
    		var x = event.x + document.body.scrollLeft;
    		var y = event.y + document.body.scrollTop;  
    	}
    	else
    	{
    		var x =  e.pageX;               
    		var y =  e.pageY;    
    	}
     
    	document.getElementById("bulle").style.left = x + decal_x;    
    	document.getElementById("bulle").style.top  = y + decal_y;
     
    }
     
    function disparaitre1() 
    {
     
    document.getElementById("bulle").innerHTML = '';
    skn.visibility = "hidden";	
    }
    </script>
    <div id="bulle" style="position: absolute; z-index: 2"></div>
     
    <script language='javascript'>
    decal_x = 10;
    decal_y = 0;
     
    var skn = document.getElementById("bulle").style;
     
    document.onmousemove = suivre_souris;
     
    function pop(txt,txt2)
    {                         
    	var nb = Math.floor(Math.random() * 4)+1;                                                                                                   
    	var contenu = "<table cellpadding='5' cellspacing='0' width='200' bgcolor='white' style='height:50;-moz-opacity: .80;filter: alpha (opacity =80);border:double black 3px;'><tr><td background='img/fvil"+nb+".jpg'><font size='2' face='arial' color='black'><center><b style='position:absolute;top:11;left:10;color:black'>"+txt+"</b><b style='position:absolute;top:10;left:12;color:white'>"+txt+"</b></center><br></td></tr><tr><td><font size='1' face='verdana' >"+txt2+"</font></td></tr></table>"; 
     
    document.getElementById("bulle").innerHTML = contenu;
    skn.visibility = "visible";
    }
     
    function suivre_souris(e) 
    {
    	if (navigator.appName=="Microsoft Internet Explorer")
    	{
    		var x = event.x + document.body.scrollLeft;
    		var y = event.y + document.body.scrollTop;  
    	}
    	else
    	{
    		var x =  e.pageX;               
    		var y =  e.pageY;    
    	}
     
    	document.getElementById("bulle").style.left = x + decal_x;    
    	document.getElementById("bulle").style.top  = y + decal_y;
     
    }
     
    function disparaitre() 
    {
     
    document.getElementById("bulle").innerHTML = '';
    skn.visibility = "hidden";	
    }
    </script><table width="100%"> 
    <tr> 
    <td><div align="left" valign="middle"></div></td> 
    <td ><div align="center">
    <table width="760" height="443" border="0" align="center" cellpadding="0" cellspacing="0" id="Tableau_01">
    	<tr>
    		<td height="10" colspan="3">
    			<img src="images/terresdejeux18_01.gif" width="760" height="10" alt=""></td>
    	</tr>
    	<tr>
    		<td height="100" colspan="3">			<table width="760" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td background="images/bord_07.gif" width="15" height="18"></td>
              <td><img src="images/banniere_03.gif" width="730" height="100"></td>
              <td background="images/bord_08.gif" width="15" height="18"></td>
            </tr>
          </table></td>
    	</tr>
    	<tr>
    		<td height="30" colspan="3">		<table width="760" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td background="images/bord_07.gif" width="15" height="70"></td>
           <td><a href="index.php"><img src="images/menu_06.gif" width="152" height="53" border="0"></a></td>
              <td><a href="#" onClick="alert ('Vous êtes déja inscrit !!')"><img src="images/menu_07.gif" width="144" height="53" border="0"></a></td>
              <td><a href="#"><img src="images/menu_08.gif" width="141" height="53" border="0"></a></td>
              <td><a href="#"><img src="images/menu_09.gif" width="144" height="53" border="0"></a></td>
              <td><a href="#"><img src="images/menu_10.gif" width="149" height="53" border="0"></a></td>
              <td background="images/bord_08.gif" width="15" height="53"></td>
     
            </tr>
          </table>	</td>
    	</tr>
    	<tr>
    		<td background="images/bord_07.gif" width="15" height="18"></td>
    	  <td><table width="730" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td rowspan="7" width="10"></td>
              <td colspan="3" height="10"></td>
              <td rowspan="7" width="10"></td>
              <td colspan="3" height="10"></td>
              <td rowspan="7" width="10"></td>
            </tr>
            <tr>
              <td colspan="0" rowspan="0" valign="top"><table width="50" border="0" cellspacing="0" cellpadding="0">
     
     
     
     
     
     
              </table>
              </td>
     
     
     
     
     
     
     
     
     
     
     
     
     
    <table width="725" border="0" cellspacing="0" cellpadding="0"> 
             <tr> 
               <td rowspan="6" width="10"></td> 
               <td colspan="3" rowspan="5" valign="top"><table width="0" border="0" cellspacing="0" cellpadding="0"> 
     
     
     
     
     
     
     
     
                   <tr> 
     
     
                     <td ><table width="0" border="0" cellspacing="0" cellpadding="0"> 
                       <tr> 
     
                         <td width="0">&nbsp;</td> 
                       </tr> 
     
                     </table>                   </td> 
     
                   </tr> 
     
                 </table> 
     
     
                   <table> 
     
     
                     <tr><td ><table width="1" border="0" cellspacing="0" cellpadding="0"> 
     
                       </table>                     </td> 
     
     
                     </tr> 
     
                   </table>               </td> 
               <td rowspan="6" width="10"></td> 
               <td width="23"></td> 
               <td   width="4000" height="11"></td> 
     
               <td width="25"></td> 
               <td rowspan="6" width="10"></td> 
             </tr> 
             <tr> 
               <td><img src="images/cadreint_23.gif" width="23" height="13"></td> 
               <td background="images/horizon_27.gif" width="4000" height="13"></td> 
               <td><img src="images/cadreint_25.gif" width="25" height="13"></td> 
             </tr> 
             <tr> 
               <td background="images/vertical_33.gif" width="23"></td> 
               <td bgcolor="#b79b82" width="1000" height="40"><p align="justify" class="Style8a"><b><FONT   COLOR="#4d4dff" FONT-FAMILY="verdana" TEXT-DECORATION="none">
    <a href="messagerie.php" class="menu1">0 </font></b></a>
    </p> 
     
              </td> 
               <td background="images/vertical_34.gif" width="25" height="40"></td> 
             </tr> 
             <tr> 
               <td><img src="images/cadreint_29.gif" width="23" height="15"></td> 
               <td background="images/horizon_35.gif" width="4000" height="15"></td> 
               <td><img src="images/cadreint_31.gif" width="25" height="15"></td> 
             </tr> 
             <tr> 
     
               <td colspan="3" height="10"></td> 
               <td colspan="3" height="10"></td> 
             </tr> 
           </table>
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    <table width="725" border="0" cellspacing="0" cellpadding="0"> 
             <tr> 
               <td rowspan="6" width="10"></td> 
               <td colspan="3" rowspan="5" valign="top"><table width="0" border="0" cellspacing="0" cellpadding="0"> 
     
     
     
     
     
     
     
     
                   <tr> 
     
     
                     <td ><table width="0" border="0" cellspacing="0" cellpadding="0"> 
                       <tr> 
     
     
                         <td width="0">&nbsp;</td> 
                       </tr> 
     
                     </table>                   </td> 
     
                   </tr> 
     
                 </table> 
     
     
                   <table> 
     
     
                     <tr><td ><table width="1" border="0" cellspacing="0" cellpadding="0"> 
     
                       </table>                     </td> 
     
     
                     </tr> 
     
                   </table>               </td> 
               <td rowspan="6" width="10"></td> 
               <td width="23"><img src="images/cadreint_16.gif" width="23" height="11"></td> 
               <td background="images/horizon_18.gif"  width="4000" height="11"></td> 
     
               <td width="25"><img src="images/cadreint_18.gif" width="25" height="11"></td> 
               <td rowspan="6" width="10"></td> 
             </tr> 
      <tr> 
               <td><img src="images/cadreint_20.gif" width="23" height="23"></td> 
               <td bgcolor="#3b2f20" width="4000" height="23"><div align="center"><strong class="Style4"> 
               <span class="Style4"><strong>Votre messagerie</strong></span></strong></div></td> 
               <td><img src="images/cadreint_22.gif" width="25" height="23"></td> 
     
             </tr> 
     
             <tr> 
               <td><img src="images/cadreint_23.gif" width="23" height="13"></td> 
               <td background="images/horizon_27.gif" width="4000" height="13"></td> 
               <td><img src="images/cadreint_25.gif" width="25" height="13"></td> 
             </tr> 
             <tr> 
               <td background="images/vertical_33.gif" width="23"></td> 
               <td bgcolor="#b79b82" width="4000" height="176"><p align="justify" class="Style8a">
     
     
     
     
    <center><br><img  src='images/test.jpg' style="border-style:double;border-color:black;border-width:5px;"></img></center>
     
    <br>
     
           <a href="?action=delete" class="menu1">Vider la bo&icirc;te de r&eacute;ception</a>  <img src="images/vertical.gif" >    <a href="envoi.php" class="menu1">Ecrire un nouveau message</a>
     
              <div id="left"><img src="images/vertical.gif" border="0"> <span class="Style8a" float:"none" >       <font color="#4d4dff"><b>De</b></font></div>    <div id="center">   <img src="images/vertical.gif" border="0">  <font color="#ff0000"><b>Objet </font></b></div><div id="right">      <img src="images/vertical.gif" border="0">      <font color="#009900"><b>Date        </font></b>
    </div><hr style="border-color:black;border-style:dashed"></span>
    <br><div align="center"><b>Votre bo&icirc;te de r&eacute;ception est actuellement vide</b></div><br>&nbsp;&nbsp;<br><a href="?action=delete" class="menu1">Vider la bo&icirc;te de r&eacute;ception</a>  <img src="images/vertical.gif" >    <a href="messenvoi.php" class="menu1">Messages envoyés</a>
     
     
     
              </td> 
               <td background="images/vertical_34.gif" width="25" height="176"></td> 
             </tr> 
             <tr> 
               <td><img src="images/cadreint_29.gif" width="23" height="15"></td> 
               <td background="images/horizon_35.gif" width="4000" height="15"></td> 
               <td><img src="images/cadreint_31.gif" width="25" height="15"></td> 
             </tr> 
             <tr> 
     
               <td colspan="3" height="10"></td> 
     
               <td colspan="3" height="10"></td> 
             </tr> 
           </table>
     
    <table width="725" border="0" cellspacing="0" cellpadding="0"> 
             <tr> 
               <td rowspan="6" width="10"></td> 
               <td colspan="3" rowspan="5" valign="top"><table width="0" border="0" cellspacing="0" cellpadding="0"> 
     
     
     
     
     
     
     
     
                   <tr> 
     
     
                     <td ><table width="0" border="0" cellspacing="0" cellpadding="0"> 
                       <tr> 
     
                         <td width="0">&nbsp;</td> 
                       </tr> 
     
                     </table>                   </td> 
     
                   </tr> 
     
                 </table> 
     
     
                   <table> 
     
     
                     <tr><td ><table width="1" border="0" cellspacing="0" cellpadding="0"> 
     
                       </table>                     </td> 
     
     
                     </tr> 
     
                   </table>               </td> 
               <td rowspan="6" width="10"></td> 
               <td width="23"></td>
          <td   width="4000" height="11"></td> 
     
     
                         <td width="25"></td> 
               <td rowspan="6" width="10"></td> 
             </tr> 
             <tr> 
               <td><img src="images/cadreint_23.gif" width="23" height="13"></td> 
               <td background="images/horizon_27.gif" width="4000" height="13"></td> 
               <td><img src="images/cadreint_25.gif" width="25" height="13"></td> 
             </tr> 
             <tr> 
               <td background="images/vertical_33.gif" width="23"></td> 
               <td bgcolor="#b79b82" width="4000" height="40"><p align="justify" class="Style8a">
     
     
    </p> 
     
              </td> 
               <td background="images/vertical_34.gif" width="25" height="40"></td> 
             </tr> 
             <tr> 
               <td><img src="images/cadreint_29.gif" width="23" height="15"></td> 
               <td background="images/horizon_35.gif" width="4000" height="15"></td> 
               <td><img src="images/cadreint_31.gif" width="25" height="15"></td> 
             </tr> 
             <tr> 
     
               <td colspan="3" height="10"></td> 
               <td colspan="3" height="10"></td> 
             </tr> 
           </table>
     
     
     
     
     
    <td background="images/bord_08.gif" width="15" height="18"></td>
    	</tr>
    	<tr>
    		<td height="46" colspan="3">			<table width="760" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td rowspan="3"><img src="images/bas_43.gif" width="15" height="46"></td>
              <td><img src="images/bas_44.gif" width="730" height="10"></td>
              <td rowspan="3"><img src="images/bas_45.gif" width="15" height="46"></td>
            </tr>
            <tr>
              <td bgcolor="#010000" width="730" height="26"><div align="center"><span class="Style4"><table width="100%"> 
    <tr> 
    <td><div align="left"> </div></td> 
    <td ><div align="center"><font class="Style8a"><center>&copy;Alastuce.com - Tous droits réservés - Copie totale ou partielle interdite</font></center></div></td> 
    <td ><div align="right"></div></td> 
    </tr></table> 
    </span></div></td>
            </tr>
            <tr>
              <td><img src="images/bas_47.gif" width="730" height="10"></td>
            </tr>
          </table></td>
    	</tr>
    </table>
     
    </div></td> 
    <td ><div align="right">
    </div></td> 
    </tr></table> 
     
     
     
     
     
     
    </body>
    </html>
    Et voici le code de la page sans l'image :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
     
     
    <html>
    <head>
     
     
    <style type="text/css">.clsSMSLive {color: "#ff0000"; font-family:Verdana, Arial, Helvetica, sans-serif ;}</style><script>function ouvreLive(id){var left;var URL;URL="http://sms.rentabiliweb.com/SMSLive.php?idP="+id;left = ((screen.width - 320) / 2);win = window.open(URL, "Micropaiement", "toolbar=0,scrollbars=0,location=0,status=0,menubar=0,directories=0,resizable=0,width=310,height=191,left="+left+",top=40")}</script>
     
    <META HTTP-EQUIV="imagetoolbar" CONTENT="no">
    <link rel="stylesheet" href="stile.css">
    <script language="javascript" src="foncmenu.js"></script>
     
    <script>
    function dmdejeu(i)
    {
            window.location = "plusjouer.php?val="+i;       
    }
     
    function nocomb(i)
    {
            window.location = "nocomb.php?val="+i;  
    }
    </script>
     
    </head>
     
    <body>
     
     
     
    <div id="bulle" style="position: absolute; z-index: 2"></div>
     
    <script language='javascript'>
    decal_x = 10;
    decal_y = 0;
     
    var skn = document.getElementById("bulle").style;
     
    document.onmousemove = suivre_souris;
     
    function pop()
    {                                                                                                                                  
    	var contenu = "<table bgcolor='white' style='-moz-opacity: .80;filter: alpha (opacity =80);border-style:dashed;border-color:black;border-width:1px;'><tr><td bgcolor='brown'><font size='1' face='verdana' color='white'><center><b>Niveaux de combats</b></center></td></tr><tr><td><font size='1' face='verdana' ><br>- <b>Niveau 1 :</b> 1 - 99xp<br>- <b>Niveau 2</b> : 100 - 999xp<br>- <b>Niveau 3</b> : 1000 - 9999xp<br>- <b>Niveau 4</b> : 10000 - 99999xp<br>- <b>Niveau 5</b> : 100000 - au delà</font></td></tr></table>"; 
     
    document.getElementById("bulle").innerHTML = contenu;
    skn.visibility = "visible";
    }
     
    function suivre_souris(e) 
    {
    	if (navigator.appName=="Microsoft Internet Explorer")
    	{
    		var x = event.x + document.body.scrollLeft;
    		var y = event.y + document.body.scrollTop;  
    	}
    	else
    	{
    		var x =  e.pageX;               
    		var y =  e.pageY;    
    	}
     
    	document.getElementById("bulle").style.left = x + decal_x;    
    	document.getElementById("bulle").style.top  = y + decal_y;
     
    }
     
    function disparaitre() 
    {
     
    document.getElementById("bulle").innerHTML = '';
    skn.visibility = "hidden";	
    }
    </script>
    <!--
    body {
    	background-image: url(images/fond.gif);
    }
    -->
    <title>Alastuce.com</title>
    <style type="text/css"> 
       #left 
       { 
          width: 33%; 
          float: left; 
          text-align: left; 
       } 
     
       #center 
       { 
          width: 34%; 
          float: left; 
        
          text-align: center; 
       } 
     
       #right 
       { 
          width: 33%; 
          float: left; 
                text-align: right; 
       } 
        </style>
     
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href ="style.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    <link rel="stylesheet" href="stile.css">
    <script language="javascript" src="foncmenu.js"></script>
     
    <!--
    body {
            background-color: #000000;
    }
    -->
     
     
     
    </style></head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
    <div id="bulle" style="position: absolute; z-index: 2"></div>
    <script language='javascript'>
    decal_x = 10;
    decal_y = 0;
     
    var skn = document.getElementById("bulle").style;
     
    document.onmousemove = suivre_souris;
     
    function pop1()
    {                                                                                                                                  
    	var contenu = "<table bgcolor='white' style='-moz-opacity: .80;filter: alpha (opacity =80);border-style:dashed;border-color:black;border-width:1px;'><tr><td ><font size='1' face='verdana' color='black'><center><b>Mettre dans vos favoris</b></center></td></tr><tr><td></td></tr></table>"; 
     
    document.getElementById("bulle").innerHTML = contenu;
    skn.visibility = "visible";
    }
    function pop2()
    {                                                                                                                                  
    	var contenu = "<table bgcolor='white' style='-moz-opacity: .80;filter: alpha (opacity =80);border-style:dashed;border-color:black;border-width:1px;'><tr><td><font size='1' face='verdana' color='black'><center><b>Mettre en page de démarrage</b></center></td></tr><tr><td></td></tr></table>"; 
     
    document.getElementById("bulle").innerHTML = contenu;
    skn.visibility = "visible";
    }
     
     
    function suivre_souris(e) 
    {
    	if (navigator.appName=="Microsoft Internet Explorer")
    	{
    		var x = event.x + document.body.scrollLeft;
    		var y = event.y + document.body.scrollTop;  
    	}
    	else
    	{
    		var x =  e.pageX;               
    		var y =  e.pageY;    
    	}
     
    	document.getElementById("bulle").style.left = x + decal_x;    
    	document.getElementById("bulle").style.top  = y + decal_y;
     
    }
     
    function disparaitre1() 
    {
     
    document.getElementById("bulle").innerHTML = '';
    skn.visibility = "hidden";	
    }
    </script>
    <div id="bulle" style="position: absolute; z-index: 2"></div>
     
    <script language='javascript'>
    decal_x = 10;
    decal_y = 0;
     
    var skn = document.getElementById("bulle").style;
     
    document.onmousemove = suivre_souris;
     
    function pop(txt,txt2)
    {                         
    	var nb = Math.floor(Math.random() * 4)+1;                                                                                                   
    	var contenu = "<table cellpadding='5' cellspacing='0' width='200' bgcolor='white' style='height:50;-moz-opacity: .80;filter: alpha (opacity =80);border:double black 3px;'><tr><td background='img/fvil"+nb+".jpg'><font size='2' face='arial' color='black'><center><b style='position:absolute;top:11;left:10;color:black'>"+txt+"</b><b style='position:absolute;top:10;left:12;color:white'>"+txt+"</b></center><br></td></tr><tr><td><font size='1' face='verdana' >"+txt2+"</font></td></tr></table>"; 
     
    document.getElementById("bulle").innerHTML = contenu;
    skn.visibility = "visible";
    }
     
    function suivre_souris(e) 
    {
    	if (navigator.appName=="Microsoft Internet Explorer")
    	{
    		var x = event.x + document.body.scrollLeft;
    		var y = event.y + document.body.scrollTop;  
    	}
    	else
    	{
    		var x =  e.pageX;               
    		var y =  e.pageY;    
    	}
     
    	document.getElementById("bulle").style.left = x + decal_x;    
    	document.getElementById("bulle").style.top  = y + decal_y;
     
    }
     
    function disparaitre() 
    {
     
    document.getElementById("bulle").innerHTML = '';
    skn.visibility = "hidden";	
    }
    </script><table width="100%"> 
    <tr> 
    <td><div align="left" valign="middle"></div></td> 
    <td ><div align="center">
    <table width="760" height="443" border="0" align="center" cellpadding="0" cellspacing="0" id="Tableau_01">
    	<tr>
    		<td height="10" colspan="3">
    			<img src="images/terresdejeux18_01.gif" width="760" height="10" alt=""></td>
    	</tr>
    	<tr>
    		<td height="100" colspan="3">			<table width="760" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td background="images/bord_07.gif" width="15" height="18"></td>
              <td><img src="images/banniere_03.gif" width="730" height="100"></td>
              <td background="images/bord_08.gif" width="15" height="18"></td>
            </tr>
          </table></td>
    	</tr>
    	<tr>
    		<td height="30" colspan="3">		<table width="760" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td background="images/bord_07.gif" width="15" height="70"></td>
           <td><a href="index.php"><img src="images/menu_06.gif" width="152" height="53" border="0"></a></td>
              <td><a href="#" onClick="alert ('Vous êtes déja inscrit !!')"><img src="images/menu_07.gif" width="144" height="53" border="0"></a></td>
              <td><a href="#"><img src="images/menu_08.gif" width="141" height="53" border="0"></a></td>
              <td><a href="#"><img src="images/menu_09.gif" width="144" height="53" border="0"></a></td>
              <td><a href="#"><img src="images/menu_10.gif" width="149" height="53" border="0"></a></td>
              <td background="images/bord_08.gif" width="15" height="53"></td>
     
            </tr>
          </table>	</td>
    	</tr>
    	<tr>
    		<td background="images/bord_07.gif" width="15" height="18"></td>
    	  <td><table width="730" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td rowspan="7" width="10"></td>
              <td colspan="3" height="10"></td>
              <td rowspan="7" width="10"></td>
              <td colspan="3" height="10"></td>
              <td rowspan="7" width="10"></td>
            </tr>
            <tr>
              <td colspan="0" rowspan="0" valign="top"><table width="50" border="0" cellspacing="0" cellpadding="0">
     
     
     
     
     
     
              </table>
              </td>
     
     
     
     
     
     
     
     
     
     
     
     
     
    <table width="725" border="0" cellspacing="0" cellpadding="0"> 
             <tr> 
               <td rowspan="6" width="10"></td> 
               <td colspan="3" rowspan="5" valign="top"><table width="0" border="0" cellspacing="0" cellpadding="0"> 
     
     
     
     
     
     
     
     
                   <tr> 
     
     
                     <td ><table width="0" border="0" cellspacing="0" cellpadding="0"> 
                       <tr> 
     
                         <td width="0">&nbsp;</td> 
                       </tr> 
     
                     </table>                   </td> 
     
                   </tr> 
     
                 </table> 
     
     
                   <table> 
     
     
                     <tr><td ><table width="1" border="0" cellspacing="0" cellpadding="0"> 
     
                       </table>                     </td> 
     
     
                     </tr> 
     
                   </table>               </td> 
               <td rowspan="6" width="10"></td> 
               <td width="23"></td> 
               <td   width="4000" height="11"></td> 
     
               <td width="25"></td> 
               <td rowspan="6" width="10"></td> 
             </tr> 
             <tr> 
               <td><img src="images/cadreint_23.gif" width="23" height="13"></td> 
               <td background="images/horizon_27.gif" width="4000" height="13"></td> 
               <td><img src="images/cadreint_25.gif" width="25" height="13"></td> 
             </tr> 
             <tr> 
               <td background="images/vertical_33.gif" width="23"></td> 
               <td bgcolor="#b79b82" width="1000" height="40"><p align="justify" class="Style8a"><b><FONT   COLOR="#4d4dff" FONT-FAMILY="verdana" TEXT-DECORATION="none">
    <a href="messagerie.php" class="menu1">0 </font></b></a>
    </p> 
     
              </td> 
               <td background="images/vertical_34.gif" width="25" height="40"></td> 
             </tr> 
             <tr> 
               <td><img src="images/cadreint_29.gif" width="23" height="15"></td> 
               <td background="images/horizon_35.gif" width="4000" height="15"></td> 
               <td><img src="images/cadreint_31.gif" width="25" height="15"></td> 
             </tr> 
             <tr> 
     
               <td colspan="3" height="10"></td> 
               <td colspan="3" height="10"></td> 
             </tr> 
           </table>
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    <table width="725" border="0" cellspacing="0" cellpadding="0"> 
             <tr> 
               <td rowspan="6" width="10"></td> 
               <td colspan="3" rowspan="5" valign="top"><table width="0" border="0" cellspacing="0" cellpadding="0"> 
     
     
     
     
     
     
     
     
                   <tr> 
     
     
                     <td ><table width="0" border="0" cellspacing="0" cellpadding="0"> 
                       <tr> 
     
     
                         <td width="0">&nbsp;</td> 
                       </tr> 
     
                     </table>                   </td> 
     
                   </tr> 
     
                 </table> 
     
     
                   <table> 
     
     
                     <tr><td ><table width="1" border="0" cellspacing="0" cellpadding="0"> 
     
                       </table>                     </td> 
     
     
                     </tr> 
     
                   </table>               </td> 
               <td rowspan="6" width="10"></td> 
               <td width="23"><img src="images/cadreint_16.gif" width="23" height="11"></td> 
               <td background="images/horizon_18.gif"  width="4000" height="11"></td> 
     
               <td width="25"><img src="images/cadreint_18.gif" width="25" height="11"></td> 
               <td rowspan="6" width="10"></td> 
             </tr> 
      <tr> 
               <td><img src="images/cadreint_20.gif" width="23" height="23"></td> 
               <td bgcolor="#3b2f20" width="4000" height="23"><div align="center"><strong class="Style4"> 
               <span class="Style4"><strong>Votre messagerie</strong></span></strong></div></td> 
               <td><img src="images/cadreint_22.gif" width="25" height="23"></td> 
     
             </tr> 
     
             <tr> 
               <td><img src="images/cadreint_23.gif" width="23" height="13"></td> 
               <td background="images/horizon_27.gif" width="4000" height="13"></td> 
               <td><img src="images/cadreint_25.gif" width="25" height="13"></td> 
             </tr> 
             <tr> 
               <td background="images/vertical_33.gif" width="23"></td> 
               <td bgcolor="#b79b82" width="4000" height="176"><p align="justify" class="Style8a">
     
     
     
     
           <a href="?action=delete" class="menu1">Vider la bo&icirc;te de r&eacute;ception</a>  <img src="images/vertical.gif" >    <a href="envoi.php" class="menu1">Ecrire un nouveau message</a>
     
              <div id="left"><img src="images/vertical.gif" border="0"> <span class="Style8a" float:"none" >       <font color="#4d4dff"><b>De</b></font></div>    <div id="center">   <img src="images/vertical.gif" border="0">  <font color="#ff0000"><b>Objet </font></b></div><div id="right">      <img src="images/vertical.gif" border="0">      <font color="#009900"><b>Date        </font></b>
    </div><hr style="border-color:black;border-style:dashed"></span>
    <br><div align="center"><b>Votre bo&icirc;te de r&eacute;ception est actuellement vide</b></div><br>&nbsp;&nbsp;<br><a href="?action=delete" class="menu1">Vider la bo&icirc;te de r&eacute;ception</a>  <img src="images/vertical.gif" >    <a href="messenvoi.php" class="menu1">Messages envoyés</a>
     
     
     
              </td> 
               <td background="images/vertical_34.gif" width="25" height="176"></td> 
             </tr> 
             <tr> 
               <td><img src="images/cadreint_29.gif" width="23" height="15"></td> 
               <td background="images/horizon_35.gif" width="4000" height="15"></td> 
               <td><img src="images/cadreint_31.gif" width="25" height="15"></td> 
             </tr> 
             <tr> 
     
               <td colspan="3" height="10"></td> 
     
               <td colspan="3" height="10"></td> 
             </tr> 
           </table>
     
    <table width="725" border="0" cellspacing="0" cellpadding="0"> 
             <tr> 
               <td rowspan="6" width="10"></td> 
               <td colspan="3" rowspan="5" valign="top"><table width="0" border="0" cellspacing="0" cellpadding="0"> 
     
     
     
     
     
     
     
     
                   <tr> 
     
     
                     <td ><table width="0" border="0" cellspacing="0" cellpadding="0"> 
                       <tr> 
     
                         <td width="0">&nbsp;</td> 
                       </tr> 
     
                     </table>                   </td> 
     
                   </tr> 
     
                 </table> 
     
     
                   <table> 
     
     
                     <tr><td ><table width="1" border="0" cellspacing="0" cellpadding="0"> 
     
                       </table>                     </td> 
     
     
                     </tr> 
     
                   </table>               </td> 
               <td rowspan="6" width="10"></td> 
               <td width="23"></td>
          <td   width="4000" height="11"></td> 
     
     
                         <td width="25"></td> 
               <td rowspan="6" width="10"></td> 
             </tr> 
             <tr> 
               <td><img src="images/cadreint_23.gif" width="23" height="13"></td> 
               <td background="images/horizon_27.gif" width="4000" height="13"></td> 
               <td><img src="images/cadreint_25.gif" width="25" height="13"></td> 
             </tr> 
             <tr> 
               <td background="images/vertical_33.gif" width="23"></td> 
               <td bgcolor="#b79b82" width="4000" height="40"><p align="justify" class="Style8a">
     
     
    </p> 
     
              </td> 
               <td background="images/vertical_34.gif" width="25" height="40"></td> 
             </tr> 
             <tr> 
               <td><img src="images/cadreint_29.gif" width="23" height="15"></td> 
               <td background="images/horizon_35.gif" width="4000" height="15"></td> 
               <td><img src="images/cadreint_31.gif" width="25" height="15"></td> 
             </tr> 
             <tr> 
     
               <td colspan="3" height="10"></td> 
               <td colspan="3" height="10"></td> 
             </tr> 
           </table>
     
     
     
     
     
    <td background="images/bord_08.gif" width="15" height="18"></td>
    	</tr>
    	<tr>
    		<td height="46" colspan="3">			<table width="760" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td rowspan="3"><img src="images/bas_43.gif" width="15" height="46"></td>
              <td><img src="images/bas_44.gif" width="730" height="10"></td>
              <td rowspan="3"><img src="images/bas_45.gif" width="15" height="46"></td>
            </tr>
            <tr>
              <td bgcolor="#010000" width="730" height="26"><div align="center"><span class="Style4"><table width="100%"> 
    <tr> 
    <td><div align="left"> </div></td> 
    <td ><div align="center"><font class="Style8a"><center>&copy;Alastuce.com - Tous droits réservés - Copie totale ou partielle interdite</font></center></div></td> 
    <td ><div align="right"></div></td> 
    </tr></table> 
    </span></div></td>
            </tr>
            <tr>
              <td><img src="images/bas_47.gif" width="730" height="10"></td>
            </tr>
          </table></td>
    	</tr>
    </table>
     
    </div></td> 
    <td ><div align="right">
    </div></td> 
    </tr></table> 
     
     
     
     
     
     
    </body>
    </html>
    PS: les codes sources font tres bien ce boulot

  4. #4
    Rédacteur
    Avatar de _Mac_
    Profil pro
    Inscrit en
    Août 2005
    Messages
    9 601
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Août 2005
    Messages : 9 601
    Par défaut
    C'est la balise fermante </span> qui se trouve après le <hr> qui fout la grouille. Remets la après le <b>De</b></font> du premier div.

  5. #5
    Membre éclairé Avatar de kevinf
    Profil pro
    Développeur informatique
    Inscrit en
    Juin 2005
    Messages
    863
    Détails du profil
    Informations personnelles :
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juin 2005
    Messages : 863
    Par défaut
    merci bien

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Comment enlever les pointillés bleus dans l'éditeur
    Par piotrr dans le forum Visual Studio
    Réponses: 3
    Dernier message: 03/08/2009, 18h29
  2. [XL-2003] supprimer les pointillés noir qui delimitent les pages
    Par neninio31 dans le forum Macros et VBA Excel
    Réponses: 2
    Dernier message: 30/06/2009, 15h44
  3. Supprimer les pointillés autour d'un lien
    Par grinder59 dans le forum Balisage (X)HTML et validation W3C
    Réponses: 10
    Dernier message: 28/06/2009, 19h54
  4. Ne plus voir les pointillés
    Par Nounours1 dans le forum Excel
    Réponses: 3
    Dernier message: 21/01/2009, 20h22
  5. [MFC] Cacher les pointillés d'un bouton
    Par ouquoi dans le forum MFC
    Réponses: 2
    Dernier message: 23/02/2006, 16h29

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo