/* test*/

#liste_centre li
				{
				list-style: none;
				margin: 0;
				text-align: left;
				}

#liste_centre li a
				{
				display: block;
				padding: 0.25em 0.5em 0.25em 0.75em;
				border-left: 1em solid #6FDC94;
				background: #6FDC94;
				text-decoration: none;
				}

#liste_centre li a:link 
				{
				color: #0033FF;
				}
				
#liste_centre li a:visited 
				{
				color: #8B0000;
				}

#liste_centre li a:hover
				{
				border-color: #8B0000;
				color: #8B0000;
				background: #FFFFCC;
				}