Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 180 | Rev 183 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 180 Rev 182
1
@charset "UTF-8"; 
1
@charset "UTF-8"; 
2
/*--------------------------------------------------------------------------------------------------------------*/
2
/*--------------------------------------------------------------------------------------------------------------*/
3
/* Général */
3
/* Général */
4
/*Correction CSS Tela */
4
/*Correction CSS Tela */
5
#texte, h1{
5
#texte, h1{
6
  position:relative;/*Pour IE*/}
6
  position:relative;/*Pour IE*/}
7
#contenu{
7
#contenu{
8
	clear:none;/*Pour IE*/}
8
	clear:none;/*Pour IE*/}
9
/*Titres*/
9
/*Titres*/
10
h2, h3{
10
h2, h3{
11
	margin:0;
11
	margin:0;
12
	padding:1em 0 0 0;}
12
	padding:1em 0 0 0;}
13
/* Liste de définitions */
13
/* Liste de définitions */
14
dl{
14
dl{
15
	margin:0;
15
	margin:0;
16
	padding:0;
16
	padding:0;
17
	width:auto;}
17
	width:auto;}
18
dt{
18
dt{
19
	background-color:#EEE;
19
	background-color:#EEE;
20
	width:18em;
20
	width:18em;
21
	float:left;
21
	float:left;
22
	text-align:right;
22
	text-align:right;
23
	margin:0;
23
	margin:0;
24
	padding:.3em;
24
	padding:.3em;
25
	border-top:1px solid #999;
25
	border-top:1px solid #999;
26
	font-weight:normal;}
26
	font-weight:normal;}
27
#zone_contenu_corps li {
27
#zone_contenu_corps li {
28
	list-style-image:none;}
28
	list-style-image:none;}
29
.label-grand dt{
29
.label-grand dt{
30
	width:28em;}
30
	width:28em;}
31
.label-court dt{
31
.label-court dt{
32
	width:12em;}
32
	width:12em;}
33
dt:after{
33
dt:after{
34
	content:" : ";}
34
	content:" : ";}
35
/* hack de commentaire avec un antislash pour ie5 mac \*/
35
/* hack de commentaire avec un antislash pour ie5 mac \*/
36
h2, h3, dt, .nettoyeur{
36
h2, h3, dt, .nettoyeur{
37
	clear:both;}
37
	clear:both;}
