html, body
{
   margin:0;
   padding:0;
   background-color: #FBFDFE;
}


/* ======================================= Partie Flex ======================================= */
.Conteneur
{
   margin: auto;
   width: 800px;

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -ms-flex-direction: row;
   -webkit-flex-direction: row;
   -moz-flex-direction: row;
   flex-direction: row;

   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   flex-wrap: wrap;
 
   -ms-flex-justify-content: center;
   -webkit-justify-content: center;
   -moz-justify-content: center;
   justify-content: center;

   -webkit-box-pack: center;
   -ms-flex-pack: center;
}


.Boite
{
   background-color: #FBFDFE;
}

.Boite_B01
{
    border-top: 2px solid #29679F;
    border-right: none;
    border-bottom: none;
    border-left: 2px solid #29679F;
}

.Boite_B02
{
   border-top: 2px solid #29679F;
   border-right: none;
   border-bottom: none;
   border-left: 1px solid #29679F;
}

.Boite_B03
{
   border-top: 2px solid #29679F;
   border-right: none;
   border-bottom: none;
   border-left: 1px solid #29679F;
}

.Boite_B04
{
   border-top: 2px solid #29679F;
   border-right: 2px solid #29679F;
   border-bottom: none;
   border-left: 1px solid #29679F;
}

.Boite_B05
{
   border-top: 1px solid #29679F;
   border-right: none;
   border-bottom: 2px solid #29679F;
   border-left: 2px solid #29679F;
}

.Boite_B06
{
   border-top: 1px solid #29679F;
   border-right: none;
   border-bottom: 2px solid #29679F;
   border-left: 1px solid #29679F;
}

.Boite_B07
{
   border-top: 1px solid #29679F;
   border-right: none;
   border-bottom: 2px solid #29679F;
   border-left: 1px solid #29679F;
}

.Boite_B08
{
   border-top: 1px solid #29679F;
   border-right: 2px solid #29679F;
   border-bottom: 2px solid #29679F;
   border-left: 1px solid #29679F;
}


/* ======================================= Zone 01 ======================================= */
.Z01
{
   height: 100px;
}

.Z01_01
{
   width: 10px;
}

.Z01_02
{
   width: 770px;
}

.Z01_02_01
{
   width: 144px;
   height: 40px;
   line-height: 40px;
   vertical-align: middle;
   text-align: center;
}

.Z01_03
{
   width: 10px;
}


/* ======================================= Zone 02 ======================================= */
.Z02
{
   height: 35px;
}

.Z02_01
{
   width: 2px;
   height: 35px;

}

.Z02_02
{
   width: 780px;
   height: 35px;
   line-height: 18px;
   text-align: center;
}

.Z02_03
{
   display: inline;
   width: 2px;
   height: 35px;
   text-align: center;
}

.Z02_Anim01
{
   -webkit-animation: anim02 1800ms ease 0ms infinite alternate-reverse;
   -moz-animation: anim02 1800ms ease 0ms infinite alternate-reverse;
   -ms-animation: anim02 1800ms ease 0ms infinite alternate-reverse;
   animation: anim02 1800ms ease 0ms infinite alternate-reverse;
}


/* ======================================= Zone 03 ======================================= */
.Z03
{
   height: 290px;
}

.Z03_01
{
   width: 1px;
   height: 290px;

}

.Z03_02
{
   width: 790px;
   height: 290px;
   line-height: 22px;
   text-align: justify;
}

.Z03_03
{
   display: inline;
   width: 1px;
   height: 290px;
}


/* ======================================= Zone 04 ======================================= */
.Z04
{
   height: 50px;
}

.Z04_01
{
   width: 1px;
   height: 50px;
}

.Z04_02
{
   width: 770px;
   height: 50px;
   line-height: 50px;
   vertical-align: middle;
   text-align: center;
   border: 1px solid black;
   border-radius: 12px;
   background-color: #FCFAF4;
}

.Z04_03
{
   display: inline;
   width: 1px;
   height: 50px;
   text-align: center;
}


/* ======================================= Zone 05 ======================================= */
.Z05
{
   height: 40px;
}

.Z05_01
{
   width: 600px;
   height: 40px;
   line-height: 40px;
   vertical-align: middle;
   text-align: center;
   border: 1px solid black;
   border-radius: 12px;
   background-color: #CCEDFD;
}

.Z05_02
{
   width: 80px;
   height: 40px;
   line-height: 40px;
   vertical-align: middle;
   text-align: center;
   border: 1px solid black;
   border-radius: 12px;
   background-color: #CCEDFD;
}

.Z05_03
{
   width: 80px;
   height: 40px;
   line-height: 40px;
   vertical-align: middle;
   text-align: center;
   border: 1px solid black;
   border-radius: 12px;
   background-color: #CCEDFD;
}


/* ======================================= Zone 06 ======================================= */
.Z06
{
   height: 40px;
}

.Z06_01
{
   width: 600px;
   height: 40px;
   line-height: 40px;
   vertical-align: middle;
   text-align: left;
   text-indent: 20px;
   border: 1px solid black;
   border-radius: 12px;
   background-color: #FCFAF4;
}

