/* test*/
ul.liste_centre 	{
           		width:400px;
           		margin:0 0 0 0;
           		padding:0 0 0 0;
				}
				
.liste_centre li 	{
           		list-style-type:none;
           		display:inline;
           		margin: 0 0 0 0;
           		float:left;
           		width:200px;
           		}

.liste_centre
				{
				padding: 0 1px 1px;
				margin-left: 0;
				font: bold 12px Verdana, sans-serif;
				background: #FFFFCC;
				width: 13em;
				}

.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 #FFFFCC;
				background: #FFCC66;
				text-decoration: none;
				}

.liste_centre li a:link 
				{
				color: #0033FF;
				}
				
.liste_centre li a:visited 
				{
				color: #9900CC;
				}

.liste_centre li a:hover
				{
				border-color: #FFCC66;
				color: #9900CC;
				background: #FFFFCC;
				}