@font-face 
{
    font-family: 'orange_juice';
    src: url('police3/orange_juice.ttf') format('truetype');
}





h2
{
    text-align: center;
}


#formulaire
{
    background-color: white;
    color:#2F4F4F;
    text-align: left;
    margin-top: 3%;
    margin-left:8%;
    margin-right:4%;
    line-height:40px;
}



label 
{
    width: 300px;
    display: inline-block;

}

#copyright
{
    text-align:right;
    color:black;
}