.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#selfcarePages .sfr-btn {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 0 11px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff !important;
    text-shadow: none;
    -moz-box-shadow: 1px 5px 8px 0px #c2c2c3;
    -webkit-box-shadow: 1px 5px 8px 0px #c2c2c3;
    box-shadow: 1px 5px 8px 0px #c2c2c3;
    background: #636397;
    filter:none;
    border: 1px solid #636397;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#selfcarePages .sfr-btn:hover,#selfcarePages .sfr-btn:active,#selfcarePages .sfr-btn.active,#selfcarePages .sfr-btn.disabled,#selfcarePages .sfr-btn[disabled]
{
    color: #ffffff !important;
}

#selfcarePages .sfr-btn:active,#selfcarePages .sfr-btn.active {
    top:1px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#selfcarePages .sfr-btn:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color:#000000;
    text-decoration: none;
}

.sfrDom .sfr-btn {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding: 0 11px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 29px;
    *line-height: 29px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff !important;
    text-shadow: none;
    background-color: #e2001a;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e2001a),
    color-stop(55%, #e2001a), to(rgba(130, 6, 9, 0.25) ) );
    background-image: -webkit-linear-gradient(#e2001a, #e2001a 55%, rgba(130, 6, 9, 0.25)
    );
    background-image: -moz-linear-gradient(top, #e2001a, #e2001a 55%, rgba(130, 6, 9, 0.25)
    );
    background-image: -ms-linear-gradient(#e2001a, #e2001a 55%, rgba(130, 6, 9, 0.25)
    );
    background-image: -o-linear-gradient(#e2001a, #e2001a 55%, rgba(130, 6, 9, 0.25)
    );
    background-image: linear-gradient(#e2001a, #e2001a 55%, rgba(130, 6, 9, 0.25)
    );
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2001a',
    endColorstr='rgba(130, 6, 9, 0.25)', GradientType=0 );
    *background-color: rgba(130, 6, 9, 0.25);
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false );
    border: 1px solid #ba0000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(223, 0, 25, 1), 0px 1px 1px
    rgba(131, 131, 131, .66);
    -moz-box-shadow: inset 0 0 1px 1px rgba(223, 0, 25, 1), 0px 1px 1px
    rgba(131, 131, 131, .66);
    box-shadow: inset 0 0 1px 1px rgba(223, 0, 25, 1), 0px 1px 1px
    rgba(131, 131, 131, .66);
}

.sfrDom .sfr-btn:hover,.sfrDom .sfr-btn:active,.sfrDom .sfr-btn.active,.sfrDom .sfr-btn.disabled,.sfrDom .sfr-btn[disabled]
{
    color: #ffffff !important;
}

