Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 10 Rev 15
Line 1... Line 1...
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*--------------------------------------------------------------------------------------------------------------*/
2
/*--------------------------------------------------------------------------------------------------------------*/
-
 
3
/* Général */
-
 
4
dl{
-
 
5
	margin:1em 0;
-
 
6
	padding:0;}
-
 
7
dt{
-
 
8
	background-color:#EEEEEE;
-
 
9
	width:20em;
-
 
10
	float:left;
-
 
11
	margin:0 0 0 0;
-
 
12
	padding:.3em;
-
 
13
	border-top:1px solid #999;
-
 
14
	font-weight:bold;}
-
 
15
dt:after{
-
 
16
	content:" : ";}
-
 
17
/* hack de commentaire avec un antislash pour ie5 mac \*/
-
 
18
h2, h3, dt { clear: both; }
-
 
19
/* end hack */
-
 
20
dd{
-
 
21
	float:left;
-
 
22
	width:48em;
-
 
23
	margin:0 0 0 0;
-
 
24
	padding:.3em;
-
 
25
	border-top:1px solid #999;}
-
 
26
/*--------------------------------------------------------------------------------------------------------------*/
-
 
27
/* Présentation fiche */
-
 
28
.discretion{
-
 
29
	color:#A9A9A9;
-
 
30
	font-size:10px;
-
 
31
	font-weight:normal;}
-
 
32
/*--------------------------------------------------------------------------------------------------------------*/
3
/* Tableau du chronométrage du programme */
33
/* Tableau du chronométrage du programme */
4
#pied_texte #chrono {
34
#pied_texte #chrono{
5
	text-align: center;
35
	text-align: center;
6
	margin:0 auto;}
36
	margin:0 auto;}
7
#chrono table {
37
#chrono table{
Line 29... Line 59...
29
#chrono caption {
59
#chrono caption{
30
	font-family:sans-serif;
60
	font-family:sans-serif;
31
	text-align: center;
61
	text-align: center;
32
	width:90%;
62
	width:90%;
33
	margin:auto;}
63
	margin:auto;}
-
 
64
/*--------------------------------------------------------------------------------------------------------------*/
-
 
65
/* Débogage */
34
.debogage{
66
.debogage{
35
	color:black;
67
	color:black;
36
	border:3px solid #6495ed;}
68
	border:3px solid #6495ed;}
37
.debogage_fichier, .debogage_ligne{
69
.debogage_fichier, .debogage_ligne{
38
	font-size:10px;
70
	font-size:10px;