Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 180 | Rev 183 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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