* {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	background: #F8F8F8 url(global_body_bg.jpg) repeat-x 0 0;
	font: 12px Arial, Helvetica, sans-serif;
}
html, body, table.container {
	height: 100%;
}
table.container {
	margin: 0 auto;
}
#container {
	background: white;
	border: solid 1px #000000;
	text-align: left;
	margin: 0 auto;
	width: 760px;
	position: relative;
}
.clear {
	clear: both;
}

#header {
	background: white url(header.gif) no-repeat top right;
	height: 117px;
	position: relative;
	text-align: left;
}

h1#logo {
	margin: 0 10px;
}

h1#logo a {
	background: url(logo.gif) no-repeat top left;
	display: block;
	width: 140px;
	height: 116px;
}
h1#logo a span { display: none; }

#ad-banner {
	position: absolute;
	right: 60px;
	top: 28px;
	width: 480px;
	height: 60px;
}

/*
 * Shared properties
 */
#body,
#login-form,
#stats,
#astuce,
#menu-member,
#game-select {
	background-color: #FF9900;
	padding: 5px;
}
/* END */

#body {
	background-image: url(body_bg.gif);
       	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 55px;
	margin: 10px auto;
	height: 325px;
	width: 390px;
	position: relative;
	-moz-border-radius: 5px;
}

.game-content h2 {
	background: no-repeat 0 0;
	height: 23px;
	margin-left: 40px;
}

.game-content h3 {
	background: no-repeat top center;
	height: 104px;
	margin: 5px 0;
}

.game-content h3 {
	background: no-repeat top center;
	height: 110px;
}
.game-content h2 span,
.game-content h3 span {
	display: none;
}
.game-content#game-15 h2 { background-image: url(game-content-15_h2.gif); }
.game-content#game-15 h3 { background-image: url(game-content-15_h3.gif); }
.game-content#game-30 h2 { background-image: url(game-content-30_h2.gif); }
.game-content#game-30 h3 { background-image: url(game-content-30_h3.gif); }
.game-content#game-50 h2 { background-image: url(game-content-50_h2.gif); }
.game-content#game-50 h3 { background-image: url(game-content-50_h3.gif); }
.game-content#game-150 h2 { background-image: url(game-content-150_h2.gif); }
.game-content#game-150 h3 { background-image: url(game-content-150_h3.gif); }
.game-content#game-1500 h2 { background-image: url(game-content-1500_h2.gif); }
.game-content#game-1500 h3 { background-image: url(game-content-1500_h3.gif); }
.game-content#game-15000 h2 { background-image: url(game-content-15000_h2.gif); }
.game-content#game-15000 h3 { background-image: url(game-content-15000_h3.gif); }

.game-content fieldset {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 10px 20px;
}
.game-content ol {
	padding-left: 20px;
}
.game-content ol li {
	margin: 0.5em 0;
}
.game-content ol li.step1 { list-style-image: url(list-step1.gif); position: relative; }
.game-content ol li.step1 p {
	margin-bottom: 0.5em;
}
.game-content ol li.step1 p span.phone-number {
	color: white;
	font-size: 20px;
}
.game-content ol li.step1 p a {
	color: white;
}
.game-content ol li.step1 p a:hover {
	text-decoration: none;
}
.game-content ol li.step2 { list-style-image: url(list-step2.gif); }
.game-content ol li.step3 { list-style-image: url(list-step3.gif); }
.game-content ol li.step4 { list-style-image: url(list-step4.gif); }
.game-content ol li.step5 { list-style-image: url(list-step5.gif); }

.game-content ul.country-list {
	list-style: none;
	position: absolute;
	left: 205px;
	top: -5px;
	width: 150px;
}
.game-content ul.country-list li {
	float: left;
	margin: 0;
}
.game-content ol li.step2 {
	clear: both;
}
.game-content ul.country-list span { display: none; }
.game-content ul.country-list a {
	background: no-repeat center center;
	border: solid 1px #FF9900;
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 5px;
}
.game-content ul.country-list li a:hover,
.game-content ul.country-list li.selected a {
	border: solid 1px white;
}
.game-content ul.country-list li#country-fr a { background-image: url(flag_fr.gif); }
.game-content ul.country-list li#country-be a { background-image: url(flag_be.gif); }
.game-content ul.country-list li#country-ch a { background-image: url(flag_ch.gif); }

