﻿header {
    color: rgb(000,000,000);
    font-family: 'acmeregular', Impact;
}

body 
{
    font-family: 'acmeregular', Impact;
    background-color: rgb(251,212,75);
    /*background-image: url("Images/Image_de_fond.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;*/
}

@font-face {
    font-family: 'acmeregular';
    src: url('Fonts/Acme-Regular-webfont.eot');
    src: url('Fonts/Acme-Regular-webfont.eot?#iefix') format('embedded-opentype'), 
        url('Fonts/Acme-Regular-webfont.woff2') format('woff2'), 
        url('Fonts/Acme-Regular-webfont.woff') format('woff'), 
        url('Fonts/Acme-Regular-webfont.ttf') format('truetype'), 
        url('Fonts/Acme-Regular-webfont.svg#acmeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.LogoFlottant
{
    float:left;
    margin-right:20px;
}

section 
{
    clear: both;
    /*border: 1px solid;
    margin-bottom:3px;*/
}

#CONTENEUR01
{
    display: flex;
    justify-content:space-around;
    margin:auto;
}

.Introduction:nth-child(1)
{
  
    padding:50px 20px 100px 20px;
}

footer
{
    text-align:center;
}

.Introduction
{
    border: 5px solid #000000;
    box-shadow: #000000 10px 10px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 1.2em;
    height: 400px;
    width : 700px;
}

.TARIF
{
    color:red;
    font-size:1.8em;
}