﻿body {
    background-color: #B8AA74;
    font: normal normal normal 76%/normal Arial, Helvetica, Sans-serif;
    margin: 8px;
    text-align: center;
}


#body {
    background: #6A1414 url(../images/body_bg.gif);
    margin: 0 auto;
    text-align: center;
    width: 785px;
    z-index: 1;
}

span h1
{
    color: #000;
    font-size: 1.1em;
}

a:link, a:visited, a:active
{
    color: #6a1414;
}

a:hover
{
    color: #b02b2b;
}

h1, h2 {
    color: #FFF;
}

h1 
{ font-size: 140%; }
h2 
{ font-size: 120%; }

/* ---- MENU DYNAMIQUE ------------- */
#nav2 li
{
    display: inline;
    list-style-type: none;
    margin: 0 5px;
    padding: 0;
}
#nav2 a
{
    color: #fff;
    text-decoration: none;
}
#nav2 a:hover
{
    text-decoration: underline;
    /*background-color: #e7cd83;*/
}
/*************************************/

/*----- ENTÊTE ----- */
#header {
    background: #B02B2B url(../images/header_bg.gif) repeat-x;
    position: relative;
    min-height: 119px;
    height: auto;
    z-index: 1;
}
/* min-height pour IE */
/*\*/
* html #header {
    height: 119px;
    z-index: 1;
}
/**/
#header #logo {
    display: none;
    position: absolute;
    top: 25px;
    left: 111px;
    width: 249px;
    height: 82px;
}
#header div.left_fr {
    background: url('../images/header_left_fr.jpg') no-repeat;
    height: 99px;
    margin-bottom: 2px;
    width:760px;
}
* html #header div.left_fr {
    background: url('../images/header_left_fr.jpg') no-repeat;
    height: 99px;
}
#header div.left_en {
    background: url('../images/header_left_en.jpg') no-repeat;
    height: 99px;
    margin-bottom: 2px;
}
* html #header div.left_en {
    background: url('../images/header_left_en.jpg') no-repeat;
    height: 99px;
}
#header div.left_es {
    background: url('../images/header_left_es.jpg') no-repeat;
    height: 99px;
    margin-bottom: 2px;
}
* html #header div.left_es {
    background: url('../images/header_left_es.jpg') no-repeat;
    height: 99px;
}
#header div.left_it {
    background: url('../images/header_left_it.jpg') no-repeat;
    height: 99px;
    margin-bottom: 2px;
}
* html #header div.left_it {
    background: url('../images/header_left_it.jpg') no-repeat;
    height: 99px;
}
#header div.left_de {
    background: url('../images/header_left_de.jpg') no-repeat;
    height: 99px;
    margin-bottom: 2px;
}
* html #header div.left_de {
    background: url('../images/header_left_de.jpg') no-repeat;
    height: 99px;
}
#header div.right {
    background: url('../images/header_right.jpg') no-repeat right top;
    min-height: 119px;
    border-top: solid 1px #B8AA74;
    height: auto;
    z-index: 1;
}
/* min-height pour IE */
/*\*/
* html #header {
    height: 119px;
}
/**/


/* ----- MOTS CLÉS ENTÊTE ----- */

#keywords {
    font-weight: bold;
    padding: 106px 125px 0px 10px;
    z-index: 1;
    text-align: left;
    /*height: 37px;*/
    height:0;
}
* html #keywords
{
    padding-top: 5px;
    z-index: 1;
    overflow: hidden;
    background-color: transparent;
}
*:first-child+html #keywords
{
   padding-top: 5px;
}

#keywords h1 {
    color: #ECCA45;
    font-size: 100%;
}
* html #keywords h1 
{
    top: 0px;
}

