html {
	height:100%;
}
body {
		 margin-left: auto; 
    margin-right: auto; 
	background-color:#000;
    color:#000;
	font: 12px verdana, arial, sans-serif;
	text-align:justify;

}

#all
  {
background: url("img-casino/background.jpg") #47BFE8 top center repeat-x; 
margin-left: auto;
margin-right: auto;
margin-top: -10px;
width: 1100px; 
text-align: center;

  }
#header
  {

margin:auto;
width: 1100px;
height:263px;
text-align: center;

  }
  
  
#footer {


width:1100px;
min-height:196px; 
height:auto !important; 
height: 196px; 
clear: both;
display:block;
background: url("/img-casino/footer.png")  top left no-repeat; 
	}





div#centre{

width:1100px;
text-align: center;
min-height:300px; 
height:auto !important; 
height: 300px; 
clear: both;

	}
div#gauche {
float:left;
width:250px;
min-height:300px; 
height:auto !important; 
height: 300px; 

}
div#gauche_centre {


float:left;
width:250px;
background: url("/img-casino/menu.png")  top left repeat-y; 

}


div#newsletter {



width:240px;
color: red;

}
div#droite {
padding-top:10px;
maring-top:10px;
float:right;
width:800px;
min-height:300px; 
height:auto !important; 
height: 300px; 
text-align: center;
	padding-right:0px;
background: url("/img-casino/droite.png")  top left repeat-y; 
}


div#droite_texte {
float:right;
width:720px;
min-height:300px; 
height:auto !important; 
height: 300px; 
text-align: left;
	padding: 5px 5px 5px 5px;

}

a:link {
	color: white;
	text-decoration:none;
}

a:visited {
	color: purple;
	text-decoration:none;
}

a:active {
	background-color: yellow;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:none;
}


table {
border: medium solid #FFF;
border-collapse: collapse;
width:600px;
align: right;
}
th {
font-family: monospace;
border: thin solid #FFF;
width: 50%;
padding: 5px;


}
td {
font-family: sans-serif;
border: thin solid #6495ed;

padding: 5px;
text-align: center;

}
caption {
font-family: sans-serif;
}


a img {border:2px solid white} /* défini l'encadrement des images dans les liens hors survol */
a:hover {border:0px } /* hack pour IE - ne sert sinon à rien */
a:hover img {border:2px #FF6600 dotted} /* défini l'encadrement des images lors du survol */

h1 {
		color:#fff;
		font: bold 20px verdana, arial, sans-serif;
	font-style:bold;
	padding-right:20px;
	}
h2 {
		color:#FFF;
		font: bold 14px verdana, arial, sans-serif;
		font-style:bold;
	}
h3 {
			color:#735C4D;	font: 12px verdana, arial, sans-serif;
	}
