
@font-face
{
    font-family: 'Scrabble';
    src: url('include/scrabble.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body
{
    background-color: #004000;
    font-family: Arial, sans-serif;
    font-size:14px;
    color: #181818;
}
#bloc_page
{
    margin: auto;
}
#banniere_image
{
    margin-top: 15px;
    width: 900px;
    height: 70px;
    border-radius: 5px;
    background: url('images/chartreuse.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 5px;
}
header h1
{
    margin-top: -5px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    font-style:italic;
    color:#FFFF88;
}
header a, a:hover
{
    text-decoration: none;
}
header td.jour
{
    font-family: Arial, sans-serif;
    font-size:23px;
    background:url(images/TJ.png) no-repeat;
    width:32px;
    height:32px;
    text-align:center;
}
h2
{
    font-size:14px;
    font-weight:bold;
    color:yellow;
}
#liste
{
    font-family: "Lucida Console", Courier, monospace;
    font-size:14px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 5px;
    height:460px;
    overflow: auto;
}
#detail
{
    font-family: "Lucida Console", Courier, monospace;
    font-size:14px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 5px;
    height:460px;
    overflow: auto;
}
td.nbr
{
    font-family: "Lucida Console", Courier, monospace;
    font-size:14px;
    font-weight:bold;
    background: #CCC;
    cursor:pointer;
}
input.button
{
    cursor: pointer;
    background: #2c79cd;
    color: white;
    font: bold 10pt arial;
    text-decoration: none;
    vertical-align: middle;
    padding: 2px 2px;
    border-radius: 5px;
    width: 100px;
}
span.button
{
    cursor: pointer;
    background: #CCC;
    color:black;
    font: bold 10pt arial;
    text-decoration: none;
    vertical-align: middle;
    padding: 1px 1px;
    border-radius: 2px;
}
span.choix
{
    background: #2c79cd;
    font: bold 10pt arial;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    padding: 1px 1px;
    border-radius: 2px;
}

span.fleche
{
    background: #2c79cd;
    font: bold 6pt arial;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    padding: 1px 1px;
    border-radius: 2px;
}

   