* {
    margin: 0px;
    padding: 0px;
}
body {
    background: #FFFFFF;
}
main{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    color: #000000;
    margin-top: 60px;
}
h5{
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    
}
.formulaire{
    background: #ffffff;
	width: 880px;
    margin: 0px auto;
	padding: 0px;
    font-size: 21px;
    line-height: 40px;
}
#haut_de_form{
    background: #ffffff;
    margin: 0px;
    padding: 0px;
}
#contenuGauche1{
    background: #FFFFFF;
    width: 440px;
    margin: 0px ;
    padding: 0px;
    float: left;
}
#contenuDroit1{
    background: #ffffff;
    width: 440px;
    margin: 0px 0px 50px 0px;
    padding: 0px;
    float: left;
}
#ligne_centrale{
    background: #B3C6B8;
    width: 440px;
    height: 10px;
    margin: 0px auto;
    padding: 0px;
    border-radius: 10px;
    clear: both;
}
#pays_adresse{
    background: #ffffff;
    margin: 0px ;
    padding: 0px;
}
#contenuGauche2{
    background: #ffffff;
    width: 440px;
    margin: 0px ;
    padding: 0px;
    float: left;
}
#contenuDroit2{
    background: #ffffff;
    width: 440px;
    margin: 0px 0px 75px 0px;
    padding: 0px;
    float: left;
}
#creer_compte{
    background-color: #ffffff;
    margin: 0px 0px 90px 0px;
    padding: 0px;
    text-align: center;
}
#name, #fname, #email, #phone, #psw, #psw_confirm, #batiment, #lieu_dit, #code_postal, #ville{
    background-color: #f3f2f2;
    width: 425px;
    height: 50px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
}
#situation_particulier, #situation_pro{
    width: 30px;
    height: 30px;
}
#civilite{
    background-color: #ffffff;
    width: 200px;
    height: 50px;  
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
}
#pays{
    background-color: #f6f6f6;
    width: 425px;
    height: 50px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
}
#adresse{
    background-color: #f6f6f6;
    width: 880px;
    height: 50px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
}
#bouton_creer_compte{
    background: #B3C6B8;
    width: 425px;
    height: 50px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
    font-size: 22px;
    font-weight: bolder;
}
#bouton_creer_compte:hover{
    background: #9eb7a5;
    cursor: pointer;
}
