2011-04-04 11:27:20 +00:00

56 lines
691 B
CSS

#content {
text-align:center;
padding:0;
}
#recherche {
margin:78px auto;
}
#recherche h3 {
color:#ffffff;
font-size:medium;
font-weight:bold;
}
form.recherche {
padding:20px;
text-align:left;
}
form.recherche label {
clear:both;
float:left;
width:200px;
line-height:20px;
font-weight:bold;
text-align:right;
padding-right:10px;
}
form.recherche div.field {
float:left;
}
form.recherche div.row {
clear:both;
padding:10px 0;
}
form.recherche div.submit {
text-align:center;
}
form.recherche div.field input {
margin:0 2px;
}
form.recherche input {
font-family: arial, sans-serif;
border:1px solid #999999;
}
form.recherche input#voie {
margin-left:10px;
}