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;
}
h5{
	text-align: CENTER;
	font-size: 18;
	font-weight: normal;
	color: #E50079;
	padding:4px 0 6px 0;
	margin:4px 0 6px 0;
}
h6{
	font-size: 16;
	color: black;
	padding:9px 0 9px 0;
	margin:9px 0 9px 0;
}
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: #E50079;
}
.lkWhite{
	color: white;
}
.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;
}
div.blanc{
	color: #F4539B;
}
div.hide{
	display:none;
}
.barre{
	text-decoration:line-through;
}
