Subversion Repositories Sites.gentiana.org

Rev

Rev 43 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
52 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
 
43 jpm 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;}