|
1 /* Feuille de style créée le sam fév 11 22:52:26 CET 2006 |
|
2 par Johan MATHE mise sur cvs par |
|
3 $Id: style.css,v 1.10 2006/02/14 13:13:59 web Exp $ |
|
4 */ |
|
5 |
|
6 .spacer { clear: both; } |
|
7 .right { float: right; } |
|
8 .left { float: left; } |
|
9 .small { font-size: 9px; padding: 4px; } |
|
10 |
|
11 ul |
|
12 { |
|
13 list-style-type: square; |
|
14 } |
|
15 |
|
16 |
|
17 h2 |
|
18 { |
|
19 margin-top: 40px; |
|
20 margin-bottom: -15px; |
|
21 } |
|
22 |
|
23 img{ |
|
24 border:0px; |
|
25 } |
|
26 |
|
27 |
|
28 a:link |
|
29 { |
|
30 text-decoration: none; |
|
31 color: #2c8084; |
|
32 text-decoration: bold; |
|
33 font-weight: bold; |
|
34 } |
|
35 a:hover |
|
36 { |
|
37 color: #2c8084; |
|
38 text-decoration: none; |
|
39 border-bottom-width: 1px; |
|
40 border-bottom-color: #2c8084; |
|
41 font-weight: bold; |
|
42 |
|
43 } |
|
44 a:visited { |
|
45 color: #93bf93; |
|
46 font-weight: bold; |
|
47 } |
|
48 |
|
49 a:active { |
|
50 border-bottom-width: 1px; |
|
51 border-bottom-color: #2c8094; |
|
52 font-weight: bold; |
|
53 } |
|
54 |
|
55 .titre { |
|
56 text-size: 16px; |
|
57 } |
|
58 |
|
59 |
|
60 h1 |
|
61 { |
|
62 position: relative; |
|
63 margin-left: -40px; |
|
64 text-decoration: none; |
|
65 text-indent: 2em; |
|
66 text-size: 12px; |
|
67 } |
|
68 |
|
69 body |
|
70 { |
|
71 color:#000000; |
|
72 font-family: Verdana, Arial, Helvetica, sans-serif; |
|
73 font-size: 12px; |
|
74 background-color:white; |
|
75 margin:0; |
|
76 /*background-color: #FFFFED;*/ |
|
77 } |
|
78 |
|
79 p{ |
|
80 line-height:16px; |
|
81 } |
|
82 |
|
83 li{ |
|
84 padding:0px 0px 3px 0px; |
|
85 } |
|
86 |
|
87 /* texte gris� */ |
|
88 .old{ |
|
89 color:#666666; |
|
90 } |
|
91 |
|
92 input{ |
|
93 border:1px solid #CCC; |
|
94 background-color:#ebebeb; |
|
95 } |
|
96 |
|
97 |
|
98 |
|
99 |
|
100 div#layer1 |
|
101 { |
|
102 width: 820px; |
|
103 margin: auto; |
|
104 position: relative; |
|
105 text-align: justify; |
|
106 } |
|
107 div#layer2 |
|
108 { |
|
109 margin: 10px; |
|
110 |
|
111 } |
|
112 |
|
113 div.illus2 { |
|
114 float: right; |
|
115 font-family: Verdana, Arial, Helvetica, sans-serif; |
|
116 font-size: 0.6em; |
|
117 border-left-width: 1px; |
|
118 border-left-style: dotted; |
|
119 border-left-color: #999999; |
|
120 padding-left: 10px; |
|
121 width: 287px; |
|
122 margin-left: 10px; |
|
123 margin-right: 0px; |
|
124 margin-bottom: 10px; |
|
125 margin-top: 5px; |
|
126 vertical-align: center; |
|
127 } |
|
128 |
|
129 .logo |
|
130 { |
|
131 z-index: 1; |
|
132 position: relative; |
|
133 border: none; |
|
134 margin-left: 20px; |
|
135 margin-top: 10px; |
|
136 } |
|
137 |
|
138 .image |
|
139 { |
|
140 text-decoration:none; |
|
141 border:0px; |
|
142 } |
|
143 |
|
144 |
|
145 div#abstract |
|
146 { |
|
147 right:0%; |
|
148 margin-right: 25px; |
|
149 top: 0px; |
|
150 right: 0px; |
|
151 margin-top: 0px; |
|
152 width: 700px; |
|
153 text-align: justify; |
|
154 } |
|
155 |
|
156 div#horaires |
|
157 { |
|
158 width: 400px; |
|
159 margin-left: 150px; |
|
160 margin-top: 20px; |
|
161 margin-bottom: 35px; |
|
162 padding : 20px; |
|
163 border-width: 1px; |
|
164 border-style: dashed; |
|
165 border-color: #2c8084; |
|
166 right: 50%; |
|
167 text-align : left; |
|
168 } |
|
169 |
|
170 div#surtitre |
|
171 { |
|
172 z-index: 0; |
|
173 border: none; |
|
174 position: absolute; |
|
175 right:0%; |
|
176 margin-right: 20px; |
|
177 top: 0px; |
|
178 right: 0px; |
|
179 margin-top: 0px; |
|
180 } |
|
181 |
|
182 .hand{ |
|
183 cursor:pointer; |
|
184 } |