root { 
    display: block;
}

html{
    background: #000;
    font-family: Arial;
    height: 100%;
}

#warpper{
    min-width: 980px;
    min-height: 100%;
    background: url(../img/bg.jpg) #000 no-repeat top center    ;
}

#warpper-1{   
    height: auto;
    margin: 0px auto;
    width: 980px;
    
}

#header{
    background: url(../img/bg-header.png) no-repeat top center;
    min-height: 306px;
    margin-top: 22px;
}

#header #header-right.grid_6{
    color: #fff;
    float: right;
    width: 575px;
    background: url(../img/bg-header-rigth.png) no-repeat top center;
    height: 70px;
    margin-top: 68px;
}

#header #header-right span{
    line-height: 60px;
    padding-left: 72px;
    font-family: "Rage Italic";
    font-size: 27pt;
    color: #4b0d34;
    text-shadow: 1px 0 #88544e;
}

#header #menu{
    background: url(../img/bg-menu.png);
    margin-bottom: 15px;
    margin-top: 20px;
    height: 66px;
    width: 990px;
    position: relative;
    right: 4px;
}

#header #menu ul{
    list-style: none;
    margin: 0;
    padding-left: 60px;
}

#header #menu ul li{
    float: left;
    position: relative;
    padding: 15px 20px;
    font-family: "Expansiva";
}

#header #menu a{
    color: #fff;
    text-decoration: none;
    padding: 3px;
    border: 1px solid #88250e;
}

#header #menu a:hover{
    color: #FCE677;
    border: 1px solid #a63414;
    border-radius: 7px;
    background: url(../img/bg-menu_hover.png) repeat-x;
}

#header #menu #sub-menu{
    display: none;
    visibility: hidden;
    position: absolute;
    margin: 0;
    padding: 0;
    background: #88250e;
}

#header #menu #sub-menu li{
    background: none;
}

#header #menu li:hover ul#sub-menu{
    left: 47px;
    top: 40px;
    z-index: 99;
    width: auto;
    display: block;
    visibility: visible;
}

#content{
    background: url(../img/bg-content.png) no-repeat top center    ;
}

#content #content-left.grid_5{
    width: 690px;
    margin-top: 0px;
}

#content #intro{
    font-size: 12px;
    margin: 10px;
    border: 1px solid #d4b1a9;
    padding: 0 20px;
    text-align: justify;
    background: #fff;
    border-radius: 10px;
    margin-left: 50px;
}
#content #intro .btn{
    width:150px;
    height: 25px;
    background:url(../img/fond_btn.png);
	border-radius: 5px;
	margin: 0px auto 0px auto;
	box-shadow:#666 1px 1px;
	text-align:center;
}
#intro .btn a{
	color: #FFFFFF;
	line-height:25px;
	padding: 5px 16px 6px 16px;
}
#content #intro .capture{
    float: left; 
	margin-right: 15px;
}

#intro h1{
    font-family: "Expansiva";
    color: #88250e;
    text-shadow: 1px 0 #cfa89f;
    font-size: 20px;
    margin-top: 10px;
}
#intro h2{
    color: #88250e;
    text-shadow: 1px 0 #cfa89f;
    font-size: 15px;
    margin-top: 10px;
}

#content #content-right{
    margin-top: 0px;
	text-align:center;
}

.bloc-right{
    margin-top: 20px;
    background: url(../img/bg-rigth-bloc.png) no-repeat;
    padding: 5px 30px 5px 5px;
    min-height: 519px;
}

.bloc-right .title-bloc{
    height: 36px;
    width: 231px;
    color: #fff;
}

.bloc-right .title-bloc h3{
    margin: 0;
    padding: 7px 0 0 15px;
    font-family: "Expansiva";
}

.bloc-right .content-bloc{
    text-align: justify;
    font-size: 12px;
    padding: 5px;
    color:  #fff;
}

.bloc-right .footer-bloc{
    background: url(../assets/img/bg-r-b.png) no-repeat;
    height: 23px;
}

#logo_header {
    float: left;
    display: block;
    z-index: 999;
    font-weight: bold;
    font-family: vivaldi_bold;
    font-size: 42px;
    position: relative;
    left: 45px;
    bottom: 20px;
}

.bloc-center{
    margin-left: 18px;
}

.content-bloc-center{
    margin-left: 20px;
}

.bloc-center .title-bloc-center{
    background: url(../img/bg-title-centre.png) no-repeat;
    height: 45px;
}

.bloc-center .title-bloc-center h2{
    color: #fff;
    margin: 0;
    font-size: 18px;
    padding: 6px 0 0 30px;
    font-family: "Expansiva";
}

