Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 34 Rev 50
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 */
74
/* Présentation Syndication */
75
#col-syndication{
75
#col-syndication{
76
	width:800px;
76
	width:800px;
77
	background:white url(images/flux.png) no-repeat right 30px;}
77
	background:white url(images/flux.png) no-repeat right 30px;}
78
.icone{
78
.icone{
79
	line-height:20px;
79
	line-height:20px;
80
	padding-left:20px;}
80
	padding-left:20px;}
81
.icone-atom{
81
.icone-atom{
82
	background:url(images/atom.png) no-repeat center left;}
82
	background:url(images/atom.png) no-repeat center left;}
83
.icone-rss1{
83
.icone-rss1{
84
	background:url(images/rss1.png) no-repeat center left;}
84
	background:url(images/rss1.png) no-repeat center left;}
85
	.icone-rss2{
85
	.icone-rss2{
86
	background:url(images/rss2.png) no-repeat center left;}
86
	background:url(images/rss2.png) no-repeat center left;}
87
/*--------------------------------------------------------------------------------------------------------------*/
87
/*--------------------------------------------------------------------------------------------------------------*/
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 */
88
/* Jquery UI : tabs */
129
.ui-tabs .ui-tabs-hide{
89
.ui-tabs .ui-tabs-hide{
130
	display: none;}
90
	display: none;}