#conteneur
{
    display : flex;
    /*flex-direction: column;*/
/*    flex-wrap:no-wrap; */
    justify-content: space-between;
    align-items:center;
}
/*.l:nth-child(1)
{
    order: 2;
}
.l:nth-child(2)
{
    order: 1;
} 
*/ 
h1
{
    font-size:3em;
#    margin: auto;
#    color : purple;
#    border: 3px blue groove;
#    padding: 12px;
}

p
{
    color : black;
    font-size : 1.2em;
    font-family :   Arial;
   
}
.it
{
    color : blue;
    font-style : italic;
    text-shadow: 2px 2px 4px blue;
}
h2
{
    width: 350 px;
    margin:auto;
    color : brown;
    border : 3px black solid;
    border-radius: 15px;
    box-shadow: 6px 6px 6px grey;
    padding:12px;
}
.flottant
{
    color: #FFFFFF;
   float : right;
/*    text-align:center;*/
    
}
/*.pun
{
    clear:right;
}
*/
body
{
/*    background-image: url("images/chili.jpg"); 
    background-attachment: no-attachment;
    background-repeat: no-repeat;
    background-size: auto; */
    /* background-color: #CCE6FF;*/
    
    
}

a:hover
{
    color:red;
}

a:visited
{
    color:green;
}

#imt
{
    display:flex;
    justify-content:center;
    opacity:0.8;
    text-align: center;
    align-items:flex-end;
}

