Subversion Repositories Sites.gentiana.org

Rev

Rev 35 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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