/* 
    Document   : contact.css
    Created on : 23 mai 2012, 15:28:26
    Description:
        Feuille de style de la page contact du template AGEA
*/

/* Bouton Envoyer */
#form_contact button.submit{
    text-indent: 0;
    background: #ffffff;
    font-size: 24px;
    width: auto;
    height: auto;
    color: #000000;
}

/* Bouton Continuer */
div.message-confirmation a#bt_continuer{
    text-indent: 0;
    background: #ffffff;
    font-size: 24px;
    width: auto;
    height: auto;
    color: #000000;
}

#form_contact ul.errors{
    color:#E11E18!important;
}

#form_contact ul.errors *{
    color:#E11E18!important;
}