*
{
    margin: 0px;
    padding: 0px;
    font-family: sans;
}

body
{
    background-color: #1a1a1a;
}

img
{
    border: 0px;
}

a:link
{
    color: #cccccc;
    text-decoration: none;
}
a:visited
{
    color: #cccccc;
    text-decoration: none;
}
a:hover
{
    color: #cccccc;
    text-decoration: underline;
}

div#main
{
    margin: 10px auto 20px auto;
    width: 800px;
    border: 1px solid #101010;
    background-color: #2c2c2c;
}

div#head
{
    background-image: url("http://dysnomia-project.org/head.jpg");
    height: 169px;
}

p#quote
{
    color: #797979;
    font-family: serif;
    font-size: .8em;
    text-align: right;
    padding: 62px 15px 0px 0px;
}

p#quote q
{
    font-style: italic; 
}

div#bar
{
    height: 27px;
    border-bottom: 1px solid #202020;
    border-top: 1px solid #202020;
}

div#content
{
    font-family: arial, sans, sans-serif;
    margin: 10px;
    padding: 5px 15px;
    border: 1px solid #202020;
    text-align: justify;
    background-color: #3a3a3a;
    color: #a0a0a0;
    text-indent: 2em;
    font-size: .9em;
}

div#dl
{
    border: 1px solid #202020;
    width: 500px;
    background-color: #303030;
    margin: 0px auto;
    padding: 0px 10px;
}

div#dl p
{
    text-indent: 0em;
    padding: 10px 10px 15px 10px;
    
}

div#dl img
{
    float: left;
    margin-right: 60px;
}

div#content p img.screenshot
{
    border: 2px solid #202020;
#    float: left;
}

div#content h2, div#content h2 a:visited
{
    font-size: 16pt;
    font-weight: bold;
    margin: 20px 0px 25px 0px;
}

div#content h2:first-letter, div#content h2:first-letter a:visited
{
    font-size: 18pt;
}

div#content p
{
    text-ident: 100px;
    margin: 10px 5px 10px 5px;
}

p.normal
{ 
   text-indent: 0px;
   text-align: center;
}

p.normal img
{
    margin: 20px 20px 0px 20px;
}

div#content h3
{    
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

div#content ul
{
#    list-style: url("telechargement.png");
    list-style: none;
    margin: 15px 0px 0px 10px;
}

div#content ul li
{
    width: 500px;
    padding-left: 25%;
    padding-right: 25%;
}

div#content ul li img
{
    border: 0px;
    padding: 0px 20px 0px 0px;
    vertical-align: middle;
}

p#bot
{
    text-indent: 0em;
    text-align: center;
    font-size: .7em;
    padding-bottom: 3px;
    font-family: arial, sans, sans-serif;
}

p#bot a
{
    color: black;
}