Subversion Repositories Sites.gentiana.org

Rev

Rev 36 | 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 {
36 jpm 7
  font-family:Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
18 jpm 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;
36 jpm 18
	margin:0 0 1px 0;}
18 jpm 19
h1 {
20
	font-size:20px;
21
	line-height:1.3em;
36 jpm 22
	margin:0 0 4px 0;}
18 jpm 23
h2 {
24
	font-size:13px;
25
	text-transform:uppercase;
26
	line-height:1.3em;
36 jpm 27
	margin:0 0 4px 0;}
18 jpm 28
h3 {
29
	font-size:15px;
30
	line-height:1.3em;
36 jpm 31
	margin:0 0 4px 0;
18 jpm 32
	text-transform:none;}
33
h4 {
34
	font-size:13px;
35
	letter-spacing:0.1em;
36
	line-height:1.3em;
36 jpm 37
	margin:0 0 2px 0;}
18 jpm 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{
36 jpm 56
	font-size:23px}
57
#bandeau_contenu {
38 jpm 58
	font-size:11px;}