.game-content input#f-code {
	background: white;
	border: solid 1px #999999;
	color: black;
	font: bold 12px Courier, monospace;
	padding: 1px 2px;
	width: 6em;
}
.game-content input#f-code:focus {
	border-color: black;
}
.game-content input#f-play {
	border: solid 1px #000000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 0 2px;
	padding: 0 0.5em;
}
.game-content .error {
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -125px;
	height: 30px;
	line-height: 30px;
	width: 250px;
	-moz-border-radius: 5px;
}
#body div.game-content cite {
	color: #000000;
	font-size: 9px;
	position: absolute;
	bottom: 1em;
	right: 70px;
}

#game-select {
	margin-top: 10px;
	height: 145px;
	width: 160px;
	position: absolute;
	top: 117px;
	right: 0;
	-moz-border-radius: 5px 0 0 5px;
}
#game-select h3 {
	background: url(game-select_h3.gif) no-repeat center 0;
	height: 32px;
}
#game-select h3 span { display: none; }
#game-select ul {
	margin: 5px 0;
	position: relative;
	list-style: none;
}
#game-select li {
	position: absolute;
	top: 0;
	left: 0;
}

#game-select a {
	display: block;
	height: 25px;
	background: no-repeat left center;
	position: absolute;
}
#game-select a span { display: none; }
#game-select-15000 a {
	background-image: url(game-select-15000.gif);
	top: 75px;
	left: 65px;
	width: 90px;
}
#game-select-1500 a {
	background-image: url(game-select-1500.gif);
	top: 50px;
	left: 65px;
	width: 75px;
}
#game-select-150 a {
	background-image: url(game-select-150.gif);
	top: 25px;
	left: 65px;
	width: 75px;
}
#game-select-50 a {
	background-image: url(game-select-50.gif);
	top: 50px;
	left: 5px;
	width: 55px;
}
#game-select-30 a {
	background-image: url(game-select-30.gif);
	top: 25px;
	left: 5px;
	width: 55px;
}
#game-select-15 a {
	background-image: url(game-select-15.gif);
	top: 0;
	left: 5px;
	width: 55px;
}

#sponsor {
	position: absolute;
	top: 170px;
	left: 10px;
}
#sponsor a {
	background: url(sponsor.gif) no-repeat center center;
	display: block;
	height: 48px;
	width: 131px;
}
#sponsor a:hover { background-image: url(sponsor_x.gif) }
#sponsor a span { display: none; }

#login-form {
	margin-top: 10px;
	width: 160px;
	position: absolute;
	top: 117px;
	left: 0;
	-moz-border-radius: 0 5px 5px 0;
}
#login-form h3 { display: none; }

#login-form dl {
	padding: 0 5px;
}
#login-form dt {
	float: left;
	margin-right: 2px;
	width: 65px;
	height: 15px;
}
#login-form dt label { display: none; }

#login-form dt#label-login {
	background: url(login-form-login.gif) no-repeat right bottom;
}
#login-form dt#label-password {
	background: url(login-form-password.gif) no-repeat right bottom;
}

#login-form dd {
	clear: right;
	padding-bottom: 0.3em;
	text-align: right;
}

#login-form dd input {
	border: solid 1px #999999;
	width: 75px;
}

#login-form dd#autologin {
	font-size: 0.8em;
}
#login-form dd input#f-autologin {
	height: 12px;
	border: none;
	width: auto;
}

#login-form dd#pass-forgot {
	font-size: 0.8em;
}
#login-form dd#pass-forgot a {
	color: white;
	text-decoration: underline;
}
#login-form dd#pass-forgot a:hover {
	text-decoration: none;
}
#login-form dd#pass-forgot a:after {
	content: " ?";
}

#login-form dd input.submit {
	text-transform: uppercase;
	width: auto;
}

#menu {
	padding: 5px;
	position: absolute;
	top: 250px;
	width: 160px;
}
#menu h3, #menu hr { display: none; }
#menu ul {
	list-style: none;
}

