body {
	background-color: #FFFFFF;
	font-size: 16px;
	font-family:"Courier New", Courier, mono;
	font-weight: bold;
}

TD {
	font-size: 12px;
	color: #000000;
	text-align:left;
}

div.titre   {
	color: #0000FF;
	font-size: 24px;
	text-align:center;
	font-weight: bold;
	border-bottom-style: dashed;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	left: 282px;
	top: 10px;
	}

div.menu {

	}
	
div.requete {
	color: #FF0000; 
	font-size: 18px;
	text-align:center
	}
	
A {
	color: #CC0000;
	font-size: 18px;
	font-style: normal;
	text-decoration:none;
	font-weight:bold;
	}

hr {
	color: #333333;
	width:300;
	hieght:1
	}

  A:hover {
	color: #FF0000;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
}

