french translations (updated)
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / css / blue.css
1 body {
2     text-align : left;
3     background-color:#EDF5FA;
4     color:#494949;
5 }
6
7 a, a:link, a:visited, a:active {
8     text-decoration:none;
9     color:#027ac6;
10 }
11
12 a:hover {
13     text-decoration:underline;
14     color:#0072b9;
15     }
16
17 h1 {
18     margin-top:0.5em;
19     margin-bottom:0.5em;
20     font-size : 182%;
21     font-weight : bold;
22 }
23 h2 {
24     margin-top:0.3em;
25     margin-bottom:0.3em;
26     font-size : 150%;
27     font-weight : bold;
28 }
29 h3 {
30     font-size : 125%;
31     font-weight : bold;
32 }
33
34 h4 {
35     font-size : 110%;   
36     font-weight : bold;
37 }
38
39 h5 {
40     font-size : 100%;   
41     font-weight : bold;
42     background: url( /intranet-tmpl/prog/img/css_header.png );
43     background-repeat:repeat-x;
44     color:white;}
45
46 h6 {
47     font-size : 93%;
48     font-weight : bold;
49 }
50
51 #navigation {
52         border-right : 1px solid #BCBCBC;
53 }
54
55 th {
56     color:white;
57     background: url( /intranet-tmpl/prog/img/css_header.png );
58     background-repeat:repeat-x;
59     border-bottom : 1px solid #BCBCBC;
60     border-left : 1px solid #BCBCBC;
61     padding : .5em;
62 }
63
64 .yui-u {
65 border: 1px solid #bbbbbb;
66 }