Subversion Repositories Applications.referentiel

Rev

Rev 46 | Rev 48 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 46 Rev 47
Line 1... Line 1...
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*--------------------------------------------------------------------------------------------------------------*/
2
/*--------------------------------------------------------------------------------------------------------------*/
3
/* Générique */
3
/* Générique */
-
 
4
body {
-
 
5
	font-family:Arial, Helvetica, Verdana, sans-serif;
-
 
6
	font-size:0.75em;
-
 
7
	background-color:#fff;
-
 
8
	margin:2px;}
-
 
9
h1{
-
 
10
	font-size:1.4em;
-
 
11
	line-height:1.3em;
-
 
12
	font-weight:bold;
-
 
13
	padding:0 0 2px 5px;
-
 
14
	margin:10px 0 4px 0;
-
 
15
	background-color:#c38673;
-
 
16
	color:white;}
-
 
17
h2{
-
 
18
	font-size:1em;
-
 
19
	font-weight:bold;
-
 
20
	color:black;
-
 
21
	text-transform:uppercase;
-
 
22
	margin:10px 0 4px 0;
-
 
23
	color:#AD5A40;}
-
 
24
h3{
-
 
25
	font-size:0.95em;
-
 
26
	color:black;
-
 
27
	font-weight:bold;
-
 
28
	margin:8px 0 4px 0;
-
 
29
	text-transform:none;}
-
 
30
h4{
-
 
31
	font-size:0.8em;
-
 
32
	color:black;
-
 
33
	font-weight:bold;
-
 
34
	letter-spacing:0.1em;
-
 
35
	margin:8px 0 2px 0;}
-
 
36
h5{
-
 
37
	font-size:0.8em;
-
 
38
	color:black;
-
 
39
	font-style:italic;
-
 
40
	margin:4px 0 1px 0;}
-
 
41
h6{
-
 
42
	font-size:0.75em;
-
 
43
	color:black;
-
 
44
	font-style:italic;
-
 
45
	margin:4px 0 1px 0;}
-
 
46
a{
-
 
47
	color:black;
-
 
48
	text-decoration:none;
-
 
49
	background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_plan_site_black.png) repeat-x center bottom;}
-
 
50
a:hover{
-
 
51
	color:black;
-
 
52
	text-decoration:none;
-
 
53
	background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_black.png) repeat-x center bottom;}
-
 
54
hr{
-
 
55
	color:#62210F;}
-
 
56
table{
-
 
57
	border-collapse:collapse;}
4
table {
58
table{
5
  border:1px solid #36560B;
59
	border:1px solid #36560B;
6
  border-collapse: collapse;}
60
	border-collapse: collapse;}
7
td, th {
61
td,th{
8
  border:1px solid #36560B;
62
	border:1px solid #36560B;
9
  padding:5px;}
63
	padding:5px;}
-
 
64
caption{
-
 
65
	font-weight:bold;
-
 
66
	margin:2px;}
-
 
67
img{
-
 
68
	border:0;}
-
 
69
img a{
-
 
70
	display:block;}
-
 
71
legend{
-
 
72
	color:#AD5A40;}
10
/*--------------------------------------------------------------------------------------------------------------*/
73
/*--------------------------------------------------------------------------------------------------------------*/
11
/* Disposition */
74
/* Disposition */
12
#zone-centrale {
75
#zone-centrale {
13
	text-align:center;
76
	text-align:center;}
14
	}
-
 
15
#zone-logo{
77
#zone-logo{
16
	left:18px;
78
	left:18px;
17
	margin:7px 10px;
79
	margin:1px 10px;
18
	position:absolute;
80
	position:absolute;
19
	top:2px;
81
	top:2px;
20
	z-index:1;}
82
	z-index:1;}
21
#zone-entete{
83
#zone-entete{
22
	height:120px;
84
	height:121px;
23
	margin:0;
85
	margin:0;
