#jeu {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -396px;
	width: 792px;
	height: 432px;
	background-image: url(../images/jeu.jpg);
	background-repeat: no-repeat;
}
#jeu * {
	position: absolute;
	z-index:10;
}
#jeu .texte {
	overflow: hidden;
	height:20px;
}
#creditTexte {
	top:24px;
	left:554px;
	width:100px;
	text-align: right;
	color: #000000;
}
#credit {
	top:24px;
	left:662px;
	width:100px;
	text-align: right;
	background-image: url(../images/fondMontant.jpg);
	color: #000000;
}
#miseTexte {
	top:60px;
	left:554px;
	width:100px;
	text-align: right;
	color: #000000;
}
#mise {
	top:60px;
	left:662px;
	width:100px;
	text-align: right;
	background-image: url(../images/fondMontant.jpg);
	color: #000000;
}
#gainTexte {
	top:96px;
	left:554px;
	width:100px;
	text-align: right;
	color: #000000;
}
#gain {
	top:96px;
	left:662px;
	width:100px;
	text-align: right;
	background-image: url(../images/fondMontant.jpg);
	color: #000000;
}
#messageTexte {
	top:100px;
	left:34px;
	width:492px;
	text-align: center;
	font-size: 10pt;
	color: #000000;
}
#jeu .carte {
	width: 134px;
	height: 195px;
	top: 157px;
	cursor: pointer;
}
#jeu .carteSel {
	width: 138px;
	height: 209px;
	top: 145px;
	display: none;
	cursor: pointer;
}
#carte1 {
	left: 23px;
}
#carte1Sel {
	left: 21px;
}
#carte2 {
	left: 176px;
}
#carte2Sel {
	left: 174px;
}
#carte3 {
	left: 327px;
}
#carte3Sel {
	left: 325px;
}
#carte4 {
	left: 478px;
}
#carte4Sel {
	left: 476px;
}
#carte5 {
	left: 629px;
}
#carte5Sel {
	left: 627px;
}
.donner {
	cursor: pointer;
	width:180px;
	height:50px;
	top: 376px;
	left: 316px;
	background-image: url(../images/donner.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color: #FFFFFF;
	line-height: 50px;
	font-size:10pt;
}
.donnerPush {
	cursor: pointer;
	width:180px;
	height:50px;
	top: 376px;
	left: 316px;
	background-image: url(../images/donnerPush.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color: #222222;
	line-height: 50px;
	font-size:10pt;
}
.plus {
	cursor: pointer;
	width:40px;
	height:50px;
	top: 380px;
	left: 510px;
	background-image: url(../images/plus.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color: #FFFFFF;
	line-height: 40px;
	font-weight:bold;
	font-size:18pt;
}
.plusPush {
	cursor: pointer;
	width:40px;
	height:50px;
	top: 380px;
	left: 510px;
	background-image: url(../images/plusPush.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color: #222222;
	line-height: 40px;
	font-weight:bold;
	font-size:18pt;
}
.moins {
	cursor: pointer;
	width:40px;
	height:50px;
	top: 380px;
	left: 550px;
	background-image: url(../images/moins.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color: #FFFFFF;
	line-height: 36px;
	font-weight:bold;
	font-size:22pt;
}
.moinsPush {
	cursor: pointer;
	width:40px;
	height:50px;
	top: 380px;
	left: 550px;
	background-image: url(../images/moinsPush.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color: #222222;
	line-height: 36px;
	font-weight:bold;
	font-size:22pt;
}
.max {
	cursor: pointer;
	width:40px;
	height:40px;
	top: 380px;
	left: 590px;
	background-image: url(../images/max.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color: #FFFFFF;
	font-weight:bold;
	font-size:9pt;
	line-height: 40px;
}
.maxPush {
	cursor: pointer;
	width:40px;
	height:40px;
	top: 380px;
	left: 590px;
	background-image: url(../images/maxPush.jpg);
	background-repeat: no-repeat;
	text-align:center;
	color: #222222;
	font-weight:bold;
	font-size:9pt;
	line-height: 40px;
}
#langueBox {
	top: 403px;
	left: 530px;
	width: 250px;
}
#langueBox div {
	position:relative;
	width:26px;
	height:26px;
	font-size:9pt;
	color: #FFFFFF;
	font-weight:bold;
	text-align: center;
	float: right;
	margin-left:2px;
	cursor: pointer;
	line-height: 26px;
}
.langue {
	background-image: url(../images/langueOff.jpg);
}
.langueSel {
	background-image: url(../images/langueOn.jpg);
}
#centre_poker {
	background-image:url(../../../index/back_bloc_centre_poker.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin-top: 15px;
	padding-top: 2px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
	color:#999999;
	font-size:11px;
	line-height:17px;
	text-align:left;
}
