/**
 * Styles pour le formulaire "Authentification"
 *
 * @package 	Modules_Applicatifs
 * @subpackage	Authentification
 * @category 	StylesCSS
 */ 

#AUT_formAuth_form .MIP_messageInfo {
    margin: 15px 0 15px 9px
}

#AUT_formAuth_form label.alignement{
    width : 250px;
    float:left;
    margin-right : 5px;
    text-align : right;
    cursor: pointer
}

#AUT_formAuth_form input.MIP_champTexte {
    width: 150px
}

#AUT_formAuth_form select {
    width: 350px
}