/**********************************************************************************************************/
/* Eléments principaux de la page */
html
{
	border: 0px solid red;
	padding-top: 0px;
	margin-top: 0px;
}
body
{
	width: 100%;
	background: #EEEEEE;
	border: 0px solid red;
}

@font-face 
{
	font-family: "ballpark";
	src: url('ballpark.ttf') format('truetype');
}
/**********************************************************************************************************/
#div_titre1
{
	position: absolute;
	width: 20%;
	font-size: 30pt;
	font-weight: normal;
	top: 30px;
	left: 20px;
	text-align: center;
	font-family: "ballpark", Helvetica, Arial, sans-serif;
	border: 0px solid blue;
}
#div_container_gene
{
	position: absolute;
	width: 100%;
	padding: 5px;
	border: 0px solid red;
}
#multitable
{
	position: absolute;
	width: 80%;
	height: 90%;
	top: 30px;
	margin-left: 10%;
	margin-right: auto;

	border: 0px solid red;
}
.entete
{
	position: absolute;
	top: 0px;
	border: 1px solid brown;
	width: 38px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	margin: 1px;
	font-weight: bold;
}
.case
{
	position: absolute;
	border: 1px solid brown;
	width: 38px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	margin: 1px;
	background-color: silver;
}
.case:hover
{
	background-color: brown;
	color: white;
}
.ordonnee:hover
{
	background-color: yellow;
}
/**********************************************************************************************************/