.content-bloc-center .casino{
    width: 295px;
    background: url(../img/bg-casino.png) no-repeat;
    float: left;
    height: 221px;
    padding: 10px;
    margin-right: 10px;
}

.casino .casino-left, .casino .casino-right{
    float: left;
    text-align: center;
    font-weight: bold;
}

.casino .casino-right{
    margin-left: 7px;
}

.casino .casino-left{
    margin-left: 10px;
}

.casino .titre{
	font-size:11px;
	margin-bottom: 5px;
}

.casino .note{
    font-family: Georgia;
    font-weight: normal;
    font-style: italic;
    color: #88250e;
    font-size: 12px;
	margin-top: 5px;
}

.casino .price{
    height: 83px;
    width: 97px;
    background: url(../img/bg-price.png) no-repeat;
    color: #fff;
    font-size: 12px;
    display: block;
    padding-top: 14px;
    font-family: Georgia;
    font-weight: normal;
    font-style: italic;
}

.casino .price .price-big{
    font-size: 22px;
	font-weight:bold;
}

.casino .desc{
    list-style: none;
    padding:0;
    margin:0;
}

.casino .desc li{
    padding-left: 1em; 
    text-indent: -.7em;
    font-size: 12px;
    color: #88250e;
}

.casino .desc li:before {
    content: "• ";
    color: #97BF0D; /* or whatever color you prefer */
}

.casino .casino-bottom{
    color: #FFFFFF;
    float: right;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    height: 25px;
    margin-right:8px;
    margin-top: 5px;
    padding-top: 5px;
    width: 175px;
	text-align:center;
}
.casino .casino-bottom .btn{
    width:80px;
    height: 25px;
    background:url(../img/fond_btn.png);
	border-radius: 5px;
	float: left;
	margin: 0px 3px 0px 3px;
	box-shadow:#666 1px 1px;
}
.casino .casino-bottom .btn a{
	color: #FFFFFF;
	width:80px;
	line-height:25px;
	padding: 5px 21px 6px 21px;
}

.casino .casino-bottom span{
   position: relative;
   font-size: 13px;
}

.casino .casino-bottom .b1{
    right: 39px;
top: 132px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Safari and Chrome */
    position: relative;
   font-size: 17px;
}

.b1 a, .b2 a, .b3 a { color:#fff !important; }

.casino .casino-bottom .b2{
    left: 252px;
    bottom: 74px;
    font-size: 18px;
}

.casino .casino-bottom .b3{    
    left: 195px;
    bottom: 24px;
}

.content-bloc-center .top-casino{
    width: 890px;
    background: url(../img/bg-casino-top.png) no-repeat;
    height: 250px;
    margin-top: 15px;
}

.top-casino .top-casino-left{
    float: left;
    width: 165px;
    text-align: center;
    margin-top: 20px;
    margin-left: 50px;
}

.top-casino .top-casino-right{
    float: left;
    width: 658px;
    height: 178px;
}

.top-casino .price{
    height: 83px;
    width: 97px;
    background: url(../img/bg-price.png) no-repeat;
    color: #fff;
    font-size: 12px;
    display: block;
    padding-top: 14px;
    font-family: Georgia;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    float: right;
    margin-top: 12px;
    position: relative;
    bottom: 207px;
}

.top-casino .price .price-big{
    font-size: 25px;
}

.top-casino h4{
    float: left;
    margin: 0;
    padding: 20px 10px 10px 10px;
    color: #F26522;
    font-weight: bold;
    font-size: 18px;
}

.top-casino p{
    clear: both;
    font-size: 12px;
    text-align: justify;
    padding: 10px;
    width: 541px;
    color: #88250e;
}

.top-casino .bottom-link{
    font-family: Georgia;
    font-weight: normal;
    font-style: italic;
    color: #fff;
    font-size: 13px;
}

.bottom-link .b1{
    right: 0;
    bottom: 155px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    font-size: 17px;
    width: 57px;
}

.bottom-link .b2{
    position: relative;
    right: 13px;
    float: right;
    bottom: 3px;
}

.bottom-link .b3{
    position: relative;
    float: right;
    bottom: 55px;
    left: 41px;
}

#footer{
    min-height: 118px;
    background: url(../img/bg-footer.png) no-repeat bottom;
    color: #6D6E71;
    margin-bottom: 68px;
}

#footer div{
    background: #d6d6d5;
    border: 1px solid #d6d6d5;
    border-radius: 10px;
    color: #000;
    text-align: center;
    width: 860px;
    margin-left: 44px;
    margin-top: 17px;
    padding: 7px;
    font-size: 12px;
}