Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
/*********************************
Feuille de style de la page d'accueil
***********************************/
/* Elements de base */
body {
font-family:"Trebuchet MS", Helvetica, sans-serif
font-size:16px;
text-align:center;
background:#fff;
margin:0;}
a:link, a:visited {
font-weight:bold;
text-decoration:none;}
a:hover, a:active {
text-decoration:none;}
img {
border:0;}