/* ----- NAVIGATION ENTÊTE ----- */
#nav 
{
    background: url(../images/nav_left.gif) no-repeat;
    float:right;
    width: 490px;
}
* html #nav 
{
    width: 380px;
}
#nav ul {
    padding:0;
    margin:0 100px 0 12px;
    list-style:none;
}
* html #nav ul {
    margin:0 30px 0 12px;
}
#nav li {
    background-color: #000;
    float:left;
    margin:0;
    padding:0;
}
#nav a {
    color: #FFF;
    display:block;
    float:left;
    font-size: 98%;
    padding: 3px 6px;
    text-decoration: none;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #nav a {float:none;}
  /* End IE5-Mac hack */



#ecogra 
{
    margin:10px 0 0 0;
    float:right;
    width: 490px;
}

/* ----- Slideshow ----- */
#slideshowcontainer {
    margin: 0 auto 0 auto;
    width: 771px;
    height: 139px;
    position:relative; 
    padding: 10px 0;
}
#scrollLeft {
    float: left;
    margin: 0 2px 0 0;
}
#scrollRight {
    float: right;
    margin: 0 0 0 2px;
}
#divASContainer {
	position:relative; 
	height:139px; 
	clip:rect(0px,715px,139px,0px);
	width: 715px;
	overflow:hidden; 
	visibility:visible; 
	z-index:2;
	float: left;
	background-image: url(../images/slideshow_bg.gif);
}
#contentLayer {
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:3;
}
#slideshow {
    border-spacing: 0px;
    border-collapse: collapse;
}
#slideshow td {
    padding: 7px 12px;
}


/* ----- Bannière gauche (bannière 3D) ----- */
#leftBanners {
    position: absolute;
    top: 0;
    left: 5px;
    width: 170px;
    height: 240px;
}
#div3d
{
    margin-bottom: 10px;
}
#div2d
{
    margin-left: 20px;
}
#div2d img
{
    margin-bottom: 10px;
}

/* ----- Bannières droite (bannière 3D) ----- */
#rightBanners {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    padding: 0;
    margin: 0 5px 0 0;
}
#rightBanners li 
{
    padding: 0;
    margin: 0 0 8px 0;
    list-style: none;
}
#rightrotbanner {
    width: 120px;
    height: 240px;
    overflow: hidden;
    position: relative;
}
#rightrotbanner .banner {
    height: 240px;
    width: 120px;
    left: 120px;
    position:absolute;
    z-index: 3;
}


/* ----- Contenu central accueil ----- */
#content {
    position: relative;
    text-align: left;
}
.middleContent {
    margin: 0 118px 0 160px;
}
.HomeMiddleContent{
    min-height: 980px;
    height:auto !important;
    height: 980px;
}
.middleContent2 {
    margin: 0 10px 0 160px;
}

#middlerotbanner, #bottomrotbanner {
    width: 468px;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}
#middlerotbanner .banner, #bottomrotbanner .banner {
    height: 60px;
    width: 468px;
    top: 60px;
    position:absolute;
    z-index: 3;
}
#bottomrotbanner {
	margin-top: 15px;
}
#middleContent table {
    margin: 10px 0;
    /*width: 100%;*/
}


/* ----- REPERTOIRE ----- */
#directory {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
#directory div.title {
    background: url(../images/directory_left.gif) no-repeat;
    padding: 0 0 0 12px;
}
#directory div.title div {
    background: url(../images/directory_right.gif) no-repeat top right;
    padding: 0 12px 0 0;
}
#directory h2 {
    background-color: #B49C50;
    font-size: 120%;
    margin: 0;
    padding: 4px 0;
    text-align: center;
}
#directory div.content {
    background-color: #FFF;
    border: 1px solid #B49C50;
    width: 100%;
}
#directory ul {
    float: left;
    margin: 20px 0;
    padding: 0;
    width: 24%;
}
#directory li 
{
    padding: 0 20px;
    margin: 0;
    list-style: none;
}
#directory table
{
    float: left;
    margin-left: 130px;
}


/* ----- BANNIÈRES DU BAS ----- */
#BottomBanners {
    margin: 10px auto 0 auto;
    padding: 0;
    width: 756px;  
}
#BottomBanners li {
    /*float: left;*/
    list-style: none;
    display: inline;
    margin: 0;
    padding: 3px;
}

