#BoxTete ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-right: 1.0em;
	padding-left: 0.7em;
	float:right;
	/*border-top: #FFF solid 2px;*/
}

#BoxTete li {
	list-style:none;
	float:left;

}
/*
#BoxTete li:hover {
	border-top: #FF6600 solid 2px;
	margin-top: -2px;
}*/

#BoxTete a
{
	background: url('../images/menu_bg.png') repeat-x;
	display: block;
	float:left;
	/*float: right;*/
	margin: 0;
	padding:0;
	border: none;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	text-shadow: #000 0 1px -1px;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 8px 0.7em 0 0.7em;
}
#BoxTete a:hover {
	background: url('../images/menu_bg_hover.png') repeat-x;
	color: #FF6600;
	text-shadow: #FFF 0 -1px -1px;
}
/*} html>body #BoxTete a {  IE6 fudge starts */
	/* IE6 fudge ends */

#BoxTete #BoxAlert a, #BoxTete #BoxAlert a:hover, 
#BoxTete #BoxAlert a:active, #BoxTete #BoxAlert a:active:hover, 
#BoxTete #BoxAlert a:visited, #BoxTete #BoxAlert a:visited:hover {
	display: inline;
	float:none;
	color:#900;
	border:none;
	background: none;
	text-decoration:none;
	text-shadow: none;
	text-transform:none;
	font-weight: bold;
	text-align:right;
}