36 lines
413 B
CSS
36 lines
413 B
CSS
#content {
|
|
text-align:center;
|
|
}
|
|
|
|
#recherche {
|
|
width:450px;
|
|
margin:10px auto;
|
|
}
|
|
|
|
#recherche h3 {
|
|
color:#ffffff;
|
|
font-size:medium;
|
|
font-weight:bold;
|
|
}
|
|
|
|
form.recherche {
|
|
|
|
}
|
|
|
|
form.recherche div.element dt {
|
|
width:200px;
|
|
clear:both;
|
|
float:left;
|
|
}
|
|
|
|
form.recherche div.element dd {
|
|
float:left;
|
|
}
|
|
|
|
|
|
form input {
|
|
font-family: arial, sans-serif;
|
|
font-size: 11px;
|
|
border:1px solid #999999;
|
|
padding-left: 1px;
|
|
} |