/* ------- MENU : CPCGAMES - CPCarchives - GamebaseCPC -------- */
#idnavhautA
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid #202020;
	height: 22px;
	font: 9pt Verdana, sans-serif;
	/*background: transparent url("../images/boutons/menu1A.gif") 0 center;*/
	background-color: #202020;
	/* border: 1px dashed black; */
	overflow: hidden;
}
#idnavhautA img
{
	border: 0px;
}
#idnavhautA a
{
	float: left;
	padding: 3px 4px 0px 4px;
	margin: 0 5px 2px 1px;/* decalage bas de 2px */
	height: 19px;
	border-width: 0;
	display: block;
	text-align: center;
	font: bold 1em sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	border-left: 2px solid #202020;
	border-right: 2px solid #202020;
	/*background: transparent url("../images/boutons/menu1A.gif") 0 center;*/
	/*border: 1px solid #820000;*/
}
#idnavhautA a.choix
{
	display: block;
	/*background: transparent url("../images/boutons/menu0A.gif") 0 center;*/
	background-color: #003060;
	color: #FFFFFF;
	font-weight: bold;
	border-left: 2px solid #FFFF00;
	border-right: 2px solid #FFFF00;
	/*border: 1px solid #007B00;*/
}
#idnavhautA a:hover, #idnavhautA a:active
{
	display: block;
	/*background: transparent url("../images/boutons/menu0A.gif") 0 center;*/
	background-color: #003060;
	color: #FFFFFF;
	font-weight: bold;
	/*border: 1px solid #007B00;*/
	border-left: 2px solid #FFFF00;
	border-right: 2px solid #FFFF00;
}
#idnavhautA a.titre
{
	display: block;
	/*background: transparent url("../images/boutons/menu0A.gif") 0 center;*/
	background-color: transparent;
	color: #FFFF00;
	font-weight: bold;
	/*border: 1px solid #007B00;*/
	border-left: 2px solid #202020;
	/*border-right: 2px solid #8754CD;*/
	border-right: 2px solid #202020;
}
