@charset "utf-8";


/*----------- Global styles -------------*/

*{ margin:0; padding:0;}

img { border:none;}

ul { list-style: none;}

body {
	 margin: 0;
     text-align: center; /* pour corriger le bug de centrage IE */
	 background-color: #000;
	 font-family:Geneva, Arial, Helvetica, sans-serif;
     }


.wrap {	
	margin: 0 auto; 
	width:775px ;
	text-align: left; /* on rétablit l'alignement normal du texte */
    }

h2 {
	color:#ffcd03;
	font-size:20px;
	margin-bottom:15px;
}

h4 {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	letter-spacing:0.05em;
	
}

/*------------ color -------------------*/


/*------------ Header -------------------*/

.header, .header_eng, .header_esp {
	width:775px;
	height:131px;
 }

.header {  background:url(img/770BJ_header.png) no-repeat; }

.header_eng {	background:url(img/770BJ_header_en.png) no-repeat; }

.header_esp { background:url(img/770BJ_header_esp.png) no-repeat; }

.tab1, .tab2, .tab3  {
	float:right;
	height:48px;
	width:91px;
}

.tab1 a {
	display:block;
	height:22px;
	width:91px;
	background:url(img/770BJ_tab_arcade.png) no-repeat top left;
}

.tab1 a:hover {
	height:26px;
	width:91px;
	background:url(img/770BJ_tab_arcade.png) no-repeat bottom right;
}

.tab2 a {
	display:block;
	height:22px;
	width:91px;
	background:url(img/770BJ_tab_poker.png) no-repeat top left;
}

.tab2 a:hover {
	height:26px;
	width:91px;
	background:url(img/770BJ_tab_poker.png) no-repeat bottom right;
}


.tab3 a {
	display:block;
	height:22px;
	width:91px;
	background:url(img/770BJ_tab_casino.png) no-repeat top left;
}

.tab3 a:hover {
	height:26px;
	width:91px;
	background:url(img/770BJ_tab_casino.png) no-repeat bottom right;
}

.lang {
	clear:both;
	float:right;
	margin-right:3px;
	margin-top:50px;
}

.lang select{
	width:160px;
}



/*------------ Left menu ---------------------*/

.bonus {
	margin:10px 0 0 10px;
	
}

.bonus a img{
	border:solid 1px #000;
}

.bonus a:hover img{
	border:solid 1px #FFFFFF;
}

.box_l {
	float:left;
	width:161px;
	margin:0 0 0 3px;
	height:850px;
}


.box_r {
	float:left;
	width:590px;
	margin:0 0 0 14px;
	height:850px;
}


.menu  {
	margin:15px 0 45px 0;

}

.menu img {
	vertical-align:middle;
}


.menu li {
	margin:10px 0 0px 7px;
	padding-bottom:6px;
	background:url(img/menu_lighting.png) no-repeat bottom left;
	
}

.menu a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover {
	color:#ffcd03;
	
}

.download {
	text-align:center;
	margin-top:6px;
	color:#FFFFFF;
}

.download p a{
	color:#a4dbfe;
	font-size:16px;
	letter-spacing:0.1em;
	text-decoration:none;
}

.download p a:hover{
	text-decoration:underline;
}


/*------------ main body ---------------------*/

.main {
	height:951px;
	width:775px;
	background:url(img/770BJ_body.png) no-repeat 0 0;
}

.text {
	font-size:13px;
	color:#FFFFFF;
}

.screen_print {
	float:right;
	background-image:url(img/screen_game.png);
	width:222px;
	height:173px;
}

.screen_print a {
	display:block;
	margin-top:10px;
	width:195px;
	height:140px;
}

/*------------ footer ---------------------*/

.foot {
	text-align:center;
	color:#1265ac;
	font-size:11px;
	line-height: 20px;
	width:755px;
	padding:0 5px;	
}
