| author | ymh <ymh.work@gmail.com> |
| Mon, 11 Jun 2012 19:53:01 +0200 | |
| changeset 663 | 0daa35bdb06b |
| parent 450 | 29f990eb0144 |
| permissions | -rw-r--r-- |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
1 |
/* Browser-reset CSS */ |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
2 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
3 |
html, body, div, span, applet, object, iframe, |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
4 |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
5 |
a, abbr, acronym, address, big, cite, code, |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
6 |
del, dfn, em, img, ins, kbd, q, s, samp, |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
7 |
small, strike, strong, sub, sup, tt, var, |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
8 |
b, u, i, center, |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
9 |
dl, dt, dd, ol, ul, li, |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
10 |
fieldset, form, label, legend, |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
11 |
table, caption, tbody, tfoot, thead, tr, th, td, |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
12 |
article, aside, canvas, details, embed, |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
13 |
figure, figcaption, footer, header, hgroup, |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
14 |
menu, nav, output, ruby, section, summary, |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
15 |
time, mark, audio, video { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
16 |
margin: 0; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
17 |
padding: 0; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
18 |
border: 0; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
19 |
font-size: 100%; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
20 |
font: inherit; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
21 |
vertical-align: baseline; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
22 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
23 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
24 |
table { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
25 |
border-collapse: separate; border-spacing: 0; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
26 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
27 |
|
|
212
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
28 |
th, td { |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
29 |
vertical-align: top; |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
30 |
} |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
31 |
|
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
32 |
body { |
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
33 |
font-family: Helvetica, Arial, sans-serif; color: #484848; background: url(../img/main_bg.png) repeat-x #f8f6f7; |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
34 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
35 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
36 |
/* usual selectors */ |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
37 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
38 |
a { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
39 |
color: #484848; text-decoration: none; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
40 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
41 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
42 |
a:hover { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
43 |
text-decoration: underline; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
44 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
45 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
46 |
b { |
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
47 |
font-weight: 800; |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
48 |
} |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
49 |
|
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
50 |
h1 { |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
51 |
font-family: "DIN-Light", Helvetica, Arial, sans-serif; font-size: 22px; |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
52 |
} |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
53 |
|
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
54 |
h1 bold { |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
55 |
font-family: "DIN-Bold", Helvetica, Arial, sans-serif; |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
56 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
57 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
58 |
h2 { |
|
212
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
59 |
font-family: "DIN-Light", Helvetica, Arial, sans-serif; font-size: 21px; color: #0068c4; margin: 4px 2px; |
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
60 |
} |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
61 |
|
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
62 |
h3 { |
| 224 | 63 |
font-size: 18px; color: #0068c4; |
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
64 |
} |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
65 |
|
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
66 |
h4 { |
|
212
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
67 |
margin: 2px 0; font-size: 15px; |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
68 |
} |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
69 |
|
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
70 |
h5 { |
| 224 | 71 |
float: left; clear: left; font-weight: bold; margin: 2px 0; min-width: 70px; font-size: 13px; padding: 0; |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
72 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
73 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
74 |
p { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
75 |
margin: 2px 0; font-size: 13px; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
76 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
77 |
|
|
212
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
78 |
p, h2, h3, h4, h5 { |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
79 |
text-shadow: 1px 1px 1px #ffffff; |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
80 |
} |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
81 |
|
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
82 |
/* Frequently-used classes */ |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
83 |
|
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
84 |
.highlight { |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
85 |
background: #fff080; |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
86 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
87 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
88 |
div.pad { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
89 |
padding: 10px; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
90 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
91 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
92 |
ul.floatlist { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
93 |
float: left; list-style: none; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
94 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
95 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
96 |
.floatlist li { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
97 |
float: left; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
98 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
99 |
|
| 224 | 100 |
div.fl, li.fl, p.fl, img.fl { |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
101 |
float: left; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
102 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
103 |
|
| 224 | 104 |
div.fr, li.fr, p.fr, img.fr { |
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
105 |
float: right; |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
106 |
} |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
107 |
|
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
108 |
.clear { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
109 |
clear: both; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
110 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
111 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
112 |
.li_h2 { |
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
113 |
border-bottom: 1px solid #484848; margin: 5px 0; |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
114 |
} |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
115 |
|
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
116 |
.li_media { |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
117 |
margin: 10px; |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
118 |
} |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
119 |
|
| 450 | 120 |
.img_and_polemic { |
121 |
float: left; position: relative; |
|
122 |
} |
|
123 |
||
124 |
.polemics { |
|
125 |
position: absolute; bottom: 5px; list-style: none; z-index: 2; |
|
126 |
width: 95%; font-size: 9px; color: #ffffff; |
|
127 |
} |
|
128 |
||
129 |
.polemics li { |
|
130 |
text-align: left; overflow: hidden; padding: 0 0 0 3px; margin: 2px 0; clear: both; |
|
131 |
width: 100%; box-shadow: 2px 2px 2px #000000; |
|
132 |
} |
|
133 |
||
134 |
.pol-positive { |
|
135 |
background: #00a000; |
|
136 |
} |
|
137 |
||
138 |
.pol-negative { |
|
139 |
background: #ff0000; |
|
140 |
} |
|
141 |
||
142 |
.pol-reference { |
|
143 |
background: #e0e000; color: #000000; |
|
144 |
} |
|
145 |
||
146 |
.pol-question { |
|
147 |
background: #0040ff; |
|
148 |
} |
|
149 |
||
|
212
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
150 |
.img_media { |
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
151 |
background: #000000; border: 2px solid #ffffff; padding: 1px; |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
152 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
153 |
|
|
212
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
154 |
.under, a.under { |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
155 |
text-decoration: underline; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
156 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
157 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
158 |
a.under:hover { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
159 |
text-decoration: none; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
160 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
161 |
|
|
212
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
162 |
.blue, a.blue { |
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
163 |
color: #0068c4; |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
164 |
} |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
165 |
|
|
212
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
166 |
.pink, a.pink { |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
167 |
color: #ff3b77; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
168 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
169 |
|
|
212
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
170 |
.b, a.b { |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
171 |
font-weight: bold; |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
172 |
} |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
173 |
|
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
174 |
.bigmargin { |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
175 |
margin: 10px 0; |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
176 |
} |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
177 |
|
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
178 |
.bulle_annot, .bulle_people { |
|
212
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
179 |
float: right; width: 18px; height: 10px; font-size: 9px; margin: 3px 0 0; padding: 1px 0 2px 10px; color: #ffffff; text-align: center; overflow: hidden; |
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
180 |
} |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
181 |
|
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
182 |
.bulle_annot { |
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
183 |
background: url(../img/bulle_annot.png); |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
184 |
} |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
185 |
|
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
186 |
.bulle_people { |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
187 |
background: url(../img/bulle_people.png); |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
188 |
} |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
189 |
|
| 224 | 190 |
.font_16 { |
191 |
font-size: 16px; |
|
192 |
} |
|
193 |
||
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
194 |
.font_11 { |
|
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
195 |
font-size: 11px; |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
196 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
197 |
|
|
212
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
198 |
.btn { |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
199 |
border: 1px solid #c0c0c0; padding: 5px; font-size: 14px; font-weight: bold; |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
200 |
} |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
201 |
|
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
202 |
.btn a { |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
203 |
color: #606060; |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
204 |
} |
|
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
205 |
|
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
206 |
/* General container */ |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
207 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
208 |
#general_container { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
209 |
width: 960px; margin: 0 auto; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
210 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
211 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
212 |
/* Barre de titre */ |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
213 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
214 |
#title_bar { |
|
212
37dd17a1e48b
Integration de la page groupes
Raphael Velt <raph.velt@gmail.com>
parents:
211
diff
changeset
|
215 |
font-family: "DIN-Light", Helvetica, Arial, sans-serif; height: 50px; font-size: 22px; margin: 0 0 1px 0; |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
216 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
217 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
218 |
#title_bar a { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
219 |
color: #ffffff; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
220 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
221 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
222 |
#title_bar li { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
223 |
height: 38px; margin: 0; padding: 10px 20px 0; background: url(../img/sep_title.png) right no-repeat; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
224 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
225 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
226 |
li#li_h1 { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
227 |
padding-left: 0; width: 210px; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
228 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
229 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
230 |
#form_search { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
231 |
position: relative; width: 378px; margin: 2px 0; height: 20px; border: 1px solid #000000; background: url(../img/search_icon.png) left no-repeat #ffffff; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
232 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
233 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
234 |
#search_text { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
235 |
position: absolute; top: 0; left: 25px; width: 250px; height: 20px; border: 0; padding: 0; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
236 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
237 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
238 |
#search_submit { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
239 |
position: absolute; top: 0; right: 0; height: 16px; width: 100px; font-size: 12px; color: #ffffff; background: #0068c4; border: 0; margin: 2px; padding: 0; text-align: center; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
240 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
241 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
242 |
#annot_icon { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
243 |
margin: 3px 10px 0 0; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
244 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
245 |
|
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
246 |
|
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
247 |
/* Footer */ |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
248 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
249 |
#footer { |
|
211
7d0146012cd5
Debut integration page de recherche
Raphael Velt <raph.velt@gmail.com>
parents:
210
diff
changeset
|
250 |
float: right; list-style: none; border-top: 1px solid #484848; padding: 10px; width: 940px; /* 960 - padding */ |
|
210
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
251 |
} |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
252 |
|
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
253 |
#footer li { |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
254 |
font-size: 12px; float: right; padding: 5px 20px; border-right: 1px solid #484848; |
|
76a76267a1c1
Demarrage integration HTML-CSS
Raphael Velt <raph.velt@gmail.com>
parents:
diff
changeset
|
255 |
} |