#catalogue table {
width:100%;
border:0;
border-spacing:0;
border-collapse: collapse;
margin:0;
}
#catalogue table tr td {
padding:6px 0;
text-align:right;
}
#catalogue table tr td.label {
text-align:left;
width:100px;
}
#catalogue table tr td.label label {
padding:0 5px;
}
#catalogue table tr td.labelR {
text-align:right;
padding-right:10px;
}
#catalogue table tr td.lbPrenom {
padding-right:10px;
text-align:right;
}
#catalogue table tr td.lbPrenom label {
padding:0;
}

#catalogue table tr#tr1 td input {
width:220px;
}
#catalogue table tr#tr1 td.fNom {
text-align:left;
}
#catalogue table tr#tr1 td.fNom input {
width:220px;
}
#catalogue table tr#tr2 td.adresse input {
width:590px;
}
#catalogue table tr#tr4 td {
text-align:left;
}
#catalogue table tr#tr4 td input {
width:246px;
}
#catalogue table tr#tr3 td.codeP input {
width:100px;
}
#catalogue #pSubmit {
text-align:center;
margin:5px 0;
}
p.erreur {
font-weight:bold;
color:#6C5840;
}
