*{
    padding:0;
    margin:0;
}
@font-face {
  font-family: 'Adobe Devanagari';
  font-style: normal;
  font-weight: 100;
  src:url(../fonts/AdobeDevanagari.otf) format('embedded-opentype');
  /*src:  url(erasdust.eot?#iefix) format('embedded-opentype'), url(erasdust.ttf) format('truetype'), url(erasdust.woff) format('woff');*/
}
.clear{
    clear: both;
}
body a{
    text-decoration: none;  
}
body a:hover{
    text-decoration: none;
    color: #cccccc;
}
body{
    background-color: #005846;
    font-family: 'Adobe Devanagari';
    
}
li{
    list-style: none;
    
}
.wrapper{
    background-image: url('../img/lumiere_bleue-bg.png');
    background-repeat: repeat-y;
    width: 1300px;
    height: 100%;
    margin: auto;
    
}
.wrapper-contenu{
    width: 960px;
    margin: auto;
  
}
.content{
    width: 960px;
    background-image: url('../img/content-bg.png');
    border: 2px solid #00ffeb;
    border-radius: 10px;
    margin-top: -2px;
    
}
h1, h2, h3, h4, h5{
    font-family: 'Adobe Devanagari';
}
p{
    font-family: 'arial';
    font-size: 14px;
}

/********************** HEADER ******************************/
.header{
    background-image: url('../img/header-bg.png');
    background-repeat: no-repeat;
    width: 960px;
    height: 250px;
}
.reseaux-sociaux{
    float: right;
    padding: 10px 10px 0 0;
}
.reseaux-sociaux img{
    width: 30px;
}
.box-logos{
    float: left;
    width: 40px;
    height: 40px;
}
.reseaux-sociaux img:hover{
    width: 33px;
}
.logo{
    float: left;
    margin: 75px 0 0 0;
    position: absolute;
}
.header h1{
    float: left;
    margin: 58px 0 0 25px;
    color: #ffffff;
    font-size: 44px;
    font-weight: lighter;
}
.bouton_enfonce{
    background-color: #333333;
    
}
/****************** SOUS MENU DEROULANT **************/
ul, li{
    list-style: none;
}
.menu-principal ul{
        margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 0 
}
.menu-principal ul{
        left: -4000px;
	position: absolute;
       
}
.menu-principal li{
        display: inline-block;
	position: relative;
        float: left;
	font-size: 10px;
}
.menu-principal li:hover > ul{
    left:0;
}
.menu-principal ul li{
    height: 35px;
}
.bouton_sous-menu{
     width: 128px;
    height: 28px;
    float: left;
    text-align: center;
   background-color:#005952;
    background-repeat: no-repeat;
     padding-top: 5px;
     padding-bottom: -5px;
    color: #000000;
    font-size: 20px;
     margin-left: 1px;
     border: #0ae2d0 1px solid;
     border-radius: 10px;
     margin-top: 3px;
     color: #aaaaaa;
  
}

.bouton_sous-menu2{
    width: 130px;
    height: 28px;
    float: left;
    text-align: center;
   background-color:#003733;
    background-repeat: no-repeat;
     padding-top: 5px;
    color: #000000;
    font-size: 20px;
    margin-left: 1px;
     border: #0ae2d0 1px solid;
     border-radius: 10px;
     margin-top: 3px;
     color: #aaaaaa;
}

/******************* CONTENU *********************/
.menu-principal{
    width: 960px;
    height: 40px;
    margin-left: 300px;
    margin-top: -50px;
}
.boutons_menu{
    width: 132px;
    height: 34px;
    background-image: url('../img/bouton.png');
    float: left;
    text-align: center;
    padding-top: 5px;
}
.boutons_menu a{
    width: 132px;
    height: 39px;
    position: relative;
    color: #ffffff;
    font-size: 30px;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.3)), to(rgba(0,0,0,1)));  
}
.boutons_actif{
    width: 132px;
    height: 34px;
    background-image: url('../img/bouton_enfonce.png');
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    padding-top: 5px;
    margin-top: -5px;
}

