/* Général
------------------------------------------ */
#branding{ height: 69px; }
/*
#logo{
	width: 127px;
	height: 62px;
	margin-top: 17px;
	background-image: url(/includes/cobrand/img/logo-leclub.png?v1);
}
*/
#logo{
	width: 139px;
	height: 55px;
	margin-top: 8px;
	background-image: url(/includes/cobrand/img/logo-leclub.png?v1);
	z-index: 2;
}
/* #navigation{ top: -19px; } */

/* Cover leClub
------------------------------------------ */
#cover-club{
	position: relative;
	overflow: hidden;
	width: 630px;
	background: #021234 url(/includes/cobrand/img/bg-legend-cover-club.jpg) left bottom no-repeat;
}
#cover-club span{
	position: absolute;
	top: 0;
	display: block;
	width: 2px;
	height: 2px;
	border: 1px solid #FFF;
	border-bottom: 0;
	.font-size: 0;
	.line-height: 0;
}
#cover-club .tl{
	left: 0;
	border-right: 0;
}
#cover-club .tr{
	right: 0;
	border-left: 0;
}
#cover-club ul,
#cover-club ol{
	margin: 0;
	list-style: none;
}
#cover-club ul{
	width: 3000px;
	overflow: hidden;
}
#cover-club ul li{
	float: left;
	width: 630px;
}
#cover-club ul img,
#cover-club ul strong{
	display: block;
}
#cover-club ul strong{
	padding: 15px 120px 15px 30px;
	font: normal 18px/1.2 helvetica, arial, sans-serif;
	color: #FFF;
}
#cover-club ol{
	position: absolute;
	right: 15px;
	bottom: 18px;
}
#cover-club ol li{
	float: left;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	margin-right: 3px;
	background: #2A3F59;
	cursor: pointer;
	.font-size: 0;
}
#cover-club ol li.on{ background: #2F99E1; }
#cover-club ol li.prev,
#cover-club ol li.next{
	height: 0;
	width: 0;
	margin-top: -2px;
	border: 7px solid transparent;
	background: none;
	.font-size: 0;
	.line-height: 0;
}
#cover-club ol li.prev{
	margin-right: 9px;
	border-left: 0;
	border-right-color: #FFF;
}
#cover-club ol li.next{
	margin-left: 6px;
	border-right: 0;
	border-left-color: #FFF;
}
#content #form-login-wrapper #form-login{
	background: url(/includes/cobrand/img/tet-formLogin.png) no-repeat 0 0;
	padding: 50px 0 0;
}
* html #cover-club ol li.prev,
* html #cover-club ol li.next{
	border-top-color: white;
	border-bottom-color: white;
	filter:chroma(color=white);
}

* html #logo{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/includes/cobrand/img/logo-leclub.png", sizingMethod="crop");
	background-image:none;
	cursor:pointer;
}
