#newsletters .description {
    font-family: arial;
    font-size: 13px;
    width: 80%;
    display: block;
    margin-bottom: 15px;
    color: #fff;
}
#newsletters .champ_mail {
    height: 25px;
    width: 170px;
    color: #727780;
    padding: 0 5px;
    font-size: 11px;
    float: left;
    outline: 0;
}
#newsletters .envoyer{
    background: #2f3193;
    color: white;
    float: left;
    margin: 0;
    font-family: arial;
    font-size: 14px;
    height: 29px;
    border: 0;
  outline: 0;    cursor: pointer;
}
#newsletters .envoyer:hover{ background: #4d54a4;}
#newsletters .succes {
       color: #2f3193;
  
    padding: 7px;
    margin-bottom: 5px;
    display: block;
}
#newsletters .erreur{    
    background: #2f3193;
    color: white;
    padding: 7px;
    margin-bottom: 5px;
    display: block;
}
#newsletters .invalide_mail{
     color: #2e3092;
    padding: 7px;
    margin-bottom: 5px;
    display: block;
}
@-moz-document url-prefix()
{
   #newsletters .envoyer{
      height: 28px;
   }
}