#menu ul a {
	margin: 2em 0.5em;
}
#menu li#menu-inscription a {
	background: url(menu-inscription.gif) no-repeat right center;
	display: block;
	height: 44px;
}
#menu li#menu-inscription a:hover { background-image: url(menu-inscription_x.gif); }
#menu li#menu-faq a {
	background: url(menu-faq.gif) no-repeat right center;
	display: block;
	height: 15px;
}
#menu li#menu-faq a:hover { background-image: url(menu-faq_x.gif); }
#menu li a span { display: none; }

#stats {
	font-size: 10px;
	text-align: right;
	position: absolute;
	top: 370px;
	left: 0;
	width: 160px;
	-moz-border-radius: 0 5px 5px 0;
}
#stats h3 {
	display: none;
}
#stats p {
	margin: 0;
}
#stats a {
	color: white;
	text-decoration: underline;
}
#stats a:hover {
	text-decoration: none;
}

#astuce {
	display: block;
	position: absolute;
	top: 410px;
	left: 0;
	width: 160px;
	-moz-border-radius: 0 5px 5px 0;
}
#astuce h3 {
	border-bottom: solid 1px black;
	margin-bottom: 5px;
}
#astuce p {
	font-size: 0.9em;
	text-align: justify;
}


#footer {
	background: black;
	margin-top: 1em;
}
#footer hr {
	display: none;
}
#footer ul {
	font-size: 10px;
	list-style: none;
	text-align: center;
}
#footer li {
	display: inline;
	margin: 0 1em;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/*
 * Espace membre
 */
#menu-member {
	margin-top: 10px;
	width: 160px;
	position: absolute;
	top: 117px;
	left: 0;
	-moz-border-radius: 0 5px 5px 0;
}
#menu-member h3 {
	font-size: 1.2em;
	border-bottom: solid 1px black;
	text-align: center;
}
#menu-member .cagnotte {
	background: white;
	border: solid 1px black;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
	-moz-border-radius: 5px;
}
#menu-member ul {
	list-style: circle;
	padding-left: 1.5em;
}
#menu-member li {
	/* IE Bug */
	border-top: solid 1px #FF9900;
	border-bottom: solid 1px #FF9900;
}
#menu-member a {
	color: white;
	display: block;
	font-weight: bold;
	padding: 0 0.5em;
	text-decoration: none;
}
#menu-member a:hover {
	background: white;
	color: #FF9900;
	text-decoration: none;
}
/*
#menu-member ul {
	padding: 5px;
	list-style: none;
}
#menu-member a {
	color: white;
	text-decoration: underline;
}
#menu-member a:hover {
	text-decoration: none;
}
*/


/*
 * Page content
 */
.page-content h2 {
	color: white;
	text-align: center;
	margin: 1em 0;
}
.page-content a {
	color: white;
	text-decoration: underline;
}
.page-content a:hover {
	text-decoration: none;
}
.page-content p {
	margin: 1em 0;
}
.page-content ul {
	padding-left: 2em;
}

/* Erreur de connexion */
.page-content.login-error p {
	text-align: center;
}

/* Demande de connexion */
.page-content.ask-login {
	text-align: center;
}

/* Changement de mot de passe */
.page-content.change-pass {
	text-align: center;
}
.page-content.change-pass p {
	font-weight: bold;
}
.page-content.change-pass form.login dt {
	float: none;
}
.page-content.change-pass form.login dd {
	padding: 0;
}
.page-content.change-pass .login-info {
}
.page-content.change-pass .login-info dl {
	margin: 1em auto;
	width: 50%;
}
.page-content.change-pass .login-info dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
.page-content.change-pass .login-info dd {
	clear: right;
	padding-left: 100px;
}
.page-content.change-pass .login-info dd input {
	width: 80px;
}
.page-content.ticket-win {
	text-align: center;
}
.page-content.ticket-lose {
	text-align: center;
}
.page-content.ticket-lose ul {
	list-style: none;
}
.page-content.ticket-lose p.tous-les-gagnants {
	margin-top: 0;
}
.page-content.account-activation {
	margin: 0 5px;
	text-align: center;
}

.page-content .rejouer {
	font-size: 1.2em;
	font-weight: bold;
}
