Rev 609 | Blame | Compare with Previous | Last modification | View Log | RSS feed
/*********************************
Feuille de style de la page d'accueil
***********************************/
/* Elements de base */
body {
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:13px;
font-weight:bold;
margin:5px;
text-align:center;
background:#FFF;}
ul li {
list-style-type:none;}
a:link, a:visited {
font-weight:bold;
color:#7A292A;}
a:link, a:visited, a:hover, a:active {
text-decoration:none;}
img {
border:0;}