Subversion Repositories Applications.annuaire

Rev

Rev 8 | Rev 27 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 21
Line 56... Line 56...
56
	float:right;
56
	float:right;
57
	margin:5px;
57
	margin:5px;
58
}
58
}
Line 59... Line 59...
59
 
59
 
-
 
60
#pages {
60
#pages {
61
	margin-left: auto; 
-
 
62
  	margin-right: auto; 
-
 
63
  	width: 80%;
61
	float:right;	
64
  	text-align: center;	
Line 62... Line 65...
62
}
65
}
63
 
66
 
64
#page_courante a {
67
#page_courante a {
Line 88... Line 91...
88
}
91
}
Line 89... Line 92...
89
 
92
 
90
#inscription > div {
93
#inscription > div {
91
	margin-top: 5px;
94
	margin-top: 5px;
92
	margin-bottom: 5px;
-
 
93
}
95
	margin-bottom: 5px;
-
 
96
}
-
 
97
 
-
 
98
#fiche_utilisateur {
-
 
99
	background-color:#FAFAFA;
-
 
100
	border:1px solid #F2F2F2;
-
 
101
	margin:10px;
-
 
102
	padding-bottom: 10px;
-
 
103
}
-
 
104
 
-
 
105
 form#recherche {
-
 
106
	padding: 10px 0 10px 10px;
-
 
107
}
-
 
108
 
-
 
109
form#suppression, form#modification {
-
 
110
	display: inline;
-
 
111
	border: none;
-
 
112
	background-color: inherit
-
 
113
}
-
 
114
 
-
 
115
ul#liste_orientiation > li {
-
 
116
	margin: 20px	
-
 
117
}
-
 
118
 
-
 
119
.lien_en_ligne {
-
 
120
	margin-right: 10px	
-
 
121
}
-
 
122