Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev Author Line No. Line
23 jpm 1
@CHARSET "UTF-8";
2
/*--------------------------------------------------------------------------------------------------------------*/
3
/* Général */
4
/*Titres*/
5
h2, h3{
6
	margin:0;
7
	padding:1em 0 0 0;}
8
/* Liste de définitions */
9
dl{
10
	margin:0;
11
	padding:0;}
12
dt{
13
	background-color:#EEEEEE;
14
	width:20em;
15
	float:left;
16
	margin:0 0 0 0;
17
	padding:.3em;
18
	border-top:1px solid #999;
19
	font-weight:bold;}
20
dt:after{
21
	content:" : ";}
22
/* hack de commentaire avec un antislash pour ie5 mac \*/
25 jpm 23
h2, h3, dt, .nettoyeur{
23 jpm 24
	clear:both;}
25
/* end hack */
26
dd{
27
	float:left;
28
	width:48em;
29
	margin:0 0 0 0;
30
	padding:.3em;
31
	border-top:1px solid #999;}
25 jpm 32
.nettoyeur{
33
	visibility:hidden;}
23 jpm 34
/* Table */
35
table{
36
	border:1px solid #1C3C78;
37
	border-collapse:collapse;
38
	width:100% !important;width:95%;/*Pour IE*/
39
	margin:auto;}
40
thead, tfoot{
41
	background-color:#EEEEEE;
42
	border:1px solid #1C3C78;}
43
tbody{
44
	background-color:#FFFFFF;
45
	border:1px solid #1C3C78;}
46
th{
47
	font-family:monospace;
48
	border:1px dotted #1C3C78;
49
	padding:5px;
50
	background-color:#EEEEEE;}
51
td{
52
	font-family:sans-serif;
53
	font-size:80%;
54
	border:1px solid #1C3C78;
55
	padding:5px;
56
	text-align:left;}
57
caption{
58
	font-family:sans-serif;}
59
/*--------------------------------------------------------------------------------------------------------------*/
25 jpm 60
/* Présentation Moteur */
61
label#col-rech{
62
	display:none;}
63
/*--------------------------------------------------------------------------------------------------------------*/
64
/* Présentation Fiche */
23 jpm 65
.discretion{
66
	color:#A9A9A9;
67
	font-size:10px;
68
	font-weight:normal;}
25 jpm 69
#texte li{
70
	margin:0;}
71
.col-sommaire a{
72
	background:none;}
23 jpm 73
/*--------------------------------------------------------------------------------------------------------------*/
34 jpm 74
/* Présentation Syndication */
75
#col-syndication{
76
	width:800px;
77
	background:white url(images/flux.png) no-repeat right 30px;}
78
.icone{
79
	line-height:20px;
80
	padding-left:20px;}
81
.icone-atom{
82
	background:url(images/atom.png) no-repeat center left;}
83
.icone-rss1{
84
	background:url(images/rss1.png) no-repeat center left;}
85
	.icone-rss2{
86
	background:url(images/rss2.png) no-repeat center left;}
87
/*--------------------------------------------------------------------------------------------------------------*/
23 jpm 88
/* Tableau du chronométrage du programme */
89
#pied_texte #chrono{
90
	text-align: center;
91
	margin:0 auto;}
92
#chrono table{
93
	display:block;
94
	border:3px solid #6495ed;
95
	border-collapse:collapse;}
96
#chrono thead, tfoot{
97
	background-color:#D0E3FA;
98
	border:1px solid #6495ed;}
99
#chrono tbody{
100
	background-color:#FFFFFF;
101
	border:1px solid #6495ed;}
102
#chrono th{
103
	font-family:monospace;
104
	border:1px dotted #6495ed;
105
	padding:5px;
106
	background-color:#EFF6FF;
107
	width:25%;}
108
#chrono td{
109
	font-family:sans-serif;
110
	font-size:80%;
111
	border:1px solid #6495ed;
112
	padding:5px;
113
	text-align:center;}
114
#chrono caption{
115
	font-family:sans-serif;
116
	text-align: center;
117
	width:90%;
118
	margin:auto;}
119
/*--------------------------------------------------------------------------------------------------------------*/
120
/* Débogage */
121
.debogage{
122
	color:black;
123
	border:3px solid #6495ed;}
124
.debogage_fichier, .debogage_ligne{
125
	font-size:10px;
126
	color:#A9A9A9;}
127
/*--------------------------------------------------------------------------------------------------------------*/
128
/* Jquery UI : tabs */
129
.ui-tabs .ui-tabs-hide{
130
	display: none;}