#main_fond_header{
    background: url(images/fonds/fond_bleu_techno.jpg);
}

body
{
    /*background: url('images/fonds/fond_bleu_clair.jpg');*/
        background-color: #2E2C2C;
    /*background: url(images/fonds/fond_bleu_fonce.jpg);*/
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #FFFFFF;
}


#titre_principal{

    display: flex;
    flex-direction: row;
    font-size: 2em;
    font-family: BallparkWeiner;
}


section h1 {

    text-align: center;
}

.conteneur {
	display: flex;
	flex-direction: row;
    justify-content: space-around;
}

.element h1 {

    text-align: left;
}

#adresse_mail a{

    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;

}

#adresse_mail a:active {

    color: #0000FF;
    font-style: normal;
    text-decoration: blink;
}

#adresse_mail a:focus,active,visited {

    color: #910393;
    font-style: normal;
    text-decoration: underline;
    }

#fielset_coordonnes{

    display: flex;
    flex-direction: column;


}

.element_form{

    display: flex;
    flex-direction: row;
    justify-content: left;

}

#element_form1 label {

padding-right: 59px;

    
}
#element_form2 label {

padding-right: 37px;

    
}

#message{

    height: 20em;
    width: 25em;

}

#test{

    text-align: left;
    color: #FFFFFF;
}
