Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

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