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 :

Newsletter (format sondage) + Réponse par mail en HTML


Sujet :

HTML

  1. #1
    Membre régulier Avatar de charlix
    Profil pro
    Étudiant
    Inscrit en
    Janvier 2006
    Messages
    285
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2006
    Messages : 285
    Points : 107
    Points
    107
    Par défaut Newsletter (format sondage) + Réponse par mail en HTML
    Bonjour,

    J'ai quelques questions au sujet d'une idée que j'ai eu pour la rédaction de mon mémoire de dernière année en école d'informatique.

    Je souhaites réaliser un sondage (questionnaire) en HTML, comme les différentes Newsletters que l'on a l'habitude de recevoir par mail.

    J'ai commencé à préparer cette Newsletter et les coordonnées des personnes à sonder (par mail !!!) mais je pense qu'il va y avoir quelques soucis.

    1. Comment faire pour intégrer des images à cette Newsletter sans posséder de serveur distants pour les héberger (est-ce possible ?), donc de les intégrer directement ou en pièces jointes.

    2. Comment obtenir les réponses à ce questionnaire (questions ouvertes + cases à cocher) sur mon mail ? (j'ai penser faire un bouton "envoyer" mais je ne sais pas si c possible) (encore une fois sans serveur distant ni site web.

    Voici le template (contenu encore à renseigner) que je souhaite utiliser.

    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
     
     
    <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       <title>Template 1 - Left Sidebar</title>
       <style type="text/css" media="screen">
          body { 
             background-color: #e6e6e6;
             background-image: url('bg.jpg');
             background-position: top center;
             background-repeat: no-repeat repeat-y;
             margin: 0;
             padding: 0;
          }
     
          a img {
             border: none;
          }
     
          table.main {
             background-color: #ffffff;
          }
     
          td.permission {
             padding: 10px 0 10px 0;
          }
     
          td.permission p {
             font-family: Arial;
             font-size: 11px;
             font-weight: normal;
             color: #333333;
             margin: 0;
             padding: 0;
          }
     
          td.permission p a {
             font-family: Arial;
             font-size: 11px;
             font-weight: normal;
             color: #333333;
          }
     
          td.header {
             background-color: #4babc5;
             padding: 0 0 2px 0;
          }
     
          td.header h1 {
             font-family: 'Gill Sans', 'Arial Black', sans-serif;
             font-size: 35px;
             font-weight: bold;
             color: #ffffff;
             margin: 0 0 0 10px;
             padding: 0;
             display: inline;
          }
     
          td.date {
             padding: 8px 0 8px 0;
          }
     
          td.date p {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #666666;
             margin: 0;
             padding: 0;
          }
     
          td.sidebar ul {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #000000;
             margin: 10px 0 10px 24px;
             padding: 0;
          }
     
          td.sidebar ul li a {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #000000;
             text-decoration: none;
          }
     
          td.sidebar p {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #4c4c4c;
             margin: 10px 0 0 0;
             padding: 0;
          }
     
          td.sidebar p a {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #6cb9ce;
          }
     
          td.sidebar h4 {
             font-family: Georgia;
             font-size: 13px;
             font-weight: bold;
             color: #333333;
             margin: 14px 0 0 0;
             padding: 0;
          }
     
          td.sideHeader h3 {
             font-family: Georgia, serif;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             margin: 0;
             padding: 0;
          }
     
          td.sideTitle h3 {
             font-family: Georgia, serif;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             margin: 0;
             padding: 0;
          }
     
          td.mainbar h2 {
             font-family: Georgia;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             margin: 0;
             padding: 0;
          }
     
          td.mainbar h2 a {
             font-family: Georgia;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             text-decoration: none;
          }
     
          td.mainbar p {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #4c4c4c;
             margin: 10px 0 0 0;
             padding: 0;
          }
     
          td.mainbar p.more {
             padding: 0 0 10px 0;
          }
     
          td.mainbar p a {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #6cb9ce;
          }
     
          td.mainbar p img {
             border-bottom: 4px solid #edc913;
          }
     
          td.mainbar ul {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #4c4c4c;
             margin: 10px 0 10px 0;
             padding: 0;
             list-style-position: inside;
          }
     
          td.footer {
             padding: 10px 0 10px 0;
          }
     
          td.footer p {
             font-family: Arial;
             font-size: 11px;
             font-weight: normal;
             color: #333333;
             margin: 0;
             padding: 0;
          }
       </style>
     
    </head>
    <body>
     
    <table width="100%" cellspacing="10" cellpadding="0">
       <tr>
          <td align="center" valign="top">
     
             <table width="580" border="0" cellspacing="0" cellpadding="0" class="main">
                <tr>
                   <td align="center" class="permission">
                      <p>You're receiving this newsletter because you bought widgets from us.</p>
                      <p>Not interested anymore? <unsubscribe>Unsubscribe</unsubscribe>. Having trouble viewing this email? <webversion>View it in your browser</webversion>.</p>
                   </td>
                </tr>
                <tr>
                   <td height="90" valign="bottom" align="left" class="header">
                      <img src="header.gif" width="580" height="90" alt="ABC Widgets" />
                   </td>
                </tr>
                <tr>
                   <td align="center">
     
                      <table width="550" cellspacing="0" cellpadding="0">
                         <tr>
                            <td width="192"></td>
                            <td></td>
                            <td class="date"><p>Monday 28 april</p></td>
                         </tr>
                         <tr align="left" rowspan="3" valign="top">
     
                            <td width="192" valign="top" class="sidebar" align="left">
     
                               <table width="100%" cellspacing="0" cellpadding="4" bgcolor="#eeeeee">
                                  <tr>
                                     <td bgcolor="#000000" class="sideHeader">
                                        <h3>In this issue</h3>
                                     </td>
                                  </tr>
                                  <tr>
                                     <td>
                                        <ul>
                                           <li><a href="#">Lorem ipsum dolar sit amet</a></li>
                                           <li><a href="#">Donce imperiat accumsan felis</a></li>
                                           <li><a href="#">Aliquam lectus orci, adipiscing</a></li>
                                        </ul>
                                     </td>
                                  </tr>
                               </table>
     
                               <img src="smallspacer.gif" width="192" height="25" />
     
                               <table width="100%" cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td class="sideTitle">
                                        <h3>In other news</h3>
                                     </td>
                                  </tr>
                               </table>
                               <h4>Proin sagittis tincidunuris. Ali quam erat.</h4>
                               <p>Nunc ipsum metus, iaculis sit amet, interdum at. <a href="#">Donce imperiat ccumsan</a> felis.</p>
                               <p>Cras sed ante. Phasellus in massa. Curabitur dolor eros, gravidacras sed ante. Phasellus in massa.</p>
     
                               <img src="smallhr.gif" width="190" height="19" />
     
                               <h4>Proin sagittis tincidunuris. Ali quam erat.</h4>
                               <p>Cras sed ante. Phasellus in massa. Curabitur dolor eros, gravidacras sed ante. Phasellus in massa.</p>
     
                               <img src="smallhr.gif" width="190" height="19" />
     
                               <img src="smallspacer.gif" width="192" height="25" />
     
                               <table width="100%" cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td class="sideTitle">
                                        <h3>Forward to a friend</h3>
                                     </td>
                                  </tr>
                               </table>
                               <p>Know someone who might be interested in the email? Why not <forwardtoafriend>forward this email</forwardtoafriend> to them.</p>
     
                               <img src="smallhr.gif" width="190" height="19" />
     
                               <img src="smallspacer.gif" width="192" height="25" />
     
                               <table width="100%" cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td class="sideTitle">
                                        <h3>Unsubscribe</h3>
                                     </td>
                                  </tr>
                               </table>
                               <p>Don't want to receive these emails any more. Please <unsubscribe>unsubscribe instantly</unsubscribe>.</p>
     
                               <img src="smallhr.gif" width="190" height="19" />
                            </td>
     
                            <td width="28"></td>
     
                            <td width="330" valign="top" class="mainbar" align="left">
     
                               <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td>
                                        <h2>Lorem ipsum dolar sit amet</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <p>Suspendisse potenti--Fusce eu ante in sapien vestibulum sagittis. Cras purus. Nunc rhoncus.</p>
                               <FORM>
                                    <INPUT type="checkbox" name="choix1" value="1"> glace vanille
                                    <INPUT type="checkbox" name="choix2" value="2"> chantilly
                                    <INPUT type="checkbox" name="choix3" value="3"> chocolat chaud
                                    <INPUT type="checkbox" name="choix4" value="4"> biscuit
                               </FORM> 
                               <P>Your Name:<br>
                                <INPUT type="text" name="sender_name" size=30>
                                </p>
                                <P>Your E-Mail Address:<br>
                                <INPUT type="text" name="sender_email" size=30>
                                </p>
                                <P>Message:<br>
                                <textarea name="message" cols=30 rows=5></textarea>
                                </p><INPUT type="submit" value="Send This Form">
                               <p>Donec imperdiet, nibh sit amet pharetra placerat, tortor purus condimentum lectus, at <a href="#">dignissim nibh</a> velit vitae sem. Nunc condimentum blandit tortorphasellus facilisis neque vitae purus.</p>
                               <p class="more"><a href="#">Read more</a></p>
     
                               <img src="hr.gif" width="329" height="27" />
     
                               <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td>
                                        <h2>Donce imperiat accumsan felis</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <img src="spacer.gif" width="329" height="12" />
     
                               <p><img src="contentImage.jpg" /></p>
                               <p>Fermentum quam. Donec imperdiet, nibh sit amet pharetra placerat--tortor purus condimentum lectus.</p>
                               <p class="more"><a href="#">Read more</a></p>
     
                               <img src="hr.gif" width="329" height="27" />
                            </td>
                         </tr>
                      </table>
     
                   </td>
                </tr>
                <tr>
                   <td align="center" class="footer">
                      <p>abcWidgets and the abcWidgets Logo are registered trademarks of <span style="font-weight: bold;">abcWidgets Corp</span>.</p>
                      <p>ABCWidgets Corp — 123 Some Street, City, ST 99999. Ph +1 4 1477 89 745</p>
                   </td>
                </tr>
             </table>
     
          </td>
       </tr>
    </table>
     
     
    </body>
    </html>
    Merci d'avance aux lumières qui pourront m'éclairer car je ne suis pas une bête en HTML ni en sondage !!!

    Charlix

    PS: j'ai uploader le template en format pdf.
    Images attachées Images attachées
    Il faut toujours avoir l'air d'être con si on veut pouvoir paraitre intelligent de temps en temps.

  2. #2
    Modérateur
    Avatar de Vil'Coyote
    Homme Profil pro
    Développeur adélia & Web
    Inscrit en
    Février 2008
    Messages
    4 583
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 43
    Localisation : France, Isère (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur adélia & Web
    Secteur : Industrie

    Informations forums :
    Inscription : Février 2008
    Messages : 4 583
    Points : 7 503
    Points
    7 503
    Par défaut
    Citation Envoyé par charlix Voir le message
    1. Comment faire pour intégrer des images à cette Newsletter sans posséder de serveur distants pour les héberger (est-ce possible ?), donc de les intégrer directement ou en pièces jointes.
    évite les pièces jointes de toutes façons elles ne seront pas liées à l'affichage donc ne servirons qu'a polluer la boîte mail de la personne.

    Au pire tu peux toujours utiliser un uploader (picdo.net, etc ...)


    Citation Envoyé par charlix Voir le message
    2. Comment obtenir les réponses à ce questionnaire (questions ouvertes + cases à cocher) sur mon mail ? (j'ai penser faire un bouton "envoyer" mais je ne sais pas si c possible) (encore une fois sans serveur distant ni site web.
    ba la c'est pas jouable.

    une newsletter ok je veux bien mais un sondage non cela se fait obligatoirement en ligne.

    Car à cela j'ajouterais, faire envoyer c'est bien mais cela veux dire quoi? envoyer un mail avec les réponse? envoyer sur un formulaire distant? tu ne dispose pas de serveur donc impossible d'orienter dessus ce qui sous entend envoi par mail donc imaginons 100 personnes qui te renvoi un mail tu va donc devoir lire les 100mails pour faire des copier / coller des données afin de les traiter?

    je te déconseille vivement ce genre de fonctionnement.



    ps: un mémoire qui porte sur un formulaire info pour une dernière année, je veux pas dire mais ça fait très léger comme thème.
    la vie n'est pas cirrhose des foies ...

    Avant de poster un message Rechercher n'est pas qu'une option.
    FAQ Web - Tuto Web

  3. #3
    Membre régulier Avatar de charlix
    Profil pro
    Étudiant
    Inscrit en
    Janvier 2006
    Messages
    285
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2006
    Messages : 285
    Points : 107
    Points
    107
    Par défaut
    Merci de ta réponse.

    Au pire tu peux toujours utiliser un uploader (picdo.net, etc ...)
    Je vais regarder comment fonctionne les uploader. De toute façon, les seules images qui je veux intégrer sont des bandeaux de couleurs (juste des trucs pour que ce soit plaisant à lire) et il n'y a que deux ou trois qui se répètent.

    une newsletter ok je veux bien mais un sondage non cela se fait obligatoirement en ligne.
    En fait, au début, crédule que je suis, je pensait que si l'utilisateur fesait "répondre au mail" cela renverrai les cases cochées ainsi que le texte des formulaires. ERREUR.
    Donc je pense essayer de récupérer chaque case et texte. Je ne sais pas encore comment !!!

    PS: il est pas très gentil ton ps sur mon mémoire. Nan ce formulaire est juste une partie que je souhaite faire mais c'est peut être 5% de ce mémoire. C'est juste pour avoir une vision des SSII sur l'externalisation de nos jours.

    PS 2: c'est exactement un échantillon de 100 réponses que je souhaite avoir.

    Voici mon code pour l'instant, bon je ne suis pas expert en HTML, donc personne ne rigole:

    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
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
     
    <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       <title>Template 1 - Left Sidebar</title>
       <style type="text/css" media="screen">
          body { 
             background-color: #e6e6e6;
             background-image: url('bg.jpg');
             background-position: top center;
             background-repeat: no-repeat repeat-y;
             margin: 0;
             padding: 0;
          }
     
          a img {
             border: none;
          }
     
          table.main {
             background-color: #ffffff;
          }
     
          td.main p {
             font-family: Arial;
             font-size: 13px;
             font-weight: bold;
             color: #000000;
             margin: 0;
             padding: 0;
          }
     
          td.header {
             background-color: #4babc5;
             padding: 0 0 2px 0;
          }
     
          td.header h1 {
             font-family: 'Gill Sans', 'Arial Black', sans-serif;
             font-size: 35px;
             font-weight: bold;
             color: #ffffff;
             margin: 0 0 0 10px;
             padding: 0;
             display: inline;
          }
     
          td.sideHeader h3 {
             font-family: Georgia, serif;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             margin: 0;
             padding: 0;
          }
     
          td.mainbar h2 {
             font-family: Georgia;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             margin: 0;
             padding: 0;
          }
     
          td.mainbar h2 a {
             font-family: Georgia;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             text-decoration: none;
          }
     
          td.mainbar p {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #4c4c4c;
             margin: 10px 0 0 0;
             padding: 0;
          }
     
          td.mainbar p.more {
             padding: 0 0 10px 0;
          }
     
          td.mainbar p a {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #6cb9ce;
          }
     
          td.mainbar p img {
             border-bottom: 4px solid #edc913;
          }
     
          td.mainbar ul {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #4c4c4c;
             margin: 10px 0 10px 0;
             padding: 0;
             list-style-position: inside;
          }
     
          td.footer {
             padding: 10px 0 10px 0;
          }
     
          td.footer p {
             font-family: Arial;
             font-size: 11px;
             font-weight: normal;
             color: #333333;
             margin: 0;
             padding: 0;
          }
       </style>
     
    </head>
    <body>
     
    <table width="100%" cellspacing="10" cellpadding="0">
       <tr>
          <td align="center" valign="top">
     
             <table width="580" border="0" cellspacing="0" cellpadding="0" class="main">
                <tr>
                   <td align="left" class="main">
     
                      <p>Bonjour</p>
                      <br>
                      <p>Je me présente, je suis étudiant en école d'informatique. Je rédige actuellement mon mémoire de dernière année.</p>
                      <br>
                      <p>La problématique de ce mémoire est : Que deviendraient les SSII si elles externalisaient des activités proche de leur coeur de métier ?</p>
                      <br>
                      <p>C'est pour cela que je me permet de vous adresser cet email.</p>
                      <br>
                      <p>Je souhaiterais vous poser quelques questions sur les choix d'externalisation émis par votre société.</p>
                      <br>
                      <p>Ce sondage me permettra de comprendre et de pouvoir parler des améliorations possible dans les choix d'externalisaton.</p>
                      <br>
                      <p>Merci de votre aide pour la suite de la rédaction de mon mémoire.</p>
     
                      <img src="spacer.gif" width="329" height="12" />
     
                   </td>
                </tr>
                <tr>
                   <td height="90" valign="bottom" align="left" class="header">
     
                      <img src="header.gif" width="580" height="90" alt="ABC Widgets" />
     
                   </td>
                </tr>
                <tr>
                   <td align="center">
     
                      <table width="550" cellspacing="0" cellpadding="0">
     
                         <tr align="left" rowspan="3" valign="top">
     
                            <td width="500" valign="top" class="mainbar" align="left">
     
                            <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                        <img src="spacer.gif" width="329" height="12" />
                                  </tr>
                                  <tr>   
                                     <td>
                                        <h2>Questionnaire :</h2>
                                     </td>
                                  </tr>
                            </table>
     
                            <img src="spacer.gif" width="329" height="12" /> 
                            <p><b><U><h2>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h2></U></b></p>  
     
                            <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                        <img src="spacer.gif" width="329" height="12" />
                                  </tr>
                                  <tr>   
                                     <td>
                                        <h2>Personne interviewée :</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <p>Tout d'abord, quelques questions pour vous connaître.</p>
                               <img src="spacer.gif" width="329" height="12" />
                               <img src="hr.gif" width="329" height="27" />
     
                               <p>Votre nom :<br>
                                <INPUT type="text" name="sender_name" size=30>
                                </p>
                                <p>Votre prénom :<br>
                                <INPUT type="text" name="sender_email" size=30>
                                </p>
                                <p>Poste au sein de votre société :<br>
                                <INPUT type="text" name="sender_name" size=30>
                                </p>
                                <p>Depuis combien de temps êtes-vous à ce poste :<br>
                                <INPUT type="text" name="sender_name" size=30>
                                </p>
     
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b><U><h2>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h2></U></b></p>
     
                               <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td>
                                        <h2>Entreprise :</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <img src="spacer.gif" width="329" height="12" />
     
                               <p>Les questions suivantes concernent la décision d'externalisation.</p>
                               <p>Ces questions sont de types objectives.</p>
                               <img src="spacer.gif" width="329" height="12" />
                               <img src="hr.gif" width="329" height="27" />
     
                                <p>Votre nom :<br>
                                <INPUT type="text" name="sender_name" size=30>
                                </p>
                                <p>Votre prénom :<br>
                                <INPUT type="text" name="sender_email" size=30>
                                </p>
                                <p>Poste au sein de votre société :<br>
                                <INPUT type="text" name="sender_name" size=30>
                                </p>
                                <p>Depuis combien de temps êtes-vous à ce poste :<br>
                                <INPUT type="text" name="sender_name" size=30>
                                </p>
     
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b><U><h2>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h2></U></b></p>
     
     
                               <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td>
                                        <h2>Relations Client - Prestation :</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <img src="spacer.gif" width="329" height="12" />
     
                               <p>Les questions suivantes concernent les relations entre le prestataire et le client (vous même).</p>
                               <p>Ces questions sont de types subjectives.</p>
     
                               <img src="spacer.gif" width="329" height="12" />
                               <img src="hr.gif" width="329" height="27" />
                               <p><b><U>Confiance envers le prestataire :</U></b></p>
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Compétences :</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>1. Ce prestataire est compétant et efficace dans ses interactions avec notre entreprise:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>2. Notre prestataire accomplit très bien tous ses rôles:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>3. Globalement, ce prestataire est capable et compétent:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>4. En général, ce prestataire est bien informé concernant son domaine d'activité:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Bienveillance :</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>5. Nous croyons que ce prestataire agirait dans notre meilleur intérêt:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>6. Si notre entreprise a besoin d'aide, ce prestataire ferait son meilleur pour y fournir l'assistance:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>7. Ce prestataire est intéressé par le bien-être de notre entreprise, et non seulement par son intérêt:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Intégrité :</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>8. Ce prestataire est honnête dans ses transactions avec notre entreprise:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>9. Notre entreprise considère ce prestataire comme étant intègre:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>10. Ce prestataire respecte ses engagements:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>11. Ce prestataire est sincère et sérieux:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <img src="hr.gif" width="329" height="27" />
                               <img src="spacer.gif" width="329" height="12" />
                               <p><U><b>Dépendance envers le prestataire :</b></U></p>
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Dépendance :</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>12. Il est difficile pour notre entreprise de compenser les services fournis par ce prestataire par les services d'un autre:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>13. Le coût total du transfert vers un autre prestataire comparable est prohibitif pour notre entreprise:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>14. Si notre entreprise voulait, nous pouvons trouver d'autres prestataires qui peuvent nous fournir des services comparables:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>15. Notre entreprise dépend fortement de ce prestataire:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <img src="hr.gif" width="329" height="27" />
                               <img src="spacer.gif" width="329" height="12" />
                               <p><U><b>Partage des connaissances :</b></U></p>
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Partage des connaissances explicites :</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>16. Nous et notre prestataire de service, nous partageons l'un avec l'autre, les plans et les rapports d'affaires:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>17. Nous et notre prestataire de service, nous partageons l'un avec l'autre, les manuels, les modèles et les méthodologies de travail:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>18. Nous et notre prestataire de service, nous partageons l'un avec l'autre, nos histoires d'échec et de réussites:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>19. Nous partageons avec notre prestataire de service les connaissances obtenues des journaux, des magazines, et de la télévision:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Partage des connaissances implicites :</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>20. Nous et notre prestataire de service, nous partageons l'un avec l'autre, des savoir-faire de l'expérience professionnelle:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>21. Nous partageons avec notre prestataire des connaissances sur le marché et les concurrents:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>22. Nous partageons avec notre prestataire des expertises obtenues de l'éducation et de la formation:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <img src="hr.gif" width="329" height="27" />
                               <img src="spacer.gif" width="329" height="12" />
                               <p><U><b>Valeur perçue de l'externalisation :</b></U></p>
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Valeur perçue stratégique</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>23. Nous avons pu se concentrer sur notre cœur d'activité:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>24. Nous avons amélioré la compétence de nos SI:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>25. Nous avons augmenté l'accès aux personnels qualifiés:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
                               <img src="spacer.gif" width="329" height="12" />
                               <b><p>Valeur perçue économique</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>26. Nous avons augmenté les économies d'échelle pour les ressources humaines:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>27. Nous avons augmenté les économies d'échelle pour les ressources technologiques:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>28. Nous avons amélioré le contrôle des dépenses en SI:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Valeur perçue technologique</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>29. Nous avons réduit le risque d'obsolescence technologique:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                                </FORM>
    <p>30. Nous avons augmenté l'accès à des technologies d'information de pointe:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
     
                               <p><b><U><h2>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h2></U></b></p>
     
                            </td>
                         </tr>
                      </table>
     
                   </td>
                </tr>
     
                <tr>
                   <td align="center">
                        <INPUT align="center" type="submit" value="Envoyer le formulaire">
                        <p><b><U><h2>______________________________________________________</h2></U></b></p>
                   </td>
                </tr>
     
                <tr>
                   <td align="center" class="footer">
                      <p><span style="font-weight: bold;">Charles-Henri Renou</span> — Etudiant en école d'informatique<span style="font-weight: bold;"> — ITIN à Cergy-Pontoise</span>.</p>
                      <br>
                      <p><span style="font-weight: bold;">Adresse :</span></p>
                      <p>Parc St Christophe</p> 
                      <p>Pôle Galilée - BP 78489</p>
                      <p>95891</p>
                      <p>Cergy Pontoise Cedex</p>
                      <br>
                      <p><span style="font-weight: bold;">Téléphone :</span> 01 34 20 63 63</p>
                      <br>
                      <p><span style="font-weight: bold;">Url de l'école :</span><a href="#"> www.itin.fr</a></p>
                   </td>
                </tr>
             </table>
     
          </td>
       </tr>
    </table>
     
     
    </body>
    </html>
    Il faut toujours avoir l'air d'être con si on veut pouvoir paraitre intelligent de temps en temps.

  4. #4
    Membre régulier Avatar de charlix
    Profil pro
    Étudiant
    Inscrit en
    Janvier 2006
    Messages
    285
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2006
    Messages : 285
    Points : 107
    Points
    107
    Par défaut
    Voici mon formulaire terminé, mais je ne peux que voir ce que cela donne.

    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
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
     
    <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       <title>Template 1 - Left Sidebar</title>
       <style type="text/css" media="screen">
          body { 
             background-color: #e6e6e6;
             background-image: url('bg.jpg');
             background-position: top center;
             background-repeat: no-repeat repeat-y;
             margin: 0;
             padding: 0;
          }
     
          a img {
             border: none;
          }
     
          table.main {
             background-color: #ffffff;
          }
     
          td.main p {
             font-family: Arial;
             font-size: 13px;
             font-weight: bold;
             color: #000000;
             margin: 0;
             padding: 0;
          }
     
          td.header {
             background-color: #4babc5;
             padding: 0 0 2px 0;
          }
     
          td.header h1 {
             font-family: 'Gill Sans', 'Arial Black', sans-serif;
             font-size: 35px;
             font-weight: bold;
             color: #ffffff;
             margin: 0 0 0 10px;
             padding: 0;
             display: inline;
          }
     
          td.sideHeader h3 {
             font-family: Georgia, serif;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             margin: 0;
             padding: 0;
          }
     
          td.mainbar h2 {
             font-family: Georgia;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             margin: 0;
             padding: 0;
          }
     
          td.mainbar h2 a {
             font-family: Georgia;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             text-decoration: none;
          }
     
          td.mainbar p {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #4c4c4c;
             margin: 10px 0 0 0;
             padding: 0;
          }
     
          td.mainbar p.more {
             padding: 0 0 10px 0;
          }
     
          td.mainbar p a {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #6cb9ce;
          }
     
          td.mainbar p img {
             border-bottom: 4px solid #edc913;
          }
     
          td.mainbar ul {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #4c4c4c;
             margin: 10px 0 10px 0;
             padding: 0;
             list-style-position: inside;
          }
     
          td.footer {
             padding: 10px 0 10px 0;
          }
     
          td.footer p {
             font-family: Arial;
             font-size: 11px;
             font-weight: normal;
             color: #333333;
             margin: 0;
             padding: 0;
          }
       </style>
     
    </head>
    <body>
     
    <table width="100%" cellspacing="10" cellpadding="0">
       <tr>
          <td align="center" valign="top">
     
             <table width="580" border="0" cellspacing="0" cellpadding="0" class="main">
                <tr>
                   <td align="left" class="main">
     
                      <p>Bonjour</p>
                      <br>
                      <p>Je me présente, je suis étudiant en école d'informatique. Je rédige actuellement mon mémoire de dernière année.</p>
                      <br>
                      <p>La problématique de ce mémoire est : Que deviendraient les SSII si elles externalisaient des activités proche de leur coeur de métier ?</p>
                      <br>
                      <p>C'est pour cela que je me permet de vous adressez cet email.</p>
                      <br>
                      <p>Je souhaiterais vous poser quelques questions sur les choix d'externalisation émis par votre société.</p>
                      <br>
                      <p>Ce sondage me permettra de comprendre et de pouvoir parler des améliorations possible dans les choix d'externalisaton.</p>
                      <br>
                      <p>Merci de votre aide pour la suite de la rédaction de mon mémoire.</p>
     
                      <img src="spacer.gif" width="329" height="12" />
     
                   </td>
                </tr>
                <tr>
                   <td height="90" valign="bottom" align="left" class="header">
     
                      <img src="header.gif" width="580" height="90" alt="ABC Widgets" />
     
                   </td>
                </tr>
                <tr>
                   <td align="center">
     
                      <table width="550" cellspacing="0" cellpadding="0">
     
                         <tr align="left" rowspan="3" valign="top">
     
                            <td width="500" valign="top" class="mainbar" align="left">
     
                            <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                        <img src="spacer.gif" width="329" height="12" />
                                  </tr>
                                  <tr>   
                                     <td>
                                        <h2>Questionnaire :</h2>
                                     </td>
                                  </tr>
                            </table>
     
                            <img src="spacer.gif" width="329" height="12" /> 
                            <p><b><U><h2>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h2></U></b></p>  
     
                            <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                        <img src="spacer.gif" width="329" height="12" />
                                  </tr>
                                  <tr>   
                                     <td>
                                        <h2>Personne interviewée :</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <p>Tout d'abord, quelques questions pour vous connaître.</p>
                               <img src="spacer.gif" width="329" height="12" />
                               <img src="hr.gif" width="329" height="27" />
     
                               <p>Votre nom :<br>
                                <INPUT type="text" name="sender_name" size=30>
                                </p>
                                <p>Votre prénom :<br>
                                <INPUT type="text" name="sender_lastname" size=30>
                                </p>
                                <p>Poste au sein de votre société :<br>
                                <INPUT type="text" name="sender_poste" size=30>
                                </p>
                                <p>Depuis combien de temps êtes-vous à ce poste :<br>
                                <INPUT type="text" name="sender_howlong" size=30>
                                </p>
     
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b><U><h2>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h2></U></b></p>
     
                               <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td>
                                        <h2>Entreprise :</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <img src="spacer.gif" width="329" height="12" />
     
                               <p>Les questions suivantes concernent la décision d'externalisation.</p>
                               <p>Ces questions sont de types objectives.</p>
                               <img src="spacer.gif" width="329" height="12" />
                               <img src="hr.gif" width="329" height="27" />
     
                               <img src="spacer.gif" width="329" height="12" />
    <p>1. Quelle est la taille de votre entreprise ?</p>
                               <img src="spacer.gif" width="329" height="12" />
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q1choix1" value="1"> Moins de 50 employés : codification : (0)<br>
                                    <INPUT type="checkbox" name="Q1choix2" value="2"> Entre 51 et 100 employés : codification : (1)<br>
                                    <INPUT type="checkbox" name="Q1choix3" value="3"> Entre 101 et 500 employés : codification : (2)<br>
                                    <INPUT type="checkbox" name="Q1choix4" value="4"> Entre 501 et 1000 employés : codification : (3)<br>
                                    <INPUT type="checkbox" name="Q1choix5" value="5"> Plus que 1000 employés : codification : (4)<br>
                               </FORM>
                               <img src="spacer.gif" width="329" height="12" />
    <p>2. Quel est le secteur d'activité de votre entreprise ?</p>
                               <img src="spacer.gif" width="329" height="12" />
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q2choix1" value="1"> Les sociétés « Conseils et services informatiques» : codification (0)<br>
                                    <INPUT type="checkbox" name="Q2choix2" value="2"> Les sociétés « Conseils en technologies » : codification (1)<br>
                                    <INPUT type="checkbox" name="Q2choix3" value="3"> Les sociétés « Editeurs de logiciels » : codification (2)<br>
                               </FORM>
                               <img src="spacer.gif" width="329" height="12" />
    <p>3. Quel est le chiffre d'affaire de votre entreprise ?</p>
                               <img src="spacer.gif" width="329" height="12" />
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q3choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q3choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q3choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q3choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q3choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q3choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q3choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
                               <img src="spacer.gif" width="329" height="12" />
     
                                <p>Choississez l'activité externalisée la plus proche du coeur de métier de votre entreprise.<br>
                                <p>Les prochaines questions concerneront cette activité en question:<br>
                                <INPUT type="text" name="sender_activity" size=30>
                                </p>
                               <img src="spacer.gif" width="329" height="12" /> 
     
    <p>4. Quel est le degré d'externalisation de l'activité ?</p>
                               <img src="spacer.gif" width="329" height="12" />
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q4choix1" value="1"> Plus que 80% : Externalisation totale : codification (0)<br>
                                    <INPUT type="checkbox" name="Q4choix2" value="2"> Entre 80% et 20% : Externalisation sélective : codification (1)<br>
                                    <INPUT type="checkbox" name="Q4choix3" value="3"> Moins de 20% : Externalisation minimale : codification (2)<br>
                               </FORM>
                               <img src="spacer.gif" width="329" height="12" />
    <p>5. Quelle est la durée du contrat d'externalisation ?</p>
                               <img src="spacer.gif" width="329" height="12" />
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q5choix1" value="1"> Moins de 4 ans (court terme) : codification (0)<br>
                                    <INPUT type="checkbox" name="Q5choix2" value="2"> Entre 4 et 7 ans (moyen terme) : codification (1)<br>
                                    <INPUT type="checkbox" name="Q5choix3" value="3"> Plus de 7 ans (long terme) : codification (2)<br>
                               </FORM>
     
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b><U><h2>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h2></U></b></p>
     
     
                               <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td>
                                        <h2>Relations Client - Prestation :</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <img src="spacer.gif" width="329" height="12" />
     
                               <p>Les questions suivantes concernent les relations entre le prestataire et le client (vous même).</p>
                               <p>Ces questions sont de types subjectives.</p>
     
                               <img src="spacer.gif" width="329" height="12" />
                               <img src="hr.gif" width="329" height="27" />
                               <p><b><U>Confiance envers le prestataire :</U></b></p>
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Compétences :</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>1. Ce prestataire est compétant et efficace dans ses interactions avec notre entreprise:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q6choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q6choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q6choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q6choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q6choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q6choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q6choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>2. Notre prestataire accomplit très bien tous ses rôles:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q7choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q7choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q7choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q7choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q7choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q7choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q7choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>3. Globalement, ce prestataire est capable et compétent:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q8choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q8choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q8choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q8choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q8choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q8choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q8choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>4. En général, ce prestataire est bien informé concernant son domaine d'activité:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q9choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q9choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q9choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q9choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q9choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q9choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q9choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Bienveillance :</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>5. Nous croyons que ce prestataire agirait dans notre meilleur intérêt:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q10choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q10choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q10choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q10choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q10choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q10choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q10choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>6. Si notre entreprise a besoin d'aide, ce prestataire ferait son meilleur pour y fournir l'assistance:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q11choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q11choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q11choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q11choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q11choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q11choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q11choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>7. Ce prestataire est intéressé par le bien-être de notre entreprise, et non seulement par son intérêt:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q12choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q12choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q12choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q12choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q12choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q12choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q12choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Intégrité :</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>8. Ce prestataire est honnête dans ses transactions avec notre entreprise:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q13choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q13choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q13choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q13choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q13choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q13choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q13choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>9. Notre entreprise considère ce prestataire comme étant intègre:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q14choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q14choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q14choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q14choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q14choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q14choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q14choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>10. Ce prestataire respecte ses engagements:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q15choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q15choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q15choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q15choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q15choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q15choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q15choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>11. Ce prestataire est sincère et sérieux:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q16choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q16choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q16choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q16choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q16choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q16choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q16choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <img src="hr.gif" width="329" height="27" />
                               <img src="spacer.gif" width="329" height="12" />
                               <p><U><b>Dépendance envers le prestataire :</b></U></p>
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Dépendance :</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>12. Il est difficile pour notre entreprise de compenser les services fournis par ce prestataire par les services d'un autre:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q17choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q17choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q17choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q17choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q17choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q17choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q17choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>13. Le coût total du transfert vers un autre prestataire comparable est prohibitif pour notre entreprise:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q18choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q18choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q18choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q18choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q18choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q18choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q18choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>14. Si notre entreprise voulait, nous pouvons trouver d'autres prestataires qui peuvent nous fournir des services comparables:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q19choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q19choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q19choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q19choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q19choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q19choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q19choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>15. Notre entreprise dépend fortement de ce prestataire:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q20choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q20choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q20choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q20choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q20choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q20choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q20choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <img src="hr.gif" width="329" height="27" />
                               <img src="spacer.gif" width="329" height="12" />
                               <p><U><b>Partage des connaissances :</b></U></p>
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Partage des connaissances explicites :</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>16. Nous et notre prestataire de service, nous partageons l'un avec l'autre, les plans et les rapports d'affaires:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q21choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q21choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q21choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q21choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q21choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q21choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q21choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>17. Nous et notre prestataire de service, nous partageons l'un avec l'autre, les manuels, les modèles et les méthodologies de travail:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q22choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q22choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q22choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q22choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q22choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q22choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q22choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>18. Nous et notre prestataire de service, nous partageons l'un avec l'autre, nos histoires d'échec et de réussites:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q23choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q23choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q23choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q23choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q23choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q23choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q23choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>19. Nous partageons avec notre prestataire de service les connaissances obtenues des journaux, des magazines, et de la télévision:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q24choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q24choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q24choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q24choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q24choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q24choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q24choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Partage des connaissances implicites :</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>20. Nous et notre prestataire de service, nous partageons l'un avec l'autre, des savoir-faire de l'expérience professionnelle:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q25choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q25choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q25choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q25choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q25choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q25choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q25choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>21. Nous partageons avec notre prestataire des connaissances sur le marché et les concurrents:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q26choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q26choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q26choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q26choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q26choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q26choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q26choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>22. Nous partageons avec notre prestataire des expertises obtenues de l'éducation et de la formation:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q27choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q27choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q27choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q27choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q27choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q27choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q27choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <img src="hr.gif" width="329" height="27" />
                               <img src="spacer.gif" width="329" height="12" />
                               <p><U><b>Valeur perçue de l'externalisation :</b></U></p>
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Valeur perçue stratégique</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>23. Nous avons pu se concentrer sur notre cœur d'activité:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q28choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q28choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q28choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q28choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q28choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q28choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q28choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>24. Nous avons amélioré la compétence de nos SI:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q29choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q29choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q29choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q29choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q29choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q29choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q29choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>25. Nous avons augmenté l'accès aux personnels qualifiés:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q30choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q30choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q30choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q30choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q30choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q30choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q30choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
                               <img src="spacer.gif" width="329" height="12" />
                               <b><p>Valeur perçue économique</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>26. Nous avons augmenté les économies d'échelle pour les ressources humaines:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q31choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q31choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q31choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q31choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q31choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q31choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q31choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>27. Nous avons augmenté les économies d'échelle pour les ressources technologiques:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q32choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q32choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q32choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q32choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q32choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q32choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q32choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>28. Nous avons amélioré le contrôle des dépenses en SI:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q33choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q33choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q33choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q33choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q33choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q33choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q33choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
                               <p><b>Valeur perçue technologique</b></p>
                               <img src="spacer.gif" width="329" height="12" />
    <p>29. Nous avons réduit le risque d'obsolescence technologique:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q34choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q34choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q34choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q34choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q34choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q34choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q34choix7" value="7"> Fortement en accord (7)<br>
                                </FORM>
    <p>30. Nous avons augmenté l'accès à des technologies d'information de pointe:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q35choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q35choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q35choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q35choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q35choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q35choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q35choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="spacer.gif" width="329" height="12" />
     
                               <p><b><U><h2>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h2></U></b></p>
     
                            </td>
                         </tr>
                      </table>
     
                   </td>
                </tr>
     
                <tr>
                   <td align="center">
                        <INPUT align="center" type="submit" value="Envoyer le formulaire">
                        <p><b><U><h2>______________________________________________________</h2></U></b></p>
                   </td>
                </tr>
     
                <tr>
                   <td align="center" class="footer">
                      <p><span style="font-weight: bold;">Charles-Henri Renou</span> &#151; Etudiant en école d'informatique<span style="font-weight: bold;"> &#151; ITIN à Cergy-Pontoise</span>.</p>
                      <br>
                      <p><span style="font-weight: bold;">Adresse :</span></p>
                      <p>Parc St Christophe</p> 
                      <p>Pôle Galilée - BP 78489</p>
                      <p>95891</p>
                      <p>Cergy Pontoise Cedex</p>
                      <br>
                      <p><span style="font-weight: bold;">Téléphone :</span> 01 34 20 63 63</p>
                      <br>
                      <p><span style="font-weight: bold;">Url de l'école :</span><a href="#"> www.itin.fr</a></p>
                   </td>
                </tr>
             </table>
     
          </td>
       </tr>
    </table>
     
     
    </body>
    </html>
    Quelqu'un pourrait me dire si l'on peut facilement récupérer chaque réponse stocker le compte quelque part en ainsi faire des statistiques ? J'avoue à la main, ça risque d'être la guerre.

    Merci d'avance.
    Il faut toujours avoir l'air d'être con si on veut pouvoir paraitre intelligent de temps en temps.

  5. #5
    Membre à l'essai

    Profil pro
    Inscrit en
    Septembre 2003
    Messages
    19
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2003
    Messages : 19
    Points : 16
    Points
    16
    Par défaut
    ma petite contribution.....

    -un petit javascript envoyant les réponses au format xml dans ton mail serai pas mal pour faliciter le traitement des données récupérées...

    -mais bon ça laisse quand meme 100 mail et ça c'est du désordre...
    donc je suppose qu'il faudrait faire un programme sur ton pc pour traiter tout ça .... compliquer pour pas grand chose .... mais pas impossible

    -La solution "classique que tout le monde utilise" :
    tu envois les données sur un serveur qui sera chargé du traitement des infos

  6. #6
    Membre régulier Avatar de charlix
    Profil pro
    Étudiant
    Inscrit en
    Janvier 2006
    Messages
    285
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2006
    Messages : 285
    Points : 107
    Points
    107
    Par défaut
    Bonjour,

    Merci pour ta réponse sioux. Ouai je vais essayer de récupérer les infos sur un serveur, ça sera je pense le plus simple. Mais comme je n'y connais pas grand chose, je vais devoir chercher.

    Mais pour l'instant, j'ai encore un problème avec le rendu du formulaire dans les mails. J'ai fait des tests et pour l'instant les images ainsi que les bandeau ne s'affichent pas.

    J'ai fait comme Coyote disait en utilisant un uploader mais rien ne fait. J'ai uploader sur PICDO.net mes images et récupérer les url mais cela ne fonctionne pas. En local, tout fonctionne bien mais pas en distant.

    Voici mon code:

    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
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
    682
     
    <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       <title>Template 1 - Left Sidebar</title>
       <style type="text/css" media="screen">
          body { 
             background-color: #e6e6e6;
             background-image: url('http://www.picdo.net/fichiers/2010/5/7/5cc9cbf9-73e8-4d9b-b925-9bab992cd6c6_bg.jpg');
             background-position: top center;
             background-repeat: no-repeat repeat-y;
             margin: 0;
             padding: 0;
          }
     
          a img {
             border: none;
          }
     
          table.main {
             background-color: #ffffff;
          }
     
          td.main p {
             font-family: Arial;
             font-size: 13px;
             font-weight: bold;
             color: #000000;
             margin: 0;
             padding: 0;
          }
     
          td.header {
             background-color: #4babc5;
             padding: 0 0 2px 0;
          }
     
          td.header h1 {
             font-family: 'Gill Sans', 'Arial Black', sans-serif;
             font-size: 35px;
             font-weight: bold;
             color: #ffffff;
             margin: 0 0 0 10px;
             padding: 0;
             display: inline;
          }
     
          td.sideHeader h3 {
             font-family: Georgia, serif;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             margin: 0;
             padding: 0;
          }
     
          td.mainbar h2 {
             font-family: Georgia;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             margin: 0;
             padding: 0;
          }
     
          td.mainbar h2 a {
             font-family: Georgia;
             font-size: 18px;
             font-weight: bold;
             color: #ffffff;
             text-decoration: none;
          }
     
          td.mainbar p {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #4c4c4c;
             margin: 10px 0 0 0;
             padding: 0;
          }
     
          td.mainbar p.more {
             padding: 0 0 10px 0;
          }
     
          td.mainbar p a {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #6cb9ce;
          }
     
          td.mainbar p img {
             border-bottom: 4px solid #edc913;
          }
     
          td.mainbar ul {
             font-family: Arial;
             font-size: 12px;
             font-weight: normal;
             color: #4c4c4c;
             margin: 10px 0 10px 0;
             padding: 0;
             list-style-position: inside;
          }
     
          td.footer {
             padding: 10px 0 10px 0;
          }
     
          td.footer p {
             font-family: Arial;
             font-size: 11px;
             font-weight: normal;
             color: #333333;
             margin: 0;
             padding: 0;
          }
       </style>
     
    </head>
    <body>
     
    <table width="100%" cellspacing="10" cellpadding="0">
       <tr>
          <td align="center" valign="top">
     
             <table width="580" border="0" cellspacing="0" cellpadding="0" class="main">
                <tr>
                   <td align="left" class="main">
     
                      <p>Bonjour</p>
                      <br>
                      <p>Je me présente, je suis étudiant en école d'informatique. Je rédige actuellement mon mémoire de dernière année.</p>
                      <br>
                      <p>La problématique de ce mémoire est : Que deviendraient les SSII si elles externalisaient des activités proche de leur coeur de métier ?</p>
                      <br>
                      <p>C'est pour cela que je me permet de vous adressez cet email.</p>
                      <br>
                      <p>Je souhaiterais vous poser quelques questions sur les choix d'externalisation émis par votre société.</p>
                      <br>
                      <p>Ce sondage me permettra de comprendre et de pouvoir parler des améliorations possible dans les choix d'externalisaton.</p>
                      <br>
                      <p>Merci de votre aide pour la suite de la rédaction de mon mémoire.</p>
     
                      <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
     
     
                   </td>
                </tr>
                <tr>
                   <td height="90" valign="bottom" align="left" class="header">
     
                      <img src="http://www.picdo.net/fichiers/2010/5/7/da966424-4e50-4f97-80fb-052ada6e240f_header.gif" width="580" height="90" alt="ABC Widgets" />
     
                   </td>
                </tr>
                <tr>
                   <td align="center">
     
                      <table width="550" cellspacing="0" cellpadding="0">
     
                         <tr align="left" rowspan="3" valign="top">
     
                            <td width="500" valign="top" class="mainbar" align="left">
     
                            <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                        <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                                  </tr>
                                  <tr>   
                                     <td>
                                        <h2>Questionnaire :</h2>
                                     </td>
                                  </tr>
                            </table>
     
                            <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" /> 
                            <p><b><U><h2>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h2></U></b></p>  
     
                            <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                        <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                                  </tr>
                                  <tr>   
                                     <td>
                                        <h2>Personne interviewée :</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <p>Tout d'abord, quelques questions pour vous connaître.</p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <img src="http://www.picdo.net/fichiers/2010/5/7/dad2af51-e207-4a90-90c7-6b59c8f7a940_hr.gif" width="329" height="27" />
     
                               <p>Votre nom :<br>
                                <INPUT type="text" name="sender_name" size=30>
                                </p>
                                <p>Votre prénom :<br>
                                <INPUT type="text" name="sender_lastname" size=30>
                                </p>
                                <p>Poste au sein de votre société :<br>
                                <INPUT type="text" name="sender_poste" size=30>
                                </p>
                                <p>Depuis combien de temps êtes-vous à ce poste :<br>
                                <INPUT type="text" name="sender_howlong" size=30>
                                </p>
     
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><b><U><h2>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h2></U></b></p>
     
                               <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td>
                                        <h2>Entreprise :</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
     
                               <p>Les questions suivantes concernent la décision d'externalisation.</p>
                               <p>Ces questions sont de types objectives.</p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <img src="http://www.picdo.net/fichiers/2010/5/7/dad2af51-e207-4a90-90c7-6b59c8f7a940_hr.gif" width="329" height="27" />
     
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>1. Quelle est la taille de votre entreprise ?</p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q1choix1" value="1"> Moins de 50 employés : codification : (0)<br>
                                    <INPUT type="checkbox" name="Q1choix2" value="2"> Entre 51 et 100 employés : codification : (1)<br>
                                    <INPUT type="checkbox" name="Q1choix3" value="3"> Entre 101 et 500 employés : codification : (2)<br>
                                    <INPUT type="checkbox" name="Q1choix4" value="4"> Entre 501 et 1000 employés : codification : (3)<br>
                                    <INPUT type="checkbox" name="Q1choix5" value="5"> Plus que 1000 employés : codification : (4)<br>
                               </FORM>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>2. Quel est le secteur d'activité de votre entreprise ?</p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q2choix1" value="1"> Les sociétés « Conseils et services informatiques» : codification (0)<br>
                                    <INPUT type="checkbox" name="Q2choix2" value="2"> Les sociétés « Conseils en technologies » : codification (1)<br>
                                    <INPUT type="checkbox" name="Q2choix3" value="3"> Les sociétés « Editeurs de logiciels » : codification (2)<br>
                               </FORM>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>3. Quel est le chiffre d'affaire de votre entreprise ?</p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q3choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q3choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q3choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q3choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q3choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q3choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q3choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
     
                                <p>Choississez l'activité externalisée la plus proche du coeur de métier de votre entreprise.<br>
                                <p>Les prochaines questions concerneront cette activité en question:<br>
                                <INPUT type="text" name="sender_activity" size=30>
                                </p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" /> 
     
    <p>4. Quel est le degré d'externalisation de l'activité ?</p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q4choix1" value="1"> Plus que 80% : Externalisation totale : codification (0)<br>
                                    <INPUT type="checkbox" name="Q4choix2" value="2"> Entre 80% et 20% : Externalisation sélective : codification (1)<br>
                                    <INPUT type="checkbox" name="Q4choix3" value="3"> Moins de 20% : Externalisation minimale : codification (2)<br>
                               </FORM>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>5. Quelle est la durée du contrat d'externalisation ?</p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q5choix1" value="1"> Moins de 4 ans (court terme) : codification (0)<br>
                                    <INPUT type="checkbox" name="Q5choix2" value="2"> Entre 4 et 7 ans (moyen terme) : codification (1)<br>
                                    <INPUT type="checkbox" name="Q5choix3" value="3"> Plus de 7 ans (long terme) : codification (2)<br>
                               </FORM>
     
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><b><U><h2>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h2></U></b></p>
     
     
                               <table cellspacing="0" cellpadding="4" bgcolor="#000000">
                                  <tr>
                                     <td>
                                        <h2>Relations Client - Prestation :</h2>
                                     </td>
                                  </tr>
                               </table>
     
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
     
                               <p>Les questions suivantes concernent les relations entre le prestataire et le client (vous même).</p>
                               <p>Ces questions sont de types subjectives.</p>
     
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <img src="http://www.picdo.net/fichiers/2010/5/7/dad2af51-e207-4a90-90c7-6b59c8f7a940_hr.gif" width="329" height="27" />
                               <p><b><U>Confiance envers le prestataire :</U></b></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><b>Compétences :</b></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>1. Ce prestataire est compétant et efficace dans ses interactions avec notre entreprise:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q6choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q6choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q6choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q6choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q6choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q6choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q6choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>2. Notre prestataire accomplit très bien tous ses rôles:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q7choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q7choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q7choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q7choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q7choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q7choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q7choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>3. Globalement, ce prestataire est capable et compétent:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q8choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q8choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q8choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q8choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q8choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q8choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q8choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>4. En général, ce prestataire est bien informé concernant son domaine d'activité:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q9choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q9choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q9choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q9choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q9choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q9choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q9choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><b>Bienveillance :</b></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>5. Nous croyons que ce prestataire agirait dans notre meilleur intérêt:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q10choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q10choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q10choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q10choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q10choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q10choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q10choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>6. Si notre entreprise a besoin d'aide, ce prestataire ferait son meilleur pour y fournir l'assistance:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q11choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q11choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q11choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q11choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q11choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q11choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q11choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>7. Ce prestataire est intéressé par le bien-être de notre entreprise, et non seulement par son intérêt:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q12choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q12choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q12choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q12choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q12choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q12choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q12choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><b>Intégrité :</b></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>8. Ce prestataire est honnête dans ses transactions avec notre entreprise:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q13choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q13choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q13choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q13choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q13choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q13choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q13choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>9. Notre entreprise considère ce prestataire comme étant intègre:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q14choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q14choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q14choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q14choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q14choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q14choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q14choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>10. Ce prestataire respecte ses engagements:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q15choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q15choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q15choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q15choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q15choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q15choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q15choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>11. Ce prestataire est sincère et sérieux:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q16choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q16choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q16choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q16choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q16choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q16choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q16choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <img src="http://www.picdo.net/fichiers/2010/5/7/dad2af51-e207-4a90-90c7-6b59c8f7a940_hr.gif" width="329" height="27" />
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><U><b>Dépendance envers le prestataire :</b></U></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><b>Dépendance :</b></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>12. Il est difficile pour notre entreprise de compenser les services fournis par ce prestataire par les services d'un autre:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q17choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q17choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q17choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q17choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q17choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q17choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q17choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>13. Le coût total du transfert vers un autre prestataire comparable est prohibitif pour notre entreprise:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q18choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q18choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q18choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q18choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q18choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q18choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q18choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>14. Si notre entreprise voulait, nous pouvons trouver d'autres prestataires qui peuvent nous fournir des services comparables:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q19choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q19choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q19choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q19choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q19choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q19choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q19choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>15. Notre entreprise dépend fortement de ce prestataire:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q20choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q20choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q20choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q20choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q20choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q20choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q20choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <img src="http://www.picdo.net/fichiers/2010/5/7/dad2af51-e207-4a90-90c7-6b59c8f7a940_hr.gif" width="329" height="27" />
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><U><b>Partage des connaissances :</b></U></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><b>Partage des connaissances explicites :</b></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>16. Nous et notre prestataire de service, nous partageons l'un avec l'autre, les plans et les rapports d'affaires:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q21choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q21choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q21choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q21choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q21choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q21choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q21choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>17. Nous et notre prestataire de service, nous partageons l'un avec l'autre, les manuels, les modèles et les méthodologies de travail:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q22choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q22choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q22choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q22choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q22choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q22choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q22choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>18. Nous et notre prestataire de service, nous partageons l'un avec l'autre, nos histoires d'échec et de réussites:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q23choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q23choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q23choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q23choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q23choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q23choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q23choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>19. Nous partageons avec notre prestataire de service les connaissances obtenues des journaux, des magazines, et de la télévision:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q24choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q24choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q24choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q24choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q24choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q24choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q24choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><b>Partage des connaissances implicites :</b></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>20. Nous et notre prestataire de service, nous partageons l'un avec l'autre, des savoir-faire de l'expérience professionnelle:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q25choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q25choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q25choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q25choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q25choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q25choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q25choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>21. Nous partageons avec notre prestataire des connaissances sur le marché et les concurrents:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q26choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q26choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q26choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q26choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q26choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q26choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q26choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>22. Nous partageons avec notre prestataire des expertises obtenues de l'éducation et de la formation:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q27choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q27choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q27choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q27choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q27choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q27choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q27choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <img src="http://www.picdo.net/fichiers/2010/5/7/dad2af51-e207-4a90-90c7-6b59c8f7a940_hr.gif" width="329" height="27" />
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><U><b>Valeur perçue de l'externalisation :</b></U></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><b>Valeur perçue stratégique</b></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>23. Nous avons pu se concentrer sur notre cœur d'activité:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q28choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q28choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q28choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q28choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q28choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q28choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q28choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>24. Nous avons amélioré la compétence de nos SI:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q29choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q29choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q29choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q29choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q29choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q29choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q29choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>25. Nous avons augmenté l'accès aux personnels qualifiés:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q30choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q30choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q30choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q30choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q30choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q30choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q30choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <b><p>Valeur perçue économique</b></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>26. Nous avons augmenté les économies d'échelle pour les ressources humaines:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q31choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q31choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q31choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q31choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q31choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q31choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q31choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>27. Nous avons augmenté les économies d'échelle pour les ressources technologiques:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q32choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q32choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q32choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q32choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q32choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q32choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q32choix7" value="7"> Fortement en accord (7)<br>
                               </FORM>
    <p>28. Nous avons amélioré le contrôle des dépenses en SI:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q33choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q33choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q33choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q33choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q33choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q33choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q33choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
                               <p><b>Valeur perçue technologique</b></p>
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
    <p>29. Nous avons réduit le risque d'obsolescence technologique:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q34choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q34choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q34choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q34choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q34choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q34choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q34choix7" value="7"> Fortement en accord (7)<br>
                                </FORM>
    <p>30. Nous avons augmenté l'accès à des technologies d'information de pointe:</p>
                               <FORM align="left">
                                    <INPUT type="checkbox" name="Q35choix1" value="1"> Fortement en désaccord (1)<br>
                                    <INPUT type="checkbox" name="Q35choix2" value="2"> En désaccord (2)<br>
                                    <INPUT type="checkbox" name="Q35choix3" value="3"> Plutôt en désaccord (3)<br>
                                    <INPUT type="checkbox" name="Q35choix4" value="4"> Neutre (4)<br>
                                    <INPUT type="checkbox" name="Q35choix5" value="5"> Plutôt en accord (5)<br>
                                    <INPUT type="checkbox" name="Q35choix6" value="6"> En accord (6)<br>
                                    <INPUT type="checkbox" name="Q35choix7" value="7"> Fortement en accord (7)<br>
                               </FORM> 
                               <img src="http://www.picdo.net/fichiers/2010/5/7/18795ca1-1413-4dfc-a2a2-af63dfccf91a_spacer.gif" width="329" height="12" />
     
                               <p><b><U><h2>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</h2></U></b></p>
     
                            </td>
                         </tr>
                      </table>
     
                   </td>
                </tr>
     
                <tr>
                   <td align="center">
                        <INPUT align="center" type="submit" value="Envoyer le formulaire">
                        <p><b><U><h2>______________________________________________________</h2></U></b></p>
                   </td>
                </tr>
     
                <tr>
                   <td align="center" class="footer">
                      <p><span style="font-weight: bold;">Charles-Henri Renou</span> — Etudiant en école d'informatique<span style="font-weight: bold;"> — ITIN à Cergy-Pontoise</span>.</p>
                      <br>
                      <p><span style="font-weight: bold;">Adresse :</span></p>
                      <p>Parc St Christophe</p> 
                      <p>Pôle Galilée - BP 78489</p>
                      <p>95891</p>
                      <p>Cergy Pontoise Cedex</p>
                      <br>
                      <p><span style="font-weight: bold;">Téléphone :</span> 01 34 20 63 63</p>
                      <br>
                      <p><span style="font-weight: bold;">Site Internet de l'école :</span><a href="http://www.itin.fr"> www.itin.fr</a></p>
                   </td>
                </tr>
             </table>
     
          </td>
       </tr>
    </table>
     
     
    </body>
    </html>
    si quelqu'un peut me dire si l'insertion des images est bien codée.

    Encore merci d'avance.

    Charlix
    Il faut toujours avoir l'air d'être con si on veut pouvoir paraitre intelligent de temps en temps.

  7. #7
    Membre habitué
    Inscrit en
    Juillet 2009
    Messages
    156
    Détails du profil
    Informations forums :
    Inscription : Juillet 2009
    Messages : 156
    Points : 160
    Points
    160
    Par défaut
    Normal, une newsletter est un peu différentes des diverses normes qu'on apprends dans le web...

    Déjà première chose, on oublie les CSS... la boite mail va juste gérer le basique, c'est a dire couleur text et répétition de background truc du genre...

    Toutes les images doivent être mise en dure, donc on oublie les arrière plan et surtout toutes les div... pas de div dans une news,

    Ensuite le codage, l'utf-8 n'est pas pris en charge, tout en norme iso, avec les accents correctement codé (je ne sais pas si tu en as, je te sors la liste des restrictions )

    Pour attacher une image d'arrière plan basique à toute ta page:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    <body bgcolor="#C7C5C6" background="http://www.site.com/images/background.jpg" >

    Exemple de début de news:

    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
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>News Mai 2010</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <style type="text/css">
            a:link,a:visited,a:active{
                    text-decoration: underline;
                    border-top-style: none;
                    border-right-style: none;
                    border-bottom-style: none;
                    border-left-style: none;
                    color : #000000;
            }
     
            body {
                    margin: 0px;
                    padding: 0px;
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size: 11px;
                    color : #000000;
                    }
     
     
    </style>
    </head>
    <body bgcolor="#C7C5C6" background="http://www.site.com/images/background.jpg" >
    <table id="news" width="836" border="0" cellpadding="0" cellspacing="0" align="center">
    Et si ta news se découpe en plusieurs partie, table oblige, certaines boites mail gère super mal les style... donc tout à l'ancienne

    Bon courrage, mes premières newsletter quand je suis arrivé à mon taf, je les développais en 3 4 jours, tellement je ne connaissais pas les contraintes et qu'il y en a...

    Aujourd'hui, 3 4h et c'est plié
    Bon courage

    edit: ps: je ne crois pas qu'une news soit capable de gérer des formulaire, surtout au niveau du traitement de celui ci même si il est sur un serveur distant... c'est super restreint une news, et je pense que les balises sont capable de faire passer ta news dans les spams

  8. #8
    Membre régulier Avatar de charlix
    Profil pro
    Étudiant
    Inscrit en
    Janvier 2006
    Messages
    285
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Janvier 2006
    Messages : 285
    Points : 107
    Points
    107
    Par défaut
    Merci Ze Azar pour ta réponse.

    edit: ps: je ne crois pas qu'une news soit capable de gérer des formulaire, surtout au niveau du traitement de celui ci même si il est sur un serveur distant... c'est super restreint une news, et je pense que les balises sont capable de faire passer ta news dans les spams
    Pourquoi penses tu que ce genre de news avec formulaire ne sera gérée ? Il est vrai que le traitement des réponses ne peut se faire par mail, mais à l'aide d'un script php lancé à la suite de l'appui sur un bouton par l'utilisateur, je pense que c'est possible. Enfin j'espere, car c'est ce que je fais en ce moment !!!!!

    Bon je vais traiter tout ça sur un serveur, car sinon trop de boulot.

    Pourrais-tu m'envoyer une exemple de newsletter sympa que tu aurais fait ?

    Merci d'avance.
    Il faut toujours avoir l'air d'être con si on veut pouvoir paraitre intelligent de temps en temps.

Discussions similaires

  1. Envoie d'Etat en PDF par Mail. Coprs du mail au format HTML
    Par DevBaldwin dans le forum VBA Access
    Réponses: 5
    Dernier message: 23/06/2020, 10h09
  2. [OL-2010] Réponse à un mail en HTML par défaut
    Par KPAR3 dans le forum Outlook
    Réponses: 4
    Dernier message: 23/11/2012, 16h34
  3. [Mail] envoi Newsletter format HTML
    Par acidline dans le forum Langage
    Réponses: 6
    Dernier message: 13/08/2009, 15h54
  4. Transfert de réunion - réponse par mail
    Par ALLB dans le forum Outlook
    Réponses: 0
    Dernier message: 23/06/2009, 22h30

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