.sfrDom .sfr-btn:active,.sfrDom .sfr-btn.active {
    background-color: rgba(130, 6, 9, 0.25);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(130, 6, 9, 0.25)
    ), color-stop(55%, rgba(130, 6, 9, 0.25) ), to(#e2001a) );
    background-image: -webkit-linear-gradient(rgba(130, 6, 9, 0.25),
    rgba(130, 6, 9, 0.25) 55%, #e2001a );
    background-image: -moz-linear-gradient(top, rgba(130, 6, 9, 0.25),
    rgba(130, 6, 9, 0.25) 55%, #e2001a );
    background-image: -ms-linear-gradient(rgba(130, 6, 9, 0.25),
    rgba(130, 6, 9, 0.25) 55%, #e2001a );
    background-image: -o-linear-gradient(rgba(130, 6, 9, 0.25),
    rgba(130, 6, 9, 0.25) 55%, #e2001a );
    background-image: linear-gradient(rgba(130, 6, 9, 0.25),
    rgba(130, 6, 9, 0.25) 55%, #e2001a );
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(130, 6, 9, 0.25)',
    endColorstr='#e2001a', GradientType=0 );
    background-color: #e2001a;
}

.sfrDom .sfr-btn:hover {
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(223, 0, 25, 1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(223, 0, 25, 1);
    box-shadow: inset 0 0 1px 1px rgba(223, 0, 25, 1);
}

.sfrDom .sfr-btn .icon {
	display: inline-block;
	background: transparent url(http://static.s-sfr.fr/media/sfr-buttons-sprites.png) 0 0 no-repeat;
	*margin-right: .3em;
}

.sfrDom .sfr-btn .icon:last-child {
	*margin-left: 0;
}

.sfrDom .sfr-btn.light {
	border-color: #c4c4c4;
	color: #4e4e4e !important;
	text-shadow: none;
	background-color: #fdfdfd;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd),
		color-stop(55%, #fdfdfd), to(#e6e6e6) );
	background-image: -webkit-linear-gradient(#fdfdfd, #fdfdfd 55%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fdfdfd, #fdfdfd 55%, #e6e6e6);
	background-image: -ms-linear-gradient(#fdfdfd, #fdfdfd 55%, #e6e6e6);
	background-image: -o-linear-gradient(#fdfdfd, #fdfdfd 55%, #e6e6e6);
	background-image: linear-gradient(#fdfdfd, #fdfdfd 55%, #e6e6e6);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd',
		endColorstr='#e6e6e6', GradientType=0 );
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=  false );
	-webkit-box-shadow: inset 0 0 1px 1px rgba(240, 240, 240, 1), 0px 1px
		1px rgba(131, 131, 131, .66);
	-moz-box-shadow: inset 0 0 1px 1px rgba(240, 240, 240, 1), 0px 1px 1px
		rgba(131, 131, 131, .66);
	box-shadow: inset 0 0 1px 1px rgba(240, 240, 240, 1), 0px 1px 1px
		rgba(131, 131, 131, .66);
}

.sfrDom .sfr-btn.light:hover,.sfrDom .sfr-btn.light:active,.sfrDom .sfr-btn.light.active,.sfrDom .sfr-btn.light.disabled,.sfrDom .sfr-btn.light[disabled]
	{
	color: #4e4e4e !important;
}

.sfrDom .sfr-btn.light:active,.sfrDom .sfr-btn.light.active {
	background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6),
		color-stop(55%, #e6e6e6), to(#fdfdfd) );
	background-image: -webkit-linear-gradient(#e6e6e6, #e6e6e6 55%, #fdfdfd);
	background-image: -moz-linear-gradient(top, #e6e6e6, #e6e6e6 55%, #fdfdfd);
	background-image: -ms-linear-gradient(#e6e6e6, #e6e6e6 55%, #fdfdfd);
	background-image: -o-linear-gradient(#e6e6e6, #e6e6e6 55%, #fdfdfd);
	background-image: linear-gradient(#e6e6e6, #e6e6e6 55%, #fdfdfd);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6',
		endColorstr='#fdfdfd', GradientType=0 );
	background-color: #fdfdfd;
}

.sfrDom .sfr-btn.light:hover {
	-webkit-box-shadow: inset 0 0 1px 1px rgba(240, 240, 240, 1);
	-moz-box-shadow: inset 0 0 1px 1px rgba(240, 240, 240, 1);
	box-shadow: inset 0 0 1px 1px rgba(240, 240, 240, 1);
}

.sfrDom .sfr-btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.sfrDom .sfr-btn.large {
	line-height: 39px;
	*line-height: 39px;
	font-size: 18px;
	padding: 0 30px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7);
}

.sfrDom .sfr-btn.large .icon {
	position: absolute;
	top: 10px;
	right: 10px;
}

.sfrDom .sfr-btn.large.light {
	text-shadow: none;
}

.sfrDom .sfr-btn.chevron {
	padding-right: 45px;
}

.sfrDom .sfr-btn.chevron .icon {
	width: 14px;
	height: 20px;
	background-position: 0 0;
	margin: 1px 3px 0;
}

.sfrDom .sfr-btn.chevron.light .icon {
	background-position: -14px 0;
}

.sfrDom .sfr-btn.wPicto {
	padding-left: 46px;
}

.sfrDom .sfr-btn.wPicto.watch .icon {
	width: 13px;
	height: 15px;
	background-position: -29px 0;
	margin: 6px 0 0 13px;
}

.sfrDom .sfr-btn.wPicto.record .icon {
	width: 20px;
	height: 20px;
	background-position: -47px 0;
	margin: 5px 0 0 8px;
}

.sfrDom .sfr-btn .picto {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	border-right: 1px solid #DCDCDC;
	height: 29px;
}