<?xml version="1.0" encoding="UTF-8"?>

<?import java.lang.String?>
<?import java.net.URL?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ComboBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Tooltip?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.ColumnConstraints?>
<?import javafx.scene.layout.GridPane?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.RowConstraints?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>

<AnchorPane id="fenetre" prefHeight="743.0" prefWidth="1294.0" xmlns="http://javafx.com/javafx/17.0.16" xmlns:fx="http://javafx.com/fxml/1">
   <children>
      <VBox id="boite-menu" layoutX="-7.0" layoutY="132.0" prefHeight="616.0" prefWidth="85.0" AnchorPane.bottomAnchor="-5.0" AnchorPane.topAnchor="132.0">
         <children>
            <Button depthTest="ENABLE" mnemonicParsing="false" prefWidth="91.0" textOverrun="CLIP" wrapText="true">
               <graphic>
                  <ImageView fitHeight="52.0" fitWidth="66.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/menu/maison.png" />
                     </image>
                  </ImageView>
               </graphic>
               <tooltip>
                  <Tooltip text="ACCUEIL">
                     <graphic>
                        <Label text="Label" />
                     </graphic>
                  </Tooltip>
               </tooltip>
               <VBox.margin>
                  <Insets top="50.0" />
               </VBox.margin>
            </Button>
            <Label alignment="CENTER" mouseTransparent="true" prefHeight="18.0" prefWidth="75.0" text="Accueil">
               <VBox.margin>
                  <Insets left="8.0" />
               </VBox.margin>
            </Label>
            <Button id="boutonJour" mnemonicParsing="false" prefHeight="75.0" prefWidth="105.0">
               <graphic>
                  <ImageView fitHeight="58.0" fitWidth="77.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/menu/jour.png" />
                     </image>
                  </ImageView>
               </graphic>
               <tooltip>
                  <Tooltip text="JOURNÉE" />
               </tooltip>
            </Button>
            <Label alignment="CENTER" mouseTransparent="true" prefHeight="18.0" prefWidth="75.0" text="Journée">
               <VBox.margin>
                  <Insets left="8.0" />
               </VBox.margin>
            </Label>
            <Button mnemonicParsing="false" prefHeight="77.0" prefWidth="104.0">
               <graphic>
                  <ImageView fitHeight="56.0" fitWidth="75.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/menu/mois.png" />
                     </image>
                  </ImageView>
               </graphic>
               <tooltip>
                  <Tooltip text="MOIS" />
               </tooltip>
            </Button>
            <Label alignment="CENTER" mouseTransparent="true" prefHeight="18.0" prefWidth="75.0" text="Mois">
               <VBox.margin>
                  <Insets left="8.0" top="-0.0" />
               </VBox.margin>
            </Label>
            <Button id="boutonAnnee" mnemonicParsing="false" prefHeight="77.0" prefWidth="104.0">
               <graphic>
                  <ImageView fitHeight="84.0" fitWidth="58.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/menu/annee.png" />
                     </image>
                  </ImageView>
               </graphic>
               <tooltip>
                  <Tooltip text="ANNÉE" />
               </tooltip>
            </Button>
            <Label alignment="CENTER" mouseTransparent="true" prefHeight="18.0" prefWidth="75.0" text="Année">
               <VBox.margin>
                  <Insets left="8.0" />
               </VBox.margin>
            </Label>
         </children>
      </VBox>
      <AnchorPane id="mesures" layoutX="75.0" layoutY="135.0" prefHeight="608.0" prefWidth="1219.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="75.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="135.0">
         <children>
            <Pane layoutX="371.0" layoutY="37.0" prefHeight="152.0" prefWidth="275.0">
               <children>
                  <Label layoutX="20.0" layoutY="21.0" styleClass="apercu-titre" text="MOYENNE" textFill="#9a9a9a">
                     <font>
                        <Font name="Segoe UI Bold" size="12.0" />
                     </font>
                  </Label>
                  <Label id="moyenne" layoutX="94.0" layoutY="36.0" styleClass="apercu-nombre" text="0" textFill="#9a9a9a">
                     <font>
                        <Font name="Segoe UI" size="64.0" />
                     </font>
                  </Label>
                  <ImageView fitHeight="48.0" fitWidth="43.0" layoutX="34.0" layoutY="63.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/fraction.png" />
                     </image></ImageView>
               </children>
               <styleClass>
                  <String fx:value="mesure" />
                  <String fx:value="apercu" />
                  <String fx:value="jour" />
               </styleClass>
            </Pane>
            <Pane layoutX="666.0" layoutY="37.0" prefHeight="152.0" prefWidth="240.0">
               <children>
                  <Label layoutX="24.0" layoutY="19.0" styleClass="apercu-titre" text="MINIMUM" textFill="#9a9a9a">
                     <font>
                        <Font name="Segoe UI Bold" size="12.0" />
                     </font>
                  </Label>
                  <Label id="minimum" layoutX="80.0" layoutY="36.0" styleClass="apercu-nombre" text="0" textFill="#9a9a9a">
                     <font>
                        <Font name="Segoe UI" size="64.0" />
                     </font>
                  </Label>
                  <ImageView fitHeight="48.0" fitWidth="43.0" layoutX="30.0" layoutY="62.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/dossiers.png" />
                     </image>
                  </ImageView>
               </children>
               <styleClass>
                  <String fx:value="mesure" />
                  <String fx:value="apercu" />
                  <String fx:value="mois" />
               </styleClass>
            </Pane>
            <Pane layoutX="924.0" layoutY="37.0" prefHeight="152.0" prefWidth="240.0">
               <children>
                  <Label layoutX="35.0" layoutY="19.0" styleClass="apercu-titre" text="MAXIMUM" textFill="#9a9a9a">
                     <font>
                        <Font name="Segoe UI Bold" size="12.0" />
                     </font>
                  </Label>
                  <Label id="maximum" layoutX="87.0" layoutY="36.0" styleClass="apercu-nombre" text="0" textFill="#9a9a9a">
                     <font>
                        <Font name="Segoe UI" size="64.0" />
                     </font>
                  </Label>
                  <ImageView fitHeight="35.0" fitWidth="36.0" layoutX="30.0" layoutY="64.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/liste.png" />
                     </image>
                  </ImageView>
               </children>
               <styleClass>
                  <String fx:value="mesure" />
                  <String fx:value="apercu" />
                  <String fx:value="annee" />
               </styleClass>
            </Pane>
            <Pane layoutX="49.0" layoutY="37.0" prefHeight="152.0" prefWidth="298.0">
               <children>
                  <Label alignment="CENTER" layoutY="42.0" prefHeight="54.0" text="MOIS" textFill="#9a9a9a" textOverrun="CLIP">
                     <font>
                        <Font name="Segoe UI Bold" size="12.0" />
                     </font>
                  </Label>
                  <Label id="annee" alignment="TOP_CENTER" contentDisplay="CENTER" layoutY="55.0" maxWidth="1.7976931348623157E308" minWidth="185.0" prefHeight="104.0" prefWidth="185.0" scaleShape="false" style="-fx-text-fill: #4bb3e9; -fx-font-size: 70px;" textAlignment="CENTER" textOverrun="CLIP">
                     <font>
                        <Font name="System Bold" size="42.0" />
                     </font>
                  </Label>
               </children>
               <styleClass>
                  <String fx:value="titre" />
                  <String fx:value="jour" />
               </styleClass>
            </Pane>
            <Pane id="affiche-donnees" layoutX="49.0" layoutY="215.0" prefHeight="371.0" prefWidth="1117.0">
               <children>
                  <GridPane gridLinesVisible="true" layoutX="3.0" layoutY="8.0" prefHeight="350.0" prefWidth="1108.0">
                    <columnConstraints>
                      <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
                      <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
                        <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
                        <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
                    </columnConstraints>
                    <rowConstraints>
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                        <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                        <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                        <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
                    </rowConstraints>
                     <children>
                        <Label prefHeight="54.0" prefWidth="278.0" styleClass="entete" text="JOUR">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="01" GridPane.rowIndex="1">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="02" GridPane.rowIndex="2">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="03" GridPane.rowIndex="3">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="04" GridPane.rowIndex="4">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="05" GridPane.rowIndex="5">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="06" GridPane.rowIndex="6">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="07" GridPane.rowIndex="7">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="08" GridPane.rowIndex="8">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="09" GridPane.rowIndex="9">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="10" GridPane.rowIndex="10">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="11" GridPane.rowIndex="11">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="12" GridPane.rowIndex="12">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" styleClass="entete" text="MOYENNE" GridPane.columnIndex="1" GridPane.rowIndex="0">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j1" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="1">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j2" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="2">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j3" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="3">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j4" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="4">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j5" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="5">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j6" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="6">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j7" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="7">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j8" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="8">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j9" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="9">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j10" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="10">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j11" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="11">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j13" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="13">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j12" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="12">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" styleClass="entete" text="JOUR" GridPane.columnIndex="2">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" styleClass="entete" text="MOYENNE" GridPane.columnIndex="3">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="13" GridPane.rowIndex="13">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="14" GridPane.rowIndex="14">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="15" GridPane.rowIndex="15">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="16" GridPane.rowIndex="16">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j14" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="14">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j15" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="15">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j16" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="1" GridPane.rowIndex="16">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="17" GridPane.columnIndex="2" GridPane.rowIndex="1">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="18" GridPane.columnIndex="2" GridPane.rowIndex="2">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="19" GridPane.columnIndex="2" GridPane.rowIndex="3">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="20" GridPane.columnIndex="2" GridPane.rowIndex="4">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="21" GridPane.columnIndex="2" GridPane.rowIndex="5">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="22" GridPane.columnIndex="2" GridPane.rowIndex="6">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="23" GridPane.columnIndex="2" GridPane.rowIndex="7">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="24" GridPane.columnIndex="2" GridPane.rowIndex="8">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="25" GridPane.columnIndex="2" GridPane.rowIndex="9">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="26" GridPane.columnIndex="2" GridPane.rowIndex="10">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="27" GridPane.columnIndex="2" GridPane.rowIndex="11">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="28" GridPane.columnIndex="2" GridPane.rowIndex="12">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="29" GridPane.columnIndex="2" GridPane.rowIndex="13">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="30" GridPane.columnIndex="2" GridPane.rowIndex="14">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label prefHeight="54.0" prefWidth="277.0" text="31" GridPane.columnIndex="2" GridPane.rowIndex="15">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j17" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="1">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j18" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="2">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j19" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="3">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j20" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="4">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j21" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="5">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j22" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="6">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j23" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="7">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j24" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="8">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j25" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="9">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j26" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="10">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j27" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="11">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j28" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="12">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j29" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="13">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j30" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="14">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                        <Label id="j31" prefHeight="54.0" prefWidth="277.0" text="Label" GridPane.columnIndex="3" GridPane.rowIndex="15">
                           <font>
                              <Font name="System Bold" size="18.0" />
                           </font>
                           <padding>
                              <Insets left="10.0" />
                           </padding>
                        </Label>
                     </children>
                  </GridPane>
               </children>
            </Pane>
         </children>
      </AnchorPane>
      <Pane id="entete" layoutX="-3.0" prefHeight="135.0" prefWidth="1152.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
         <children>
            <ImageView fitHeight="60.0" fitWidth="60.0" layoutX="36.0" layoutY="38.0" pickOnBounds="true" preserveRatio="true">
               <image>
                  <Image url="@decoration/satistiques.png" />
               </image>
            </ImageView>
            <Label layoutX="129.0" layoutY="39.0" text="Durée des appuis dans le mois" textFill="#fff7f7">
               <font>
                  <Font name="Josefin Sans Thin" size="48.0" />
               </font>
            </Label>
            <ComboBox layoutX="936.0" layoutY="60.0" prefHeight="28.0" prefWidth="298.0" />
         </children>
      </Pane>
   </children>
   <stylesheets>
      <URL value="@decoration/captures.css" />
      <URL value="@decoration/captures-c.css" />
   </stylesheets>
</AnchorPane>
