Subversion Repositories Sites.gentiana.org

Rev

Rev 18 | Rev 36 | Go to most recent revision | Details | Compare with Previous | 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 {
35 jpm 46
	border-collapse:collapse;
47
	margin:5px;}
18 jpm 48
 
49
/* Présentation des images */
50
img {
35 jpm 51
	border:0;
52
	margin:5px;}
18 jpm 53
 
54
/*Bandeau*/
55
#titre_site{
56
	font-size:30px}
57
 
58
/* Tableau */
59
.table_bordure {
60
	border-spacing:0;
61
	text-align:center;
62
	border: 1px solid black;}
63
.table_bordure th, .table_bordure td {
64
	border-bottom: 1px dotted grey;
65
	border-left: 1px dotted grey;}
66
.table_bordure th {
67
	background-color:#E4B842;
68
	padding:0 5px;
69
	text-align:center;}
70
.table_bordure td	{
71
	padding:2px;
72
	text-align:left;}