a:focus, input:focus {
    outline: none;
    }

a.tailles_corres {
    font-weight: normal;
    font-style: italic;
    }
a:hover.tailles_corres {
    font-weight: normal;
    font-style: italic;
    }

#divremise {
    border: 2px #ff6600 solid;
    padding: 3px 3px 3px 10px;
    background-color: #ffffcc;
    color: #000000;
    font-weight: bold;
    background-image: url(/i/c/remise.gif);
    background-position: 10px 2px;
    background-repeat: no-repeat;
    }

/* COMMANDE */
#commandepaiement {
	border: 2px #000000 solid;
	background-color: #000000;
	color: #000000;
	}
#commandepaiement TH {
	background-color: #D3D3D3;
	}
#commandepaiement TD {
	background-color: #FFFFFF;
	}

