Subversion Repositories Sites.tela-botanica.org

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
406 jpm 1
/* Pied de page */
2
#annuaire_pied_page {
3
	color:#A9A9A9;
4
	font-size:10px;
5
	padding-top:10px;
6
	text-align:center;}
7
 
8
/* Parcourir l'alphabet */
9
#annuaire_alphabet{
10
	font-size:15px;}
11
 
12
/* Tableau des inscrits */
13
#annuaire {
14
	border:1px solid;}
15
#annuaire table{
16
	width:100%;
17
	margin:0;
18
	border:none;}
19
#annuaire tbody{
20
	vertical-align:top;
21
	min-height:1em;
22
	height:200px;
23
	overflow: auto;}
24
#annuaire td{
25
	border:none;}
26
#annuaire tr{
27
	height:1em;}
28
 
29
#redaction {
30
	background:#D4D4D4 url(images/redaction_milieu.png) repeat-y scroll 0%;
31
	color:#454545;
32
	width:900px;}
33
#redaction .text, #redaction .forml {
34
	width:800px;}
35
#redaction table,#redaction h2 {
36
	margin:5px;}
37
#redaction_tete {
38
	background:#D4D4D4 url(images/redaction_tete.png) no-repeat scroll 0%;
39
	color:#FFFFFF;
40
	height:15px;}
41
#redaction_pied {
42
	background:#D4D4D4 url(images/redaction_pied.png) no-repeat scroll 0%;
43
	color:#FFFFFF;
44
	height:15px;}