@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: #02042e;
	 font-family:Geneva, Arial, Helvetica, sans-serif;
     }

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


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


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

.header {
	background:url(img/777_header.jpg) no-repeat;
	width:768px;
	height:137px;
 }

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

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

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

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

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


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

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



/*------------ Main ---------------------*/

.main {
	height:675px;
	width:775px;
	background:url(img/777_main_back.jpg) no-repeat 0 0;
}

.foot {
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	line-height: 20px;
	width:765px;	
}

.box_r {
	float:left;
	width:373px;
	margin:0 2px 65px 7px;
	
}

.box_l {
	float:left;
	width:373px;
	margin:0 7px 65px 2px;

}

.box_p { 
	margin:10px 0 0 60px ;
}

.bonus {
	margin:108px 0 20px 100px;
}
