/**
 * index.css
 *
 * Created on 31/07/2007
 *
 * Copyright (c) 2007 by CRP - Gabriel Lippmann
 *
 * Stylesheet for application entry page
 * Same as page.css but without background image and footer
 *
 * e-quizz 2006
 */
 
body {
    background-color : #9E062A;
    background-repeat: repeat;    
}

div.main {
    position : absolute;
    overflow : auto;
    height : 550px;
    width : 750px;
    left : 250px;
    top : 60px;
}

div.footer {
    display : none;
}

input {
    font-family : Arial, Helvetica, sans-serif;
}

div {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
}

div.indent {
    margin-left: 32px;
}

div.logo {
    position: absolute; /* fixed would be better but isn't supported by IE <6 */
    left: 30px;
    top: 58px;
}

div.button {
    position: relative;
    left: 10px;
    top: -19px;
}

div.article {
    font-weight : bold;
    text-decoration : underline;
}

div.question {
    text-indent: -1.5em; 
    margin-left: 1.5em
}

div.reponses {
    margin-left: 20px;
}

h1.titre {
    font-size : 14pt;
    font-weight : bold;
    font-variant: small-caps;
}

h2 {
    font-size : 12pt;
    font-weight : bold;
}

a {
    color: #921c1d;
}

a:visited {
    color: #0374bc;
}

a:linked {
    color: #0374bc;
}

a:hover {
    color: #000000;
}

a.button {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

a.button:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

a.button:linked {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

a.button:hover {
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}

.petitpetit {
    font-size: 8pt;
}

.erreur {
    color: #9b1e2c;
    font-weight: bold;
}

