Created
October 17, 2025 12:08
-
-
Save Astro-Otter-Space/aad52a079b6bf2d830d1c6720672ebe3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="fr"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Comparatif Oculaires par Focale</title> | |
| <style> | |
| body { | |
| font-family: Arial, sans-serif; | |
| padding: 20px; | |
| background-color: #f5f5f5; | |
| } | |
| .container { | |
| max-width: 1000px; | |
| margin: 0 auto; | |
| background-color: white; | |
| padding: 20px; | |
| border-radius: 8px; | |
| box-shadow: 0 2px 4px rgba(0,0,0,0.1); | |
| } | |
| h1 { | |
| color: #333; | |
| text-align: center; | |
| margin-bottom: 10px; | |
| } | |
| .specs { | |
| text-align: center; | |
| color: #666; | |
| margin-bottom: 10px; | |
| font-size: 14px; | |
| } | |
| .nav-buttons { | |
| display: flex; | |
| justify-content: center; | |
| gap: 10px; | |
| margin-bottom: 30px; | |
| flex-wrap: wrap; | |
| } | |
| .nav-btn { | |
| padding: 10px 15px; | |
| background-color: #3498db; | |
| color: white; | |
| border: none; | |
| border-radius: 4px; | |
| cursor: pointer; | |
| font-size: 14px; | |
| font-weight: bold; | |
| transition: background-color 0.3s; | |
| } | |
| .nav-btn:hover, .nav-btn.active { | |
| background-color: #2980b9; | |
| } | |
| .content-section { | |
| display: none; | |
| } | |
| .content-section.active { | |
| display: block; | |
| } | |
| table { | |
| width: 100%; | |
| border-collapse: collapse; | |
| margin-bottom: 20px; | |
| font-size: 13px; | |
| } | |
| th { | |
| background-color: #2c3e50; | |
| color: white; | |
| padding: 12px; | |
| text-align: left; | |
| font-weight: bold; | |
| } | |
| td { | |
| padding: 10px 12px; | |
| border-bottom: 1px solid #ddd; | |
| } | |
| tr:hover { | |
| background-color: #f9f9f9; | |
| } | |
| tr:nth-child(even) { | |
| background-color: #f0f0f0; | |
| } | |
| .oculaire-col { | |
| font-weight: bold; | |
| color: #2c3e50; | |
| width: 150px; | |
| } | |
| .bon { | |
| color: #27ae60; | |
| font-weight: bold; | |
| } | |
| .moyen { | |
| color: #f39c12; | |
| } | |
| .limite { | |
| color: #e74c3c; | |
| } | |
| .excellent { | |
| color: #27ae60; | |
| background-color: #e8f5e9; | |
| font-weight: bold; | |
| } | |
| .oculaire-title { | |
| background-color: #ecf0f1; | |
| padding: 15px; | |
| margin-bottom: 15px; | |
| font-weight: bold; | |
| color: #2c3e50; | |
| border-left: 4px solid #3498db; | |
| font-size: 16px; | |
| } | |
| .oculaire-info { | |
| background-color: #f0f7ff; | |
| padding: 12px; | |
| margin-bottom: 15px; | |
| border-left: 4px solid #3498db; | |
| border-radius: 4px; | |
| font-size: 13px; | |
| } | |
| .notes { | |
| margin-top: 20px; | |
| font-size: 12px; | |
| line-height: 1.5; | |
| background-color: #f9f9f9; | |
| padding: 12px; | |
| border-radius: 4px; | |
| } | |
| .notes p { | |
| margin: 5px 0; | |
| color: #555; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <h1>Tableaux Comparatifs par Oculaire</h1> | |
| <div class="specs"> | |
| Télescope : Newton 200/1000 | Optique : 82° (Explorer Scientific) | |
| </div> | |
| <div class="nav-buttons"> | |
| <button class="nav-btn active" onclick="showSection('oc67')">6.7 mm</button> | |
| <button class="nav-btn" onclick="showSection('oc88')">8.8 mm</button> | |
| <button class="nav-btn" onclick="showSection('oc11')">11 mm</button> | |
| <button class="nav-btn" onclick="showSection('oc14')">14 mm</button> | |
| <button class="nav-btn" onclick="showSection('oc18')">18 mm</button> | |
| <button class="nav-btn" onclick="showSection('oc24')">24 mm</button> | |
| </div> | |
| <!-- OCULAIRE 6.7 mm --> | |
| <div id="oc67" class="content-section active"> | |
| <div class="oculaire-title">Oculaire 6.7 mm (82°)</div> | |
| <div class="oculaire-info"> | |
| <strong>Caractéristiques :</strong> Grossissement très élevé, petit champ réel, sortie pupille très fine. Idéal pour haute résolution lunaire et planétaire. | |
| </div> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th>Configuration</th> | |
| <th>Grossissement</th> | |
| <th>Champ réel</th> | |
| <th>Sortie pupille</th> | |
| <th>Lune</th> | |
| <th>Planètes</th> | |
| <th>Messier</th> | |
| <th>Note</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td class="oculaire-col">6.7 mm seul</td> | |
| <td>149x</td> | |
| <td>33'</td> | |
| <td>1.34 mm</td> | |
| <td class="bon">★★★★★</td> | |
| <td class="bon">★★★★★</td> | |
| <td class="limite">★★</td> | |
| <td>Très bon compromis</td> | |
| </tr> | |
| <tr> | |
| <td class="oculaire-col">6.7 mm + Barlow 2x</td> | |
| <td>298x</td> | |
| <td>16.5'</td> | |
| <td>0.67 mm</td> | |
| <td class="excellent">★★★★★</td> | |
| <td class="excellent">★★★★★</td> | |
| <td class="limite">★</td> | |
| <td>High power optimal</td> | |
| </tr> | |
| <tr> | |
| <td class="oculaire-col">6.7 mm + Barlow 3x</td> | |
| <td>447x</td> | |
| <td>11'</td> | |
| <td>0.45 mm</td> | |
| <td class="excellent">★★★★★</td> | |
| <td class="moyen">★★★ (limite)</td> | |
| <td class="limite">★</td> | |
| <td>Ultra high power (bons soirs)</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <div class="notes"> | |
| <p><strong>Analyse :</strong> Le 6.7mm est votre oculaire de haute résolution. Seul, il offre un excellent grossissement (149x) avec une sortie pupille confortable. Avec la Barlow 2x, il atteint 298x, parfait pour les planètes et la Lune en bonnes conditions. La Barlow 3x pousse à 447x, qui approche ou dépasse les limites atmosphériques de votre télescope.</p> | |
| <p><strong>Recommandation :</strong> Utilisez-le régulièrement pour les planètes et la Lune. C'est votre oculaire de référence pour la haute résolution.</p> | |
| </div> | |
| </div> | |
| <!-- OCULAIRE 8.8 mm --> | |
| <div id="oc88" class="content-section"> | |
| <div class="oculaire-title">Oculaire 8.8 mm (82°) - NOUVEAU</div> | |
| <div class="oculaire-info"> | |
| <strong>Caractéristiques :</strong> Excellent équilibre entre grossissement et champ réel. Sortie pupille très confortable (1.75 mm). Le "couteau suisse" de l'observation. | |
| </div> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th>Configuration</th> | |
| <th>Grossissement</th> | |
| <th>Champ réel</th> | |
| <th>Sortie pupille</th> | |
| <th>Lune</th> | |
| <th>Planètes</th> | |
| <th>Messier</th> | |
| <th>Note</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td class="oculaire-col">8.8 mm seul</td> | |
| <td>114x</td> | |
| <td>43'</td> | |
| <td>1.75 mm</td> | |
| <td class="bon">★★★★★</td> | |
| <td class="bon">★★★★</td> | |
| <td class="bon">★★★</td> | |
| <td>Très polyvalent</td> | |
| </tr> | |
| <tr> | |
| <td class="oculaire-col">8.8 mm + Barlow 2x</td> | |
| <td>227x</td> | |
| <td>21.5'</td> | |
| <td>0.88 mm</td> | |
| <td class="excellent">★★★★★</td> | |
| <td class="excellent">★★★★★</td> | |
| <td class="moyen">★★</td> | |
| <td>Excellent pour planètes</td> | |
| </tr> | |
| <tr> | |
| <td class="oculaire-col">8.8 mm + Barlow 3x</td> | |
| <td>341x</td> | |
| <td>14.3'</td> | |
| <td>0.59 mm</td> | |
| <td class="excellent">★★★★★</td> | |
| <td class="excellent">★★★★★</td> | |
| <td class="limite">★</td> | |
| <td>Very high power (excellents soirs)</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <div class="notes"> | |
| <p><strong>Analyse :</strong> Le 8.8mm comble un vide important dans votre gamme d'oculaires. Seul à 114x, il est remarquablement polyvalent. Avec Barlow 2x (227x), c'est l'oculaire idéal pour les planètes. Avec Barlow 3x (341x), il offre une haute résolution sans être trop extrême.</p> | |
| <p><strong>Recommandation :</strong> C'est probablement votre oculaire le plus utilisé. Fortement recommandé d'ajouter cet oculaire à votre collection.</p> | |
| </div> | |
| </div> | |
| <!-- OCULAIRE 11 mm --> | |
| <div id="oc11" class="content-section"> | |
| <div class="oculaire-title">Oculaire 11 mm (82°)</div> | |
| <div class="oculaire-info"> | |
| <strong>Caractéristiques :</strong> Grossissement moyen-élevé, bon champ réel (54'), sortie pupille confortable (2.2 mm). Bon compromis observation/localisation. | |
| </div> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th>Configuration</th> | |
| <th>Grossissement</th> | |
| <th>Champ réel</th> | |
| <th>Sortie pupille</th> | |
| <th>Lune</th> | |
| <th>Planètes</th> | |
| <th>Messier</th> | |
| <th>Note</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td class="oculaire-col">11 mm seul</td> | |
| <td>91x</td> | |
| <td>54'</td> | |
| <td>2.2 mm</td> | |
| <td class="bon">★★★★</td> | |
| <td class="moyen">★★★</td> | |
| <td class="bon">★★★★</td> | |
| <td>Bon polyvalent</td> | |
| </tr> | |
| <tr> | |
| <td class="oculaire-col">11 mm + Barlow 2x</td> | |
| <td>182x</td> | |
| <td>27'</td> | |
| <td>1.1 mm</td> | |
| <td class="bon">★★★★★</td> | |
| <td class="bon">★★★★</td> | |
| <td class="moyen">★★★</td> | |
| <td>Excellent pour planètes</td> | |
| </tr> | |
| <tr> | |
| <td class="oculaire-col">11 mm + Barlow 3x</td> | |
| <td>273x</td> | |
| <td>18'</td> | |
| <td>0.73 mm</td> | |
| <td class="excellent">★★★★★</td> | |
| <td class="excellent">★★★★★</td> | |
| <td class="limite">★★</td> | |
| <td>High power équilibré</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <div class="notes"> | |
| <p><strong>Analyse :</strong> Le 11mm est un classique. Seul (91x), c'est un bon oculaire d'observation générale. Avec Barlow 2x (182x), il devient excellent pour les planètes. Avec Barlow 3x (273x), il atteint une bonne haute résolution sans être trop extrême.</p> | |
| <p><strong>Recommandation :</strong> C'est un oculaire fiable et équilibré que vous possédiez déjà. Il reste très utile, surtout avec la Barlow 2x.</p> | |
| </div> | |
| </div> | |
| <!-- OCULAIRE 14 mm --> | |
| <div id="oc14" class="content-section"> | |
| <div class="oculaire-title">Oculaire 14 mm (82°)</div> | |
| <div class="oculaire-info"> | |
| <strong>Caractéristiques :</strong> Grossissement moyen, large champ réel (69'), sortie pupille généreuse (2.8 mm). Excellent pour les objets étendus. | |
| </div> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th>Configuration</th> | |
| <th>Grossissement</th> | |
| <th>Champ réel</th> | |
| <th>Sortie pupille</th> | |
| <th>Lune</th> | |
| <th>Planètes</th> | |
| <th>Messier</th> | |
| <th>Note</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td class="oculaire-col">14 mm seul</td> | |
| <td>71x</td> | |
| <td>69'</td> | |
| <td>2.8 mm</td> | |
| <td class="moyen">★★★</td> | |
| <td class="moyen">★★★</td> | |
| <td class="excellent">★★★★★</td> | |
| <td>Excellent pour Messier</td> | |
| </tr> | |
| <tr> | |
| <td class="oculaire-col">14 mm + Barlow 2x</td> | |
| <td>143x</td> | |
| <td>34.5'</td> | |
| <td>1.4 mm</td> | |
| <td class="bon">★★★★</td> | |
| <td class="bon">★★★★</td> | |
| <td class="bon">★★★★</td> | |
| <td>Très polyvalent</td> | |
| </tr> | |
| <tr> | |
| <td class="oculaire-col">14 mm + Barlow 3x</td> | |
| <td>214x</td> | |
| <td>23'</td> | |
| <td>0.93 mm</td> | |
| <td class="excellent">★★★★★</td> | |
| <td class="excellent">★★★★★</td> | |
| <td class="bon">★★★</td> | |
| <td>High power équilibré</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <div class="notes"> | |
| <p><strong>Analyse :</strong> Le 14mm excelle pour les objets Messier. Seul (71x), c'est votre meilleur oculaire pour les nébuleuses et galaxies avec un large champ. Avec Barlow 2x (143x), il devient très polyvalent. Avec Barlow 3x (214x), il offre une bonne résolution tout en gardant un champ acceptable.</p> | |
| <p><strong>Recommandation :</strong> Gardez précieusement cet oculaire, c'est le maître de l'observation Messier. À utiliser systématiquement pour localiser les objets avant d'augmenter en grossissement.</p> | |
| </div> | |
| </div> | |
| <!-- OCULAIRE 18 mm --> | |
| <div id="oc18" class="content-section"> | |
| <div class="oculaire-title">Oculaire 18 mm (82°) - RECOMMANDÉ</div> | |
| <div class="oculaire-info"> | |
| <strong>Caractéristiques :</strong> Grossissement faible-moyen, très large champ réel (87'), sortie pupille généreuse (3.6 mm). Idéal pour les panoramiques et localisation. | |
| </div> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th>Configuration</th> | |
| <th>Grossissement</th> | |
| <th>Champ réel</th> | |
| <th>Sortie pupille</th> | |
| <th>Lune</th> | |
| <th>Planètes</th> | |
| <th>Messier</th> | |
| <th>Note</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td class="oculaire-col">18 mm seul</td> | |
| <td>56x</td> | |
| <td>87'</td> | |
| <td>3.6 mm</td> | |
| <td class="moyen">★★★</td> | |
| <td class="moyen">★★</td> | |
| <td class="excellent">★★★★★</td> | |
| <td>Panoramique Messier</td> | |
| </tr> | |
| <tr> | |
| <td class="oculaire-col">18 mm + Barlow 2x</td> | |
| <td>111x</td> | |
| <td>43.5'</td> | |
| <td>1.8 mm</td> | |
| <td class="bon">★★★★</td> | |
| <td class="bon">★★★★</td> | |
| <td class="bon">★★★★</td> | |
| <td>Très polyvalent</td> | |
| </tr> | |
| <tr> | |
| <td class="oculaire-col">18 mm + Barlow 3x</td> | |
| <td>167x</td> | |
| <td>29'</td> | |
| <td>1.2 mm</td> | |
| <td class="bon">★★★★★</td> | |
| <td class="bon">★★★★</td> | |
| <td class="bon">★★★</td> | |
| <td>Bon grossissement général</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <div class="notes"> | |
| <p><strong>Analyse :</strong> Le 18mm est votre oculaire d'exploration et de localisation. Seul (56x), c'est le meilleur choix pour chercher des Messier avec un immense champ réel (87'). Avec Barlow 2x (111x), il devient un excellent oculaire polyvalent. Avec Barlow 3x (167x), il offre un bon grossissement tout en gardant un champ acceptabel.</p> | |
| <p><strong>Recommandation :</strong> Très fortement recommandé. C'est l'oculaire de démarrage idéal pour chaque session d'observation.</p> | |
| </div> | |
| </div> | |
| <!-- OCULAIRE 24 mm --> | |
| <div id="oc24" class="content-section"> | |
| <div class="oculaire-title">Oculaire 24 mm (82°)</div> | |
| <div class="oculaire-info"> | |
| <strong>Caractéristiques :</strong> Grossissement très faible, immense champ réel (116'), sortie pupille généreuse (4.8 mm). Parfait pour balayage du ciel. | |
| </div> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th>Configuration</th> | |
| <th>Grossissement</th> | |
| <th>Champ réel</th> | |
| <th>Sortie pupille</th> | |
| <th>Lune</th> | |
| <th>Planètes</th> | |
| <th>Messier</th> | |
| <th>Note</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| <tr> | |
| <td class="oculaire-col">24 mm seul</td> | |
| <td>42x</td> | |
| <td>116'</td> | |
| <td>4.8 mm</td> | |
| <td class="moyen">★★</td> | |
| <td class="limite">★★</td> | |
| <td class="excellent">★★★★★</td> | |
| <td>Balayage panoramique</td> | |
| </tr> | |
| <tr> | |
| <td class="oculaire-col">24 mm + Barlow 2x</td> | |
| <td>83x</td> | |
| <td>58'</td> | |
| <td>2.4 mm</td> | |
| <td class="bon">★★★★</td> | |
| <td class="bon">★★★</td> | |
| <td class="excellent">★★★★★</td> | |
| <td>Très bon Messier</td> | |
| </tr> | |
| <tr> | |
| <td class="oculaire-col">24 mm + Barlow 3x</td> | |
| <td>125x</td> | |
| <td>39'</td> | |
| <td>1.6 mm</td> | |
| <td class="bon">★★★★★</td> | |
| <td class="bon">★★★★</td> | |
| <td class="bon">★★★★</td> | |
| <td>Bon complet</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <div class="notes"> | |
| <p><strong>Analyse :</strong> Le 24mm est votre oculaire d'exploration ultime avec le plus grand champ (116'). Seul (42x), il est trop faible pour de bons détails. Avec Barlow 2x (83x), il devient très intéressant pour les Messier avec un excellent champ. Avec Barlow 3x (125x), c'est un excellent oculaire polyvalent.</p> | |
| <p><strong>Recommandation :</strong> Le 24mm est moins critique que le 18mm. Préférez d'abord le 18mm qui offre un meilleur compromis. Vous pouvez ajouter le 24mm plus tard si vous voulez le champ maximal.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <script> | |
| function showSection(sectionId) { | |
| // Masquer tous les contenus | |
| const sections = document.querySelectorAll('.content-section'); | |
| sections.forEach(section => { | |
| section.classList.remove('active'); | |
| }); | |
| // Retirer la classe active de tous les boutons | |
| const buttons = document.querySelectorAll('.nav-btn'); | |
| buttons.forEach(button => { | |
| button.classList.remove('active'); | |
| }); | |
| // Afficher la section sélectionnée | |
| document.getElementById(sectionId).classList.add('active'); | |
| // Ajouter la classe active au bouton cliqué | |
| event.target.classList.add('active'); | |
| } | |
| </script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment