@charset "iso-8859-1";

a.TOPMENU:link, a.TOPMENU:visited
{
	color: White;
	text-decoration: none;
	font-weight: normal;
	background:"#008000";
}

a.LEFTMENU:link, a.LEFTMENU:visited
{
	color: #0000cc;
	text-decoration: none;
	font-weight: normal;
	background: transparent;
	line-height: 190%;
	color: #0000cc;
	line-height:80%;
	/*display: block;*/
}

a.TOPMENU:hover, a.TOPMENU:active, a.TOPMENU:focus
{
	background-color: #00CC66;
}

a.LEFTMENU:hover, a.LEFTMENU:focus
{
	background-color: #00CC66;
}
a.LEFTMENU:active, a.LEFTMENU:focus
{
	background-color: #ffff00;
}

P.Menu {line-height:0%;}

/*
a.bouton:link
{
		width:150px;
		height:30px; 
		text-decoration:none; 
		color:white;
		text-align:center; 
		font-weight:bold; 
		background-color:#000080;
		padding:5px
}

a.bouton:visited
{
		width:150px; 
		height:30px;
		text-decoration:none; 
		color:white; 
		text-align:center;
		font-weight:bold;
		background-color:#000080;
		padding:5px
}

a.bouton:hover
{
	width:150px; 
		height:30px;
		text-decoration:none;
		color:white; 
		text-align:center; 
		font-weight:bold; 
		background-color:#0000FF;
		background-image:url(../fe.jpg);
		padding:5px
}
.bouton{text-align:center;padding:5px;}
.boutonG{text-align:left;padding:5px;}
.boutonC{text-align:center;padding:5px;}
.boutonD{text-align:right;padding:5px;}
*/