/**
 * page.css
 *
 * Created on 24/07/2007
 *
 * Copyright (c) 2007 by CRP - Gabriel Lippmann
 *
 * Stylesheet for frontend customizable pages
 *
 * e-quizz 2007
 */
 
body {
    background-color : #e1eef8;
    background-repeat: repeat;
    background-image: url("../images/equizz_bg.jpg");
}

div.main {
    position : absolute;
    overflow : auto;
    height : 550px;
    width : 750px;
    left : 250px;
    top : 60px;
}

div.content {
    background-color : white;
    width : 720px;
}

div.footer {
    position : absolute;
    width : 750px;
    left : 250px;
    top : 620px;
    font-size : 8pt;
    text-align : center;
}

div.footer div.note {
    font-size : 8pt;
}

td {
    color : #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    vertical-align : top;
}

input {
    font-family : Arial, Helvetica, sans-serif;
}

div {
    color : #000000;
    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;
}

form#questionnaire {
    text-align: center;    
}

form#questionnaire input[type="submit"] {
    margin-top: 15px;
}

form#questionnaire input[type="text"] {    
    width: 300px;
}

form#feedback {
    text-align: center;    
}

form#feedback input[type="submit"] {
    margin-top: 15px;
}

form#feedback input[type="text"] {    
    width: 300px;
}

form#feedback textarea {
    width: 500px;
    height: 100px;
}

div.question {
    text-indent: -1.1em; 
    margin-left: 1.1em;
    text-align: left;
    font-weight: bold;    
}

div.question li {
    text-indent: 0px; 
    margin-left: 0px;
    padding-left: 15px;
}

div.question p {
    text-indent: 0px; 
    margin-left: 0px;
}

div.reponses {
    margin-top: 10px;
    margin-left: 20px;
    text-align: left;
}

div.reponses table.feedback td {
    padding-bottom: 5px;
    vertical-align: baseline;
}

div.question_prochaine {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/equizz_hr.jpg");
    height: 50px;
    width: 100%;
}

h1.titre {
    font-size : 14pt;
    font-weight : bold;
    font-variant: small-caps;
}

h2 {
    font-size : 12pt;
    font-weight : bold;
}

a {
/* a changer d'annee en annee */
    color: #9e062a;
}

a:visited {
/* a changer d'annee en annee */
    color: #cf4364;
}

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;
    margin-top: 5px;
    margin-bottom: 10px;
}


