/*------------------------------------------------------------- Input */
.input1 {font-family: arial; font-size: 12px; width: 100%; height: 18px; background: #f0f0f0; color: #636363; border: 0px; border: 1px solid #f0f0f0;}
.input1:focus {border: 1px solid #65c957;}

.input2 {font-family: arial; font-size: 14px; width: 100%; height: 25px; background: #f0f0f0; color: #636363; border: 0px; border: 1px solid #65c957;}
.input2:focus {border: 1px solid #b2f3a9;}

.input3 {font-family: arial; font-size: 14px; height: 25px; background: #f0f0f0; margin-top: 2px; color: #636363; border: 0px; border: 1px solid #65c957;}
.input3:focus {border: 1px solid #b2f3a9;}

/*------------------------------------------------------------- Textarea */
.textarea1 {font-family: arial; font-size: 12px; width: 100%; background: #f0f0f0; color: #636363; border: 0px; border: 1px solid #f0f0f0;}
.textarea1:focus {border: 1px solid #65c957;}

.textarea2 {font-family: arial; font-size: 14px; width: 100%; background: #f0f0f0; color: #636363; border: 0px; border: 1px solid #65c957;}
.textarea2:focus {border: 1px solid #b2f3a9;}

/*------------------------------------------------------------- Boutons */
.bouton1 {background: #65c957; color: #dcdcdc; border: 0px; cursor: pointer;}
.bouton1:hover{background: #333333; color: #dcdcdc; border: 0px; cursor: pointer;}

.bouton2 {font-family: arial; font-size: 14px; background: #65c957; color: #fff; margin-top: 2px; border: 0px; cursor: pointer;}
.bouton2:hover{background: #333333; color: #fff; border: 0px; cursor: pointer;}

.bouton3 {font-family: arial; font-size: 14px; height: 25px; background: #65c957;  margin-top: 2px; color: #fff; border: 0px; cursor: pointer;}
.bouton3:hover{background: #333333; color: #fff; border: 0px; cursor: pointer;}