/*
 * Style sheet pour le site AA Web Style (fond orange clair, texte orange)
 * Nom: aastyle.css, 28.07.98, par Ariane Audergon
 * #FFA500,#FF8C00 / #FF7F50,#FF6347 / #FFD700 / #FFEFD5,#FFF8DC
 */

body {
    font-family: "Times New Roman", serif;
    font-size: 12pt;
    color: #C0C0C0;
    background-color: #000080;
    margin-left: 100px;
    margin-right: 100px;
}
div, p, table, td, th, ol, ul {
    font-family: "Times New Roman", serif;
    font-size: 12pt;
    color: #C0C0C0;
}
a:link, a:visited, a:active {
    color: #00BFFF; text-decoration: none;
}
a:hover {
    color: #FFD700; text-decoration: none;
}
H1 {
    font-weight: bold;
    font-size: 24pt;
    color: #00BFFF;
}
H3 {
    font-weight: bold;
    font-size: 16pt;
    color: #00BFFF;
}
.txt {font-size: 10pt; color: #FFFFFF}
.detail {font-size: 10pt; color: #C0C0C0;}
.titreJeu {vertical-align: top}
p.cadre {
    border-width: 1px;
    border-color: white;
    border-style: solid;
    padding-left: 3px;
    padding-right: 3px;
}
p.lieu {
    font-weight: bold;
    font-size: 14pt;
    color: #00BFFF;
    padding-bottom: -0.5pt;
}
p.biglieu {
    font-weight: bold;
    font-size: 16pt;
    color: #00BFFF;
    padding-bottom: -0.5pt;
    padding-top: 0.5em;
}
H2 {
    font-weight: bold;
    font-size: 24pt;
    text-align: center;
    color: #00BFFF;
    padding-bottom: 1em;
}
