@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body, html {
	width:100%;
	height:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
html {
	background:#000;
}

#trame {
	width:100%;
	height:100%;
	display:table;
	background:url(../img/bg_repeat.png);
}
#wrapper {
	width:1030px;
	margin:0 auto;
	padding:20px 0 0 15px;
	position:relative;
}
.leftcol {
	width:600px;
	float:left;
	margin:0 100px 0 0;
}
.rightcol {
	width:300px;
	float:left;
}
h1, h2 {
	font-family:"Titres";
}
h1 {
	font-size:6em;
	color:#deff00;
	font-weight:lighter;
	text-transform:uppercase;
}
h1 a {
	text-decoration:none;
	color:#CF0;
}
h2 {
	color:white;
	font-size:1.21em;
	font-weight:lighter;
	padding:0 0 0 5px;
	margin:-20px 0 15px 0;
}

/* Encarts */
.containers {
	float:left;
	background-color:rgba(0,0,0, 0.85);
	box-shadow:0px 0px 15px #000;
	-moz-box-shadow:0px 0px 15px #000;
	-webkit-box-shadow:0px 0px 15px #000;
	border-radius:0 0 10px 0;
	-moz-border-radius:0 0 10px 0;
	-webkit-border-radius:0 0 10px 0;
	padding:15px;
	color:white;
	position:relative;
}
.betoftheday {
	width:570px;
	border-radius:0 0 0 0;
	-moz-border-radius:0 0 0 0;
	-webkit-border-radius:0 0 0 0;
}
.olderbets, .picoftheday {
	width:270px;
}
.olderbets {
	padding:5px 15px 15px 15px;
}
.betoftheday {
	margin:0 100px 0 0;
	position:relative;
	padding:15px 15px 75px 15px;
}
.olderbets {
	margin:0 0 70px 0;
	width:270px;
}
.stats {
	margin:0 100px 0 0;
	padding:0 0 0 0;
	width:600px;
}
.picoftheday {
	padding: 15px 15px 10px 15px;
}

.dateoftheday {
	background:url(../img/date_bg.png) no-repeat;
	position:absolute;
	right:0;
	top:0;
	width:77px;
	height:77px;
	margin:-38px -38px 0 0;
	font-size:20px;
	text-align:center;
	line-height:77px;
	z-index:50;
}
.olderbets h3, .stats h3, .picoftheday h3 {
	text-align:right;
	font-size:0.8em;
	font-weight:normal;
	color:#deff00;
	font-family:Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	position:absolute;
	right:0;
	top:0;
}
.stats h3, .picoftheday h3, .olderbets h3 {
	margin:-13px 0 0 0;
}
.mask {
	background:url(../img/mask.png) no-repeat;
	width:570px;
	height:100px;
	position:absolute;
}
.betoftheday img {
	display:block;
	float:left;
}
.coteoftheday {
	width:85px;
	height:95px;
	float:left;
	list-style:none;
	margin:0 0 0 15px;
	padding:5px 0 0 0;
}
.coteoftheday li {
	text-align:center;
}
.cote {
	font-size:2.3em;
	color:#deff00;
}
.nbrbets {
	margin:-5px 0 10px 0 ;
	font-size:0.7em;
}
.earnings {
	font-weight:bold;
	font-size:1.2em;
}
.bets {
	width:570px;
	float:left;
	list-style:none;
	margin:15px 0 0 0;
}
.bets li {
	margin:0 0 1px 0;
}
.bets h4, .olderbets h4 {
	font-weight:normal;
	background-color:rgba(255,255,255, 0.15);
	background-repeat:no-repeat;
	background-position: 5px 2px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	cursor:pointer;
	padding:0 10px 0 28px;
	height:22px;
	line-height:22px;
	font-size:0.8em;
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
}
.olderbets h4 {
	font-size:0.7em;
	text-align:left;
}
.bets h4:hover {
	background-color:rgba(255,255,255, 0.35);
	padding:0 10px 0 33px;
}
.olderbets h4 {
	margin:0 0 1px 0;
}
.olderbets .win, .betoftheday .win {
	background-color:rgba(0,255,0, 0.25);
}
.olderbets .win:hover, .betoftheday .win:hover {
	background-color:rgba(0,255,0, 0.55);
}
.olderbets .loose, .betoftheday .loose {
	background-color:rgba(255,0,0, 0.25);
	text-decoration:line-through;
}
.olderbets .loose:hover, .betoftheday .loose:hover {
	background-color:rgba(255,0,0, 0.55);
}
.bets h4.tennis, .olderbets h4.tennis {
	background-image:url(../img/tennis.png);
}
.bets h4.foot, .olderbets h4.foot {
	background-image:url(../img/foot.png);
}
.bets h4.basket, .olderbets h4.basket {
	background-image:url(../img/basket.png);
}
.bets h4:hover strong, .olderbets h4:hover strong {
	color:#CF0;
}
.bets h4:hover span.cotation {
	color:#CF0;
}
.bets h4 strong, .olderbets h4 strong {
	color:#CF0;
}
.bets h4 span.betname {
	width:455px;
	padding:0 26px 0 0;
	background:url(../img/discuss.png) no-repeat right;
	display:inline-block;
	border-right:1px dotted rgba(255,255,255, 0.1);
	-moz-border-right:1px dotted rgba(255,255,255, 0.1);
	-webkit-border-right:1px dotted rgba(255,255,255, 0.1);
}
.bets h4 span.cotation {
	width:41px;
	text-align:center;
	line-height:22px;
	display:inline-block;
	font-size:0.9em;
}
.bets div {
	font-size:0.7em;
	padding:10px 5px 10px 5px;
}
.bets div strong {
	color:#CF0;
}
.stats h3 {
	position:relative;
}
.successrate {
	display:block;
	position:absolute;
	right:400px;
}
.statistiques {
	display:block;
	position:absolute;
	right:200px;
}
.success, .statz, .followus {
	float:left;
	width:170px;
	padding:15px;
}
.success, .statz {
	background:url(../img/separator.png) repeat-y right;
}
.success {
	font-size:5.8em;
	letter-spacing:-0.07em;
	text-align:center;
	padding:15px 15px 30px 15px;
}
.success span {
	display:block;
	color:#999;
	font-size:0.15em;
	letter-spacing:-1px;
	margin:-20px 0 0 0;
}
.balance {
	background:url(../img/separator_y.png) no-repeat 0 31px;
	overflow:hidden;
	margin:0 0 15px 0;
}
.statz dt, .statz dd {
	width:85px;
	float:left;
	font-size:0.7em;
}
.statz dd {
	text-align:center;
}
.sports {
	background:url(../img/separator_x.png) repeat-y center;
	overflow:hidden;
}
.sports dd {
	text-align:left;
	width:75px;
	padding:0 0 0 10px;
}
.olderbet {
	text-align:center;
	background:url(../img/date_separator.png) no-repeat 0 9px;
}
.olderbets .datebottom {
	background:url(../img/date_separator_bottom.png) no-repeat;
	display:block;
	width:270px;
	height:11px;
}
.olderbets a, .containers a {
	color:#CF0;
	font-size:0.8em;
}
.olderbets a:hover, .containers a:hover {
	color:white;
}
.whatisit_big {
	background:url(../img/whatisit_big.png) no-repeat;
	width:33px;
	height:47px;
	display:block;
	position:absolute;
	top:10px;
	left:0;
	margin:5px 0 0 -30px;
}
.whatisit {
	background:url(../img/whatisit.png) no-repeat;
	width:14px;
	height:19px;
	display:block;
	position:absolute;
	top:0;
	left:0;
	margin:-19px 0 0 -14px;
}

