Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 127 Rev 133
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
.label-grand dt{
27
.label-grand dt{
28
	width:28em;}
28
	width:28em;}
29
.label-court dt{
29
.label-court dt{
30
	width:12em;}
30
	width:12em;}
31
dt:after{
31
dt:after{
32
	content:" : ";}
32
	content:" : ";}
33
/* hack de commentaire avec un antislash pour ie5 mac \*/
33
/* hack de commentaire avec un antislash pour ie5 mac \*/
34
h2, h3, dt, .nettoyeur{
34
h2, h3, dt, .nettoyeur{
35
	clear:both;}
35
	clear:both;}
36
/* end hack */
36
/* end hack */
37
dd{
37
dd{
38
	background-color:#FFF;
38
	background-color:#FFF;
39
	margin:0;
39
	margin:0;
40
	padding:.3em;
40
	padding:.3em;
41
	border-top:1px solid #999;}
41
	border-top:1px solid #999;}
42
.nettoyeur{
42
.nettoyeur{
43
	visibility:hidden;}
43
	visibility:hidden;}
44
/* Table */
44
/* Table */
45
table{
45
table{
46
	border:1px solid #1C3C78;
46
	border:1px solid #1C3C78;
47
	border-collapse:collapse;
47
	border-collapse:collapse;
48
	width:100% !important;width:95%;/*Pour IE*/
48
	width:100% !important;width:95%;/*Pour IE*/
49
	margin:auto;}
49
	margin:auto;}
50
thead, tfoot{
50
thead, tfoot{
51
	background-color:#EEE;
51
	background-color:#EEE;
52
	border:1px solid #1C3C78;}
52
	border:1px solid #1C3C78;}
53
tbody{
53
tbody{
54
	background-color:#FFF;
54
	background-color:#FFF;
55
	border:1px solid #1C3C78;}
55
	border:1px solid #1C3C78;}
56
th{
56
th{
57
	font-family:monospace;
57
	font-family:monospace;
58
	border:1px dotted #1C3C78;
58
	border:1px dotted #1C3C78;
59
	padding:5px;
59
	padding:5px;
60
	background-color:#EEE;}
60
	background-color:#EEE;}
61
td{
61
td{
62
	font-family:sans-serif;
62
	font-family:sans-serif;
63
	font-size:80%;
63
	font-size:80%;
64
	border:1px solid #1C3C78;
64
	border:1px solid #1C3C78;
65
	padding:5px;
65
	padding:5px;
66
	text-align:left;}
66
	text-align:left;}
67
caption{
67
caption{
68
	font-family:sans-serif;}
68
	font-family:sans-serif;}
69
/*--------------------------------------------------------------------------------------------------------------*/
69
/*--------------------------------------------------------------------------------------------------------------*/
70
/* Présentation Moteur */
70
/* Présentation Moteur */
71
label#col-rech{
71
label#col-rech{
72
	display:none;}
72
	display:none;}
-
 
73
/* Navigation dans les résultats */
-
 
74
.fragmenteur select,.fragmenteur a,.fragmenteur .frag_page_courrante, .fragmenteur .frag_resultats{
-
 
75
	color:white;
-
 
76
	padding:5px;
-
 
77
	margin:0 2px;
-
 
78
	-moz-border-radius: 4px;
-
 
79
  	-webkit-border-radius: 4px;
-
 
80
  	border-radius: 4px;}
-
 
81
.fragmenteur select,.fragmenteur a{
-
 
82
	background-color:#5D5C5C;
-
 
83
	border:1px solid black;}
-
 
84
.fragmenteur a:hover,.fragmenteur .frag_page_courrante, .fragmenteur .frag_resultats{
-
 
85
	font-weight:bold;
-
 
86
	background-color:#AEDC43;
-
 
87
	border:1px solid #86A736;}
-
 
88
.frag_separateur{display:none;}
73
/*--------------------------------------------------------------------------------------------------------------*/
89
/*--------------------------------------------------------------------------------------------------------------*/
74
/* Présentation Fiche */
90
/* Présentation Fiche */
75
.discretion{
91
.discretion{
76
	color:#A9A9A9;
92
	color:#A9A9A9;
77
	font-size:10px;
93
	font-size:10px;
78
	font-weight:normal;}
94
	font-weight:normal;}
79
.txt-long{
95
.txt-long{
80
	white-space:pre-wrap;}
96
	white-space:pre-wrap;}
81
p.txt-long{
97
p.txt-long{
82
	width:69.6em;
98
	width:69.6em;
83
	padding:.3em;
99
	padding:.3em;
84
	background-color:#FFF;}
100
	background-color:#FFF;}
85
#texte li{
101
#texte li{
86
	margin:0;}
102
	margin:0;}
87
.col-sommaire a{
103
.col-sommaire a{
88
	background:none;}
104
	background:none;}
89
/* Liste d'images */
105
/* Liste d'images */
90
ul.gallerie{
106
ul.gallerie{
91
	list-style-type:none;}
107
	list-style-type:none;}
92
ul.gallerie li{
108
ul.gallerie li{
93
	float:left;}
109
	float:left;}
94
ul.gallerie li img {
110
ul.gallerie li img {
95
	margin:0.3em;
111
	margin:0.3em;
96
	border: 1px solid;
112
	border: 1px solid;
97
	border-color:#444 #AAA #AAA #444;
113
	border-color:#444 #AAA #AAA #444;
98
	padding:10px;}
114
	padding:10px;}
99
/*--------------------------------------------------------------------------------------------------------------*/
115
/*--------------------------------------------------------------------------------------------------------------*/
100
/* Présentation Syndication */
116
/* Présentation Syndication */
101
#col-syndication{
117
#col-syndication{
102
	width:800px;
118
	width:800px;
103
	background:white url(images/flux.png) no-repeat right 30px;}
119
	background:white url(images/flux.png) no-repeat right 30px;}
104
.icone{
120
.icone{
105
	line-height:20px;
121
	line-height:20px;
106
	padding-left:20px;}
122
	padding-left:20px;}
107
.icone-atom{
123
.icone-atom{
108
	background:url(images/atom.png) no-repeat center left;}
124
	background:url(images/atom.png) no-repeat center left;}
109
.icone-rss1{
125
.icone-rss1{
110
	background:url(images/rss1.png) no-repeat center left;}
126
	background:url(images/rss1.png) no-repeat center left;}
111
	.icone-rss2{
127
	.icone-rss2{
112
	background:url(images/rss2.png) no-repeat center left;}
128
	background:url(images/rss2.png) no-repeat center left;}
113
/*--------------------------------------------------------------------------------------------------------------*/
129
/*--------------------------------------------------------------------------------------------------------------*/
114
/* Jquery UI : tabs */
130
/* Jquery UI : tabs */
115
.ui-tabs .ui-tabs-hide{
131
.ui-tabs .ui-tabs-hide{
116
	display: none;}
132
	display: none;}
117
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
133
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
118
.col-onglets{
134
.col-onglets{
119
	margin:0;/*Pour IE*/
135
	margin:0;/*Pour IE*/
120
	padding:0;/*Pour IE*/
136
	padding:0;/*Pour IE*/
121
	height:auto !important;height:100%;/*Pour IE*/}
137
	height:auto !important;height:100%;/*Pour IE*/}