24
	background:url("http://www.tela-botanica.org/sites/atelier/generique/images/graphisme/bandeau_atelier_fond.png") repeat-x scroll 0 0 transparent;}
86
	background:url("http://www.tela-botanica.org/sites/atelier/generique/images/graphisme/bandeau_atelier_fond.png") repeat-x scroll 0 0 transparent;}
25
#zone-entete-contenu{
87
#zone-entete-contenu{
26
	height:120px;
88
	height:120px;
27
	background:url("http://www.tela-botanica.org/sites/atelier/generique/images/graphisme/bandeau_atelier.jpg") no-repeat scroll 0 0 transparent;}
89
	background:url("http://www.tela-botanica.org/sites/atelier/generique/images/graphisme/bandeau_atelier.jpg") no-repeat scroll 0 0 transparent;}
Line 37... Line 99...
37
	font-weight:bold;}
99
	font-weight:bold;}
38
#zone-corps{
100
#zone-corps{
39
	margin:0;
101
	margin:0;
40
	text-align:left;}
102
	text-align:left;}
41
#zone-navigation{
103
#zone-navigation{
-
 
104
	position:relative;
42
	float:left;
105
	float:left;
-
 
106
	height:21px;
-
 
107
	width:100%;
-
 
108
	margin:0;
43
	z-index:2;
109
	padding:0;
44
	text-align:left;
110
	text-align:left;
45
	font-weight:bold;}
111
	font-weight:bold;
-
 
112
	border-bottom:1px solid #62210F;}
46
#zone-corps-contenu{
113
#zone-corps-contenu{
47
	clear:both;
114
	clear:both;
48
	min-height:300px;
115
	min-height:300px;
49
	padding:0 2px;
116
	padding:0 2px;
50
	text-align:justify;}
117
	text-align:justify;
-
 
118
	border-top:medium none !important;
-
 
119
	border:1px solid #62210F;}
51
#zone-fil-ariane{
120
#zone-fil-ariane{
-
 
121
	font-weight:bold;
52
	}
122
	text-align:left;}
53
#zone-pied{
123
#zone-pied{
-
 
124
	clear:both;
-
 
125
	text-align:center;}
-
 
126
/*--------------------------------------------------------------------------------------------------------------*/
-
 
127
/* Logo */
-
 
128
#zone-logo img{
-
 
129
	border:0;}
-
 
130
#zone-logo a{
-
 
131
	position:absolute;
54
	}
132
	top:0;
-
 
133
	left:0;}
-
 
134
#zone-logo a:hover{
-
 
135
	border:1px dotted;}
-
 
136
#zone-logo a:hover:after{
-
 
137
	content:" Retour à l'accueil ";}
55
/*--------------------------------------------------------------------------------------------------------------*/
138
/*--------------------------------------------------------------------------------------------------------------*/
56
/* Fil d'ariane */
139
/* Fil d'ariane */
57
#zone-fil-ariane{
140
#zone-fil-ariane{
58
	padding:10px 5px;}
141
	padding:10px 5px;}
59
#zone-fil-ariane p{
142
#zone-fil-ariane p{
Line 94... Line 177...
94
	text-decoration:none;}
177
	text-decoration:none;}
95
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
178
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
96
#zone-navigation a {float:none;}
179
#zone-navigation a {float:none;}
97
/* End IE5-Mac hack */
180
/* End IE5-Mac hack */
98
#zone-navigation > ul a {
181
#zone-navigation > ul a {
99
  width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
182
	width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
100
#zone-navigation li:hover {
183
#zone-navigation li:hover {
101
  background-position:100% -150px;}
184
	background-position:100% -150px;}
102
#zone-navigation li:hover a {
185
#zone-navigation li:hover a {
103
  background-position:0% -150px;}
186
	background-position:0% -150px;}
104
#zone-navigation .menu_inactif {
187
#zone-navigation .inactif {
-
 
188
	border-bottom:medium none #62210F;}
-
 
189
#zone-navigation .inactif a{
105
  border-bottom:1px solid;}
