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: 40px;

}

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

.Z02_03
{
   display: inline-block;
   width: 2px;
   height: 40px;
   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: 70px;
}

.Z03_01
{
   width: 1px;

}

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

.Z03_03
{
   display: inline-block;
   width: 1px;
   text-align: center;
}


/* ======================================= Zone 04 ======================================= */
.Z04
{
   height: 32px;
   border-bottom: 1px dotted lightgrey;
}

.Z04_01
{
   width: 520px;
   line-height: 30px;
   vertical-align: middle;
   background-color: #FCFAF4;
   text-align: left;
}

.Z04_02
{
   width: 135px;
   line-height: 30px;
   vertical-align: middle;
   background-color: #FCFAF4;
   text-align: right;
}

.Z04_03
{
   width: 135px;
   line-height: 30px;
   vertical-align: middle;
   background-color: #FCFAF4;
   text-align: right;
}


/* ======================================= Zone 05 ======================================= */
.Z05
{
   height: 24px;
   border-bottom: 1px dotted lightgrey;
}

.Z05b
{
   height: 24px;
   border-bottom: 1px dotted lightgrey;
}

.Z05_01
{
   width: 520px;
   line-height: 22px;
   vertical-align: middle;
   text-align: left;
}

.Z05_02
{
   width: 135px;
   line-height: 22px;
   vertical-align: middle;
   text-align: right;
}

.Z05_03
{
   display: inline-block;
   width: 135px;
   line-height: 22px;
   vertical-align: middle;
   text-align: right;
}


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

.Z06b
{
   height: 60px;
}

.Z06c
{
   height: 30px;
}

.Z06_01
{
   width: 1px;

}

.Z06_02
{
   width: 795px;
   line-height: 18px;
   text-align: justify;
}

.Z06_03
{
   display: inline-block;
   width: 1px;
   text-align: center;
}


/* ======================================= Zone 07 ======================================= */
.Z07
{
   height: 790px;
}

.Z07_01
{
   display: inline-block;
   width: 70px;
}

.Z07_02
{
   width: 725px;
   line-height: 22px;
   text-align: justify;
}

.Z07_03
{
   display: inline-block;
   width: 1px;
   text-align: center;
}



/* ======================================= Zone 08 ======================================= */
.Z08
{
   height: 415px;
}

.Z08_01
{
   display: inline-block;
   width: 70px;
}

.Z08_02
{
   width: 725px;
   line-height: 22px;
   text-align: justify;
}

.Z08_03
{
   display: inline-block;
   width: 1px;
   text-align: center;
}


/* ======================================= Zone 09 ======================================= */
.Z09
{
   height: 240px;
}

.Z09_01
{
   display: inline-block;
   width: 70px;
}

.Z09_02
{
   width: 725px;
   line-height: 22px;
   text-align: justify;
}

.Z09_03
{
   display: inline-block;
   width: 1px;
   text-align: center;
}


/* ======================================= Zone 10 ======================================= */
.Z10
{
   height: 190px;
}

.Z10_01
{
   display: inline-block;
   width: 70px;
}

.Z10_02
{
   width: 725px;
   line-height: 22px;
   text-align: justify;
}

.Z10_03
{
   display: inline-block;
   width: 1px;
   text-align: center;
}



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

.Ligne02
{
   width: 795px;
   height: 1px;
   background-color: steelblue;
}

.Ligne03
{
   height: 20px;
}

.Ligne04
{
   height: 15px;
}

.Ligne05
{
   height: 90px;
}

.Ligne06
{
   height: 75px;
}

.Ligne07
{
   height: 180px;
}

.Ligne08
{
   height: 90px;
}


/* =======================================  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: #000051;
}

.Texte03
{
   font-family: 'Jura', sans-serif;
   font-size: 1.2em;
   color: #000051;
   text-shadow: 1px 1px 2px #aaa;
}

.Texte03r
{
   font-family: 'Jura', sans-serif;
   font-size: 1.2em;
   color: red;
   text-shadow: 1px 1px 2px #aaa;
}

.Texte03v
{
   font-family: 'Jura', sans-serif;
   font-size: 1.2em;
   color: green;
   text-shadow: 1px 1px 2px #aaa;
}

.Texte04
{
   font-family: 'Jura', sans-serif;
   font-size: 1.35em;
   text-shadow: 1px 1px 2px #aaa;
   color: #335133;
}

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

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

.Texte06b
{
   font-family: 'Jura', sans-serif;
   color: #335133;
}


/* =======================================  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;
}


/* =======================================  Les images ======================================= */
.Img01
{
   display: inline-block;
   width: 55px;
}

.Img02
{
   display: inline-block;
   width: 45px;
}

.Img03
{
   display: inline-block;
   width: 40px;
}


/* =======================================  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;  }
}