/* ----- CASINOS VEDETTES ----- */
#featuredCasinos {
    clear: both;
    text-align: left;
    padding: 10px 5px;
}
#featuredCasinos div.title {
    background: url(../images/directory_left.gif) no-repeat;
    padding: 0 0 0 12px;
}
#featuredCasinos div.title div {
    background: url(../images/directory_right.gif) no-repeat top right;
    padding: 0 12px 0 0;
}
#featuredCasinos div.title h2 {
    background-color: #B49C50;
    font-size: 120%;
    margin: 0;
    padding: 4px 0;
    text-align: center;
}
#featuredCasinos table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #B49C50;
}
#featuredCasinos td {
    background-color: #FFF;
    border: 1px solid #B49C50;
    min-height: 80px;
    padding: 10px;
}
#featuredCasinos a 
{
    font-size: 105%;
    font-weight: bold;
}
#featuredCasinos img
{
    margin-right: 5px;
}
/* min-height pour IE */
/*\*/
* html #featuredCasinos td  {
    height: 80px;
}
/**/
#featuredCasinos td img {
    border: 0;
    float: left;
}
#featuredCasinos td div {
    margin-left: 130px;
}
#featuredCasinos td h2 {
    font-size: 110%;
    margin: 0;
}


/* ----- FICHES CASINO ----- */
#nomCasino {
    margin: 20px 100px 0 100px;
    text-align: left;	
}

#nomCasino h1 {
    	font-size: 120%;
}

#ficheCasino{
	margin-bottom:10px;
}

#ficheCasino ul li{
	list-style:none;
	margin: 0;
	padding-bottom:7px;
	font-weight:bold;
}

#imgDuCasino{
	float:right;
	text-align:center;
}

#listeJeux{
	margin: 50px 10px 20px 10px;
	text-align: center;
}
#listeJeux div {
    margin: 0 auto;
    text-align: left;
}
#listeJeux h2{
	font-size: 120%;
}
/* ----- Tableaux pour FICHES CASINO et FICHES JEUX ----- */

table.listJeux1, table.listJeux2 {
    border-spacing: 0;
    border-collapse: collapse;
    margin:0 0 0px 20px;
	float:left;
}
table.listJeux1
{
   margin:0; 
}
table.listJeux1 td, table.listJeux2 td {
    background-color: #FFF;
    border: 1px solid #000;
    color: #000;
    padding: 5px 5px;
}
table.listJeux1 td.first, table.listJeux2 td.first {
    width: 158px;
}
table.listJeux1 td.last, table.listJeux2 td.last {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #DCD2AC;
    text-align: center;
    width: 50px;
}

table.listJeux1 td.firstRule, table.listJeux2 td.firstRule {
    width: 100px;
}
table.listJeux1 td.secondRule, table.listJeux2 td.secondRule {
    width: 158px;
}

/*-------------------------------------------------------------------------------------*/



/* ----- PARTENAIRES ----- */
#partners {
    color: #FFF;
    margin: 0 138px 0 178px;
    text-align: left;
}
#partners h2 {
    font-size: 100%;
    font-weight: bold;
    margin: 0;
}
#partners h1 {
    font-size: 120%;
}
#partners ul {
    margin: 0;
    padding: 0;
}
#partners ul li {
    list-style-type: none;
    display: block;
    float: left;
    margin: 0;
    padding: 3px 5px;
}
#partners a {
    color: #FFF;
}


/* ----- FOOTER ----- */
#footer {
    background: #842922 url(../images/footer_bg.gif) repeat-y;
    color: #FFF;
    padding: 8px;
    text-align: right;
}
#footer a {
    color: #FFF;
}

/* ----- Liste des casinos (accueil) et des jeux (repertoire) ----- */
/* ----- Liste des casinos (accueil) et des jeux (repertoire) ----- */
#lists {
    background: url(../images/th_left.gif) no-repeat;
}
#lists #divTH {
    background: url(../images/th_right.gif) no-repeat top right;
}

