﻿#cadre-formulaire{background-color:#fff;padding-left:20px;padding-right:20px;padding-bottom:20px;display:inline-block;float:left;width:336px;height:auto}#titre{color:#c06;font-size:100%;text-align:center;font-weight:bold}input{border-radius:10px;background-color:#ebebeb}.envoyer{background-color:#fc6;border-radius:5px;font-size:100%;font-weight:bold}.effacer{background-color:#ebebeb;border-radius:5px;font-size:100%;font-weight:bold}label{width:90pt;float:left}select{border-radius:10px;background-color:#eaeaea;overflow:visible}.loader{border:4px solid #f3f3f3;border-top-width:4px;border-top-style:solid;border-top-color:#f3f3f3;border-top:4px solid #76b9d6;border-radius:50%;width:10px;height:10px;animation:spin .5s linear infinite;margin-left:90px;margin-top:4px;display:none}@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}