/*
Styles pour luthien.vienneinfo.org

*/
body {
background-color: #FFFFFF;
background-image: url(luthien-fond-1000.jpg);
background-repeat: no-repeat;
background-position: top left;
font-family: sans-serif, Verdana, Arial, Helvetica;
font-size: 12pt;
text-align: justify;
}

a:hover {
color: #FF6666;
text-decoration: none;
}

a {
font-weight: bold;
text-decoration: none;
}

a img {
border: none;
}

h1 {
 font-size: 20pt;
}

h2 {
 font-size: 16pt;
}

ul {
   list-style-image: url();
}

ul ul {
   list-style-image: url();
}

/* évite d'écrire sur le fond...*/
.content {
   margin-left: 400px;
   /* background-color: yellow; */
}

.logo {
   float: right;
   position: relative;
}