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

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

Mise en page CSS Discussion :

Scrollbar vertical visibilité (table longue)


Sujet :

Tableau en CSS

  1. #1
    Membre à l'essai
    Profil pro
    Inscrit en
    Novembre 2006
    Messages
    15
    Détails du profil
    Informations personnelles :
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations forums :
    Inscription : Novembre 2006
    Messages : 15
    Points : 14
    Points
    14
    Par défaut Scrollbar vertical visibilité (table longue)
    Bonjour,

    Je rencontre un problème d'affichage de scrollbar en vertical (y). J'ai une table large (2300px) et le scrollbar vertical n’apparaît que lorsque je suis complètement à droite avec le scrollbar horizontal.
    Ma table comporte une entête fixe et les différentes colonnes sont triables, je me suis basé sur le script "tablesort" de GitHub GitHub
    Y-a-t-il une solution pour afficher le scrollbar vertical quelque soit la position en horizontal ?

    Mes codes css, html et javascript
    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
    BODY { background-color: #FFCC99 ; margin-left: 0px ; margin-top: 0px   }
     
    .font7
    	{color:windowtext;
    	font-size:19.0pt;
    	font-weight:700;
    	font-style:normal;
    	text-decoration:none;
    	font-family:Arial, sans-serif;
    	}
    .font8
    	{color:windowtext;
    	font-size:16.0pt;
    	font-weight:400;
    	font-style:normal;
    	text-decoration:none;
    	font-family:Arial, sans-serif;
    	}
    .tbl_titre{
       background-color:#FFFF99;
     }
    a:link
    	{color:blue;
    	font-size:10.0pt;
    	font-weight:400;
    	font-style:normal;
    	text-decoration:underline;
    	text-underline-style:single;
    	font-family:Arial;
    }
    a:visited
    	{color:purple;
    	font-size:10.0pt;
    	font-weight:400;
    	font-style:normal;
    	text-decoration:underline;
    	text-underline-style:single;
    	font-family:Arial;
    }
     
    td
    	{
    	color:windowtext;
    	font-size:10.0pt;
    	font-weight:400;
    	font-style:normal;
    	text-decoration:none;
    	font-family:Arial;
    	text-align:general;
    	vertical-align:bottom;
    	border:none;
    }
    .xl26n
    	{
    	font-size:9.0pt;
    	font-family:Arial, sans-serif;
    	text-align:center;
    	vertical-align:middle;
    	border-top:1px solid;
    	border-right:1px solid;
    	border-bottom:1px solid;
    	border-left:none;
    	background:#99CC00;
    }
    .xl26d
    	{
    	font-size:9.0pt;
    	font-family:Arial, sans-serif;
    	text-align:center;
    	vertical-align:middle;
    	border-top:1px solid;
    	border-right:1px solid;
    	border-bottom:1px solid;
    	border-left:none;
    	background:#BDA44D;
    }
    .xl26m
    	{
    	font-size:9.0pt;
    	font-family:Arial, sans-serif;
    	text-align:center;
    	vertical-align:middle;
    	border-top:1px solid;
    	border-right:1px solid;
    	border-bottom:1px solid;
    	border-left:none;
    	background:#84CECC;
    }
    .xl27
    	{
    	font-size:9.0pt;
    	font-family:Arial, sans-serif;
    	text-align:center;
    	vertical-align:middle;
    	border-top:1px solid;
    	border-right:1px solid;
    	border-bottom:1px solid;
    	border-left:none;
    	background:#FF99CC;
    }
    .xl28
    	{
    	font-weight:700;
    	color:#0000FF;
    	font-family:Arial, sans-serif;
    	text-align:center;
    	vertical-align:middle;
    	border-top:none;
    	border-right:1px solid;
    	border-bottom:1px solid;
    	border-left:1px solid;
    }
    .xl29
    	{
    	font-family:Arial, sans-serif;
    	text-align:center;
    	vertical-align:middle;
    	border-top:none;
    	border-right:1px solid;
    	border-bottom:1px solid;
    	border-left:none;
    	}
    .xl29b
    	{
    	color:#0000FF;
    	font-family:Arial, sans-serif;
    	text-align:center;
    	vertical-align:middle;
    	border-top:none;
    	border-right:1px solid;
    	border-bottom:1px solid;
    	border-left:none;
    	}
    .xl30
    	{
    	font-weight:700;
    	font-family:Arial, sans-serif;
    	text-align:left;
    	vertical-align:middle;
    	border-top:none;
    	border-right:1px solid;
    	border-bottom:1px solid;
    	border-left:none;
    }
    .xl31
    	{
    	font-family:Arial, sans-serif;
    	text-align:left;
    	vertical-align:middle;
    	border-top:none;
    	border-right:1px solid;
    	border-bottom:1px solid;
    	border-left:none;
    }
    .xl32
    	{
    	color:blue;
    	text-decoration:underline;
    	text-underline-style:single;
    	text-align:center;
    	vertical-align:middle;
    	border-top:none;
    	border-right:1px solid;
    	border-bottom:1px solid;
    	border-left:none;
    }
    .xl40
    	{
    	font-size:24.0pt;
    	font-weight:700;
    	font-family:Arial, sans-serif;
    	text-align:left;
    	vertical-align:middle;
    	border-top:none;
    	border-right:none;
    	border-bottom:none;
    	border-left:none;
    	background:#FFFF99;
    }
    .xl41
    	{
    	font-size:8.0pt;
    	font-style:italic;
    	font-family:Arial, sans-serif;
    	text-align:left;
    	vertical-align:middle;
    	border-top:1px solid;
    	border-right:none;
    	border-bottom:none;
    	border-left:none;
    	background:#FFFF99;
    }
     
     
     
    /* table a entete fixe */
    tbody, thead{
      display: block;
    }
     
    tbody{
      height:600px; /* hauteur imposée.... à regler DD mettre hauteur frame - hauteur bandeau(600px)*/
      overflow-y: scroll;
    }
     
     
     
     
    th[role=columnheader]:not(.no-sort) {
    	cursor: pointer;
    }
     
    th[role=columnheader]:not(.no-sort):after {
    	content: '';
    	float: right;
    	margin-top: 7px;
    	border-width: 0 4px 4px;
    	border-style: solid;
    	border-color: #404040 transparent;
    	visibility: hidden;
    	opacity: 0;
    	-ms-user-select: none;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	user-select: none;
    }
     
    th[aria-sort=ascending]:not(.no-sort):after {
    	border-bottom: none;
    	border-width: 4px 4px 0;
    }
     
    th[aria-sort]:not(.no-sort):after {
    	visibility: visible;
    	opacity: 0.4;
    }
     
    th[role=columnheader]:not(.no-sort):hover:after {
    	visibility: visible;
    	opacity: 1;
    }
    Code html : 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
    683
    684
    685
    686
    687
    688
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
    699
    700
    701
    702
    703
    704
    705
    706
    707
    708
    709
    710
    711
    712
    713
    714
    715
    716
    717
    718
    719
    720
    721
    722
    723
    724
    725
    726
    727
    728
    729
    730
    731
    732
    733
    734
    735
    736
    737
    738
    739
    740
    741
    742
    743
    744
    745
    746
    747
    748
    749
    750
    751
    752
    753
    754
    755
    756
    757
    758
    759
    760
    761
    762
    763
    764
    765
    766
    767
    768
    769
    770
    771
    772
    773
    774
    775
    776
    777
    778
    779
    780
    781
    782
    783
    784
    785
    786
    787
    788
    789
    790
    791
    792
    793
    794
    795
    796
    797
    798
    799
    800
    801
    802
    803
    804
    805
    806
    807
    808
    809
    810
    811
    812
    813
    814
    815
    816
    817
    818
    819
    820
    821
    822
    823
    824
    825
    826
    827
    828
    829
    830
    831
    832
    833
    834
    835
    836
    837
    838
    839
    840
    841
    842
    843
    844
    845
    846
    847
    848
    849
    850
    851
    852
    853
    854
    855
    856
    857
    858
    859
    860
    861
    862
    863
    864
    865
    866
    867
    868
    869
    870
    871
    872
    873
    874
    875
    876
    877
    878
    879
    880
    881
    882
    883
    884
    885
    886
    887
    888
    889
    890
    891
    892
    893
    894
    895
    896
    897
    898
    899
    900
    901
    902
    903
    904
    905
    906
    907
    908
    909
    910
    911
    912
    913
    914
    915
    916
    917
    918
    919
    920
    921
    922
    923
    924
    925
    926
    927
    928
    929
    930
    931
    932
    933
    934
    935
    936
    937
    938
    939
    940
    941
    942
    943
    944
    945
    946
    947
    948
    949
    950
    951
    952
    953
    954
    955
    956
    957
    958
    959
    960
    961
    962
    963
    964
    965
    966
    967
    968
    969
    970
    971
    972
    973
    974
    975
    976
    977
    978
    979
    980
    981
    982
    983
    984
    985
    986
    987
    988
    989
    990
    991
    992
    993
    994
    995
    996
    997
    998
    999
    1000
    1001
    1002
    1003
    1004
    1005
    1006
    1007
    1008
    1009
    1010
    1011
    1012
    1013
    1014
    1015
    1016
    1017
    1018
    1019
    1020
    1021
    1022
    1023
    1024
    1025
    1026
    1027
    1028
    1029
    1030
    1031
    1032
    1033
    1034
    1035
    1036
    1037
    1038
    1039
    1040
    1041
    1042
    1043
    1044
    1045
    1046
    1047
    1048
    1049
    1050
    1051
    1052
    1053
    1054
    1055
    1056
    1057
    1058
    1059
    1060
    1061
    1062
    1063
    1064
    1065
    1066
    1067
    1068
    1069
    1070
    1071
    1072
    1073
    1074
    1075
    1076
    1077
    1078
    1079
    1080
    1081
    1082
    1083
    1084
    1085
    1086
    1087
    1088
    1089
    1090
    1091
    1092
    1093
    1094
    1095
    1096
    1097
    1098
    1099
    1100
    1101
    1102
    1103
    1104
    1105
    1106
    1107
    1108
    1109
    1110
    1111
    1112
    1113
    1114
    1115
    1116
    1117
    1118
    1119
    1120
    1121
    1122
    1123
    1124
    1125
    1126
    1127
    1128
    1129
    1130
    1131
    1132
    1133
    1134
    1135
    1136
    1137
    1138
    1139
    1140
    1141
    1142
    1143
    1144
    1145
    1146
    1147
    1148
    1149
    1150
    1151
    1152
    1153
    1154
    1155
    1156
    1157
    1158
    1159
    1160
    1161
    1162
    1163
    1164
    1165
    1166
    1167
    1168
    1169
    1170
    1171
    1172
    1173
    1174
    1175
    1176
    1177
    1178
    1179
    1180
    1181
    1182
    1183
    1184
    1185
    1186
    1187
    1188
    1189
    1190
    1191
    1192
    1193
    1194
    1195
    1196
    1197
    1198
    1199
    1200
    1201
    1202
    1203
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset=utf-8 />
    <title></title>
    </head>
     
    <link href='tablesort.css' rel='stylesheet'>
     
    <script LANGUAGE="JAVASCRIPT" src='tablesort.js'></script>
    <body bgcolor="#D5F3F9">
     
     
    <table id='sort' border=0 cellpadding=0 cellspacing=0 width=2307 >
      <thead>
    <tr>
    <th width=42 class=xl26n>n&deg; ordre</th>
    <th width=26 class=xl26n>J</th><th width=26 class=xl26n>M</th><th width=40 class=xl26n>A</th>
    <th width=26 class=xl26n>M/F</th>
    <th width=145 class=xl26n>Nom</th>
    <th width=145 class=xl26n>Pr&eacute;nom</th>
    <th width=34 class=xl26n>† p&egrave;re</th>
    <th width=145 class=xl26n>Pr&eacute;nom du p&egrave;re</th>
    <th width=145 class=xl26n>Nom de la m&egrave;re</th>
    <th width=34 class=xl26n>† m&egrave;re</th>
    <th width=145 class=xl26n>Pr&eacute;nom de la m&egrave;re</th>
    <th width=200 class=xl26n>Parrain</th>
    <th width=200 class=xl26n>Marraine</th>
    <th width=45 class=xl26n>n&deg; photo</th>
    <th width=910 class=xl26n>Observations</th>
    </tr>
      </thead>
      <tbody>
     
     
     
    <tr id="l1" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5110</td>
    <td width=26 class=xl29>03</td>
    <td width=26 class=xl29>01</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;PEYRET</td>
    <td width=145 class=xl31>&nbsp;Louis Eugène </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jules </td>
    <td width=143 class=xl31>&nbsp;GABERT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Louise Eugénie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200276.jpg" target="_blank">0276</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l2" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5111</td>
    <td width=26 class=xl29>20</td>
    <td width=26 class=xl29>01</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;TRANCHAND</td>
    <td width=145 class=xl31>&nbsp;Marguerite Germaine </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean </td>
    <td width=143 class=xl31>&nbsp;CHORREIN</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Catherine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200276.jpg" target="_blank">0276</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l3" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5112</td>
    <td width=26 class=xl29>02</td>
    <td width=26 class=xl29>02</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;CHAMPIN</td>
    <td width=145 class=xl31>&nbsp;Marius Etienne </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Antoine </td>
    <td width=143 class=xl31>&nbsp;BERNARD</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Anne </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200277.jpg" target="_blank">0277</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l4" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5113</td>
    <td width=26 class=xl29>12</td>
    <td width=26 class=xl29>02</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;GARON</td>
    <td width=145 class=xl31>&nbsp;Louis Joseph </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Claude </td>
    <td width=143 class=xl31>&nbsp;PACCALIER</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Alexandrine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200277.jpg" target="_blank">0277</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l5" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5114</td>
    <td width=26 class=xl29>27</td>
    <td width=26 class=xl29>02</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;PERATTONE</td>
    <td width=145 class=xl31>&nbsp;César Pétrus Joseph </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Eugène </td>
    <td width=143 class=xl31>&nbsp;GARZENA</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200277.jpg" target="_blank">0277</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l6" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5115</td>
    <td width=26 class=xl29>07</td>
    <td width=26 class=xl29>03</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;LEYMIN</td>
    <td width=145 class=xl31>&nbsp;Anne Joséphine </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Joseph </td>
    <td width=143 class=xl31>&nbsp;MANIN</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200278.jpg" target="_blank">0278</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l7" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5116</td>
    <td width=26 class=xl29>23</td>
    <td width=26 class=xl29>03</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;VANEL</td>
    <td width=145 class=xl31>&nbsp;Félix </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Antoine </td>
    <td width=143 class=xl31>&nbsp;CHEVALLIER</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Antoinette Louise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200278.jpg" target="_blank">0278</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l8" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5117</td>
    <td width=26 class=xl29>24</td>
    <td width=26 class=xl29>03</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;VACHER</td>
    <td width=145 class=xl31>&nbsp;Jean Antoine </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Antoine </td>
    <td width=143 class=xl31>&nbsp;FLACHER</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Francine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200278.jpg" target="_blank">0278</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l9" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5118</td>
    <td width=26 class=xl29>26</td>
    <td width=26 class=xl29>03</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;PUZIN</td>
    <td width=145 class=xl31>&nbsp;Marie Antoinette </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Marie </td>
    <td width=143 class=xl31>&nbsp;RIVOIRE</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200279.jpg" target="_blank">0279</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l10" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5119</td>
    <td width=26 class=xl29>29</td>
    <td width=26 class=xl29>03</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;FAUVET</td>
    <td width=145 class=xl31>&nbsp;Joseph Claudius </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Antoine </td>
    <td width=143 class=xl31>&nbsp;FLAVIN</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200279.jpg" target="_blank">0279</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l11" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5120</td>
    <td width=26 class=xl29>04</td>
    <td width=26 class=xl29>04</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;COGNET</td>
    <td width=145 class=xl31>&nbsp;Joséphine </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Pierre </td>
    <td width=143 class=xl31>&nbsp;DUCROS</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200279.jpg" target="_blank">0279</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l12" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5121</td>
    <td width=26 class=xl29>17</td>
    <td width=26 class=xl29>04</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;DARMANCIER</td>
    <td width=145 class=xl31>&nbsp;Henry Claudius </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Etienne </td>
    <td width=143 class=xl31>&nbsp;SIBERT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Catherine Claudine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200280.jpg" target="_blank">0280</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l13" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5122</td>
    <td width=26 class=xl29>28</td>
    <td width=26 class=xl29>04</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;MANTEL</td>
    <td width=145 class=xl31>&nbsp;Hortense </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Claue </td>
    <td width=143 class=xl31>&nbsp;MANIN</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Françoise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200280.jpg" target="_blank">0280</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l14" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5123</td>
    <td width=26 class=xl29>01</td>
    <td width=26 class=xl29>05</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;MORETTON</td>
    <td width=145 class=xl31>&nbsp;Marie Benoîte </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Marie </td>
    <td width=143 class=xl31>&nbsp;DUPLANIL</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Françoise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200280.jpg" target="_blank">0280</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l15" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5124</td>
    <td width=26 class=xl29>03</td>
    <td width=26 class=xl29>05</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;CROIZAT</td>
    <td width=145 class=xl31>&nbsp;Marie Joséphine Clotil</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Marie </td>
    <td width=143 class=xl31>&nbsp;VILLARD</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Clotilde </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200281.jpg" target="_blank">0281</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l16" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5125</td>
    <td width=26 class=xl29>12</td>
    <td width=26 class=xl29>05</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;GABERT</td>
    <td width=145 class=xl31>&nbsp;Antoine </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Pierre </td>
    <td width=143 class=xl31>&nbsp;TONDU</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Françoise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200281.jpg" target="_blank">0281</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l17" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5126</td>
    <td width=26 class=xl29>26</td>
    <td width=26 class=xl29>05</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;BLANCHERY</td>
    <td width=145 class=xl31>&nbsp;Jean Pierre </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Antoine André </td>
    <td width=143 class=xl31>&nbsp;DERVIEUX</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Mathilde Antoinette </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200281.jpg" target="_blank">0281</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l18" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5127</td>
    <td width=26 class=xl29>28</td>
    <td width=26 class=xl29>05</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;FRANCOIS</td>
    <td width=145 class=xl31>&nbsp;Marie Louise </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean </td>
    <td width=143 class=xl31>&nbsp;VALLIN</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Joséphine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200282.jpg" target="_blank">0282</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l19" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5128</td>
    <td width=26 class=xl29>17</td>
    <td width=26 class=xl29>07</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;BOUILLOUX</td>
    <td width=145 class=xl31>&nbsp;Félix </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Régis </td>
    <td width=143 class=xl31>&nbsp;JOUBERT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Fleurine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200282.jpg" target="_blank">0282</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l20" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5129</td>
    <td width=26 class=xl29>18</td>
    <td width=26 class=xl29>08</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;LOUP</td>
    <td width=145 class=xl31>&nbsp;Jean Pierre </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Joseph </td>
    <td width=143 class=xl31>&nbsp;MOULIN</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Antoinette </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200282.jpg" target="_blank">0282</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l21" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5130</td>
    <td width=26 class=xl29>31</td>
    <td width=26 class=xl29>08</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;CHAMPIN</td>
    <td width=145 class=xl31>&nbsp;Pierre </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Antoine </td>
    <td width=143 class=xl31>&nbsp;GUIBERT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Louise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200283.jpg" target="_blank">0283</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l22" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5131</td>
    <td width=26 class=xl29>02</td>
    <td width=26 class=xl29>09</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;GATET</td>
    <td width=145 class=xl31>&nbsp;Rose Pierrette </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Baptiste </td>
    <td width=143 class=xl31>&nbsp;BONY</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Claudine Françoise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200283.jpg" target="_blank">0283</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l23" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5133</td>
    <td width=26 class=xl29>01</td>
    <td width=26 class=xl29>10</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;POUZET</td>
    <td width=145 class=xl31>&nbsp;Joseph </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Pierre </td>
    <td width=143 class=xl31>&nbsp;GUIBERT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200284.jpg" target="_blank">0284</A></td>
    <td width=910 class=xl31>&nbsp;jumeau</td>
    </tr>
    <tr id="l24" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5132</td>
    <td width=26 class=xl29>01</td>
    <td width=26 class=xl29>10</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;POUZEZT</td>
    <td width=145 class=xl31>&nbsp;Jeanne Eugénie </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Pierre </td>
    <td width=143 class=xl31>&nbsp;GUIBERT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200283.jpg" target="_blank">0283</A></td>
    <td width=910 class=xl31>&nbsp;jumelle</td>
    </tr>
    <tr id="l25" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5134</td>
    <td width=26 class=xl29>14</td>
    <td width=26 class=xl29>10</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;OGIER</td>
    <td width=145 class=xl31>&nbsp;Jean Claude Joseph </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Baptiste </td>
    <td width=143 class=xl31>&nbsp;FANJAT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Louise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200284.jpg" target="_blank">0284</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l26" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5135</td>
    <td width=26 class=xl29>18</td>
    <td width=26 class=xl29>10</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;PACALON</td>
    <td width=145 class=xl31>&nbsp;Francine Marie </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean </td>
    <td width=143 class=xl31>&nbsp;GAY</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Sophie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200284.jpg" target="_blank">0284</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l27" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5136</td>
    <td width=26 class=xl29>04</td>
    <td width=26 class=xl29>11</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;DORIF</td>
    <td width=145 class=xl31>&nbsp;Antoine Claudius </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean </td>
    <td width=143 class=xl31>&nbsp;VILLARD</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Claudine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200285.jpg" target="_blank">0285</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l28" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5137</td>
    <td width=26 class=xl29>10</td>
    <td width=26 class=xl29>11</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;ROYET</td>
    <td width=145 class=xl31>&nbsp;Adrien Marius </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Philibert </td>
    <td width=143 class=xl31>&nbsp;MAIGRE</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Eugénie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200285.jpg" target="_blank">0285</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l29" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5138</td>
    <td width=26 class=xl29>22</td>
    <td width=26 class=xl29>11</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;BERTHIER</td>
    <td width=145 class=xl31>&nbsp;Marguerite Louise </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Joseph </td>
    <td width=143 class=xl31>&nbsp;GANAVAT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200285.jpg" target="_blank">0285</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l30" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5139</td>
    <td width=26 class=xl29>23</td>
    <td width=26 class=xl29>11</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;GARON</td>
    <td width=145 class=xl31>&nbsp;Antoine Clément </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Claude </td>
    <td width=143 class=xl31>&nbsp;GABERT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Louise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200286.jpg" target="_blank">0286</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l31" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5140</td>
    <td width=26 class=xl29>29</td>
    <td width=26 class=xl29>11</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;MASSE</td>
    <td width=145 class=xl31>&nbsp;Marguerie Marcelline </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Etienne Auguste </td>
    <td width=143 class=xl31>&nbsp;FOND</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Antoinette </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200286.jpg" target="_blank">0286</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l32" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5141</td>
    <td width=26 class=xl29>29</td>
    <td width=26 class=xl29>12</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;HERARD</td>
    <td width=145 class=xl31>&nbsp;Rose Cécile Perrine </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean André </td>
    <td width=143 class=xl31>&nbsp;MIGUET</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Rosalie Ohilomène </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200286.jpg" target="_blank">0286</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l33" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5143</td>
    <td width=26 class=xl29>30</td>
    <td width=26 class=xl29>12</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;VANEL</td>
    <td width=145 class=xl31>&nbsp;Louis Philibert Albert</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Joseph </td>
    <td width=143 class=xl31>&nbsp;GENTE</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marguerite </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200287.jpg" target="_blank">0287</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l34" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5142</td>
    <td width=26 class=xl29>30</td>
    <td width=26 class=xl29>12</td>
    <td width=40 class=xl29>1890</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;LAFOY</td>
    <td width=145 class=xl31>&nbsp;Joannès </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Pierre </td>
    <td width=143 class=xl31>&nbsp;ROYET</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Antoinette </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200287.jpg" target="_blank">0287</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l35" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5144</td>
    <td width=26 class=xl29>03</td>
    <td width=26 class=xl29>01</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;BASSET</td>
    <td width=145 class=xl31>&nbsp;Jacques </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean </td>
    <td width=143 class=xl31>&nbsp;COTE</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Françoise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200289.jpg" target="_blank">0289</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l36" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5145</td>
    <td width=26 class=xl29>08</td>
    <td width=26 class=xl29>01</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;VANEL</td>
    <td width=145 class=xl31>&nbsp;Joannès </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Louis </td>
    <td width=143 class=xl31>&nbsp;LEYMIN</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Etiennette </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200289.jpg" target="_blank">0289</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l37" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5146</td>
    <td width=26 class=xl29>28</td>
    <td width=26 class=xl29>01</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;ODIER</td>
    <td width=145 class=xl31>&nbsp;Anna Adrienne </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;André </td>
    <td width=143 class=xl31>&nbsp;ROYET</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Thérèse Alexandrine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200290.jpg" target="_blank">0290</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l38" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5147</td>
    <td width=26 class=xl29>09</td>
    <td width=26 class=xl29>02</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;JAMET</td>
    <td width=145 class=xl31>&nbsp;François </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Claude </td>
    <td width=143 class=xl31>&nbsp;VILLARD</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Magdeleine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200290.jpg" target="_blank">0290</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l39" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5148</td>
    <td width=26 class=xl29>18</td>
    <td width=26 class=xl29>02</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;CLUSEL</td>
    <td width=145 class=xl31>&nbsp;Jean Marie </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Baptiste </td>
    <td width=143 class=xl31>&nbsp;BESSON</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jenny </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200290.jpg" target="_blank">0290</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l40" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5149</td>
    <td width=26 class=xl29>23</td>
    <td width=26 class=xl29>02</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;PONTET</td>
    <td width=145 class=xl31>&nbsp;Jean Antoine </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Guillaume </td>
    <td width=143 class=xl31>&nbsp;BOUILLATON</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Louise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200291.jpg" target="_blank">0291</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l41" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5150</td>
    <td width=26 class=xl29>22</td>
    <td width=26 class=xl29>03</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;TONDU</td>
    <td width=145 class=xl31>&nbsp;Marie Benoîte </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Pierre </td>
    <td width=143 class=xl31>&nbsp;POULAT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Jeny </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200291.jpg" target="_blank">0291</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l42" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5151</td>
    <td width=26 class=xl29>26</td>
    <td width=26 class=xl29>03</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;REVON</td>
    <td width=145 class=xl31>&nbsp;Francia Joséphine </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Etienne </td>
    <td width=143 class=xl31>&nbsp;GRANGE</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Anne Antoinette </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200291.jpg" target="_blank">0291</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l43" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5152</td>
    <td width=26 class=xl29>27</td>
    <td width=26 class=xl29>03</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;VANEL</td>
    <td width=145 class=xl31>&nbsp;Clémence </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Antoine </td>
    <td width=143 class=xl31>&nbsp;CHEVALLIER</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Antoinette </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200292.jpg" target="_blank">0292</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l44" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5153</td>
    <td width=26 class=xl29>19</td>
    <td width=26 class=xl29>04</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;VANEL</td>
    <td width=145 class=xl31>&nbsp;Claudine Rosalie </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Louis Claudius </td>
    <td width=143 class=xl31>&nbsp;CHAZOT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Virginie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200292.jpg" target="_blank">0292</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l45" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5154</td>
    <td width=26 class=xl29>02</td>
    <td width=26 class=xl29>05</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;MANIN</td>
    <td width=145 class=xl31>&nbsp;Etienne Jean Charles </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean </td>
    <td width=143 class=xl31>&nbsp;GABERT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Etiennette </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200292.jpg" target="_blank">0292</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l46" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5155</td>
    <td width=26 class=xl29>04</td>
    <td width=26 class=xl29>05</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;PERROT</td>
    <td width=145 class=xl31>&nbsp;Marie Louise </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Pierre Jean François </td>
    <td width=143 class=xl31>&nbsp;FRECON</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Etiennette </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200293.jpg" target="_blank">0293</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l47" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5156</td>
    <td width=26 class=xl29>12</td>
    <td width=26 class=xl29>05</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;GARON</td>
    <td width=145 class=xl31>&nbsp;Joséphine Claudia </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Claude Philibert </td>
    <td width=143 class=xl31>&nbsp;PACCALIER</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Alexandrine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200293.jpg" target="_blank">0293</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l48" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5157</td>
    <td width=26 class=xl29>17</td>
    <td width=26 class=xl29>05</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;MONNET</td>
    <td width=145 class=xl31>&nbsp;Jean Clau_de </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Auguste </td>
    <td width=143 class=xl31>&nbsp;BALAS</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Louise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200293.jpg" target="_blank">0293</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l49" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5158</td>
    <td width=26 class=xl29>22</td>
    <td width=26 class=xl29>05</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;MOULIN</td>
    <td width=145 class=xl31>&nbsp;Jeanne Marie </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Claude </td>
    <td width=143 class=xl31>&nbsp;DUFOUR</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Louise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200294.jpg" target="_blank">0294</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l50" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5159</td>
    <td width=26 class=xl29>26</td>
    <td width=26 class=xl29>05</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;BOUCHE</td>
    <td width=145 class=xl31>&nbsp;Alexandre </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Clément </td>
    <td width=143 class=xl31>&nbsp;CONTAMIN</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Eugénie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200294.jpg" target="_blank">0294</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l51" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5160</td>
    <td width=26 class=xl29>04</td>
    <td width=26 class=xl29>06</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;CHAPELANT</td>
    <td width=145 class=xl31>&nbsp;Jean Julien Marius </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Joannès Antoine </td>
    <td width=143 class=xl31>&nbsp;COLOMBET</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Antoinette </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200294.jpg" target="_blank">0294</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l52" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5161</td>
    <td width=26 class=xl29>14</td>
    <td width=26 class=xl29>06</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;DURAND</td>
    <td width=145 class=xl31>&nbsp;Marie </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Antoine Joseph </td>
    <td width=143 class=xl31>&nbsp;VERZIER</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Claudine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200294.jpg" target="_blank">0294</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l53" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5162</td>
    <td width=26 class=xl29>29</td>
    <td width=26 class=xl29>07</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;FRANCOIS</td>
    <td width=145 class=xl31>&nbsp;Marie Rosalie </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Antoine </td>
    <td width=143 class=xl31>&nbsp;BAUDRAND</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Fleurine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200295.jpg" target="_blank">0295</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l54" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5163</td>
    <td width=26 class=xl29>05</td>
    <td width=26 class=xl29>08</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;DERVIEUX</td>
    <td width=145 class=xl31>&nbsp;Henry </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean François </td>
    <td width=143 class=xl31>&nbsp;BERNARD</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200295.jpg" target="_blank">0295</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l55" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5164</td>
    <td width=26 class=xl29>30</td>
    <td width=26 class=xl29>08</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;RONDEAU</td>
    <td width=145 class=xl31>&nbsp;Charles Marius </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean </td>
    <td width=143 class=xl31>&nbsp;RIBA</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Louise </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200296.jpg" target="_blank">0296</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l56" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5165</td>
    <td width=26 class=xl29>08</td>
    <td width=26 class=xl29>09</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;VANEL</td>
    <td width=145 class=xl31>&nbsp;André Claudius </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean Pierre </td>
    <td width=143 class=xl31>&nbsp;CHAMPINOT</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Thérèse </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200296.jpg" target="_blank">0296</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l57" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5166</td>
    <td width=26 class=xl29>12</td>
    <td width=26 class=xl29>09</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;FRANCOIS</td>
    <td width=145 class=xl31>&nbsp;Mrie Marguerite </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean </td>
    <td width=143 class=xl31>&nbsp;VALLON</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Joséphine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200296.jpg" target="_blank">0296</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l58" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5167</td>
    <td width=26 class=xl29>04</td>
    <td width=26 class=xl29>10</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;GARON</td>
    <td width=145 class=xl31>&nbsp;Louise Jeanne </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Benoît </td>
    <td width=143 class=xl31>&nbsp;BONNETTON</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Adèle Eugenie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200297.jpg" target="_blank">0297</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l59" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5168</td>
    <td width=26 class=xl29>13</td>
    <td width=26 class=xl29>10</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;VANEL</td>
    <td width=145 class=xl31>&nbsp;Marie Antoinette </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Nicolas </td>
    <td width=143 class=xl31>&nbsp;PERRETON</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Eugénie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200297.jpg" target="_blank">0297</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l60" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5169</td>
    <td width=26 class=xl29>01</td>
    <td width=26 class=xl29>11</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;DORIF</td>
    <td width=145 class=xl31>&nbsp;Jeanne Antoinette </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean </td>
    <td width=143 class=xl31>&nbsp;VILLARD</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Claudine </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200297.jpg" target="_blank">0297</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l61" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5170</td>
    <td width=26 class=xl29>17</td>
    <td width=26 class=xl29>11</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;BOUILLOUX</td>
    <td width=145 class=xl31>&nbsp;Louis Marius </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Alexandre </td>
    <td width=143 class=xl31>&nbsp;DUPUIS</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200298.jpg" target="_blank">0298</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l62" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5171</td>
    <td width=26 class=xl29>18</td>
    <td width=26 class=xl29>11</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;GUILLERMET</td>
    <td width=145 class=xl31>&nbsp;Jeanne Marie </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Claude </td>
    <td width=143 class=xl31>&nbsp;THURY</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Marie Léonie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200298.jpg" target="_blank">0298</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l63" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5172</td>
    <td width=26 class=xl29>05</td>
    <td width=26 class=xl29>12</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>M</td>
    <td width=145 class=xl30>&nbsp;VILLON</td>
    <td width=145 class=xl31>&nbsp;Joseph Marius </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Antoine Hyppolite </td>
    <td width=143 class=xl31>&nbsp;PLASSON</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Catherine Stéphanie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200298.jpg" target="_blank">0298</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
    <tr id="l64" onClick="Couleur(this.id)">
    <td width=41 class=xl28>5173</td>
    <td width=26 class=xl29>24</td>
    <td width=26 class=xl29>12</td>
    <td width=40 class=xl29>1891</td>
    <td width=26 class=xl29>F</td>
    <td width=145 class=xl30>&nbsp;CACHET</td>
    <td width=145 class=xl31>&nbsp;Marie Victorine </td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Jean </td>
    <td width=143 class=xl31>&nbsp;MONTET</td>
    <td width=34 class=xl29>&nbsp;</td>
    <td width=145 class=xl31>&nbsp;Benoîte Eugénie </td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=200 class=xl31>&nbsp;&nbsp;</td>
    <td width=45 class=xl29b><A HREF="../prec_suiv.php?phot_id=photos%20registres/Ampuis/1873_1892 N/Photo%200299.jpg" target="_blank">0299</A></td>
    <td width=910 class=xl31>&nbsp;</td>
    </tr>
     
     </tbody>
    </table>
     
     
     
     
    <!-- Tests -->
    <script>
     new Tablesort(document.getElementById('sort'));
    </script>
     
     
    </body>
    </html>

    Code javascript : 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
    ;(function() {
      function Tablesort(el, options) {
        if (!(this instanceof Tablesort)) return new Tablesort(el, options);
     
        if (!el || el.tagName !== 'TABLE') {
          throw new Error('Element must be a table');
        }
        this.init(el, options || {});
      }
     
      var sortOptions = [];
     
      var createEvent = function(name) {
        var evt;
     
        if (!window.CustomEvent || typeof window.CustomEvent !== 'function') {
          evt = document.createEvent('CustomEvent');
          evt.initCustomEvent(name, false, false, undefined);
        } else {
          evt = new CustomEvent(name);
        }
     
        return evt;
      };
     
      var getInnerText = function(el,options) {
        return el.getAttribute(options.sortAttribute || 'data-sort') || el.textContent || el.innerText || '';
      };
     
      // Default sort method if no better sort method is found
      var caseInsensitiveSort = function(a, b) {
        a = a.trim().toLowerCase();
        b = b.trim().toLowerCase();
     
        if (a === b) return 0;
        if (a < b) return 1;
     
        return -1;
      };
     
      var getCellByKey = function(cells, key) {
        return [].slice.call(cells).find(function(cell) {
          return cell.getAttribute('data-sort-column-key') === key;
        });
      };
     
      // Stable sort function
      // If two elements are equal under the original sort function,
      // then there relative order is reversed
      var stabilize = function(sort, antiStabilize) {
        return function(a, b) {
          var unstableResult = sort(a.td, b.td);
     
          if (unstableResult === 0) {
            if (antiStabilize) return b.index - a.index;
            return a.index - b.index;
          }
     
          return unstableResult;
        };
      };
     
      Tablesort.extend = function(name, pattern, sort) {
        if (typeof pattern !== 'function' || typeof sort !== 'function') {
          throw new Error('Pattern and sort must be a function');
        }
     
        sortOptions.push({
          name: name,
          pattern: pattern,
          sort: sort
        });
      };
     
      Tablesort.prototype = {
     
        init: function(el, options) {
          var that = this,
              firstRow,
              defaultSort,
              i,
              cell;
     
          that.table = el;
          that.thead = false;
          that.options = options;
     
          if (el.rows && el.rows.length > 0) {
            if (el.tHead && el.tHead.rows.length > 0) {
              for (i = 0; i < el.tHead.rows.length; i++) {
                if (el.tHead.rows[i].getAttribute('data-sort-method') === 'thead') {
                  firstRow = el.tHead.rows[i];
                  break;
                }
              }
              if (!firstRow) {
                firstRow = el.tHead.rows[el.tHead.rows.length - 1];
              }
              that.thead = true;
            } else {
              firstRow = el.rows[0];
            }
          }
     
          if (!firstRow) return;
     
          var onClick = function() {
            if (that.current && that.current !== this) {
              that.current.removeAttribute('aria-sort');
            }
     
            that.current = this;
            that.sortTable(this);
          };
     
          // Assume first row is the header and attach a click handler to each.
          for (i = 0; i < firstRow.cells.length; i++) {
            cell = firstRow.cells[i];
            cell.setAttribute('role','columnheader');
            if (cell.getAttribute('data-sort-method') !== 'none') {
              cell.tabindex = 0;
              cell.addEventListener('click', onClick, false);
     
              if (cell.getAttribute('data-sort-default') !== null) {
                defaultSort = cell;
              }
            }
          }
     
          if (defaultSort) {
            that.current = defaultSort;
            that.sortTable(defaultSort);
          }
        },
     
        sortTable: function(header, update) {
          var that = this,
              columnKey = header.getAttribute('data-sort-column-key'),
              column = header.cellIndex,
              sortFunction = caseInsensitiveSort,
              item = '',
              items = [],
              i = that.thead ? 0 : 1,
              sortMethod = header.getAttribute('data-sort-method'),
              sortOrder = header.getAttribute('aria-sort');
     
          that.table.dispatchEvent(createEvent('beforeSort'));
     
          // If updating an existing sort, direction should remain unchanged.
          if (!update) {
            if (sortOrder === 'ascending') {
              sortOrder = 'descending';
            } else if (sortOrder === 'descending') {
              sortOrder = 'ascending';
            } else {
              sortOrder = that.options.descending ? 'descending' : 'ascending';
            }
     
            header.setAttribute('aria-sort', sortOrder);
          }
     
          if (that.table.rows.length < 2) return;
     
          // If we force a sort method, it is not necessary to check rows
          if (!sortMethod) {
            var cell;
            while (items.length < 3 && i < that.table.tBodies[0].rows.length) {
              if(columnKey) {
                cell = getCellByKey(that.table.tBodies[0].rows[i].cells, columnKey);
              } else {
                cell = that.table.tBodies[0].rows[i].cells[column];
              }
     
              // Treat missing cells as empty cells
              item = cell ? getInnerText(cell,that.options) : "";
     
              item = item.trim();
     
              if (item.length > 0) {
                items.push(item);
              }
     
              i++;
            }
     
            if (!items) return;
          }
     
          for (i = 0; i < sortOptions.length; i++) {
            item = sortOptions[i];
     
            if (sortMethod) {
              if (item.name === sortMethod) {
                sortFunction = item.sort;
                break;
              }
            } else if (items.every(item.pattern)) {
              sortFunction = item.sort;
              break;
            }
          }
     
          that.col = column;
     
          for (i = 0; i < that.table.tBodies.length; i++) {
            var newRows = [],
                noSorts = {},
                j,
                totalRows = 0,
                noSortsSoFar = 0;
     
            if (that.table.tBodies[i].rows.length < 2) continue;
     
            for (j = 0; j < that.table.tBodies[i].rows.length; j++) {
              var cell;
     
              item = that.table.tBodies[i].rows[j];
              if (item.getAttribute('data-sort-method') === 'none') {
                // keep no-sorts in separate list to be able to insert
                // them back at their original position later
                noSorts[totalRows] = item;
              } else {
                if (columnKey) {
                  cell = getCellByKey(item.cells, columnKey);
                } else {
                  cell = item.cells[that.col];
                }
                // Save the index for stable sorting
                newRows.push({
                  tr: item,
                  td: cell ? getInnerText(cell,that.options) : '',
                  index: totalRows
                });
              }
              totalRows++;
            }
            // Before we append should we reverse the new array or not?
            // If we reverse, the sort needs to be `anti-stable` so that
            // the double negatives cancel out
            if (sortOrder === 'descending') {
              newRows.sort(stabilize(sortFunction, true));
            } else {
              newRows.sort(stabilize(sortFunction, false));
              newRows.reverse();
            }
     
            // append rows that already exist rather than creating new ones
            for (j = 0; j < totalRows; j++) {
              if (noSorts[j]) {
                // We have a no-sort row for this position, insert it here.
                item = noSorts[j];
                noSortsSoFar++;
              } else {
                item = newRows[j - noSortsSoFar].tr;
              }
     
              // appendChild(x) moves x if already present somewhere else in the DOM
              that.table.tBodies[i].appendChild(item);
            }
          }
     
          that.table.dispatchEvent(createEvent('afterSort'));
        },
     
        refresh: function() {
          if (this.current !== undefined) {
            this.sortTable(this.current, true);
          }
        }
      };
     
      if (typeof module !== 'undefined' && module.exports) {
        module.exports = Tablesort;
      } else {
        window.Tablesort = Tablesort;
      }
    })();
     
    function Couleur (id)
    {
     
    /* ---
    - rien, on clic -> on surligne
    - case deja surlignée, clic sur autre -> on enleve la 1ere, met la 2e
    - case déjà surlignée, clic sur même -> on enleve la 1ere - modifie on fait rien*/
     
    // ici on configure la couleur au clic:
    this.couleur = '#d1add1';
     
    this.id=id;
     
    if (typeof this.highlighted=='undefined' || this.highlighted=='')
    {
    document.getElementById(this.id).style.background = this.couleur;
    this.highlighted=this.id;
    }
    else
    {
    if (this.id!=this.highlighted)
    {
    document.getElementById(this.id).style.background = this.couleur;
    document.getElementById(this.highlighted).style.background = '#FFCC99';
    this.highlighted = this.id;
    }
    //else
    //{
    //document.getElementById(this.id).style.background = '#FFCC99';
    //this.highlighted = '';
    //}
    }
    }

  2. #2
    Expert éminent sénior
    Avatar de mathieu
    Profil pro
    Inscrit en
    Juin 2003
    Messages
    10 235
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2003
    Messages : 10 235
    Points : 15 532
    Points
    15 532
    Par défaut
    je pense que le souci vient du "width=2307" qui est dans le code html.
    si vous enlevez cela, le tableau s'adaptera à la largeur de l'écran.

  3. #3
    Membre à l'essai
    Profil pro
    Inscrit en
    Novembre 2006
    Messages
    15
    Détails du profil
    Informations personnelles :
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations forums :
    Inscription : Novembre 2006
    Messages : 15
    Points : 14
    Points
    14
    Par défaut
    Si j’enlève le width=2307 le tableau devient illisible et de plus la ligne d'entête est désynchronisée du reste.... mais effectivement le "scrollbar" apparaît.

  4. #4
    Modérateur

    Avatar de NoSmoking
    Homme Profil pro
    Inscrit en
    Janvier 2011
    Messages
    16 961
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations forums :
    Inscription : Janvier 2011
    Messages : 16 961
    Points : 44 133
    Points
    44 133
    Par défaut
    Bonjour,
    je te propose la mise en place d'une table scrollable avec colonne fixe.

    Pour l'adapter il te faut mettre une <div> pour encadrer ta <table>, c'est cet élément qui va servir de référence :

    Code html : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    <div class="table-conteneur">
      <!-- ici ta table -->
      <table id="sort">
        <thead></thead>
        <tbody>
        </tbody>
      </table>
    </div>
    tout d'abord le CSS pour ce nouvel élément :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    .table-conteneur {
      height: 600px;
      margin: auto;
      border: 1px solid #888;
      overflow: auto;
    }
    ... pas bien plus.

    Ensuite il suffit de supprimer la règle :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    tbody, thead {
      display: block;
    }
    ainsi que la règle :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    tbody {
      height: 600px;
      overflow-y: scroll;
    }
    ... qui ne serviront plus.

    Ensuite tu ajoutes les régles suivantes pour gérer les scrolls :
    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
    tbody td:first-child {
      z-index: 1;
      position: sticky;
      left: 0;
    }
    thead tr:first-child th {
      z-index: 2;
      position: sticky;
      top: 0;
    }
    thead tr:first-child th:first-child {
      z-index: 3;
      position: sticky;
      top: 0;
      left: 0;
    }
    ... le tout devrait être opérationnel à quelques ajustements cosmétiques près.

    Pour plus d'informations : Table scrollable avec colonne fixe

Discussions similaires

  1. [WB14] Ascenseur vertical dans table
    Par pssst dans le forum WebDev
    Réponses: 0
    Dernier message: 21/04/2010, 09h57
  2. Pb de Scrollbar Vertical dans un JTable
    Par tom_tom73 dans le forum NetBeans Platform
    Réponses: 7
    Dernier message: 09/03/2010, 16h02
  3. Comment gérer une scrollBar vertical, avec un bouton?
    Par wolverine1987 dans le forum MFC
    Réponses: 6
    Dernier message: 06/05/2009, 11h43
  4. [JScrollPane] Comportement par défaut scrollbar vertical
    Par maxime_c dans le forum AWT/Swing
    Réponses: 1
    Dernier message: 25/03/2009, 15h41
  5. Réponses: 1
    Dernier message: 04/08/2006, 17h31

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