body
{
	margin: 0;
	font: 12px 'Tahoma' sans-serif;
}

td
{
	font: 12px 'Tahoma' sans-serif;
}

a:link, a:active, a:visited
{
	color: #40563C;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

div#Header
{
	background: url(images/fondentete.gif) repeat-x;
	height: 92px;
}

td.F_HG
{
	background: url(images/f_hg.gif);
	width: 46px;
	height: 71px;
}

td.F_H
{
	background: url(images/f_h.gif);
	height: 71px;
	font: bold 16px 'Trebuchet MS' Tahoma sans-serif;
	color: #EA4E14;
	text-align: center;
}

td.F_HD
{
	background: url(images/f_hd.gif);
	width: 53px;
	height: 71px;
}

td.F_BG
{
	background: url(images/f_bg.gif);
	width: 46px;
	height: 51px;
}

td.F_B
{
	background: url(images/f_b.gif);
	height: 51px;
}

td.F_BD
{
	background: url(images/f_bd.gif);
	width: 53px;
	height: 51px;
}

td.F_G
{
	background: url(images/f_g.gif);
	width: 46px;
}

td.F_D
{
	background: url(images/f_d.gif);
	width: 53px;
}

td.F_C
{
	background: #E5E8C7;
	font: 12px 'Tahoma' sans-serif;
	color: #40563C;
}

.choixrouge
{
	background: url(images/choixrouge.gif);
	width: 118px;
	height: 41px;
	padding: 8px 0 0 10px;
	color: #40563C;
	margin: 10px;
}

.choixvert
{
	background: url(images/choixvert.gif);
	width: 118px;
	height: 41px;
	padding: 8px 0 0 10px;
	color: #40563C;
	margin: 10px;
}

.rouge
{
	color: #EA4E14;
}

.pair
{
	font-size: 11px;
	padding: 5px;
	background: #DBDFAA;
}

.impair
{
	font-size: 11px;
	padding: 5px;
	background: #D6D8BB;
}

td.pair td, td.impair td
{
	font-size: 11px;
}

.fixedwidth
{
	width: 130px;
	font: 11px 'Tahoma' sans-serif;
}

form
{
	margin: 0;
}

input.bouton
{
	border: none;
	background: url(images/bouton.gif) center no-repeat;
	width: 89px;
	height: 38px;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
}

input.grandbouton
{
	border: none;
	background: url(images/grandbouton.gif) center no-repeat;
	width: 224px;
	height: 38px;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
}

input.valider
{
	border: none;
	background: url(images/btnValider.gif) top no-repeat;
	width: 91px;
	height: 38px;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
}

input.annuler
{
	border: none;
	background: url(images/btnAnnuler.gif) top no-repeat;
	width: 91px;
	height: 38px;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
}