Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1450 Rev 1452
Line 179... Line 179...
179
}
179
}
Line 180... Line 180...
180
 
180
 
181
/*+-----------------------------------------------------------------------------------------------------------------+*/
181
/*+-----------------------------------------------------------------------------------------------------------------+*/
182
/* Avertissement */
182
/* Avertissement */
183
#zone-avertissement {
183
#zone-avertissement {
184
	background-color:#4A4B4C;
184
	background-color:#DDDDDD;
185
	color:#CCC;
185
	color: black;
186
	padding:12px;
186
	padding:12px;
187
	text-align:justify;
187
	text-align:justify;
188
	line-height:16px;
188
	line-height:16px;
189
}
189
}
190
#zone-avertissement h1{
190
#zone-avertissement h1{
191
	margin:0;
191
	margin:0;
192
}
192
}
193
#zone-avertissement a {
193
#zone-avertissement a {
194
	border-bottom:1px dotted gainsboro;
194
	border-bottom:1px dotted gainsboro;
-
 
195
}
-
 
196
 
-
 
197
#zone-avertissement a, a:active, a:visited {
-
 
198
	color: #666666;
195
}
199
}
196
/*+-----------------------------------------------------------------------------------------------------------------+*/
200
/*+-----------------------------------------------------------------------------------------------------------------+*/
Line 197... Line 201...
197
/* Carte titre */
201
/* Carte titre */
198
 
202