body {
	background-color: #999933;
	font-family: Verdana;
	font-size: 10pt;
	height: 980px;
	padding-top: 1em;
}

div.titre {
	text-align: center;
/*	font-family: Mistral, Fantasy;
	font-size: 3em;
	color: #990000;*/
}

.sousTitre {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.gauche {
	position: absolute;
	top: 180px;
	left: auto;
	width: 160px;
	padding-left: 20px;
}

.contenu {
	position: absolute;
	top: 180px;
	left: 170px;
	width: auto;
	border-left: solid 1px;
	border-color: #990000;
	padding-left: 20px;
	padding-right: 170px;
}

.italique {
	font-style: italic;
	color: #990000;
}

.auCentre {
	text-align: center;
}

.image 
{
    text-align:center; 
    border: none; 
}

td {
    padding: 5px;
}

.tableau {
    border-style: solid;
	border-color: #fff;
	border-width: thin;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.tableau th {
	color: #990000;
	padding: 5px;
}
	
.piedDePage 
{
    font-family: courier, Monospace;
	font-size: 10pt;
	color: #fff;
	text-align: center;
	padding-top: 15px;
}

a:link 	{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a:visited
	{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}

a:active
	{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
	
a.active
	{
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	}
