﻿input[type="search"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

div.ProfileTitreDiv, div.DivInfoPJ, div.DivDesacCompte, #divMultiDestMail {
    padding: 20px;
}

select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #999;
    border-right-color: #999;
    margin: 1px 0px 1px 0px;
    padding: 1px;
}

input[type="text"][disabled], input[type="password"][disabled], input[type="email"][disabled], input[type="search"][disabled] {
    background-color: #f8f8f8;
}

#MultiDestMail {
    border: none;
    border-bottom: solid 1px #624855;
    border-radius: 3px;
}


.DivInfoPJ label, .DivDesacCompte label {
    padding-left: 10px;
}
input[type="checkbox"] {
    position: relative; /* permet de positionner les pseudo-éléments */
    padding-left: 2.3em; /* fait un peu d'espace pour notre case à venir */
    font-size: 1.05em; /* Label un peu plus gros */
    line-height: 1.7;
    cursor: pointer; /* affiche un curseur adapté */
    margin: 0px;
	border:1px solid black;
}

input[type="button"]:active:not([disabled]), input[type="submit"]:active:not([disabled]) {
    background-color: #ddddee;
    border: 1px solid #aab;
    border-bottom-color: #bbd;
    border-right-color: #bbd;
    color: #224466;
    box-shadow: 0px 0px 5px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.1);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0, 0.1);
}

input[type="button"][disabled], input[type="submit"][disabled] {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}