@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 */
	 font-family:Geneva, Arial, Helvetica, sans-serif;
	 background:url(img/casino_770_backgr.png) repeat-x 0 #000c38;
     }

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


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



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

.logo {
	margin:40px 0 40px 170px;
}

.main {
	background:url(img/casino_770_main_pict.png);
	width:757px;
	height:801px;
}

.lang {
	padding:10px 0 0 0;
	text-align:center;
}

.lang img {
	margin:0 16px;
}

.text {
	margin-top:12px;
	text-align:left;
	color:#a5c3de;
	padding:0 75px 0 130px;
}


.text a{
	color:#fff;
	text-decoration:none;
}

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






