/* header sans l'emplacement gris en bas pour les boutons */
#smallheader {
	height: 49px;
	padding: 0px;
	background: url('/sfrxphone/images/backgrounds/header-gradient.png') repeat-x;
}
#smallheader div.title {
	height: 44px;
	font-size: 20px;
	text-align: center;
	line-height: 44px;
	color: #FFF;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.7) 0 -1px 0; 
	letter-spacing: 0.1em;
}

.rubrselect {
	border-width: 13px 14px 12px 14px;
	-webkit-border-image:url('/sfrxphone/images/backgrounds/block_background.png') 13 14 12 14;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	color: #E51B18;
	font-weight: bold;
	margin: 5px;
}
.smallfooter > .menu {
	background: url('/sfrxphone/images/backgrounds/footer-gradient.png') repeat-x;
	padding-top: 5px;
}

.title_compet {
	border-width: 13px 14px 12px 14px;
	-webkit-border-image:url('/sfrxphone/images/backgrounds/block_background.png') 13 14 12 14;
	font-weight: bold;
	text-align: center;
	margin: 5px;
	font-size: 18px;
}
.red_title_compet {
	border-width: 13px 14px 12px 14px;
	-webkit-border-image:url('/sfrxphone/images/backgrounds/block_background.png') 13 14 12 14;
	font-weight: bold;
	text-align: center;
	margin: 5px;
	font-size: 18px;
	color: #E51B18;
}

.return {
	position: absolute;
	top: 6px;
	left: 5px;
	display: block;
	height: 32px;
	padding: 0 5px;
	border-width: 0 6px 0 15px;
	
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0 !important;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-border-image: url('/sfrxphone/images/buttons/btn_left.png') 0 6 0 15;
}

.content {
	margin: 6px;
}

.content > * {
	padding:-10px;
}


.titledcontainer {
	border-width: 13px 14px 12px 14px;
	-webkit-border-image:url('/sfrxphone/images/backgrounds/block_background.png') 13 14 12 14;
	margin: 5px 0px;
}

.titledcontainer .titleblock:first-of-type {
	margin: -3px -10px 3px -10px;
	font-size: 18px;
	color: #E51B18;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.7) 0 -1px 0;
	font-weight: bold;
	padding:0px !important;
	border-bottom: 1px solid #E8E7E7;
}

.titleblock {
	margin: -3px -10px 3px -10px;
	font-size: 18px;
	color: #E51B18;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.7) 0 -1px 0;
	font-weight: bold;
	padding:10px 0 5px 0;
	border-bottom: 1px solid #E8E7E7;
}

.txtcell {
	clear:both;
	color:#173A7A;
	display:block;
	font-size:15px;
	padding:10px 5px 10px 0px;
	text-decoration:none;
/* //TODO a faire.... background-color:#E1E1E1;*/
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.bt {
	border-bottom:1px solid #E8E7E7;
	table-layout: fixed;
	min-height: 40px;
	margin: 0 -10px;
	padding: 0px 5px;
}
.titledcontainer a:last-child .bt {
	margin: 0 -10px -10px -10px;
	border: none;
}

.titledcontainer a:only-child .bt {
	margin: -10px -10px -10px -10px;
	border: none;
}

.bwt {
	border-bottom:1px solid #E8E7E7;
	height: 40px;
	margin: 0 -10px;
	padding: 0px 5px;
}
.titledcontainer bwt:last-child {
	margin: 0 -10px -10px -10px;
	padding: 0px 5px;
	height: 40px;
	border: none;
}
.headerred {
	padding: 0px 0px 0px 25px; /* pour centrer le texte (25 : taille de l'image) */
	background: url('/sfrxphone/images/backgrounds/header_repeat.png') repeat-x;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.7) 0 -1px 0; 
	letter-spacing: 0.1em;
}

.headerarrow {
	float: right;
	width: 25px;
	padding-right: 5px;
	padding-top: 3px;
}
.headerarrow img {
	width: 20px;
}

.headerarrow img.down {
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: center center;
}
.headerarrow img.up {
	/*-webkit-transform: rotate(180deg);
	-webkit-transform-origin: center center;*/
}

.sports {
	padding: 0px 5px 5px 5px;
}
.sports_table td {
	height: 60px;
	padding: 5px;
}
.sports_table {
	width: 100%;
	table-layout: fixed;
	border-width: 0px 14px 12px 14px;
	padding-top: 20px;
	-webkit-border-image:url('/sfrxphone/images/backgrounds/block_background.png') 13 14 12 14;
}
.sport_cell, .compet_cell {
	text-align: center;
	/*font-weight: bold;*/
	vertical-align:top;
	font-size:15px;
}

.sport_cell img, .compet_cell img {
	border: none;
	width: 57px;
}
.compet_cell {
	display: table-cell;
}

.bbt {
	display:table-cell;
	min-height:100%;
	padding-right:0px;
	text-align:right;
	vertical-align:middle;
	width:20px;
}

.bbt > img {
	border: none;
}


/**
 * Loader
*/
a.loadable {
	margin-right: -10px;
	background: url('/sfrxphone/images/buttons/arrow_red.png') no-repeat right center;
	display: block;
}
a.loading {
	background: #E1E1E1 url('/sfrxphone/images/backgrounds/carousel_loading.gif') no-repeat right center;
	display: block;
}
a.loadable .mt, a.loading .mt {
	margin-right: 0px;
}
