Subversion Repositories Sites.gentiana.org

Rev

Rev 36 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36 Rev 38
1
/*
1
/*
2
Feuille de style supportée par les vieux navigateurs (version 4 et moins)
2
Feuille de style supportée par les vieux navigateurs (version 4 et moins)
3
Auteur:  Jean-Pascal MILCENT 
3
Auteur:  Jean-Pascal MILCENT 
4
*/
4
*/
5
/*Général*/
5
/*Général*/
6
body {
6
body {
7
  font-family:Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
7
  font-family:Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
8
  font-size:12px;
8
  font-size:12px;
9
  background-color:#fff;
9
  background-color:#fff;
10
  margin:2px;}
10
  margin:2px;}
11
h1, h2, h3, h4, h5, h6 {
11
h1, h2, h3, h4, h5, h6 {
12
	font-weight:bold;
12
	font-weight:bold;
13
	color:black;}
13
	color:black;}
14
h5, h6 {
14
h5, h6 {
15
	font-weight:normal;
15
	font-weight:normal;
16
	font-style:italic;
16
	font-style:italic;
17
	line-height:1.2em;
17
	line-height:1.2em;
18
	margin:0 0 1px 0;}
18
	margin:0 0 1px 0;}
19
h1 {
19
h1 {
20
	font-size:20px;
20
	font-size:20px;
21
	line-height:1.3em;
21
	line-height:1.3em;
22
	margin:0 0 4px 0;}
22
	margin:0 0 4px 0;}
23
h2 {
23
h2 {
24
	font-size:13px;
24
	font-size:13px;
25
	text-transform:uppercase;
25
	text-transform:uppercase;
26
	line-height:1.3em;
26
	line-height:1.3em;
27
	margin:0 0 4px 0;}
27
	margin:0 0 4px 0;}
28
h3 {
28
h3 {
29
	font-size:15px;
29
	font-size:15px;
30
	line-height:1.3em;
30
	line-height:1.3em;
31
	margin:0 0 4px 0;
31
	margin:0 0 4px 0;
32
	text-transform:none;}
32
	text-transform:none;}
33
h4 {
33
h4 {
34
	font-size:13px;
34
	font-size:13px;
35
	letter-spacing:0.1em;
35
	letter-spacing:0.1em;
36
	line-height:1.3em;
36
	line-height:1.3em;
37
	margin:0 0 2px 0;}
37
	margin:0 0 2px 0;}
38
h5 {
38
h5 {
39
	font-size:13px;}
39
	font-size:13px;}
40
h6 {
40
h6 {
41
	font-size:12px;}
41
	font-size:12px;}
42
caption {
42
caption {
43
	font-weight:bold;
43
	font-weight:bold;
44
	margin:2px;}
44
	margin:2px;}
45
table {
45
table {
46
	border-collapse:collapse;
46
	border-collapse:collapse;
47
	margin:5px;}
47
	margin:5px;}
48
 
48
 
49
/* Présentation des images */
49
/* Présentation des images */
50
img {
50
img {
51
	border:0;
51
	border:0;
52
	margin:5px;}
52
	margin:5px;}
53
 
53
 
54
/*Bandeau*/
54
/*Bandeau*/
55
#titre_site{
55
#titre_site{
56
	font-size:23px}
56
	font-size:23px}
57
#bandeau_contenu {
57
#bandeau_contenu {
58
	font-size:11px;}
-
 
59
 
-
 
60
/* Tableau */
-
 
61
.table_bordure {
-
 
62
	border-spacing:0;
-
 
63
	text-align:center;
-
 
64
	border: 1px solid black;}
-
 
65
.table_bordure th, .table_bordure td {
-
 
66
	border-bottom: 1px dotted grey;
-
 
67
	border-left: 1px dotted grey;}
-
 
68
.table_bordure th {
-
 
69
	background-color:#E4B842;
-
 
70
	padding:0 5px;
-
 
71
	text-align:center;}
-
 
72
.table_bordure td	{
-
 
73
	padding:2px;
-
 
74
	text-align:left;}
-
 
75
58
	font-size:11px;}
-
 
59
76
60