/*** DEFAULT CSS FOR bloc_15 ***/

#bloc_15 {
	clear: both;
	width: 700px;
	float: right;
}
#bloc_15 ul,
#bloc_15 li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
* + html #bloc_15 ul li {
	display: inline;
}
#bloc_15 ul a{
	display: block;
	width: 114px;
	height: 15px;
	float: left;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px;
	margin: 2px 0px 0px 2px;
	background: transparent url(../images/header/buttons_bg.jpg) no-repeat 0 -26px;
}
#bloc_15 ul a:hover,
#bloc_15 ul a.selected{
	background-position: 0 0;
}