.Z06_02
{
   width: 80px;
   height: 40px;
   line-height: 40px;
   vertical-align: middle;
   text-align: center;
   border: 1px solid black;
   border-radius: 12px;
   background-color: #FCFAF4;
}

.Z06_03
{
   width: 80px;
   height: 40px;
   line-height: 40px;
   vertical-align: middle;
   text-align: center;
   border: 1px solid black;
   border-radius: 12px;
   background-color: #FCFAF4;
}


/* =======================================  Les lignes ======================================= */
.Ligne01
{
   height: 10px;
}

.Ligne02
{
   height: 100px;
}

.Ligne03
{
   height: 10px;
}

.Ligne04
{
   height: 10px;
}


/* =======================================  Le Texte ======================================= */
.Texte01
{
   font-family: 'Bubblegum Sans', cursive;
   font-size: 1.5em;
   text-shadow : 2px 2px 4px #aaa;
   color: #173C5D;
}

.Texte02
{
   font-family: 'Jura', sans-serif;
   font-size: 1.2em;
   color: #274490;
}

.Texte03
{
   font-family: 'Bubblegum Sans', cursive;
   font-size: 1.2em;
   color: #173C5D;
   text-decoration: none;
}

.Texte04
{
   font-family: 'Jura', sans-serif;
   font-size: 1.2em;
   color: #274490;
}

.Texte05
{
   font-family: 'Bubblegum Sans', cursive;
   font-size: 1.4em;
   color: white;
   text-decoration: none;
}


/* =======================================  Les liens ======================================= */
.Lien01
{
   text-decoration: none;
}

.Lien01:hover
{
   animation: anim01 1200ms ease-in-out 0ms infinite normal;
}

.Lien02
{
   font-family: 'Tahoma';
   font-size: 0.8em;
   color: #3399FF;
}

.Lien02:hover
{
   animation: anim01 1200ms ease-in-out 0ms infinite normal;
}


/* =======================================  Divers ======================================= */
.Degrade
{
   background-image: -moz-linear-gradient(30deg, #0EACE3, #83D7F1);
   background-image: -webkit-linear-gradient(30deg, #0EACE3, #83D7F1);
   background-image: -o-linear-gradient(30deg, #0EACE3, #83D7F1);
   background-image: linear-gradient(60deg, #0EACE3, #83D7F1);
}


/* ======================================= Les animations ======================================= */
/* ======================================= Animation 01 ======================================= */
@-webkit-keyframes anim01
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}

@-moz-keyframes anim01
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}

@-o-keyframes anim01
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}

@-ms-keyframes anim01
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}

@keyframes anim01
{
   0% { opacity: 1;  }
   25% { opacity: 0.4;  }
   50% { opacity: 1;  }
   75% { opacity: 0.4;  }
   100% { opacity: 1;  }
}


/* ======================================= Animation 02 ======================================= */
@-webkit-keyframes anim02
{
   0% { -webkit-transform:  rotate(0deg) skewX(-30deg) translate(-70%,0px); opacity: 0;  }
   60% { -webkit-transform:  rotate(0deg) skewX(30deg) translate(0%,0px); opacity: 1;  }
   80% { -webkit-transform:  rotate(0deg) skewX(-15deg); opacity: 1;  }
   100% { -webkit-transform:  rotate(0deg); opacity: 1;  }
}
@-moz-keyframes anim02
{
   0% { -moz-transform:  rotate(0deg) skewX(-30deg) translate(-70%,0px); opacity: 0;  }
   60% { -moz-transform:  rotate(0deg) skewX(30deg) translate(0%,0px); opacity: 1;  }
   80% { -moz-transform:  rotate(0deg) skewX(-15deg); opacity: 1;  }
   100% { -moz-transform:  rotate(0deg); opacity: 1;  }
}
@-o-keyframes anim02
{
   0% { -o-transform:  rotate(0deg) skewX(-30deg) translate(-70%,0px); opacity: 0;  }
   60% { -o-transform:  rotate(0deg) skewX(30deg) translate(0%,0px); opacity: 1;  }
   80% { -o-transform:  rotate(0deg) skewX(-15deg); opacity: 1;  }
   100% { -o-transform:  rotate(0deg); opacity: 1;  }
}
@-ms-keyframes anim02
{
   0% { -ms-transform:  rotate(0deg) skewX(-30deg) translate(-70%,0px); opacity: 0;  }
   60% { -ms-transform:  rotate(0deg) skewX(30deg) translate(0%,0px); opacity: 1;  }
   80% { -ms-transform:  rotate(0deg) skewX(-15deg); opacity: 1;  }
   100% { -ms-transform:  rotate(0deg); opacity: 1;  }
}
@keyframes anim02
{
   0% { transform:  rotate(0deg) skewX(-30deg) translate(-70%,0px); opacity: 0;  }
   50% { transform:  rotate(0deg) skewX(30deg) translate(0%,0px); opacity: 1;  }
   70% { transform:  rotate(0deg) skewX(-15deg); opacity: 1;  }
   100% { transform:  rotate(0deg); opacity: 1;  }
}
