Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 15 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15 Rev 16
Line 1... Line 1...
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*--------------------------------------------------------------------------------------------------------------*/
2
/*--------------------------------------------------------------------------------------------------------------*/
3
/* Général */
3
/* Général */
-
 
4
/*Titres*/
-
 
5
h2, h3{
-
 
6
	margin:0;
-
 
7
	padding:1em 0 0 0;}
-
 
8
/* Liste de définitions */
4
dl{
9
dl{
5
	margin:1em 0;
10
	margin:0;
6
	padding:0;}
11
	padding:0;}
7
dt{
12
dt{
8
	background-color:#EEEEEE;
13
	background-color:#EEEEEE;
9
	width:20em;
14
	width:20em;
10
	float:left;
15
	float:left;
Line 13... Line 18...
13
	border-top:1px solid #999;
18
	border-top:1px solid #999;
14
	font-weight:bold;}
19
	font-weight:bold;}
15
dt:after{
20
dt:after{
16
	content:" : ";}
21
	content:" : ";}
17
/* hack de commentaire avec un antislash pour ie5 mac \*/
22
/* hack de commentaire avec un antislash pour ie5 mac \*/
18
h2, h3, dt { clear: both; }
23
h2, h3, dt, hr {
-
 
24
	clear:both;}
19
/* end hack */
25
/* end hack */
20
dd{
26
dd{
21
	float:left;
27
	float:left;
22
	width:48em;
28
	width:48em;
23
	margin:0 0 0 0;
29
	margin:0 0 0 0;
24
	padding:.3em;
30
	padding:.3em;
25
	border-top:1px solid #999;}
31
	border-top:1px solid #999;}
-
 
32
/* Table */
-
 
33
table{
-
 
34
	border:1px solid #1C3C78;
-
 
35
	border-collapse:collapse;
-
 
36
	width:100% !important;width:95%;/*Pour IE*/
-
 
37
	margin:auto;}
-
 
38
thead, tfoot{
-
 
39
	background-color:#EEEEEE;
-
 
40
	border:1px solid #1C3C78;}
-
 
41
tbody{
-
 
42
	background-color:#FFFFFF;
-
 
43
	border:1px solid #1C3C78;}
-
 
44
th{
-
 
45
	font-family:monospace;
-
 
46
	border:1px dotted #1C3C78;
-
 
47
	padding:5px;
-
 
48
	background-color:#EEEEEE;
-
 
49
	width:25%;}
-
 
50
td{
-
 
51
	font-family:sans-serif;
-
 
52
	font-size:80%;
-
 
53
	border:1px solid #1C3C78;
-
 
54
	padding:5px;
-
 
55
	text-align:left;}
-
 
56
caption{
-
 
57
	font-family:sans-serif;}
26
/*--------------------------------------------------------------------------------------------------------------*/
58
/*--------------------------------------------------------------------------------------------------------------*/
27
/* Présentation fiche */
59
/* Présentation fiche */
28
.discretion{
60
.discretion{
29
	color:#A9A9A9;
61
	color:#A9A9A9;
30
	font-size:10px;
62
	font-size:10px;