#lists #divTH2 {
    background: url(../images/th_right2.gif) no-repeat top right;
}

table.list {
    border-spacing: 0;
    border-collapse: collapse;
    width: 467px;
    margin: 0;
}
table.list th {
    background-color: #000;
    border-bottom: none;
    padding: 1px;
    text-align: center;
    color: #CBB04D;
    font-weight: normal;
}
table.list th a {
    color: #CBB04D;
    font-weight: normal;
}
table.list th.first {
    background-color: Transparent;
}
table.list th.last {
    background-color: Transparent;
}
table.list td {
    background-color: #FFF;
    border-bottom: 1px solid black;
    padding: 1px;
    text-align: center;
}
table.list td.pop {
    text-align: center;
}
table.list td.first {
    border-left: 1px solid #000;
    text-align: left;
}
table.list td.last {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #DCD2AC;
}
table.list tfoot td {
    background-color: #000;
    border: 1px solid #000;
    height: 10px;
    line-height: 1px;
}

#divFicheCasino
{
    text-align: left;
    padding: 10px 10px 0 10px;
}

#gameList {
    width: 700px;
    margin: 0 auto 10px auto;
}
#gameList div.title {
    background: #B49C50 url(../images/directory_left.gif) no-repeat;
    padding: 0 0 0 18px;
}
#gameList h2 {
    font-size: 120%;
    margin: 0;
    padding: 4px 18px 4px 0;
    text-align: center;
    background: #B49C50 url(../images/directory_right.gif) no-repeat top right;
}
#gameList div.content {
    background-color: #FFF;
    border: 1px solid #B49C50;
    width: 100%;
}
#gameList table
{
    float: left;
    margin-left: 50px;
}
#divRegles
{
    text-align: left;
    padding: 10px 0 10px 20px;
    border: solid 1px #B49C50;
    margin: 10px 20px;
    font-weight: bold;
}
#divRegles h1
{
    font-size: 14pt;
}
#divRepertoire
{
    margin: 10px 20px;
}
#divRepertoire table
{
    border-spacing: 0;
    border-collapse: collapse;
}
#divRepertoire table td {
    padding: 5px 10px;
}
#divRepertoireTitre
{
    padding-top: 10px;
}
#divRepertoireTitre h1
{
    font-size: 14pt;
}

/*** Style pour les formulaires ***/
div.field, div.input, div.cbl {
    clear: both;
    padding: 4px;
}
div.field label, div.cbl label.lbl {
    float: left;
    width: 150px;
}
div.field label.longLabel {
    float: left;
    width: 200px;
}
div.input input, div.cbl div {
    margin-left: 150px;
}
.validation {
    padding: 10px;
}
.validation div {
    background-color: #FFC0C0;
    border: 1px solid #FF0000;
    color: #FF0000;
    padding: 10px;
    width: 300px;
}

#admArticles div.field label {
    width: 110px;
}


table.list td.url {
    overflow: hidden;
    width: 200px;
}

#divReglesAdmin
{
    text-align: left;
}

/*----- FIL D'ARIANE -----*/
#breadcrumb {
    color: #FFF;
    padding: 5px 20px 20px 20px;
    text-align: left;
}
#breadcrumb a {
    color: #FFF;
}

/*----- STYLES PAR DÉFAUT DU CONTENU DES PAGE ----- */
#default #content {
    min-height: 300px;
    height: auto;
    padding: 10px 20px;
}
/* min-height pour IE */
/*\*/
* html #default #content {
    height: 300px;
}
/**/

.sMsg
{
    color: rgb(30,160,30);
    font-weight: bold;
}

.checklist
{
    height: 200px;
    width: 450px;
    margin: 0 0 0 155px;
    text-align: left;
    overflow: auto;
    border: solid 1px black;
    list-style: none;
    background-color: #FFF;
}
.checklist li
{
    padding: 0;
    margin: 0;
}



