Subversion Repositories Applications.annuaire

Rev

Rev 376 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 376 Rev 428
Line 1... Line 1...
1
.contenu_message {
1
.contenu_message {
2
	font-family: Arial,Helvetica,Verdana,sans-serif;
2
	font-family: Arial,Helvetica,Verdana,sans-serif;
3
	font-size: 14px;
3
	font-size: 14px;
4
}
4
}
5
 
5
 
6
.message_suffixe {
6
.message_suffixe {
7
	font-size: 12px;	
7
	font-size: 12px;	
8
}
8
}
9
 
9
 
10
h1 {
10
h1 {
11
	font-size:15px;
11
	font-size:15px;
12
	color:#fd8c13;
12
	color:#fd8c13;
13
	margin:10px 0px 0px 0px;
13
	margin:10px 0px 0px 0px;
14
	text-transform:uppercase;
14
	text-transform:uppercase;
15
}
15
}
16
 
16
 
17
h1 > a {
17
h1 > a {
18
  color:#fd8c13;
18
  color:#fd8c13;
19
}
19
}
20
 
20
 
21
h3 {
21
h3 {
22
	font-size:14px;
22
	font-size:14px;
23
	color:#454341 !important;
23
	color:#454341 !important;
24
	margin:0px;
24
	margin:0px;
25
}
25
}
26
 
26
 
27
h3 > a {
27
h3 > a {
28
  color:#454341;
28
  color:#454341;
29
}
29
}
30
 
30
 
31
h4 {
31
h4 {
32
	font-size:11px;
32
	font-size:11px;
33
	font-weight:normal;
33
	font-weight:normal;
34
	color:#AAAAAA;
34
	color:#AAAAAA;
35
	margin:2px 2px 2px 0;
35
	margin:2px 2px 2px 0;
36
}
36
}
37
 
37
 
38
h4 > a {
38
h4 > a {
39
	color:#AAAAAA;
39
	color:#AAAAAA;
40
}
40
}
41
 
41
 
42
h1 a, h3 a, h4 a {
42
h1 a, h3 a, h4 a {
43
	color: inherit;
43
	color: inherit;
44
	border-bottom: dotted 1px;
44
	border-bottom: dotted 1px;
45
}
45
}
46
h3 a {
46
h3 a {
47
	border-color:#CCCCCC;
47
	border-color:#CCCCCC;
48
}
48
}
49
a {
49
a {
50
	color:#598000;
50
	color:#598000;
51
	text-decoration:none;
51
	text-decoration:none;
52
	border-bottom:1px dotted #95ae5d;
52
	border-bottom:1px dotted #95ae5d;
53
}
53
}
54
a:hover {
54
a:hover {
55
	color:#FD8C13;
55
	color:#FD8C13;
56
	border-bottom:1px dotted #95ae5d;
56
	border-bottom:1px dotted #95ae5d;
57
}
57
}
58
.lire-suite {
58
.lire-suite {
59
	padding-left:10px;
59
	padding-left:10px;
60
	background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/petit_carre.png) no-repeat 0px 4px;
60
	background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/petit_carre.png) no-repeat 0px 4px;
61
}
61
}
62
62