Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 50 Rev 55
Line 5... Line 5...
5
h2, h3{
5
h2, h3{
6
	margin:0;
6
	margin:0;
7
	padding:1em 0 0 0;}
7
	padding:1em 0 0 0;}
8
/* Liste de définitions */
8
/* Liste de définitions */
9
dl{
9
dl{
-
 
10
	font-size:12px;
10
	margin:0;
11
	margin:0;
11
	padding:0;}
12
	padding:0;}
12
dt{
13
dt{
13
	background-color:#EEEEEE;
14
	background-color:#EEE;
14
	width:20em;
15
	width:18em;
15
	float:left;
16
	float:left;
-
 
17
	text-align:right;
16
	margin:0 0 0 0;
18
	margin:0 0 0 0;
17
	padding:.3em;
19
	padding:.3em;
18
	border-top:1px solid #999;
20
	border-top:1px solid #999;
19
	font-weight:bold;}
21
	font-weight:normal;}
-
 
22
.label-grand dt{
-
 
23
	width:28em;}
-
 
24
.label-court dt{
-
 
25
	width:12em;}
20
dt:after{
26
dt:after{
21
	content:" : ";}
27
	content:" : ";}
22
/* hack de commentaire avec un antislash pour ie5 mac \*/
28
/* hack de commentaire avec un antislash pour ie5 mac \*/
23
h2, h3, dt, .nettoyeur{
29
h2, h3, dt, .nettoyeur{
24
	clear:both;}
30
	clear:both;}
25
/* end hack */
31
/* end hack */
26
dd{
32
dd{
-
 
33
	background-color:#FFF;
27
	float:left;
34
	float:left;
28
	width:48em;
35
	width:58em;
29
	margin:0 0 0 0;
36
	margin:0 0 0 0;
30
	padding:.3em;
37
	padding:.3em;
31
	border-top:1px solid #999;}
38
	border-top:1px solid #999;}
-
 
39
.label-grand dd{
-
 
40
	width:48em;}
-
 
41
.label-court dd{
-
 
42
	width:64em;}
32
.nettoyeur{
43
.nettoyeur{
33
	visibility:hidden;}
44
	visibility:hidden;}
34
/* Table */
45
/* Table */
35
table{
46
table{
36
	border:1px solid #1C3C78;
47
	border:1px solid #1C3C78;
37
	border-collapse:collapse;
48
	border-collapse:collapse;
38
	width:100% !important;width:95%;/*Pour IE*/
49
	width:100% !important;width:95%;/*Pour IE*/
39
	margin:auto;}
50
	margin:auto;}
40
thead, tfoot{
51
thead, tfoot{
41
	background-color:#EEEEEE;
52
	background-color:#EEE;
42
	border:1px solid #1C3C78;}
53
	border:1px solid #1C3C78;}
43
tbody{
54
tbody{
44
	background-color:#FFFFFF;
55
	background-color:#FFF;
45
	border:1px solid #1C3C78;}
56
	border:1px solid #1C3C78;}
46
th{
57
th{
47
	font-family:monospace;
58
	font-family:monospace;
48
	border:1px dotted #1C3C78;
59
	border:1px dotted #1C3C78;
49
	padding:5px;
60
	padding:5px;
50
	background-color:#EEEEEE;}
61
	background-color:#EEE;}
51
td{
62
td{
52
	font-family:sans-serif;
63
	font-family:sans-serif;
53
	font-size:80%;
64
	font-size:80%;
54
	border:1px solid #1C3C78;
65
	border:1px solid #1C3C78;
55
	padding:5px;
66
	padding:5px;
Line 64... Line 75...
64
/* Présentation Fiche */
75
/* Présentation Fiche */
65
.discretion{
76
.discretion{
66
	color:#A9A9A9;
77
	color:#A9A9A9;
67
	font-size:10px;
78
	font-size:10px;
68
	font-weight:normal;}
79
	font-weight:normal;}
-
 
80
.txt-long{
-
 
81
	white-space:pre-wrap;}
-
 
82
p.txt-long{
-
 
83
	width:69.6em;
-
 
84
	padding:.3em;
-
 
85
	background-color:#FFF;}
69
#texte li{
86
#texte li{
70
	margin:0;}
87
	margin:0;}
71
.col-sommaire a{
88
.col-sommaire a{
72
	background:none;}
89
	background:none;}
-
 
90
/* Liste d'images */
-
 
91
ul.gallerie{
-
 
92
	list-style-type:none;}
-
 
93
ul.gallerie li{
-
 
94
	float:left;}
-
 
95
ul.gallerie li img {
-
 
96
	margin:0.3em;
-
 
97
	border: 1px solid;
-
 
98
	border-color:#444 #AAA #AAA #444;
-
 
99
	padding:10px;}
73
/*--------------------------------------------------------------------------------------------------------------*/
100
/*--------------------------------------------------------------------------------------------------------------*/
74
/* Présentation Syndication */
101
/* Présentation Syndication */
75
#col-syndication{
102
#col-syndication{
76
	width:800px;
103
	width:800px;
77
	background:white url(images/flux.png) no-repeat right 30px;}
104
	background:white url(images/flux.png) no-repeat right 30px;}