Subversion Repositories Sites.gentiana.org

Rev

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

Rev Author Line No. Line
5 jpm 1
/*********************************
2
Feuille de style de la page d'accueil
3
***********************************/
4
 
5
/* Elements de base */
6
body {
11 jpm 7
	font-family:trebuchet, arial, verdana, sans-serif;
5 jpm 8
	font-size:16px;
9
	text-align:center;
10
	background:#fff;
11
	margin:0;}
12
a:link, a:visited {
13
  font-weight:bold;
14
  text-decoration:none;}
15
a:hover, a:active {
16
  text-decoration:none;}
17
img {
18
	border:0;}