#bandeauUP{
	background-color: #333333;
	color: #FFFFFF;
	background-image: url(fond-bandeau-up-bis.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 22px;
	font-size: 0.7em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
}

#bandeauUP a{
	color: #CCCCCC;
}

#bandeauUP a:hover,
#bandeauUP a:focus{
	color: #FFFFFF;
	text-decoration: none;
}

#bandeauUP li.first{
	background-image: url(logo-up-mini.html);
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 20px 2px;
}

#bandeauUP li{
	float:right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	
}

