Subversion Repositories eFlore/Applications.coel-consultation

Rev

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