38
/* end hack */
38
/* end hack */
39
dd{
39
dd{
40
	background-color:#FFF;
40
	background-color:#FFF;
41
	margin:0;
41
	margin:0;
42
	padding:.3em;
42
	padding:.3em;
43
	border-top:1px solid #999;}
43
	border-top:1px solid #999;}
44
.nettoyeur{
44
.nettoyeur{
45
	visibility:hidden;}
45
	visibility:hidden;}
46
/* Table */
46
/* Table */
47
table{
47
table{
48
	border:1px solid #1C3C78;
48
	border:1px solid #1C3C78;
49
	border-collapse:collapse;
49
	border-collapse:collapse;
50
	width:100% !important;width:95%;/*Pour IE*/
50
	width:100% !important;width:95%;/*Pour IE*/
51
	margin:auto;}
51
	margin:auto;}
52
thead, tfoot{
52
thead, tfoot{
53
	background-color:#EEE;
53
	background-color:#EEE;
54
	border:1px solid #1C3C78;}
54
	border:1px solid #1C3C78;}
55
tbody{
55
tbody{
56
	background-color:#FFF;
56
	background-color:#FFF;
57
	border:1px solid #1C3C78;}
57
	border:1px solid #1C3C78;}
58
th{
58
th{
59
	font-family:monospace;
59
	font-family:monospace;
60
	border:1px dotted #1C3C78;
60
	border:1px dotted #1C3C78;
61
	padding:5px;
61
	padding:5px;
62
	background-color:#EEE;}
62
	background-color:#EEE;}
63
td{
63
td{
64
	font-family:sans-serif;
64
	font-family:sans-serif;
65
	font-size:80%;
65
	font-size:80%;
66
	border:1px solid #1C3C78;
66
	border:1px solid #1C3C78;
67
	padding:5px;
67
	padding:5px;
68
	text-align:left;}
68
	text-align:left;}
69
caption{
69
caption{
70
	font-family:sans-serif;}
70
	font-family:sans-serif;}
71
/*--------------------------------------------------------------------------------------------------------------*/
71
/*--------------------------------------------------------------------------------------------------------------*/
72
/* Présentation Moteur */
72
/* Présentation Moteur */
73
label#col-rech{
73
label#col-rech{
74
	display:none;}
74
	display:none;}
75
/* Navigation dans les résultats */
75
/* Navigation dans les résultats */
76
.fragmenteur select,.fragmenteur a,.fragmenteur .frag_page_courrante, .fragmenteur .frag_resultats{
76
.fragmenteur select,.fragmenteur a,.fragmenteur .frag_page_courrante, .fragmenteur .frag_resultats{
77
	color:white;
77
	color:white;
78
	padding:5px;
78
	padding:5px;
79
	margin:0 2px;
79
	margin:0 2px;
80
	-moz-border-radius: 4px;
80
	-moz-border-radius: 4px;
81
  	-webkit-border-radius: 4px;
81
  	-webkit-border-radius: 4px;
82
  	border-radius: 4px;}
82
  	border-radius: 4px;}
83
.fragmenteur select,.fragmenteur a{
83
.fragmenteur select,.fragmenteur a{
84
	background-color:#5D5C5C;
84
	background-color:#5D5C5C;
85
	border:1px solid black;}
85
	border:1px solid black;}
86
.fragmenteur a:hover,.fragmenteur .frag_page_courrante, .fragmenteur .frag_resultats{
86
.fragmenteur a:hover,.fragmenteur .frag_page_courrante, .fragmenteur .frag_resultats{
87
	font-weight:bold;
87
	font-weight:bold;
88
	background-color:#AEDC43;
88
	background-color:#AEDC43;
89
	border:1px solid #86A736;}
89
	border:1px solid #86A736;}
90
.frag_separateur{display:none;}
90
.frag_separateur{display:none;}
91
 
91
 
92
/*--------- Masque de recherche avancée ---------*/
92
/*--------- Masque de recherche avancée ---------*/
93
#col-rech-masque {
93
#col-rech-masque {
94
	width: 773px;
94
	width: 773px;
95
	/*padding: 10px;*/
95
	/*padding: 10px;*/
96
	border: solid #ddd 1px;
96
	border: solid #ddd 1px;
97
}
97
}
98
 
98
 
99
.champ-masque {
99
.champ-masque {
100
	display: inline-block;
100
	display: inline-block;
101
	width: 370px;
101
	width: 370px;
102
	margin-top: 2px;
102
	margin-top: 2px;
103
}
103
}
104
 
-
 
105
.champ-masque input {
104
.champ-masque input {
106
	width: 250px;
105
	width: 250px;
107
}
106
}
108
 
-
 
109
.champ-masque select {
107
.champ-masque select {
110
	max-width: 230px;
108
	max-width: 230px;
111
}
109
}
112
 
-
 
113
#col-rech-masque label {
110
.champ-masque label {
114
	display: inline-block;
111
	display: inline-block;
-
 
112
	text-align: right;
115
}
113
}
116
 
-
 
117
#col-rech-masque label.gauche {
114
.champ-masque label.gauche {
118
	width: 100px;
115
	width: 100px;
119
}
116
}
120
 
-
 
121
#col-rech-masque label.droite {
117
.champ-masque label.droite {
122
	width: 130px;
118
	width: 130px;
123
}
119
}
-
 
120
.champ-masque input.droite {
-
 
121
	width: 230px;
-
 
122
}
124
 
123
 
125
/*--------------------------------------------------------------------------------------------------------------*/
124
/*--------------------------------------------------------------------------------------------------------------*/
126
/* Présentation Fiche */
125
/* Présentation Fiche */
127
.discretion{
126
.discretion{
128
	color:#A9A9A9;
127
	color:#A9A9A9;
129
	font-size:10px;
128
	font-size:10px;
130
	font-weight:normal;}
129
	font-weight:normal;}
131
.txt-long{
130
.txt-long{
132
	white-space:pre-wrap;}
131
	white-space:pre-wrap;}
133
p.txt-long{
132
p.txt-long{
134
	width:53.6em;
133
	width:53.6em;
135
	padding:.3em;
134
	padding:.3em;
136
	background-color:#FFF;}
135
	background-color:#FFF;}
137
#texte li{
136
#texte li{
138
	margin:3px 0;}
137
	margin:3px 0;}
139
.col-sommaire a{
138
.col-sommaire a{
140
	background:none;}
139
	background:none;}
141
/* Liste d'images */
140
/* Liste d'images */
142
ul.gallerie{
141
ul.gallerie{
143
	list-style-type:none;}
142
	list-style-type:none;}
144
ul.gallerie li{
143
ul.gallerie li{
145
	float:left;}
144
	float:left;}
146
ul.gallerie li img {
145
ul.gallerie li img {
147
	margin:0.3em;
146
	margin:0.3em;
148
	border: 1px solid;
147
	border: 1px solid;
149
	border-color:#444 #AAA #AAA #444;
148
	border-color:#444 #AAA #AAA #444;
150
	padding:10px;}
149
	padding:10px;}
151
/*--------------------------------------------------------------------------------------------------------------*/
150
/*--------------------------------------------------------------------------------------------------------------*/
152
/* Présentation Carte */
151
/* Présentation Carte */
153
#carte-img{
152
#carte-img{
154
	border:none;}
153
	border:none;}
155
/*--------------------------------------------------------------------------------------------------------------*/
154
/*--------------------------------------------------------------------------------------------------------------*/
156
/* Présentation Syndication */
155
/* Présentation Syndication */
157
#col-syndication{
156
#col-syndication{
158
	width:800px;
157
	width:800px;
159
	background:url("images/flux.png") no-repeat scroll 560px 60px white;}
