@charset "utf-8";
/* CSS Document */

#banner {
	height: 130px;
	width: 965px;
	margin: 0px auto 10px;
	padding: 5px 0px 0px;
}
.ban-left {
	float: left;
	height: 130px;
	width: 210px;
}
.add-fav {
	background: url(../images/ico-fav.png) no-repeat left center;
	float: left;
	height: 18px;
	width: 210px;
}
.add-fav a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	left: 20px;
	top: 2px;
	font-size: 8.5pt;
}
.logo-wrap {
	clear: both;
	height: 95px;
	width: 210px;
	padding: 15px 0px 0px;
}
.ban-right {
	float: right;
	height: 130px;
	width: 705px;
	position: relative;
}
.ban-right img {
	float: left;
}
.ban-right span {
	background: url(../images/cycliste-banner.png) no-repeat center top;
	height: 22px;
	width: 36px;
	display: block;
	position: absolute;
	top: -22px;
	left: 100px;
}
