1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
| #rubrique{
background: url(../image/rubrique_2.jpg) no-repeat;
color: #ffffff;
font-size: 0.9em;
font-weight: bold;
font-family : Arial, Hevlvetica, sans-serif;
height : 28px;
line-height : 2.4em;
}
#r_last{
background: url(..image/rubrique_2b.jpg) no-repeat;
color: #ffffff;
font-size: 0.9em;
font-weight: bold;
font-family : Arial, Hevlvetica, sans-serif;
height : 28px;
line-height : 2.4em;
}
#r_first{
background: url(..image/rubrique_2h.jpg) no-repeat;
color: #ffffff;
font-size: 0.9em;
font-weight: bold;
font-family : Arial, Hevlvetica, sans-serif;
height : 28px;
line-height : 2.4em;
} |