.success
{
    color: rgb(30,160,30);
    font-weight: bold;
}

#divAccueil { float: left; padding-left: 5px; }
#divAccueil a { color: White; text-decoration: none; }
#divAccueil a:hover { color: White; text-decoration: underline; }

* html #divAbout { height: 300px; }
.leftCell { width: 170px; }
.centerAlign { text-align:center; }


.textzone, .textzonehome {
	background: url(../images/content_bg.gif);
	color: #FFF;
	padding: 20px;
	margin: 20px 10px;
}
.textzonehome 
{ 
    margin: 0px;
    margin-bottom: 10px;
    padding: 10px 20px; 
}
.textzone a, .textzonehome a {
    color: #FFF;
}
.textzone label, .textzonehome label {
    font-weight: bold;
}

#contact .validation div {
    margin: 0 0 0 204px;
    width: 240px;
}
#contact .form td.first {
    text-align: right;
    width: 200px;
}
#contact .form td {
    padding: 4px;
}
#contact .form textarea 
{
    width: 300px;
    height: 75px;
}
#contact .form input.text{
    width: 260px;
}


#repertoire .list {
    width: 100%;
}

/*
ARTICLES
*/
#articles h2 {
    font-size: 110%;
}

.sitemap
{
    list-style-type: none;
}
.sitemap li
{
    background-color: rgb(106,20,20); 
    padding: 3px 0 3px 5px;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 5px;
}

.sitemap li a
{  text-decoration: none; }
.sitemap li a:hover
{  text-decoration: underline; }

li.subli
{
    background-color: rgb(96,10,10);
    margin-right: 15px;
    margin-top: 5px;
}



/*-------------------------------------------------------------------------------------*/
ADMINISTRATION
/*-------------------------------------------------------------------------------------*/
#admin
{
    text-align: left;
}

#admin fieldset
{
    text-align: left;
}

#admin input.small
{
    width: 50px;
}
#admin input.medium
{
    width: 200px;
}
#admin input.large
{
    width: 400px;
}
#admin textarea
{
    height: 150px;
    width: 400px;
}

#admin table.grid 
{
    border-collapse: collapse;
    border-spacing: 0;
    border:1px solid #404040;
}
#admin table.grid th
{
    background-color: #000;
    border:1px solid #404040;
    padding: 4px;
}
#admin table.grid th a
{
    color: #FFF;
}
#admin table.grid td
{
    background-color: #FFF;
    padding: 4px;
}

#admin .radio label 
{
    float: none;
    display: inline;
}

#admin .radio input 
{
    margin-left: 150px;
}

.green
{
    color: rgb(0,200,0);
    font-weight: bold;
}

#h1keywords
{
    background-color: #B8AA74;
    color: #000;
    z-index: 1;
    width: 786px;
}

#h1keywords h1
{
    display: inline;
    color: #000;
    font-size: 1.1em;
}

#divInscription
{
    background-color: #ffc700;
    color: #000;
    padding: 5px 5px;
    text-align: center;
    border: solid 2px black;
}

#divInscription p
{
    text-align: left;
    font-size: 1.2em;
}

#divPartnersHome
{
    text-align: left;
    margin: 0 10px;
    font-size: 0.9em;
}

table.list td.tdDescCasino
{
    padding: 15px;
    text-align: left;
    display: none;
}

.floatRight
{
    float: right;
    margin-left: 10px;
}

.divContainJeu
{
    margin: 0 20px 0 20px;
    background: #fff none;
}

.imgJeu
{
    margin: 0 10px 10px 10px;
}

#divLienJouer
{
    margin: 5px 200px;
    padding: 15px 5px;
    
    text-align: center;
    vertical-align: middle;
    
    border: solid 1px #C81E1E;
    background-color: #ffc700;
}
#divLienJouer a
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#divLienJouer a:hover
{
    text-decoration: underline;
}

#divRulesHome 
{
    font-size:0.9em;
    margin:0pt 10px 10px 10px;
    text-align:left;
}