{"id":77,"date":"2021-09-13T11:48:57","date_gmt":"2021-09-13T09:48:57","guid":{"rendered":"http:\/\/hand16.com\/WP\/?page_id=77"},"modified":"2026-03-02T15:34:03","modified_gmt":"2026-03-02T14:34:03","slug":"joueuses-joueurs","status":"publish","type":"page","link":"https:\/\/hand16.com\/WP\/joueuses-joueurs\/","title":{"rendered":"Joueuses, Joueurs &amp; Arbitres"},"content":{"rendered":"\n<p><strong>Liste des stages joueuses, joueurs et gardien de but (et inscription en ligne) :<\/strong><\/p>\n\n\n\n<p><a href=\"https:\/\/hand16.com\/WP\/category\/2012-garcons\/\" title=\"\">2012 Gar\u00e7ons<\/a><br><a href=\"https:\/\/hand16.com\/WP\/category\/2012-filles\/\" title=\"\">2012 Filles<\/a><br><a href=\"https:\/\/hand16.com\/WP\/category\/2011-garcons\/\" title=\"\">2011 Gar\u00e7ons<\/a><br><a href=\"https:\/\/hand16.com\/WP\/category\/2011-filles\/\" title=\"\">2011 Filles<\/a><br><a href=\"https:\/\/hand16.com\/WP\/category\/stage-arbitre\/\" title=\"\">JAJ<\/a><\/p>\n\n\n<div class=\"wp-block-categories-dropdown wp-block-categories\"><label class=\"wp-block-categories__label\" for=\"wp-block-categories-1\">Cat\u00e9gories<\/label><select  name='category_name' id='wp-block-categories-1' class='postform'>\n\t<option value='-1'>S\u00e9lectionner Cat\u00e9gorie<\/option>\n\t<option class=\"level-0\" value=\"2010-filles\">2010 Filles&nbsp;&nbsp;(3)<\/option>\n\t<option class=\"level-0\" value=\"2010-garcons\">2010 Gar\u00e7ons&nbsp;&nbsp;(1)<\/option>\n\t<option class=\"level-0\" value=\"2011-filles\">2011 Filles&nbsp;&nbsp;(16)<\/option>\n\t<option class=\"level-0\" value=\"2011-garcons\">2011 Gar\u00e7ons&nbsp;&nbsp;(18)<\/option>\n\t<option class=\"level-0\" value=\"2012-filles\">2012 Filles&nbsp;&nbsp;(19)<\/option>\n\t<option class=\"level-0\" value=\"2012-garcons\">2012 Gar\u00e7ons&nbsp;&nbsp;(20)<\/option>\n\t<option class=\"level-0\" value=\"2013-filles\">2013 Filles&nbsp;&nbsp;(5)<\/option>\n\t<option class=\"level-0\" value=\"2013-garcons\">2013 Gar\u00e7ons&nbsp;&nbsp;(6)<\/option>\n\t<option class=\"level-0\" value=\"50-ans-cd16hb\">50 ans CD16HB&nbsp;&nbsp;(1)<\/option>\n\t<option class=\"level-0\" value=\"arbitrage\">Arbitrage&nbsp;&nbsp;(1)<\/option>\n\t<option class=\"level-0\" value=\"assemblee-generale\">Assembl\u00e9e G\u00e9n\u00e9rale&nbsp;&nbsp;(1)<\/option>\n\t<option class=\"level-0\" value=\"discipline\">Discipline&nbsp;&nbsp;(1)<\/option>\n\t<option class=\"level-0\" value=\"divers\">Divers&nbsp;&nbsp;(3)<\/option>\n\t<option class=\"level-0\" value=\"etd\">ETD&nbsp;&nbsp;(1)<\/option>\n\t<option class=\"level-0\" value=\"finales\">Finales&nbsp;&nbsp;(2)<\/option>\n\t<option class=\"level-0\" value=\"guide-club\">Guide Club&nbsp;&nbsp;(2)<\/option>\n\t<option class=\"level-0\" value=\"hand-1er-pas\">Hand 1er pas&nbsp;&nbsp;(2)<\/option>\n\t<option class=\"level-0\" value=\"hand-a-4\">Hand \u00e0 4&nbsp;&nbsp;(3)<\/option>\n\t<option class=\"level-0\" value=\"hand-droles-drolesses\">Hand Dr\u00f4les\/Dr\u00f4lesses&nbsp;&nbsp;(8)<\/option>\n\t<option class=\"level-0\" value=\"infos-clubs\">Infos Clubs&nbsp;&nbsp;(3)<\/option>\n\t<option class=\"level-0\" value=\"intercomites\">Intercomit\u00e9s&nbsp;&nbsp;(1)<\/option>\n\t<option class=\"level-0\" value=\"journee-dep-des-jeunes\">Journ\u00e9e D\u00e9p. des Jeunes&nbsp;&nbsp;(4)<\/option>\n\t<option class=\"level-0\" value=\"news\">News&nbsp;&nbsp;(1)<\/option>\n\t<option class=\"level-0\" value=\"non-classe\">Non class\u00e9&nbsp;&nbsp;(7)<\/option>\n\t<option class=\"level-0\" value=\"partenariat\">Partenariat&nbsp;&nbsp;(1)<\/option>\n\t<option class=\"level-0\" value=\"reglements\">R\u00e9glements&nbsp;&nbsp;(1)<\/option>\n\t<option class=\"level-0\" value=\"reunions\">R\u00e9unions&nbsp;&nbsp;(1)<\/option>\n\t<option class=\"level-0\" value=\"site\">Site&nbsp;&nbsp;(2)<\/option>\n\t<option class=\"level-0\" value=\"stage-arbitre\">Stage Arbitre&nbsp;&nbsp;(5)<\/option>\n<\/select><script>\n( ( [ dropdownId, homeUrl ] ) => {\n\t\tconst dropdown = document.getElementById( dropdownId );\n\t\tfunction onSelectChange() {\n\t\t\tsetTimeout( () => {\n\t\t\t\tif ( 'escape' === dropdown.dataset.lastkey ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tif ( dropdown.value && dropdown instanceof HTMLSelectElement ) {\n\t\t\t\t\tconst url = new URL( homeUrl );\n\t\t\t\t\turl.searchParams.set( dropdown.name, dropdown.value );\n\t\t\t\t\tlocation.href = url.href;\n\t\t\t\t}\n\t\t\t}, 250 );\n\t\t}\n\t\tfunction onKeyUp( event ) {\n\t\t\tif ( 'Escape' === event.key ) {\n\t\t\t\tdropdown.dataset.lastkey = 'escape';\n\t\t\t} else {\n\t\t\t\tdelete dropdown.dataset.lastkey;\n\t\t\t}\n\t\t}\n\t\tfunction onClick() {\n\t\t\tdelete dropdown.dataset.lastkey;\n\t\t}\n\t\tdropdown.addEventListener( 'keyup', onKeyUp );\n\t\tdropdown.addEventListener( 'click', onClick );\n\t\tdropdown.addEventListener( 'change', onSelectChange );\n\t} )( [\"wp-block-categories-1\",\"https:\/\/hand16.com\/WP\"] );\n\/\/# sourceURL=build_dropdown_script_block_core_categories\n<\/script>\n\n<\/div>\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button alignright is-style-outline is-style-outline--1\"><a class=\"wp-block-button__link has-vivid-cyan-blue-color has-white-background-color has-text-color has-background wp-element-button\" href=\"https:\/\/ffhandball-my.sharepoint.com\/:b:\/g\/personal\/6016000_ffhandball_net\/IQCqu28BV_GjQ6j6_svPxjkKAShPHnxNXQF6O8KXgkt9ESk?e=yoZXed\" target=\"_blank\" rel=\"noreferrer noopener\">Calendrier F\u00e9minin et Masculin (.pdf)<\/a><\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button alignright is-style-outline is-style-outline--2\"><a class=\"wp-block-button__link has-vivid-cyan-blue-color has-white-background-color has-text-color has-background wp-element-button\" href=\"https:\/\/ffhandball-my.sharepoint.com\/:b:\/g\/personal\/6016000_ffhandball_net\/IQCUeHzfr1JEQYu5dDZqWFW7AdgHISG8uq4Pubo2SYFBPA4?e=8s5xhI\" target=\"_blank\" rel=\"noreferrer noopener\">Parcours de s\u00e9lection et de d\u00e9tection (.pdf)<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Liste des stages joueuses, joueurs et gardien de but (et inscription en ligne) : 2012 Gar\u00e7ons2012 Filles2011 Gar\u00e7ons2011 FillesJAJ<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-77","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/hand16.com\/WP\/wp-json\/wp\/v2\/pages\/77","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hand16.com\/WP\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hand16.com\/WP\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hand16.com\/WP\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hand16.com\/WP\/wp-json\/wp\/v2\/comments?post=77"}],"version-history":[{"count":88,"href":"https:\/\/hand16.com\/WP\/wp-json\/wp\/v2\/pages\/77\/revisions"}],"predecessor-version":[{"id":3720,"href":"https:\/\/hand16.com\/WP\/wp-json\/wp\/v2\/pages\/77\/revisions\/3720"}],"wp:attachment":[{"href":"https:\/\/hand16.com\/WP\/wp-json\/wp\/v2\/media?parent=77"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}