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

Mise en page CSS Discussion :

Mauvais positionnement des blocs causé par le CSS


Sujet :

Positionnement en CSS

  1. #1
    Futur Membre du Club
    Inscrit en
    Décembre 2007
    Messages
    7
    Détails du profil
    Informations forums :
    Inscription : Décembre 2007
    Messages : 7
    Points : 5
    Points
    5
    Par défaut Mauvais positionnement des blocs causé par le CSS
    Bonjour ,

    Voila je créé un site pour mon club de tennis de table .

    j'ai remarquer une erreur assez génante (pour moi)

    lorsque je cliques sur un lien dans le menu

    Tout le site se décale vers la droite puis se recentre avec la page que l'on a cliqué. ça fait pareil avec toute mes pages

    même sous dreamweaver la page n'apparait pas.

    Donc il ya une erreur quelques part mais OU ?? je débutes désolé.

    photos :


    Quand on clique sur un lien :




    Voici le code de l'index :

    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
    <html>
     
    <head>
     <style type="text/css">
      <!--
        a {
          text-decoration: none;
        }
      //-->
      </style>
    <meta http-equiv="Content-Language" content="fr">
    <title>xxxx</title>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <style type="text/css">
    <!--
    .Style1 {
    	color: #FF0000;
    	font-weight: bold;
    }
    .Style2 {color: #000000}
    .Style3 {color: #006600}
    .Style4 {color: #000000; font-size: 12px; }
    -->
    </style>
    <link rel="icon" type="image/png" href="images/raquette.png"/>
    </head>
     
    <body bgcolor="#F5F5F5">
     
    <table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    	<tr>
    		<td>&nbsp;</td>
    		<td width="800" valign="top">
    		<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    			<tr>
    				<td>
    				<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" bordercolorlight="#C0C0C0" bordercolordark="#C0C0C0">
    					<tr>
    						<td>
    						<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    							<tr>
    								<td>
    			<img src="images/haut.jpg" width="800" height="14" alt=""></td>
    							</tr>
    							<tr>
    								<td background="images/menuhaut.jpg" height="27">
    								<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    									<tr>
    										<td width="59">&nbsp;</td>
    										<td width="130">
    										<p align="left"><a href="index.htm">
    										<font face="Verdana" style="font-size: 9pt; font-weight: 700">
    										<font color="#FF0000">Acc</font><font color="#000000">ueil</font></a></td>
    										<td width="40">&nbsp;</td>
    										<td width="132"><a href="/Forum"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><font color="#FF0000">For</font><font color="#000000">um</font></a></td>
    										<td width="39">&nbsp;</td>
    										<td width="130"><a href="resultat.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><font color="#FF0000">Resu</font><font color="#000000">ltat</font></a></td>
    										<td width="41">&nbsp;</td>
    										<td><a href="contact.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><font color="#FF0000">Nous</font><font color="#000000"> Contacter</font></a></td>
    										<td width="98">&nbsp;</td>
    									</tr>
    								</table>
    								</td>
    							</tr>
    							<tr>
    								<td>
    			<img src="images/1.jpg" width="800" height="12" alt=""></td>
    							</tr>
    							<tr>
    								<td>
    			<img src="images/societe_04.jpg" width="800" height="37" alt=""></td>
    							</tr>
    							<tr>
    								<td height="102">
    			<img src="images/header.jpg" width="800" height="103" alt=""></td>
    							</tr>
    							<tr>
    								<td background="images/2.jpg" height="37">&nbsp;</td>
    							</tr>
    							<tr>
    								<td>
    								<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    									<tr>
    										<td width="192" valign="top">
    										<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    											<tr>
    												<td height="24" background="images/hautmenu.jpg">&nbsp;</td>
    											</tr>
    											<tr>
    												<td background="images/menu.jpg">
    												<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    													<tr>
    														<td width="8">&nbsp;</td>
    														<td><strong><font color="#FF0000" size="2" face="Verdana">L'ATT Compétition</font></strong></td>
    														<td width="11">&nbsp;</td>
    													</tr>
    													<tr>
    														<td width="8">&nbsp;</td>
    														<td>
                                        <hr color="#C0C0C0" size="1"></td>
    														<td width="11">&nbsp;</td>
    													</tr>
    													<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="joueur.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>Les Joueurs</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    													<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="equipe1.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>Equipe 1</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    																										<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="equipe2.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>Equipe 2</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    																										<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="equipe3.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>Equipe 3</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    																										<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="indiv.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>Indiv's</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    													<br>
    													<tr>
    													<td width="8">&nbsp;</td>
    														<td><b>
    														<font face="Verdana" size="2" color="#FF0000">
    														Vie Au Club</font></b></td>
    														<td width="11">&nbsp;</td>
    													</tr>
    													<tr>
    														<td width="8">&nbsp;</td>
    														<td>
                                        <hr color="#C0C0C0" size="1"></td>
    														<td width="11">&nbsp;</td>
    													</tr>
    																																				<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="bureau.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>Le Bureau</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    																																				<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="plan.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>Plan D'accés</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    																																				<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="horaires.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>Horaires</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    																																																	<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="joueurdumois.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>Joueur Du Mois</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    																																																	<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="manifs.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>Manifestations</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    																																																	<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="presse.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>Presse</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    																																																	<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="psv.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>PSV Kamp-Lintfort</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    																										<tr>
    													<td width="8">&nbsp;</td>
    														<td><b>
    														<font face="Verdana" size="2" color="#FF0000">
    														Autres</font></b></td>
    														<td width="11">&nbsp;</td>
    													</tr>
    													<tr>
    														<td width="8">&nbsp;</td>
    														<td>
                                        <hr color="#C0C0C0" size="1"></td>
    														<td width="11">&nbsp;</td>
    													</tr>
    																																				<tr>
    														<td width="8">&nbsp;</td>
    														<td>
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="14">&nbsp;</td>
    																<td>
    																  <div align="left"><a href="lien.html"><font face="Verdana" style="font-size: 9pt; font-weight: 700"><span class="Style2"><li>Liens</li></span></a> </div></td>
    															</tr>
    														</table>
    														</td>
    														<td width="11">&nbsp;</td>
    													</tr>
    													<tr>
    														<td width="8">&nbsp;</td>
    														<td><p>&nbsp;</p>
    													    <p align="center"><img src="images/photo_12748262.jpg" width="128" height="121"></p></td>
    														<td width="11">&nbsp;</td>
    													</tr>
    													<tr>
    														<td width="8">&nbsp;</td>
    														<td><div align="center"><span class="Style1">MAJ : <span class="Style3">21/12/07</span> </span></div>
    														<div align="center"><script>var compteurcc_adultvar = "0";</script>
    <script src="http://www.compteur.cc/compteur.php?c=a2&id=303594"></script>
    <noscript><a href="http://www.compteur.cc">horloge site</a></noscript></div></td>
    														<td width="11">&nbsp;</td>
    													</tr>
    												</table>
    												<p>&nbsp;</p>
    												<p>&nbsp;</p>
    												<p>&nbsp;</p>
    												<p>&nbsp;</p>
    												<p>&nbsp;</p>
    												<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    													<tr>
    														<td>
    														<p align="center">
    														<font face="Arial" size="1" color="#808080">
    														ATT xxx tennis de table - Tous droits réservés 2007</font></td>
    													</tr>
    												</table>
    												</td>
    											</tr>
    										</table>
    										</td>
    										<td valign="top" background="images/fond.jpg">
    										<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    											<tr>
    												<td>
    												<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    													<tr>
    														<td background="images/3.jpg" width="322" height="46">&nbsp;</td>
    														<td background="images/4.jpg">
    														<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    															<tr>
    																<td width="46" height="19">
    																<font face="Verdana" style="font-size: 7pt">&nbsp;																</font></td>
    															  <td width="208"><span class="Style1">Bienvenue sur le site de l'ATT</span></td>
    																<td width="8">
    																<font face="Verdana" style="font-size: 7pt" color="#C0C0C0">
    																.</font></td>
    															</tr>
    															<tr>
    																<td>&nbsp;																</td>
    															  <td>&nbsp;</td>
    																<td width="8">&nbsp;
    																</td>
    															</tr>
    														</table>
    														</td>
    													</tr>
    												</table>
    												</td>
    											</tr>
    											<tr>
    												<td valign="top" background="images/fond.jpg">
    												<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%">
    												xxxxxxxx
     
    														<p><strong><br>
    		    </p>
    														<tr>
    														<p align="justify" class="Style4">&nbsp;</p></td>
    														<td width="17">&nbsp;</td>
    													</tr>
    												</table>
    												<p>&nbsp;</p>
    												<p>&nbsp;</p></td>
    											</tr>
    										</table>
    										</td>
    									</tr>
    								</table>
    								</td>
    							</tr>
    						</table>
    						</td>
    					</tr>
    				</table>
    				</td>
    			</tr>
    		</table>
     
    		<td>&nbsp;</td>
    	</tr>
    </table>
     
     
    </body>
    </html>
    Il doit y avoir pas mal d'erreur mais le plus important c'est de réglé ce probléme

    Merci a ceux qui m'aideront.

  2. #2
    Inactif  
    Avatar de Kerod
    Profil pro
    Inscrit en
    Septembre 2004
    Messages
    11 672
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2004
    Messages : 11 672
    Points : 20 778
    Points
    20 778
    Par défaut
    Tu peux pas nous donner le lien vers la page test pour qu'on voit ce que se passe réellement ?

    Déjà le gros problème c'est d'avoir opté pour une mise en page avec table, ça devient de moins en moins lisible.

  3. #3
    Futur Membre du Club
    Inscrit en
    Décembre 2007
    Messages
    7
    Détails du profil
    Informations forums :
    Inscription : Décembre 2007
    Messages : 7
    Points : 5
    Points
    5
    Par défaut
    Ok je tenvoi le lien en MP .

    pour la mise en page c'est un kit graphique que j'ai eu sur unf orum .

    Donc moi j'ai juste modifier les truc qu'il fallait

  4. #4
    Inactif  
    Avatar de Kerod
    Profil pro
    Inscrit en
    Septembre 2004
    Messages
    11 672
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2004
    Messages : 11 672
    Points : 20 778
    Points
    20 778
    Par défaut
    Tu parles du clignotement avant la mise en place de la page ?

  5. #5
    Inactif  
    Avatar de Kerod
    Profil pro
    Inscrit en
    Septembre 2004
    Messages
    11 672
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2004
    Messages : 11 672
    Points : 20 778
    Points
    20 778
    Par défaut
    Je pense que ça vient des colonnes vides autour de ton contenu. Il faudrait les retirer.

    Donc petit exemple de code :

    Au départ tu as :
    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
    <body bgcolor="#f5f5f5"><table width="100%" cellpadding="0" border="0" style="border-collapse: collapse;">
    <tbody>
    <tr>
    <td/>
     
    <td width="800" valign="top">Ici ton contenu</td>
     
    <td/>
     
     
    </tr>
     
     
    </tbody>
     
     
    </table>
     
     
    </body>
    Au final :
    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
    <body bgcolor="#f5f5f5"><table width="800" cellpadding="0" border="0" style="border-collapse: collapse;margin:auto;text-align:left">
     <tbody>
      <tr>
        <td valign="top">ici ton contenu</td>
     
     
    </tr>
     
     
    </tbody>
     
     
    </table>
     
     
    </body>
    Regarde ce que ça donne et dis nous

  6. #6
    Futur Membre du Club
    Inscrit en
    Décembre 2007
    Messages
    7
    Détails du profil
    Informations forums :
    Inscription : Décembre 2007
    Messages : 7
    Points : 5
    Points
    5
    Par défaut
    ouii

    Ok merci je vais test

  7. #7
    Futur Membre du Club
    Inscrit en
    Décembre 2007
    Messages
    7
    Détails du profil
    Informations forums :
    Inscription : Décembre 2007
    Messages : 7
    Points : 5
    Points
    5
    Par défaut
    Merci il n'y a plus le clignotement

    mais le menu en gris clignote toujours .

  8. #8
    Inactif  
    Avatar de Kerod
    Profil pro
    Inscrit en
    Septembre 2004
    Messages
    11 672
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2004
    Messages : 11 672
    Points : 20 778
    Points
    20 778
    Par défaut
    Ben là ça vient de ton contenu de droite. Il prend toute la place disponible que tu ne lui fixes pas donc si le contenu est plus important que prévu alors il mange sur la gauche

    Il faudrait lui donner une taille précise à ce contenu afin d'éviter ça

  9. #9
    Futur Membre du Club
    Inscrit en
    Décembre 2007
    Messages
    7
    Détails du profil
    Informations forums :
    Inscription : Décembre 2007
    Messages : 7
    Points : 5
    Points
    5
    Par défaut
    Merci d'avoir déplacé

    Merci kerod

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

Discussions similaires

  1. Problème pour positionner des blocs
    Par Gizmil dans le forum Mise en page CSS
    Réponses: 2
    Dernier message: 09/11/2007, 01h32
  2. Positionnement des blocs
    Par jason69 dans le forum Mise en page CSS
    Réponses: 2
    Dernier message: 12/02/2007, 12h44
  3. positionnement des blocs
    Par jophp dans le forum Balisage (X)HTML et validation W3C
    Réponses: 1
    Dernier message: 22/07/2006, 22h11
  4. [CSS]Positionnement des blocs <div> + pb selon navigat
    Par Trunks dans le forum Mise en page CSS
    Réponses: 4
    Dernier message: 07/12/2005, 10h56
  5. Positionnement des blocs
    Par Manio 54 dans le forum Balisage (X)HTML et validation W3C
    Réponses: 10
    Dernier message: 10/08/2005, 18h05

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