﻿	/* Définition des polices personnalisées */

/* Eléments principaux de la page */
body
{
    background: url('images/fond_jaune.png');
/*    font-family: 'PlainBlack', sans-serif;
    font-family: 'EmbossedBlack', sans-serif;
    font-family: 'EmbossedBlackWide', sans-serif;
    font-family: 'IncisedBlack', sans-serif;
    font-family: 'IncisedBlackWide', sans-serif;
    font-family: 'PlainBlackWide', sans-serif;*/
    font-family: tahoma;
    font-style:normal;
/*    font-family: sans-serif;*/
    color: #181818;
/*    text-align: center;*/
    font-size: small;
}

/* Header */

h1
{
    font-family:"kepler-std",serif;
/*    text-align: center;	*/
}

table
{
	vertical-align: middle;
/*	margin-left:auto;
	margin-right:auto;*/
	font-family: times;
/*    text-align: center;	*/
	border-collapse: collapse;
}

thead
{
    vertical-align: middle;
    font-weight: bold;
    border: 1px solid black; /* auront une bordure de 1px */
}

tbody
{
	vertical-align: middle;
    border: 1px solid black; /* auront une bordure de 1px */
}

tfoot
{
	vertical-align: middle;
	font-weight: bold;
    font-style: italic;
    border: 1px solid black; /* auront une bordure de 1px */
}

td, th /* Toutes les cellules des tableaux... */
{
	vertical-align: middle;
    border: 1px solid black; /* auront une bordure de 1px */
}

:focus
{
    background-color: #e0dfd9;
}

:required
{
    color: red;
}

/*:invalid
{
    background-color: #ff0000;
}*/

.thebody
{
    background: url('images/Wallpaper.jpg');
    font-family: tahoma;
    color: #181818;
/*    text-align: center;*/
}

.exercice
{
	font-family: times;
/*    text-align: center;	*/
    color: #3da4ad;
}

.thebutton
{
	font-family: tahoma;
/*    text-align: center;	*/
    color: #383838;
    font-size: x-small;
}