158
	background:url("images/flux.png") no-repeat scroll 560px 60px white;}
160
.icone{
159
.icone{
161
	line-height:20px;
160
	line-height:20px;
162
	padding-left:20px;}
161
	padding-left:20px;}
163
.icone-atom{
162
.icone-atom{
164
	background:url(images/atom.png) no-repeat center left;}
163
	background:url(images/atom.png) no-repeat center left;}
165
.icone-rss1{
164
.icone-rss1{
166
	background:url(images/rss1.png) no-repeat center left;}
165
	background:url(images/rss1.png) no-repeat center left;}
167
	.icone-rss2{
166
	.icone-rss2{
168
	background:url(images/rss2.png) no-repeat center left;}
167
	background:url(images/rss2.png) no-repeat center left;}
169
/*--------------------------------------------------------------------------------------------------------------*/
168
/*--------------------------------------------------------------------------------------------------------------*/
170
/* Jquery UI : tabs */
169
/* Jquery UI : tabs */
171
.ui-tabs .ui-tabs-hide{
170
.ui-tabs .ui-tabs-hide{
172
	display: none;}
171
	display: none;}
173
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
172
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
174
.col-onglets{
173
.col-onglets{
175
	margin:0;/*Pour IE*/
174
	margin:0;/*Pour IE*/
176
	padding:0;/*Pour IE*/
175
	padding:0;/*Pour IE*/
177
	height:auto !important;height:100%;/*Pour IE*/}
176
	height:auto !important;height:100%;/*Pour IE*/}