190
	border-bottom:1px solid;
-
 
191
	line-height:12px;
-
 
192
	font-weight:normal;}
106
#zone-navigation .menu_actif, #zone-navigation .onglet_actif {
193
#zone-navigation .actif{
107
  position:relative;
194
	position:relative;
108
  background-position:100% -150px;
195
	background-position:100% -150px;
109
  padding-bottom:2px;
-
 
110
  z-index:3;
196
	z-index:3;}
111
  font-weight:bold;}
-
 
112
#zone-navigation .menu_actif a, #zone-navigation .onglet_actif a {
197
#zone-navigation .actif a{
113
  position:relative;
198
	position:relative;
114
  background-position:0% -150px;
199
	background-position:0 -150px;
115
  padding-bottom:3px;
200
	line-height:13px;
116
  z-index:4;}
201
	z-index:4;}
117
 
-
 
118
 
-
 
119
/*--------------------------------------------------------------------------------------------------------------*/
202
/*---------------------------------------------------------------------------------------------------------------------------------------*/
120
/* Général */
203
/* Général */
121
.discretion{
204
.discretion{
122
	color:#A9A9A9;
205
	color:#A9A9A9;
123
	font-size:10px;
206
	font-size:10px;
124
	font-weight:normal;}
207
	font-weight:normal;}
Line 131... Line 214...
131
	background-color:#9ED30D !important;}
214
	background-color:#9ED30D !important;}
132
.ko{
215
.ko{
133
	background-color:#E9584C !important;}
216
	background-color:#E9584C !important;}
134
.espace{
217
.espace{
135
	background-color:yellow !important;}
218
	background-color:yellow !important;}
-
 
219
hr.nettoyage{
-
 
220
	clear:both;
-
 
221
	width:0;}
-
 
222
/* Formulaire */
-
 
223
#zone-form fieldset{
-
 
224
	margin:5px;
-
 
225
	padding:5px;
-
 
226
	float:left;}
-
 
227
#zone-form fieldset legend{
-
 
228
	padding:0 10px;
-
 
229
	border-left:#CCC 1px solid;
-
 
230
	border-right:#CCC 1px solid;
-
 
231
	background-color:white;
-
 
232
	font-size:1.2em;
-
 
233
	color:#999;}
-
 
234
#zone-form label:after{
-
 
235
	content:" : ";}
-
 
236
#zone-form input{
-
 
237
	margin:5px;}
-
 
238
#zone-form textarea{
-
 
239
	with:100%;}
-
 
240
#zone-form input[type="submit"] {
-
 
241
	width:auto !important;
-
 
242
	margin:5px !important;}
-
 
243
#zone-form input:hover, #zone-form select:hover, #zone-form input:focus, #zone-form select:focus{
-
 
244
	background-color:#DEF;}
