Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 247 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 247 Rev 276
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
.coel-consultation li {
27
.coel-consultation li {
28
	list-style-image:none !important;}
28
	list-style-image:none !important;}
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
.coel-consultation h2,.coel-consultation h3,.coel-consultation dt,.coel-consultation .nettoyeur{
36
.coel-consultation h2,.coel-consultation h3,.coel-consultation dt,.coel-consultation .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, #pers-rech-masque {
94
	width: 725px;
94
	width: 725px;
95
	/*padding: 10px;*/
95
	/*padding: 10px;*/
96
	/*border: solid #ddd 1px;*/
96
	/*border: solid #ddd 1px;*/
97
}
97
}
98
 
98
 
99
h2.titre-moteur-recherche {
99
h2.titre-moteur-recherche {
100
	margin-bottom: 10px;
100
	margin-bottom: 10px;
101
}
101
}
102
 
102
 
103
.champ-masque {
103
.champ-masque {
104
	display: inline-block;
104
	display: inline-block;
105
	width: 360px;
105
	width: 360px;
106
	margin-top: 2px;
106
	margin-top: 2px;
107
}
107
}
108
.champ-masque.long {
108
.champ-masque.long {
109
    width: 720px;
109
    width: 720px;
110
}
110
}
111
.champ-masque input {
111
.champ-masque input {
112
	width: 200px;
112
	width: 200px;
113
}
113
}
114
.champ-masque select {
114
.champ-masque select {
115
	max-width: 190px;
115
	max-width: 190px;
116
}
116
}
117
.champ-masque label {
117
.champ-masque label {
118
	display: inline-block;
118
	display: inline-block;
119
	text-align: right;
119
	text-align: right;
120
}
120
}
121
.champ-masque label.label-gauche {
121
.champ-masque label.label-gauche {
122
	width: 130px;
122
	width: 130px;
123
	vertical-align: middle;
123
	vertical-align: middle;
124
}
124
}
125
.champ-masque label.label-droite {
125
.champ-masque label.label-droite {
126
	width: 120px;
126
	width: 120px;
127
}
127
}
128
.champ-masque input.input-droite {
128
.champ-masque input.input-droite {
129
	width: 210px;
129
	width: 210px;
130
}
130
}
131
 
131
 
132
/*--------------------------------------------------------------------------------------------------------------*/
132
/*--------------------------------------------------------------------------------------------------------------*/
133
/* Présentation Fiche */
133
/* Présentation Fiche */
134
.discretion{
134
.discretion{
135
	color:#A9A9A9;
135
	color:#A9A9A9;
136
	font-size:10px;
136
	font-size:10px;
137
	font-weight:normal;}
137
	font-weight:normal;}
138
.txt-long{
138
.txt-long{
139
	white-space:pre-wrap;}
139
	white-space:pre-wrap;}
140
p.txt-long{
140
p.txt-long{
141
	width:53.6em;
141
	width:53.6em;
142
	padding:.3em;
142
	padding:.3em;
143
	background-color:#FFF;}
143
	background-color:#FFF;}
144
#texte li{
144
#texte li{
145
	margin:3px 0;}
145
	margin:3px 0;}
146
.col-sommaire a{
146
.col-sommaire a{
147
	background:none;}
147
	background:none;}
148
/* Liste d'images */
148
/* Liste d'images */
149
ul.gallerie{
149
ul.gallerie{
150
	list-style-type:none;}
150
	list-style-type:none;}
151
ul.gallerie li{
151
ul.gallerie li{
152
	float:left;}
152
	float:left;}
153
ul.gallerie li img {
153
ul.gallerie li img {
154
	margin:0.3em;
154
	margin:0.3em;
155
	border: 1px solid;
155
	border: 1px solid;
156
	border-color:#444 #AAA #AAA #444;
156
	border-color:#444 #AAA #AAA #444;
157
	padding:10px;}
157
	padding:10px;}
158
/*--------------------------------------------------------------------------------------------------------------*/
158
/*--------------------------------------------------------------------------------------------------------------*/
159
/* Présentation Carte */
159
/* Présentation Carte */
160
#carte-img{
160
#carte-img{
161
	border:none;}
161
	border:none;}
162
/*--------------------------------------------------------------------------------------------------------------*/
162
/*--------------------------------------------------------------------------------------------------------------*/
163
/* Présentation Syndication */
163
/* Présentation Syndication */
164
#col-syndication{
164
#col-syndication{
165
	width:800px;
165
	width:800px;
166
	background:url("images/flux.png") no-repeat scroll 560px 60px white;}
166
	background:url("images/flux.png") no-repeat scroll 560px 60px white;}
167
.icone{
167
.icone{
168
	line-height:20px;
168
	line-height:20px;
169
	padding-left:20px;}
169
	padding-left:20px;}
170
.icone-atom{
170
.icone-atom{
171
	background:url(images/atom.png) no-repeat center left;}
171
	background:url(images/atom.png) no-repeat center left;}
172
.icone-rss1{
172
.icone-rss1{
173
	background:url(images/rss1.png) no-repeat center left;}
173
	background:url(images/rss1.png) no-repeat center left;}
174
	.icone-rss2{
174
	.icone-rss2{
175
	background:url(images/rss2.png) no-repeat center left;}
175
	background:url(images/rss2.png) no-repeat center left;}
176
/*--------------------------------------------------------------------------------------------------------------*/
176
/*--------------------------------------------------------------------------------------------------------------*/
177
/* Jquery UI : tabs */
177
/* Jquery UI : tabs */
178
.ui-tabs .ui-tabs-hide{
178
.ui-tabs .ui-tabs-hide{
179
	display: none;}
179
	display: none;}
180
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
180
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
181
.col-onglets{
181
.col-onglets{
182
	margin:0;/*Pour IE*/
182
	margin:0;/*Pour IE*/
183
	padding:0;/*Pour IE*/
183
	padding:0;/*Pour IE*/
184
	height:auto !important;height:100%;/*Pour IE*/}
184
	height:auto !important;height:100%;/*Pour IE*/}
185
 
185
 
186
#col-per > .col-sommaire > li {
186
#col-per > .col-sommaire > li {
187
	margin-bottom: 2px;
187
	margin-bottom: 2px;
188
}
188
}