body
{
	font-family: Arial;
	color: navy;
	background-image: url(imgs/fond01.jpg);
}
h2
{
	font-size: 24;
	color: yellow;
}
h3
{
	text-align: CENTER;
	font-size: 20;
	font-weight: normal;
	padding-bottom:5px;
	color: #00CCFF;
	text-decoration:underline;
}
h4
{
	text-align: CENTER;
	font-size: 20;
	font-weight: normal;
	padding-bottom:0px;
	color: #00CCFF;
	text-decoration:underline;
}
a
{
	color: #00CCFF;
}
a:hover
{
	color: blue;
}
.tableCadre
{
	background-color: white;
	width: 90%;
	height: 100%;
	padding: 20px;
}
.tableContenu
{
	background-color: white;
	width: 100%;
}
.lkMenu
{
	font-weight: bold;
	color: #00CCFF;
}
.lkRed
{
	font-weight: bold;
	color: red;
}
.lkMenu:hover
{
	color: white;
}
.pInfo
{
	font-size: 28;
}
.tdContenu
{
	padding-bottom:10px;
	text-align:justify;
}
.trHistorique
{
	height: 50px;
}
.pCopyright
{
	text-align: CENTER;
	font-size: 14;
	color: white;
	font-style:italic;
}
.id
{
  background-color: yellow;
  color: black;
  border: 1px solid black;
}