136
.case-a-cocher-scroll {
245
.case-a-cocher-scroll {
-
 
246
	clear:both;
137
    height:6em;
247
	height:6em;
138
    padding:2px;
248
	padding:2px;
139
    overflow:auto;
249
	overflow:auto;
-
 
250
	width:90%;
140
    border:1px solid #ccc}
251
	border:1px solid #ccc;}
-
 
252
.case-a-cocher-scroll{
-
 
253
	background-color:#FFF;}
141
.liste-simple li, ul.liste-simple{
254
.case-a-cocher-scroll label{
142
	list-style-type:none;
255
	width:90% !important;}
-
 
256
.case-a-cocher-scroll input{
-
 
257
	margin:0;
143
	padding:0;
258
	padding:0;
-
 
259
	width:auto !important;}
-
 
260
.case-a-cocher-scroll label:after{
144
	margin:0 !important;}
261
	content:"" !important;}
145
.liste-champs li, ul.liste-champs{
262
.liste-simple li, ul.liste-simple, ul.liste-champs{
146
	list-style-type:none;
263
	list-style-type:none;
147
	padding:0;
264
	padding:0;
148
	margin:0 !important;}
265
	margin:0 !important;}
149
.liste-champs li{
266
.liste-champs li{
150
	padding:2px;}
267
	padding:2px;}
151
 
-
 
152
/*--------------------------------------------------------------------------------------------------------------*/
268
/*---------------------------------------------------------------------------------------------------------------------------------------*/
153
/* Demande de traitements */
269
/* Demande de traitements */
154
#zone-form input {
-
 
155
	margin:5px;}
-
 
156
.traitement-attente{
270
.traitement-attente{
157
	background-color:#F16158;}
271
	background-color:#F16158;}
158
.traitement-cours{
272
.traitement-cours{
159
	background-color:#FCCB54;}
273
	background-color:#FCCB54;}
160
.traitement-termine{
274
.traitement-termine{
161
	background-color:#BBEFA5;}
275
	background-color:#BBEFA5;}
162
/*--------------------------------------------------------------------------------------------------------------*/
276
/*---------------------------------------------------------------------------------------------------------------------------------------*/
163
/* Traitement */
277
/* Traitement */
164
#resultats {
278
#resultats {
165
	width:1024px;}
279
	width:1024px;}
166
#resultats .numero{
280
#resultats .numero{
167
	font-weight:bold;
281
	font-weight:bold;
168
	width:2%;}
282
	width:2%;}
169
#resultats .nom{
283
#resultats .nom{
170
	font-weight:bold;
284
	font-weight:bold;
171
	width:30%;}
285
	width:30%;}
172
/*--------------------------------------------------------------------------------------------------------------*/
286
/*---------------------------------------------------------------------------------------------------------------------------------------*/
173
/* Résultat */
287
/* Résultat */
174
#ref-resultat .resultat{
288
#ref-resultat .resultat{
175
	width:20px;
289
	width:20px;
176
	padding:5px;}
290
	padding:5px;}
177
#ref-resultat .description, #ref-resultat .message{
291
#ref-resultat .description, #ref-resultat .message{
178
	width:800px;
292
	width:800px;
179
	padding:5px;}
293
	padding:5px;}
180
#ref-resultat .message p{
294
#ref-resultat .message p{
181
	background-color:#f0f0f0;}
295
	background-color:#f0f0f0;}
182
 
-
 
183
	
-
 
184
296
/*---------------------------------------------------------------------------------------------------------------------------------------*/
-
 
297
/* Versionnage */
-
 
298
#zone-form{
-
 
299
	position:relative;
-
 
300
	width:100%;}
-
 
301
#zone-form fieldset:hover{
-
 
302
	background-color:#EFE0D1;}
-
 
303
#ref-demande-versionnage fieldset{
-
 
304
	width:400px;}
-
 
305
#ref-demande-versionnage textarea{
-
 
306
	width:95%;}
-
 
307
#ref-demande-versionnage label{
-
 
308
	display:block;
-
 
309
	float:left;
-
 
310
	width:40%;
-
 
311
	margin:2px 0;}
-
 
312
#ref-demande-versionnage input{
-
 
313
	width:55%;
-
 
314
	margin:0;}
-
 
315
#case-a-cocher-scroll-licence, label[for="referencement"]{
-
 
316
	width:90% !important;}
-
 
317
#case-a-cocher-scroll-licence label{
-
 
318
	width:80%;}
-
 
319
#champs-contributeur{
-
 
320
	clear:left;}
-
 
321
#ref-versionnage-ok{/*Pour IE6*/
-
 
322
	width:auto !important;
-
 
323
	margin:5px !important;}
-
 
324
#champs-contributeur p{
-
 
325
	width:32%;
-
 
326
	float:left;
-
 
327
	font-size:0.8em;
-
 
328
	padding:3px;}
-
 
329
#champs-contributeur div{
-
 
330
	width:66%;
-
 
331
	float:left;
-
 
332
	margin-left:2px;
-
 
333
	padding-left:5px;
-
 
334
	border-left:1px dotted black;}
-
 
335
185
336