/*
 * Ceci est experimental
 *
 */

body
{
   background-color: #b6b6fa;
}

.retrait
{
   margin-left: 100px;
   margin-right: 50px;
}

.programme-centre
{
   margin-left: 50px;
   margin-right: 50px;
   margin-top: 0;
   margin-bottom: 5px;
   padding: 10px;
   background: #00ffff;
   border: 1px solid #000000;
   overflow: auto;
   text-align: center;
   font-family: "Courier New", Courier, mono;
}

.indice
{
   font-size: small;
   vertical-align: sub;
}

.exposant
{
   font-size: small;
   vertical-align: super;
}

h2
{
   border-bottom: 1px solid #000000;
}

td
{
   background: #00ddff;
}

th
{
   background: #00aaff;
}