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
|
<html>
<head>
<title>Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
#Layer0 {
position:relative;
left:0px;
top:0px;
width:132px;
height:120px;
z-index:2;
}
#Layer1 {
position:absolute;
left:263px;
top:96px;
width:712px;
height:572px;
z-index:3;
overflow: auto;
background-color: #FFFFFF;
}
#Layer2 {
position:absolute;
left:24px;
top:10px;
width:315px;
height:124px;
z-index:3;
}
#Layer3 {
position:absolute;
left:230px;
top:381px;
width:462px;
height:250px;
z-index:4;
}
#Layer6 {
position:absolute;
left:491px;
top:414px;
width:215px;
height:209px;
z-index:3;
}
#Layer7 {
position:absolute;
left:25px;
top:381px;
width:128px;
height:183px;
z-index:3;
}
#Layer8 {
position:absolute;
left:80px;
top:260px;
width:436px;
height:127px;
z-index:4;
}
#Layer9 {
position:absolute;
left:600px;
top:639px;
width:149px;
height:95px;
z-index:5;
}
#Layer10 {
position:absolute;
left:208px;
top:646px;
width:792px;
height:36px;
z-index:3;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
#Layer11 {
position:absolute;
left:753px;
top:555px;
width:437px;
height:125px;
z-index:3;
}
#Layer12 {
position:absolute;
left:750px;
top:555px;
width:438px;
height:126px;
z-index:3;
}
#Layer13 {
position:absolute;
left:540px;
top:537px;
width:454px;
height:127px;
z-index:3;
}
#Layer14 {
position:absolute;
left:750px;
top:554px;
width:437px;
height:126px;
z-index:3;
}
#Layer15 {
position:absolute;
left:751px;
top:556px;
width:437px;
height:124px;
z-index:3;
}
#Layer16 {
position:absolute;
left:539px;
top:537px;
width:456px;
height:126px;
z-index:3;
overflow: auto;
}
#Layer17 {
position:absolute;
left:1px;
top:2px;
width:433px;
height:196px;
z-index:3;
}
#Layer4 {
position:absolute;
left:0px;
top:60px;
width:715px;
height:217px;
z-index:3;
background-image: url(images/quisommesnous_03.jpg);
}
#Layer18 {
position:absolute;
left:21px;
top:-3px;
width:673px;
height:564px;
z-index:10;
}
#Layer19 {
position:absolute;
left:21px;
top:22px;
width:601px;
height:350px;
z-index:auto;
}
.Style10 {font-size: 18px}
#Layer21 {
position:absolute;
left:22px;
top:298px;
width:364px;
height:291px;
z-index:3;
}
.Style11 {font-size: 24px}
#Layer22 {
position:absolute;
left:278px;
top:648px;
width:363px;
height:146px;
z-index:3;
}
#Layer23 {
position:absolute;
left:265px;
top:15px;
width:709px;
height:78px;
z-index:3;
background-image: url(images/produits%20cloche/Produitsautourdelacloche_01.jpg);
}
#Layer24 {
position:absolute;
left:1px;
top:44px;
width:86px;
height:35px;
z-index:3;
}
#Layer25 {
position:absolute;
left:176px;
top:42px;
width:88px;
height:37px;
z-index:3;
}
#Layer26 {
position:absolute;
left:354px;
top:41px;
width:87px;
height:35px;
z-index:3;
}
#Layer27 {
position:absolute;
left:51px;
top:2px;
width:577px;
height:238px;
z-index:0;
}
#Layer5 {
position:absolute;
left:396px;
top:301px;
width:118px;
height:160px;
z-index:4;
}
#Layer28 {
position:absolute;
left:485px;
top:138px;
width:112px;
height:84px;
z-index:3;
}
#Layer29 {
position:absolute;
left:-17px;
top:1499px;
width:84px;
height:86px;
z-index:0;
}
#Layer30 {
position:absolute;
left:427px;
top:898px;
width:109px;
height:110px;
z-index:4;
}
#Layer31 {
position:absolute;
left:262px;
top:3007px;
width:122px;
height:36px;
z-index:3;
}
#Layer20 {
position:absolute;
left:0px;
top:665px;
width:996px;
height:37px;
z-index:3;
}
.Style13 {font-size: 12px}
.Style15 {color: #000000}
.Style16 {font-size: 36px; }
#Layer32 {
position:absolute;
left:-297px;
top:2267px;
width:301px;
height:190px;
z-index:0;
}
#Layer33 {
position:absolute;
left:507px;
top:930px;
width:231px;
height:121px;
z-index:3;
}
#Layer34 {
position:absolute;
left:45px;
top:2651px;
width:57px;
height:138px;
z-index:3;
}
#Layer35 {
position:absolute;
left:-4px;
top:1904px;
width:358px;
height:247px;
z-index:0;
}
#Layer36 {
position:absolute;
left:29px;
top:1561px;
width:188px;
height:237px;
z-index:3;
}
#Layer37 {
position:absolute;
left:145px;
top:2508px;
width:317px;
height:116px;
z-index:3;
}
.Style20 {
color: #FFFFFF;
font-size: xx-large;
}
#Layer38 {
position:absolute;
left:8px;
top:360px;
width:648px;
height:35px;
z-index:3;
}
#Layer39 {
position:absolute;
left:-25px;
top:246px;
width:658px;
height:94px;
z-index:3;
}
#Layer40 {
position:absolute;
left:-6px;
top:746px;
width:641px;
height:113px;
z-index:3;
}
#Layer41 {
position:absolute;
left:211px;
top:1536px;
width:371px;
height:317px;
z-index:3;
}
#Layer42 {
position:absolute;
left:-26px;
top:898px;
width:439px;
height:264px;
z-index:3;
}
#Layer43 {
position:absolute;
left:102px;
top:2782px;
width:585px;
height:73px;
z-index:3;
}
#Layer44 {
position:absolute;
left:-26px;
top:1179px;
width:439px;
height:109px;
z-index:3;
}
#Layer45 {
position:absolute;
left:13px;
top:1893px;
width:620px;
height:737px;
z-index:3;
}
#Layer46 {
position:absolute;
left:9px;
top:2008px;
width:336px;
height:183px;
z-index:3;
}
#Layer47 {
position:absolute;
left:-405px;
top:2509px;
width:650px;
height:86px;
z-index:3;
}
#Layer48 {
position:absolute;
left:0px;
top:3009px;
width:535px;
height:225px;
z-index:3;
}
#Layer49 {
position:absolute;
left:85px;
top:38px;
width:91px;
height:41px;
z-index:3;
}
#Layer50 {
position:absolute;
left:178px;
top:1px;
width:88px;
height:39px;
z-index:3;
}
#Layer51 {
position:absolute;
left:530px;
top:0px;
width:87px;
height:39px;
z-index:3;
}
#Layer52 {
position:absolute;
left:354px;
top:0px;
width:85px;
height:38px;
z-index:3;
}
.Style23 {color: #333333}
-->
</style>
<style type="text/css">
<!--
a.type1 { color: red; }
a.type1:hover { color: black;}
a.type1:visited { color: blue;}
a.type2 { color: blue; } a.type2:hover { color: green; }
#Layer53 {
position:absolute;
left:-272px;
top:3263px;
width:409px;
height:169px;
z-index:3;
}
#Layer54 {
position:absolute;
left:-123px;
top:445px;
width:78px;
height:81px;
z-index:3;
}
.Style24 {font-size: x-small}
.Style25 {font-size: xx-small}
#Layer55 {
position:absolute;
left:531px;
top:41px;
width:86px;
height:37px;
z-index:3;
}
#Layer56 {
position:absolute;
left:422px;
top:475px;
width:153px;
height:188px;
z-index:3;
}
#Layer57 {
position:absolute;
left:-13px;
top:1404px;
width:644px;
height:144px;
z-index:3;
}
#Layer58 {
position:absolute;
left:419px;
top:1217px;
width:204px;
height:161px;
z-index:3;
}
#Layer59 {
position:absolute;
left:7px;
top:512px;
width:639px;
height:588px;
z-index:3;
}
#Layer60 {
position:absolute;
left:-9px;
top:3px;
width:554px;
height:221px;
z-index:3;
}
.Style28 {font-size: x-large}
#Layer61 {
position:absolute;
left:251px;
top:235px;
width:210px;
height:114px;
z-index:3;
}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/boutonsenfonces_03.jpg','images/boutonsenfonces_08.jpg','images/boutonsenfonces_10.jpg','images/boutonsenfonces_12.jpg','images/boutonsenfonces_14.jpg','images/boutonsenfonces_16.jpg','images/boutonsenfonces_18.jpg','images/boutonsenfonces_20.jpg','images/boutonsenfonces_22.jpg')">
<!-- ImageReady Slices (Index.psd) -->
<table height="701" border="0" align="center" cellpadding="0" cellspacing="0" id="Tableau_global">
<tr>
<td width="1002">
<div id="Layer0">
<div id="Layer20">
<table width="983" border="0">
<tr>
<td width="46"><span class="Style6 Style13"><a href="index.asp">Accueil</a></span></td>
<td width="104"><span class="Style6 Style13 Style15"><a href="quisommesnous.html">Qui sommes nous</a></span></td>
<td width="110"><span class="Style6 Style13">Produits autour de la cloche</span></td>
<td width="112"><span class="Style6 Style13"><a href="produits_edifice.html">Produits d'horlogerie d'édifice</a> </span></td>
<td width="158"><span class="Style6 Style13"><a href="fabrication_speciale.html">Fabrication spéciales et autres</a></span></td>
<td width="138"><span class="Style6 Style13"><a href="campaniste.html">Campaniste (installateur)</a></span></td>
<td width="67"><span class="Style6 Style13"><a href="Nous_ecrire.html">Nous écrire</a></span></td>
<td width="132"><span class="Style6 Style13"><a href="Mamias_presse.asp">Mamias dans la presse</a></span></td>
<td width="78"><span class="Style6 Style13"><a href="Plan_site.html">Plan du site</a></span></td>
</tr>
</table></div>
<div id="Layer23">
<div id="Layer55"> <center>
<a href="produits_cloche.html#Abat-son">Abat-son</a>
</center></div>
<div id="Layer52"><a href=produits_cloche.html#Tintements><center>
Tintements
</center></a></div>
<div id="Layer24">
<center>
<a href="produits_cloche.html#battants">Battants</a>
</center></div>
<div id="Layer25">
<center>
<a href="produits_cloche.html#Beffroi">
Beffrois</a>
</center>
</div>
<div id="Layer26">
<center>
<a href="produits_cloche.html#Joug">Jougs</a>
</center></div>
<div id="Layer49">
<center>
<p><span class="Style25"><a href="produits_cloche.html#moteur_electro" class="Style24">électroméca</a></span> </p>
</center></div>
<div id="Layer50">
<center>
<a href="produits_cloche.html#moteur_linéaire" class="Style23">moteur de volée linéaire </a>
</center></div>
<div id="Layer51">
<center>
<a href="produits_cloche.html#Coffrets">Coffrets de sécurité </a><a href="campaniste.html#Paratonnerres"></a>
</center></div>
</div>
<div id="Layer1">
<div id="Layer18">
<div id="Layer36"><img src="images/produits cloche/Produitsautourdelacloche_14.jpg" alt="horlogerie cloche" width="228" height="278"></div>
<div id="Layer45">
<p class="Style15 Style10"><strong><u>Equipement de la cloche</u></strong></p>
<p><strong><em><u>Battant</u></em></strong></p>
<p class="Style10">Pièce métallique fixée à l’intérieur de la cloche et venant frapper le bord de la cloche en balancement.<br>
En acier doux, il est usiné dans la masse et adapté au poids de la cloche. Il est fixé dans la cloche grâce à une chape en cuir renforcée par une armature métallique.</p>
<p><strong><em><u>Joug ou « Mouton »</u></em></strong></p>
<p class="Style10">En bois de chêne ou métallique, le joug est fixé sur la cloche à l’aide de ferrures de suspension et permet, par un système d’axes et de roulements, de suspendre la cloche sur le beffroi et de la mettre en balancement.<br>
Différents types de jougs permettent différents types de sonneries : Lancé franc, rétrograde, équilibré, …</p>
<p><strong><em><u>Beffroi</u></em></strong></p>
<p class="Style10">Charpente étudiée et calculée pour chaque site et prenant en compte le poids des cloches, le type de volée, la place disponible dans le clocher, la hauteur des ouvertures, …<br>
Le beffroi doit absorber le plus possible les efforts engendrés par les cloches en balancement afin de préserver la structure du bâtiment.</p>
<p class="Style10">Fabrication traditionnelle en bois de chêne avec assemblages tenon-mortaise et embrèvement, chevilles bois, X de contreventement entaillés à mi-bois, …</p>
<p class="Style10">Fabrication de beffrois métalliques, principalement destiné aux installations extèrieures ou églises neuves. Traitement anti-corrosion.</p>
<p><strong><em><u>Abat-son</u></em></strong></p>
<p class="Style10">Lames en bois de chêne ou autre, disposées obliquement dans les ouvertures du clocher pour, - d’une part abattre le son des cloches vers le sol, et <br>
- d’autre part protéger la chambre des cloches et l’installation des intempéries</p>
<p class="Style15 Style10"> </p>
<p align="justify" class="Style10"> </p>
</div>
<div id="Layer27"><img src="images/quisommesnous_07.jpg" alt="horlogerie cloche" width="570" height="767"></div>
<div id="Layer34"><img src="images/produits cloche/Produitsautourdelacloche_20.jpg" alt="cloche horloge" width="550" height="354"></div>
<div id="Layer31"></div>
<div id="Layer54">
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="70" HEIGHT="70"
CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">
<PARAM NAME="MOVIE" VALUE="images/9.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<PARAM NAME="WMODE" VALUE="Transparent">
<PARAM NAME="QUALITY" VALUE="high">
<EMBED SRC="images/9.swf" WIDTH="70" HEIGHT="70" PLAY="true" LOOP="true" WMODE="Transparent" QUALITY="high"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED>
</OBJECT>
</div>
<div id="Layer58"><img src="images/produits cloche/Produitsautourdelacloche_13.jpg" alt="cloche" width="200" height="150"></div>
<div id="Layer30"><img src="images/produits cloche/Produitsautourdelacloche_09.jpg" alt="cloche" width="199" height="302"></div>
<div id="Layer40">
<p class="Style10"><strong><em><u>Appareils de Tintement</u></em></strong></p>
<p class="Style10">Dispositif permettant de faire sonner une cloche immobile en la frappant à l’aide d’un marteau placé à l’intérieur ou à l’extérieur de la cloche.<br>
Utilisé pour les sonneries des heures, demies et quarts, Angélus, glas, tocsin</p>
<p align="justify" class="Style10"> </p>
</div>
<div id="Layer41">
<ul>
<ul>
<ul>
<ul>
<ul class="Style10">
<li><span dir="LTR">Contacteur général électromécanique</span></li>
<li><span dir="LTR">Bouton d’arrêt d’urgence avec voyant</span></li>
<li><span dir="LTR">Coupe-circuits à cartouches fusibles</span></li>
<li><span dir="LTR">Relais thermiques calibrés</span></li>
<li><span dir="LTR">Isolation électrique de l’installation en dehors des sonneries</span></li>
<li><span dir="LTR">Interdiction de fonctionnement en cas d’absence d’une phase</span></li>
<li><span dir="LTR">Signalisation de l’état de l’installation par voyants</span></li>
<li><span dir="LTR">Boutons de mise en marche pour tests</span></li>
</ul>
</div>
<div id="Layer42">
<p align="justify" class="Style10">
<ul>
<ul>
<ul>
<li class="Style10"><span dir="LTR">Moteur de tintement électromécanique ; grande puissance de frappe</span></li>
</ul>
</p>
<p> </p>
<p> </p>
<ul>
<li class="Style10"><span dir="LTR">Moteur de tintement électromagnétique, à positionner à l’intérieur ou à l’extérieur de la cloche ; fréquence de frappe rapide</span></li>
</ul>
<p> </p>
<p> </p>
<ul>
<li class="Style10"><span dir="LTR">Moteur de tintement à tirage, spécialement destiné à équiper les cloches extérieures</span></li>
</ul>
<p align="justify" class="Style10"><p> </p>
<p> </p>
</p>
</div>
<div id="Layer57">
<p class="Style15 Style10"><strong><u>Sécurité électrique</u></strong></p>
<p><strong><em><u>Coffret de sécurité certifié APAVE</u></em></strong></p>
<p class="Style10">Permet de regrouper dans la chambre des cloches les protections individuelles des appareils électriques de chaque cloche, avec bouton d’arrêt d’urgence, assurant la mise en sécurité conformément aux normes électriques</p>
<p> </p>
<h3 align="justify" class="Style10"> </h3>
</div>
<div class="Style10" id="Layer19">
<p class="Style20"><center>
<p class="Style15 Style28"><strong><u>NOS FABRICATIONS DE PRODUITS AUTOUR DE LA CLOCHE</u></strong></p>
</center></p>
<p><span class=""><a name="moteur_electro"><strong><u><span class="Style15">Sonnerie de cloches</span></u></strong></a></span></p>
<p><strong><em><u>Moteurs de Volée</u></em></strong></p>
<p>Dispositif permettant de faire sonner une cloche en la mettant en balancement, le battant venant frapper la cloche. Shéma d’un moteur de mise en volée en place. Utilisé pour les sonneries joyeuses, les cérémonies,mariages, offices et Angélus </p>
</p>
****<p> </p>
<p align="justify"> </p>
</div>
<div id="Layer5"><img src="images/produits cloche/Produitsautourdelacloche_10.jpg" alt="cloche" width="210" height="158"></div>
<p class="Style16"> <center>
</center> </p>
<p class="Style10"><a name="début"></p>
<div id="Layer21">
<p align="justify" class="Style10">
<ul>
<ul>
<li class="Style10"><span dir="LTR">Moteur de volée électromécanique avec contacteur et distributeur inverseur, transmission par roue et chaîne</span></li>
</ul>
<p> </p>
<ul>
<li class="Style10">Moteur de volée électromécanique à gestion électronique, avec module électronique de gestion et de puissance et capteur de position ; transmission par roue et chaîne</li>
</ul>
<p> </p>
<ul>
<li class="Style10"><span dir="LTR">Moteur de volée linéaire (nouvelle conception) à gestion électronique avec moteur fixe renfermant des bobinages à induction et plaque mobile, avec module électronique de gestion et de puissance et capteur de position ; réglage par console</span></li>
</ul>
</p>
</div>
<div id="Layer56">
<p align="justify" class="Style10"><img src="images/produits cloche/Produitsautourdelacloche_11.jpg" alt="cloche" width="150" height="185"></p>
<p class="Style10"> </p>
<p class="Style11"></p>
</div>
</div>
</div>
<table width="1001" height="701" border="0" align="center" cellpadding="0" cellspacing="0" id="Tableau_01">
<tr>
<td colspan="7">
<img src="images/Index_01.jpg" width="1000" height="16" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="16" alt=""></td>
</tr>
<tr>
<td rowspan="21">
<img src="images/Index_02.jpg" width="26" height="684" alt=""></td>
<td colspan="2">
<a href="index.asp"><img src="images/Index_03.jpg" alt="" name="Image1" width="196" height="41" border="0" id="Image1" onMouseOver="MM_swapImage('Image1','','images/boutonsenfonces_03.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td>
<td rowspan="17">
<img src="images/Index_04.jpg" width="44" height="513" alt=""></td>
<td colspan="2" rowspan="17" bgcolor="#FFFFFF"> </td>
<td rowspan="21"><img src="images/Index_06.jpg" width="25" height="684" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="41" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Index_07.jpg" width="196" height="18" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="2">
<a href="quisommesnous.html"><img src="images/Index_08.jpg" alt="" width="196" height="41" border="0" id="Image2" onMouseOver="MM_swapImage('Image2','','images/boutonsenfonces_08.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="41" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Index_09.jpg" width="196" height="18" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="2">
<a href="produits_cloche.html"><img src="images/boutonsenfonces_10.jpg" alt="" width="196" height="41" border="0" id="Image3" onMouseOver="MM_swapImage('Image3','','images/boutonsenfonces_10.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="41" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Index_11.jpg" width="196" height="18" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="2">
<a href="produits_edifice.html"><img src="images/Index_12.jpg" alt="" width="196" height="41" border="0" id="Image4" onMouseOver="MM_swapImage('Image4','','images/boutonsenfonces_12.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="41" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Index_13.jpg" width="196" height="18" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="2">
<a href="fabrication_speciale.html"><img src="images/Index_14.jpg" alt="" width="196" height="41" border="0" id="Image5" onMouseOver="MM_swapImage('Image5','','images/boutonsenfonces_14.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="41" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Index_15.jpg" width="196" height="18" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="2">
<a href="Campaniste.html"><img src="images/Index_16.jpg" alt="" width="196" height="41" border="0" id="Image6" onMouseOver="MM_swapImage('Image6','','images/boutonsenfonces_16.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="41" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Index_17.jpg" width="196" height="18" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="2">
<a href="Nous_ecrire.html"><img src="images/Index_18.jpg" alt="" name="Image7" width="196" height="41" border="0" id="Image7" onMouseOver="MM_swapImage('Image7','','images/boutonsenfonces_18.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="41" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Index_19.jpg" width="196" height="18" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="2">
<a href="Mamias_presse.asp"><img src="images/Index_20.jpg" alt="" name="Image8" width="196" height="41" border="0" id="Image8" onMouseOver="MM_swapImage('Image8','','images/boutonsenfonces_20.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="41" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Index_21.jpg" width="196" height="18" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="2">
<a href="Plan_site.html"><img src="images/Index_22.jpg" alt="" width="196" height="41" border="0" id="Image9" onMouseOver="MM_swapImage('Image9','','images/boutonsenfonces_22.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td>
<td>
<img src="images/spacer.gif" width="1" height="41" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="images/Index_23.jpg" width="240" height="7" alt=""></td>
<td rowspan="3"> </td>
<td>
<img src="images/Index_25.jpg" width="437" height="7" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="7" alt=""></td>
</tr>
<tr>
<td>
<img src="images/Index_26.jpg" width="89" height="18" alt=""></td>
<td colspan="2">
<img src="images/Index_27.jpg" width="151" height="18" alt=""></td>
<td rowspan="2"> </td>
<td>
<img src="images/spacer.gif" width="1" height="18" alt=""></td>
</tr>
<tr>
<td colspan="3" rowspan="2">
<img src="images/Index_29.jpg" alt="" width="240" height="146" border="0"></td>
<td>
<img src="images/spacer.gif" width="1" height="108" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Index_30.jpg" alt="" width="709" height="38"></td>
<td>
<img src="images/spacer.gif" width="1" height="38" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="26" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="89" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="107" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="44" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="272" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="437" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="25" height="1" alt=""></td>
<td></td>
</tr>
</table>
</div></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html> |
Partager