little arrangements

This commit is contained in:
Frédéric Péters 2006-11-12 14:49:01 +00:00
parent e91f743f01
commit 776802a96f
2 changed files with 23 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 B

View File

@ -11,12 +11,11 @@ html {
margin-bottom: 1px;
}
body {
text-align: center;
background:url(bg.gif);
color:#444;
font:95% Arial, Helvetica, sans-serif;
font:95% Bitstream Vera Sans, Arial, Helvetica, sans-serif;
}
a {
@ -38,6 +37,13 @@ hr {
visibility: hidden;
}
form {
margin-top: 1em;
}
form p {
margin: 0.5em 0;
}
div.article {
text-align: justify;
@ -372,8 +378,20 @@ div#droite {
color:#fb0611;
}
#rub_consultation ul{
margin:1em 0 0 1em;
}
#rub_consultation ul.catforms li{
background:url(puce-rub-consultation.gif) left center no-repeat;
padding:2px 0 2px 15px;
}
#rub_consultation ul li a:hover {
color:#fb0611;
}
#rub_consultation form{
font-size:85%;
}
/* ///////////////////////// PAGE ANNONCES */
@ -469,10 +487,10 @@ li a#par_rss{
}
#rub_service ul{
margin:1em 0 0 4em;
margin:1em 0 0 1em;
}
#rub_service ul li{
#rub_service ul.catforms li{
background:url(puce-rub-service.gif) left center no-repeat;
padding:2px 0 2px 15px;
}