.contact_statut{
    display: inline;
    font-family: 'arialregular', Arial, Helvetica, sans-serif;
    font-size: 1vw;
}

.contact_statut_label{
    display: inline;
    font-family: 'arialregular', Arial, Helvetica, sans-serif;
    font-size: 1vw;
    font-style: italic;
    font-weight: bold;
    color: #ff0000;
}

.contact_body{
    font-size: 1vw;
    background: transparent ;
    padding: 1vw 1vw 1vw 1vw;
    max-height: 96%;
}

.contact_fond{
    position: absolute ;
    top : 0;
    left:  50% ;
    width: 20% ;
    height: 20% ;
    padding: 1% 1%;
    opacity : 0 ;
    font-size: 1vw;
    border: 1px solid #696;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    border-radius: 1vw;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #ffffff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffddaa));
    background: -webkit-linear-gradient(#ffffff, #ffddaa);
    background: -moz-linear-gradient(#ffffff, #ffddaa);
    background: -ms-linear-gradient(#ffffff, #ffddaa);
    background: -o-linear-gradient(#ffffff, #ffddaa);
    background: linear-gradient(#ffffff, #ffddaa);
    -pie-background: linear-gradient(#ffffff, #ffddaa);
}