Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 164 Rev 165
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
/* Présentation Fiche */
92
/* Présentation Fiche */
93
.discretion{
93
.discretion{
94
	color:#A9A9A9;
94
	color:#A9A9A9;
95
	font-size:10px;
95
	font-size:10px;
96
	font-weight:normal;}
96
	font-weight:normal;}
97
.txt-long{
97
.txt-long{
98
	white-space:pre-wrap;}
98
	white-space:pre-wrap;}
99
p.txt-long{
99
p.txt-long{
100
	width:59.6em;
100
	width:53.6em;
101
	padding:.3em;
101
	padding:.3em;
102
	background-color:#FFF;}
102
	background-color:#FFF;}
103
#texte li{
103
#texte li{
104
	margin:0;}
104
	margin:0;}
105
.col-sommaire a{
105
.col-sommaire a{
106
	background:none;}
106
	background:none;}
107
/* Liste d'images */
107
/* Liste d'images */
108
ul.gallerie{
108
ul.gallerie{
109
	list-style-type:none;}
109
	list-style-type:none;}
110
ul.gallerie li{
110
ul.gallerie li{
111
	float:left;}
111
	float:left;}
112
ul.gallerie li img {
112
ul.gallerie li img {
113
	margin:0.3em;
113
	margin:0.3em;
114
	border: 1px solid;
114
	border: 1px solid;
115
	border-color:#444 #AAA #AAA #444;
115
	border-color:#444 #AAA #AAA #444;
116
	padding:10px;}
116
	padding:10px;}
117
/*--------------------------------------------------------------------------------------------------------------*/
117
/*--------------------------------------------------------------------------------------------------------------*/
118
/* Présentation Syndication */
118
/* Présentation Syndication */
119
#col-syndication{
119
#col-syndication{
120
	width:800px;
120
	width:800px;
121
	background:white url(images/flux.png) no-repeat right 30px;}
121
	background:white url(images/flux.png) no-repeat right 30px;}
122
.icone{
122
.icone{
123
	line-height:20px;
123
	line-height:20px;
124
	padding-left:20px;}
124
	padding-left:20px;}
125
.icone-atom{
125
.icone-atom{
126
	background:url(images/atom.png) no-repeat center left;}
126
	background:url(images/atom.png) no-repeat center left;}
127
.icone-rss1{
127
.icone-rss1{
128
	background:url(images/rss1.png) no-repeat center left;}
128
	background:url(images/rss1.png) no-repeat center left;}
129
	.icone-rss2{
129
	.icone-rss2{
130
	background:url(images/rss2.png) no-repeat center left;}
130
	background:url(images/rss2.png) no-repeat center left;}
131
/*--------------------------------------------------------------------------------------------------------------*/
131
/*--------------------------------------------------------------------------------------------------------------*/
132
/* Jquery UI : tabs */
132
/* Jquery UI : tabs */
133
.ui-tabs .ui-tabs-hide{
133
.ui-tabs .ui-tabs-hide{
134
	display: none;}
134
	display: none;}
135
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
135
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
136
.col-onglets{
136
.col-onglets{
137
	margin:0;/*Pour IE*/
137
	margin:0;/*Pour IE*/
138
	padding:0;/*Pour IE*/
138
	padding:0;/*Pour IE*/
139
	height:auto !important;height:100%;/*Pour IE*/}
139
	height:auto !important;height:100%;/*Pour IE*/}