/* Page Histo */

.historique {
	background-color:rgba(0,0,0, 0.85);
	box-shadow:0px 0px 15px #000;
	-moz-box-shadow:0px 0px 15px #000;
	-webkit-box-shadow:0px 0px 15px #000;
	border-radius:0 0 10px 0;
	-moz-border-radius:0 0 10px 0;
	-webkit-border-radius:0 0 10px 0;
	padding:15px;
	color:white;
	position:relative;
}
.historique ul {
	overflow:hidden;
	position:absolute;
	right:0;
	top:-27px;
}
.historique ul li {
	list-style:none;
	float:left;
}
.historique ul li a {
	padding:5px;
	background-color:rgba(0,0,0, 0.85);
	display:block;
	color:#CF0;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	margin:0 0 0 1px;
	font-size:0.9em;
	text-decoration:none;
}
.historique ul li a:hover {
	color:white;
	background-color:rgba(0,0,0, 0.45);
}
.allsportsmenu {
	border-radius:10px 0 0 0;
	-webkit-border-radius:10px 0 0 0;
	-moz-border-radius:10px 0 0 0;
}
.hockeymenu {
	border-radius:0 10px 0 0;
	-moz-border-radius:0 10px 0 0;
	-webkit-border-radius:0 10px 0 0;
}
.historique h3 {
	text-transform:uppercase;
}
.historique h4 {
	font-weight:normal;
	font-size:0.75em;
	padding:0 0 0 15px;
	margin:0 5px 0 0;
	display:inline-block;
}
.historique h4.win {
	background:url(../img/win.png) no-repeat left center;
}
.historique h4.loose {
	background:url(../img/loose.png) no-repeat left center;
	text-decoration:line-through;
	color:#F03;
}
.historique h4 strong {
	color:#CF0;
}
.historique img {
	display:block;
	float:left;
	margin:0 15px 15px 0;
}
.maskhisto {
	width:320px;
	height:400px;
	display:block;
	background:url(../img/mask_histo.png) no-repeat;
	position:absolute;
}
.clearer {
	clear:both;
}

.tipsy { padding: 5px; font-size: 11px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 300px; text-align: center; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
