56 lines
691 B
CSS
Raw Normal View History

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