Subversion Repositories Applications.annuaire

Rev

Rev 7 | Rev 21 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8 aurelien 1
img.icone {
7 aurelien 2
 
3
	height:16px;
4
	width:16px;
5
	margin: 5px;
6
	border: none;
7
}
8
 
8 aurelien 9
img.icone_moyenne_moins {
10
 
11
	height:20px;
12
	width: 20px;
13
	margin: 5px;
14
	border: none;
15
}
16
 
17
img.icone_moyenne {
18
 
19
	height:24px;
20
	width: 24px;
21
	margin: 5px;
22
	border: none;
23
}
24
 
25
img.icone_grande {
26
 
27
	height:50px;
28
	width:50px;
29
	margin: 5px;
30
	border: none;
31
}
32
 
33
td, th {
34
	padding: 2px;
35
	text-align: center;
36
}
37
 
7 aurelien 38
a > .icone {
39
 
40
	text-align:center;
41
}
42
 
8 aurelien 43
.texte_centre {
44
	text-align: center;
45
}
46
.texte_centre > img {
47
	display:table-cell;
48
}
49
 
7 aurelien 50
.premiere_page {
51
	float:left;
52
	margin:5px
53
}
54
 
55
.derniere_page {
56
	float:right;
57
	margin:5px;
8 aurelien 58
}
59
 
60
#pages {
61
	float:right;
62
}
63
 
64
#page_courante a {
65
	color: #FFD700;
66
}
67
 
68
.centre {
69
	margin-top:10%;
70
	margin-left:20%;
71
}
72
 
73
.gauche {
74
	float:left;
75
	margin-right: 20px;
76
}
77
 
78
.droite {
79
	float:right;
80
}
81
 
82
img {
83
	border: none;
84
}
85
 
86
#avatar {
87
	margin-left: 10px;
88
}
89
 
90
#inscription > div {
91
	margin-top: 5px;
92
	margin-bottom: 5px;
7 aurelien 93
}