.wrapper_gauche{
    margin: 5px 10px 10px 5px;
    float: left;
} 

#slideshow_box{
    margin: 8px 0 8px 8px;
    

}

.bloc_texte1{
    width: 400px;
    margin: 40px 0 10px 10px;
    padding-top: 3px;
    padding-bottom: 5px;
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(34,41,45,1) 50%, rgba(85,92,96,1) 82%, rgba(192,191,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(50%,rgba(34,41,45,1)), color-stop(82%,rgba(85,92,96,1)), color-stop(100%,rgba(192,191,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* W3C */
    border-radius: 5px;
    box-shadow: 0px 0px 0 rgb(156,156,156),1px 1px 0 rgb(120,120,120),2px 2px 0 rgb(84,84,84),3px 3px 0 rgb(48,48,48),4px 4px 0 rgb(12,12,12),5px 5px 0 rgb(-24,-24,-24), 6px 6px 0 rgb(-60,-60,-60),7px 7px 6px rgba(0,0,0,0.45),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}
.fond_blanc{
    background-color: #ffffff;
    margin: 10px;
    padding: 10px;
    border-top: 2px solid #000000;
    border-left: 1px solid #000000;
    width: 360px;

}
.bloc_texte1 p{
    
}

.bloc_texte2{
    width: 925px;
    margin: 5px 0 10px 15px;
    padding: 5px 0 5px 5px;
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(34,41,45,1) 50%, rgba(85,92,96,1) 82%, rgba(192,191,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(50%,rgba(34,41,45,1)), color-stop(82%,rgba(85,92,96,1)), color-stop(100%,rgba(192,191,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* W3C */
    border-radius: 5px;
    box-shadow: 0px 0px 0 rgb(156,156,156),1px 1px 0 rgb(120,120,120),2px 2px 0 rgb(84,84,84),3px 3px 0 rgb(48,48,48),4px 4px 0 rgb(12,12,12),5px 5px 0 rgb(-24,-24,-24), 6px 6px 0 rgb(-60,-60,-60),7px 7px 6px rgba(0,0,0,0.45),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}
.fond_blanc2{
    background-color: #ffffff;
    margin: 10px;
    padding: 10px;
    border-top: 2px solid #000000;
    border-left: 1px solid #000000;
    width: 880px;

}

.wrapper_droite{
    float: left;
    width: 500px;
    margin: 15px 10px 10px 15px;
    padding-top: 3px;
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(34,41,45,1) 50%, rgba(85,92,96,1) 82%, rgba(192,191,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(50%,rgba(34,41,45,1)), color-stop(82%,rgba(85,92,96,1)), color-stop(100%,rgba(192,191,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* W3C */
    border-radius: 5px;
    box-shadow: 0px 0px 0 rgb(156,156,156),1px 1px 0 rgb(120,120,120),2px 2px 0 rgb(84,84,84),3px 3px 0 rgb(48,48,48),4px 4px 0 rgb(12,12,12),5px 5px 0 rgb(-24,-24,-24), 6px 6px 0 rgb(-60,-60,-60),7px 7px 6px rgba(0,0,0,0.45),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}
.classement_casinos{
    width: 480px;
    background-color: #ffffff;
    margin: 10px;
    border-top: 2px solid #000000;
    border-left: 1px solid #000000;
}
.classement_casinos h1{
    font-style: italic;
    text-align: center;
}
.boite_classement{
    float: left;
    width: 220px;
    height: 156px;
    margin: 0 0 10px 10px;
    
}
.boite_classement h5{
    font-size: 25px;
    color: #0ae2d0;
    width: 30px;
    height: 30px;
    background-image: url('../img/bg-numeros.png');
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-top: -28px;
    margin-bottom: 5px;
}
.boite_classement h2{
    font-size: 20px;
    color: #0ae2d0;
    background-color: #005952;
    border-radius: 15px;
    float: left;
    width: 185px;
    height: 25px;
    padding-left: 35px;
}

.miniature{
    width: 120px;
    border: 2px solid #005952;
    float: left;
    margin-left: 5px;
    margin-bottom: 8px;
    
}
.pastille_bonus{
    width: 75px;
    height: 75px;
    float: right;
    margin-left: 10px;
    margin-top: 8px;
    background-image: url('../img/pastille_bonus.png');
}
.pastille_bonus p{
    color: #ffffff;
    margin: 20px 0 0 15px;
    font-size: 30px;
    text-shadow: 2px 2px 2px #000000;
}

a.bouton_descriptif{
    float: left;
    line-height: 28px;
    font-size: 16px;
    font-weight: bolder;
    width: 100px;
    border-radius: 10px;
    background-image: url('../img/bouton-gris.png');
    color: #444444;
    margin-left: 5px;
    height: 28px;
    text-align: center;
}
a.bouton_descriptif:hover{
    background-position: 0 -4px;
    color: #000000;
   
}

a.bouton_jouer{
    background-image: url('../img/bouton-bleu.png');
    
    color: #003733;
    margin-left: 8px;
    float: left;
    line-height: 28px;
    font-size: 16px;
    font-weight: bolder;
    width: 100px;
    border-radius: 10px;
    margin-left: 5px;
    height: 28px;
    text-align: center;
}
a.bouton_jouer:hover{
    background-position: 0 -4px;
    color: #000000;
}
.bloc_promotion{
    float: left;
    width: 255px;
    min-height: 255px;
    padding: 10px;
    margin: 10px 0 10px 5px;
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(34,41,45,1) 50%, rgba(85,92,96,1) 82%, rgba(192,191,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(50%,rgba(34,41,45,1)), color-stop(82%,rgba(85,92,96,1)), color-stop(100%,rgba(192,191,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* W3C */
    border-radius: 5px;
    box-shadow: 0px 0px 0 rgb(156,156,156),1px 1px 0 rgb(120,120,120),2px 2px 0 rgb(84,84,84),3px 3px 0 rgb(48,48,48),4px 4px 0 rgb(12,12,12),5px 5px 0 rgb(-24,-24,-24), 6px 6px 0 rgb(-60,-60,-60),7px 7px 6px rgba(0,0,0,0.45),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}


/**************************** PAGE CASINOS ***********************/
.content-page-casinos{
    width: 630px;
    margin: 10px 0 10px 10px;
    
}
.boite-casino{
    width: 195px;
    float: left;
    margin: 0 15px 15px 0;
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(34,41,45,1) 50%, rgba(85,92,96,1) 82%, rgba(192,191,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(50%,rgba(34,41,45,1)), color-stop(82%,rgba(85,92,96,1)), color-stop(100%,rgba(192,191,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* W3C */
    border-radius: 5px;
    box-shadow: 0px 0px 0 rgb(156,156,156),1px 1px 0 rgb(120,120,120),2px 2px 0 rgb(84,84,84),3px 3px 0 rgb(48,48,48),4px 4px 0 rgb(12,12,12),5px 5px 0 rgb(-24,-24,-24), 6px 6px 0 rgb(-60,-60,-60),7px 7px 6px rgba(0,0,0,0.45),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
    
}
.boite-casino h3{
    color: #00ffeb;
    text-align: center;
}
.boite-casino ul{
    margin-left: 7px;
}
.boite-casino li{
    color: #ffffff;
    list-style: none;
    font-family: 'arial';
    font-size: 12px;
    line-height: 18px;
}
.mask{
    width: 178px;
    height: 53px;
    border: 1px solid #00ffeb;
    margin: 7px 0 0 7px;
    border-radius: 3px;
    
}
.mask:hover{
    background-position: 0 52px;
}
#miniature-casino1{
        background-image: url('../img/golden-cherry-reflet.jpg');
}
#miniature-casino2{
        background-image: url('../img/tradition-casino-reflet.jpg');
}
#miniature-casino3{
        background-image: url('../img/casino-winpalace-reflet.png');
}
#miniature-casino4{
        background-image: url('../img/casino-fiz-reflet.jpg');
}
#miniature-casino5{
        background-image: url('../img/eurofortune-reflet.jpg');
}
#miniature-casino6{
        background-image: url('../img/vegasdays-reflet.jpg');
}
#miniature-casino7{
        background-image: url('../img/7kasino-reflet.jpg');
}
#miniature-casino8{
        background-image: url('../img/grand-parker-reflet.jpg');
}
.boutons-boite-casino{
    width: 180px;
    height: 37px;
    margin: 7px 0 0 7px;
    
}
#bouton-plus{
    width: 82px;
    background-image: url('../img/bouton-gris.png');
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    float: left;
    text-align: center;
    color: #333333;
    padding-top: 5px;
}
#bouton-plus:hover{
    background-position: -4px 4px;
    color: #000000;
    padding-top: 6px;
    height: 19px;
}
#bouton-jouer{
    width: 82px;
    background-image: url('../img/bouton-bleu.png');
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    float: left;
    text-align: center;
    color: #003733;
    padding-top: 5px;
    margin-left: 10px;
}
#bouton-jouer:hover{
    background-position: -4px 4px;
    color: #000000;
    padding-top: 6px;
    height: 19px;
}
/********************** SIDEBAR CASINOS **********************/
.wrapper-sidebar{
    float: left;
    width: 280px;
    height: 600px;
    margin: 15px 10px 10px 0;
    padding-top: 3px;
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(34,41,45,1) 50%, rgba(85,92,96,1) 82%, rgba(192,191,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(50%,rgba(34,41,45,1)), color-stop(82%,rgba(85,92,96,1)), color-stop(100%,rgba(192,191,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* W3C */
    border-radius: 5px;
    box-shadow: 0px 0px 0 rgb(156,156,156),1px 1px 0 rgb(120,120,120),2px 2px 0 rgb(84,84,84),3px 3px 0 rgb(48,48,48),4px 4px 0 rgb(12,12,12),5px 5px 0 rgb(-24,-24,-24), 6px 6px 0 rgb(-60,-60,-60),7px 7px 6px rgba(0,0,0,0.45),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
    
}
.sidebar_casinos{
   width: 260px;
    height: 580px;
    background-color: #ffffff;
    margin: 10px;
    border-top: 2px solid #000000;
    border-left: 1px solid #000000;
}
.sidebar_casinos h1{
    font-style: italic;
    text-align: center;
    font-size: 25px;
} 

.boite_classement_sidebar{
    float: left;
    width: 245px;
    height: 95px;
    margin: 0 0 10px 10px;
    border-bottom: 1px solid #005952;
}
.boite_classement_sidebar h5{
    font-size: 20px;
    color: #0ae2d0;
    width: 25px;
    height: 25px;
    background-image: url('../img/bg-numeros_sidebar.png');
    background-repeat: no-repeat;
    float: left;
    text-align: center;
    margin-top: -23px;
    margin-bottom: 5px;
}
.boite_classement_sidebar h2{
    font-size: 16px;
    color: #0ae2d0;
    background-color: #005952;
    border-radius: 15px;
    float: left;
    width: 210px;
    height: 20px;
    padding-left: 35px;
}
.miniature_sidebar{
    width: 80px;
    border: 2px solid #005952;
    float: left;
    margin-left: 5px;
    margin-bottom: 8px;
    
}
.pastille_bonus-sidebar{
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 10px;
    margin-top: 8px;
    background-image: url('../img/pastille_bonus-sidebar.png');
}
.pastille_bonus-sidebar p{
    color: #ffffff;
    margin: 13px 0 0 10px;
    font-size: 20px;
    text-shadow: 2px 2px 2px #000000;
}
a.bouton_descriptif-sidebar{
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 8px;
    background-image: url('../img/bouton-gris.png');
    color: #444444;
    margin-left: 10px;
    float: left;
    margin-bottom: 8px;
}
a.bouton_descriptif-sidebar:hover{
    background-position: 0 -4px;
    color: #000000;
    line-height: 30px;
}

a.bouton_jouer-sidebar{
    background-image: url('../img/bouton-bleu.png');
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    float: left;
    border-radius: 8px;
    color: #003733;
    margin-left: 10px;
}
a.bouton_jouer-sidebar:hover{
    background-position: 0 -4px;
    color: #003733;
    line-height: 30px;
}
#boutons-sidebar{
    margin-top: 8px;
    margin-left: 100px;
}
#boutons-sidebar li{
    list-style: none;
}
#bouton-down{
   background-image: url('../img/bouton-down.png');
   width: 30px;
   height: 30px;
   float: left;
   margin-right: 20px;
   
}
#bouton-down:hover{
    background-position: 0 30px;
}
#bouton-up{
   background-image: url('../img/bouton-up.png');
   width: 30px;
   height: 30px;
   float: left;
   
}
#bouton-up:hover{
    background-position: 0 30px;
}
/*********************** CONTENU CASINO ***************/
.bloc_texte3{
    width: 600px;
    margin: 10px 10px 10px 10px;
    padding: 11px;
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(34,41,45,1) 50%, rgba(85,92,96,1) 82%, rgba(192,191,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(50%,rgba(34,41,45,1)), color-stop(82%,rgba(85,92,96,1)), color-stop(100%,rgba(192,191,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* W3C */
    border-radius: 5px;
    box-shadow: 0px 0px 0 rgb(156,156,156),1px 1px 0 rgb(120,120,120),2px 2px 0 rgb(84,84,84),3px 3px 0 rgb(48,48,48),4px 4px 0 rgb(12,12,12),5px 5px 0 rgb(-24,-24,-24), 6px 6px 0 rgb(-60,-60,-60),7px 7px 6px rgba(0,0,0,0.45),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}
.fond_blanc3{
    background-color: #ffffff;
    border-top: 2px solid #000000;
    border-left: 1px solid #000000;
    width: 580px;
    margin-top: 20px;
    padding: 10px;
}

.bloc_texte3 img{
    width: 300px;
    float: left;
    border: 7px solid #0ae2d0;
    border-radius: 5px;
    margin-right: 20px;
}
.bloc_texte3 h1{
    color: #ffffff;
}
.bloc_texte3 ul{
    width: 265px;
    float: left;
}
.bloc_texte3 li{
    list-style: none;
    
    
}
.liste-avantages li {
    background-color: #005952;
    margin-bottom: 7px;
    border-radius: 7px;
    line-height: 30px;
    font-size: 18px;
    padding-left: 10px;
    border: 1px solid #ffffff;
    color: #ffffff;
    
}
.liste-autres li {
    background-color: #0ae2d0;
    margin-bottom: 7px;
    border-radius: 7px;
    line-height: 30px;
    font-size: 18px;
    padding-left: 10px;
    color: #333333;
    border: 1px solid #333333;
}
.fond_blanc3 h2{
    color: #ff0054;
}
/************************** JEUX **********************/
.bloc_texte4{
    width: 600px;
    margin: 10px 10px 10px 10px;
    padding: 11px;
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(34,41,45,1) 50%, rgba(85,92,96,1) 82%, rgba(192,191,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(50%,rgba(34,41,45,1)), color-stop(82%,rgba(85,92,96,1)), color-stop(100%,rgba(192,191,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(181,189,200,1) 0%,rgba(34,41,45,1) 50%,rgba(85,92,96,1) 82%,rgba(192,191,193,1) 100%); /* W3C */
    border-radius: 5px;
    box-shadow: 0px 0px 0 rgb(156,156,156),1px 1px 0 rgb(120,120,120),2px 2px 0 rgb(84,84,84),3px 3px 0 rgb(48,48,48),4px 4px 0 rgb(12,12,12),5px 5px 0 rgb(-24,-24,-24), 6px 6px 0 rgb(-60,-60,-60),7px 7px 6px rgba(0,0,0,0.45),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}
.fond_blanc4{
    background-color: #ffffff;
    border-top: 2px solid #000000;
    border-left: 1px solid #000000;
    width: 580px;
    padding: 10px;
}
.box-jeux{
    margin-top: 15px;
}
.box-jeux h2{
    width: 560px;
    height: 30px;
    color: #ffffff;
    background-color: #005952;
    border-radius: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.puce-h2-jeux{
    float: left;
    
}
.box-jeux h3{
    float: left;
    color: #0ae2d0;
    margin-left: 10px;

}
.box-jeux p{
    float: left;
    width: 380px;
    margin-left: 10px;
}
.img-jeux{
    width: 150px; 
    margin-left: 34px; 
    float: left;
    border: #0ae2d0 2px solid;
    border-radius: 5px;
    margin-top: -9px;
}
.box-jeu-content{
    margin-top: 10px;
    border-bottom: #005952 1px solid;
    padding-bottom: 10px;
}
.boutons-jeux{
    position: relative;
    top: 32px;
    left: 220px;
}
.jeu-content{
    padding-bottom: 20px;
}
.jeu-content h4{
    margin-left: 10px;
    float: left;
    font-size: 20px;
    color: #005952;
    width: 370px;
}
.jeu-content p{
    width: 550px;
    margin-bottom: 10px;
}
.jeu-content ul{
    float: left;
    margin-left: 50px;
}
.jeu-content li{
    list-style:circle;
    font-family: 'arial';
    font-size: 14px;
    margin-bottom: 5px;
}
/************************** PAGE BONUS *********************/
.bonus-casinos{
    width: 582px;
    height: 173px;
    border-bottom: #ff0054 dotted 2px;
    margin-bottom: 15px;
}
.bonus-casinos img{
    width: 200px;
    float: left;
    border: #ff0054 2px solid;
    border-radius: 5px;
    margin-top: -5px;
}
.bonus-casinos h2{
    color:#ff0054;
}
.bonus-casinos h3{
    font-size: 20px;
    margin: -10px 0 0 10px;
    float: left;
    width: 360px;
    
}
.bonus-casinos p{
    float: left;
    width: 360px;
    margin-left: 10px;
    font-size: 12px;
}
.bonus-casinos span{
    font-weight: bold;
    font-size: 13px;
    color: #ff0054;
}
.boutons-bonus{
    float: right;
}
a.bouton-bonus-plus{
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    margin-right: 10px;
    background-image: url('../img/bouton-gris.png');
    border-radius: 8px;
    color:#333333;
    font-weight:bold;
}
a.bouton-bonus-plus:hover{
    color:#000000;
    background-position: -5px 3px;
    height: 29px;
    padding-top: 1px;
}
a.bouton-bonus-inscrire{
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    background-image: url('../img/bouton-rose.png');
    background-position: 0 -3px;
    border-radius: 8px;
    color:#a10040;
    font-weight:bold;
}
a.bouton-bonus-inscrire:hover{
    color:#a10040;
    background-position: -5px 0px;
    height: 29px;
    padding-top: 1px;
}
/*********************** FOOTER *************/
.footer{
    width: 960px;
    height: 93px;
}
.footer p{
    color: #ffffff;
    padding-top: 30px;
    text-align: center;
    font-size: 10px;
}
.footer a{
    color:darkgray;
}

