body{ background-position: top right; background-repeat : repeat-y; background-color : transparent; } h1 { font-size : 200%; font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; color : navy; } h2{ color : blue; background : inherit; } h3{ color : green; background : inherit; } a:link {color: blue; text-decoration:underline;} a:visited {color: navy; text-decoration:underline;} a:hover {color:red; text-decoration:blink;} li { font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 100%; color: black; display : list-item; list-style-image : url(puce.gif); list-style-position: outside; }