Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev Author Line No. Line
4 david 1
/*********************************
2
Feuille de style de la page d'accueil
3
***********************************/
4
 
5
/* Elements de base */
6
body {
7
  font-family:Arial, Helvetica, Verdana, sans-serif;
8
  font-size:13px;
9
  font-weight:bold;
346 jpm 10
  margin:5px;
11
  text-align:center;
12
  background:#FFF;}
13
ul li {
14
  list-style-type:none;}
15
a:link {
16
  font-weight:bold;
17
	color:#7A292A;}
18
a:link, a:visited, a:hover, a:active {
19
  text-decoration:none;}
20
a:hover{
21
	text-transform:uppercase;}
22
img {
23
	border:0;}