/*

	jeu malongo 2008
	-----

*/
@import url("reset.css");



/* @group top levels */
#main-holder {
	width: 770px;
	margin: 0 auto;
	background: #432009 url(img/bk-main.jpg) no-repeat left 68px;
}

#header {
	margin: 0;
	padding: 0;
	height: 58px;
	background: #000 url(img/bk-pg-header.gif) repeat-x 0 top;
}

#navigation {
	margin: 0;
	padding: 0;
	background: #e2001a url(img/bk-nav-bar.gif) repeat-x 0 top;
	overflow: hidden;
}
*html #navigation {
	zoom: 1;
}

#main-contents {
	overflow: hidden;
}
*html #main-contents {
	zoom: 1;
}

#footer {
	padding: 0;
	margin: 0;
	height: 32px;
	width: 770px;
	background-color: #e2001a;
}

/* @end */




/* @group header */
#header h1 {
	height: 56px;
	text-indent: -9000px;
	background: transparent url(img/bk-logo.jpg) no-repeat 46px top;
}
/* @end */




/* @group navigation */
#navigation ul {
	background: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0 46px;
}
#navigation ul li {
	float: left;
	display: block;
	margin: 0 1px 0 0;
}

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:hover {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 16px 0 0;
}
#navigation ul li a:hover {
	color: #3f1604;
}

#navigation ul li a.currMenu {
	font-weight: bold;
	color: #280d02;
}
/* @end */




/* @group main contents */
#main-contents #text-col {
	float: left;
	margin: 0;
	padding: 0;
	width: 560px;
	background: transparent;
}

#main-contents #text-col #text-contents {
	margin: 12px 0 0 46px;
	padding: 0;
	color: #fff;
	min-height: 440px;
}
*html #main-contents #text-col #text-contents {
	display: block;
	height: 440px;
}

#main-contents #text-col #text-contents p.intro-text {
	font-size: 13px;
	font-weight: normal;
	color: #ffe9cc;
	letter-spacing: 0px;
	line-height: 150%;
	margin: 24px 0 8px;
	padding: 0;
	width: 290px;
}
#main-contents #text-col #text-contents p.intro-text a {
	font-size: 13px;
	font-weight: normal;
	color: #e2001a;
}


#main-contents #text-col #text-contents p.thankyou-text {
	font-size: 16px;
	font-weight: normal;
	color: #ffe9cc;
	letter-spacing: 0px;
	line-height: 150%;
	margin: 24px 0 8px;
	padding: 0;
	width: 290px;
}
#main-contents #text-col #text-contents p.thankyou-text a:link,
#main-contents #text-col #text-contents p.thankyou-text a:visited,
#main-contents #text-col #text-contents p.thankyou-text a:hover {
	font-size: 16px;
	font-weight: normal;
	color: #ffe9cc;
}
#main-contents #text-col #text-contents p.thankyou-text a:hover {
	color: #e2001a;
}


	/* @group shared styles */
	#main-contents #text-col #text-contents h2 {
		font-size: 20px;
		font-weight: normal;
		color: #fff;
		margin: 16px 0 8px;
		padding: 0;
	}

	#main-contents #text-col #text-contents h3 {
		font-size: 14px;
		font-weight: normal;
		color: #ffe9cc;
		margin: 16px 0 4px;
		padding: 0;
	}

	#main-contents #text-col #text-contents p {
		font-size: 11px;
		font-weight: normal;
		color: #ffe9cc;
		line-height: 130%;
		margin: 4px 0 8px;
		padding: 0;
	}

	#main-contents #text-col #text-contents p a:link,
	#main-contents #text-col #text-contents p a:visited,
	#main-contents #text-col #text-contents p a:hover {
		font-size: 11px;
		font-weight: normal;
		color: #e2001a;
		line-height: 130%;
		margin: 4px 0 8px;
		padding: 0;
	}
	#main-contents #text-col #text-contents p a:hover {
		color:  #fff;
	}

	#main-contents #text-col #text-contents ul {
		font-size: 11px;
		font-weight: normal;
		color: #ffe9cc;
		line-height: 130%;
		margin: 4px 24px 8px;
		padding: 0;
	}

	#main-contents #text-col #text-contents ul li {
		font-size: 11px;
		font-weight: normal;
		color: #ffe9cc;
		line-height: 130%;
		margin: 4px 0 8px;
		padding: 0;
	}


		/* @group large buttons */
		#main-contents #text-col #text-contents #home-buttons {
			margin: 48px 0 24px;
			padding: 0;
			overflow: hidden;
		}
		*html #main-contents #text-col #text-contents #home-buttons {
			zoom: 1;
		}
		
		#main-contents #text-col #text-contents #home-buttons ul {
			margin: 0;
			padding: 0;
		}
		
		#main-contents #text-col #text-contents #home-buttons ul li {
			display: block;
			float: left;
			margin: 0 9px 0 0;
			width: 118px;
			background-color: transparent;
		}
		
		#main-contents #text-col #text-contents #home-buttons ul li a:link,
		#main-contents #text-col #text-contents #home-buttons ul li a:visited,
		#main-contents #text-col #text-contents #home-buttons ul li a:hover {
			font-size: 12px;
			color: #fff;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			padding: 2px 0;
			display: block;
			width: 120px;
			background: #e2001a url(img/bk-red-button.gif) no-repeat 0 top;
		}
		#main-contents #text-col #text-contents #home-buttons ul li a:hover {
			color: #3f1604;
		}
		
		#main-contents #text-col #text-contents #home-buttons ul li a.brown {
			background: #801b24 url(img/bk-brown-button.gif) no-repeat 0 top;
		}
	
		#main-contents #text-col #text-contents .form-holder #error {
		font-size: 14px;
			color: #fff;
			margin: 10px 0;
			padding: 10px 40px;
			background-color: #e2001a;
		}
	
		/* @end home buttons*/
	/* @end  shared styles */




	/* @group home page styles */
	#main-contents #text-col #text-contents h2.logo {
		font-size: 10px;
		font-weight: normal;
		text-indent: -9000px;
		color: #fff;
		margin: 6px 0 14px;
		padding: 0;
		width:  437px;
		height: 86px;
		background: url(img/logo-oh-cappuccino.gif) no-repeat;
	}
	
	#main-contents #text-col #text-contents p.sur-titre {
		font-size: 24px;
		font-weight: normal;
		color: #fff;
		line-height: 130%;
		margin: 18px 0;
		padding: 0;
		width: 440px;
	}
	
	#main-contents #text-col #text-contents p.inter-titre {
		font-size: 18px;
		font-weight: normal;
		color: #fff;
		line-height: 130%;
		word-spacing: 5px;
		margin: 18px 0;
		padding: 0;
		width: 440px;
	}
	
	/* @end */




/* @group subscription page */
.form-holder {
	margin: 0 0 26px;
	padding: 0 8px;
/*	background-color: #eead56;*/
	overflow: hidden;
}
*html #login,
*html #new-account {
	zoom : 1;
}

#main-contents #text-col #text-contents .form-holder h3 {
	font-size: 16px;
	color: #ffe9cc;
	margin: 0;
	padding: 8px;
}

#main-contents #text-col #text-contents .form-holder form {
	padding: 0px;
}

#main-contents #text-col #text-contents .form-holder table {
	font-size: 12px;
	font-weight: normal;
	color: #ffe9cc;
	padding: 0 8px;
}

#main-contents #text-col #text-contents .form-holder table td {
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
	color: #ffe9cc;
	padding: 0 6px 8px 0;
}

#main-contents #text-col #text-contents .form-holder table td.label {
	font-size: 12px;
	font-weight: normal;
	color: #ffe9cc;
	text-align: right;
	width: 140px;
}

#main-contents #text-col #text-contents .form-holder table td.mandatory,
#main-contents #text-col #text-contents .form-holder table td span.mandatory {
	font-size: 12px;
	font-weight: bold;
	color: #ce2b1a;
}

.form-holder input[type=text] {
	margin: 0;
	width: 280px;
	padding: 2px;
	background-color: #ffe9cc;
	border: 1px solid #b76403;
}

.form-holder input[type=text]:hover {
	background-color: #fff;
}

.form-holder input[type=text]:focus {
	background-color: #fff;
	border: 1px solid #884a02;
}
/* @end */




/* @group game page */
#main-contents #text-col #text-contents .form-holder form ul li {
	font-size: 12px;
	font-weight: normal;
	color: #ffe9cc;
	margin: 0 0 8px;
	padding: 0;
}

#main-contents #text-col #text-contents .form-holder form ul li h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ffe9cc;
	text-align: left;
	margin: 0;
	padding: 0;
}
#main-contents #text-col #text-contents .form-holder form ul li label {
	font-size: 14px;
	font-weight: normal;
	color: #ffe9cc;
	text-align: left;
	margin: 0;
	padding: 0 0 0 12px;
	display: block;
	cursor: pointer;
outline: 0px solid red;
}


#main-contents #text-col #text-contents .form-holder p.game-text {
	font-size: 13px;
	font-style: italic;
	color: #ffe9cc;
	text-align: left;
	padding: 6px 4px;
	width: 440px;
}

#main-contents #text-col #text-contents .form-holder p.counter {
	font-size: 11px;
	color: #ffe9cc;
	text-align: left;
	padding: 6px 4px;
}

.form-holder input[type=checkbox] {
	margin: 0 6px 0 0;
	padding: 0;
}
/* @end */




/* @end */


/* @group footer */
#footer #logo {
	height: 32px;
	width: 120px;
	display: block;
	float: right;
	margin: 0 46px 0 0;
	padding: 0;
}
*html #footer #logo {
	margin: 0 23px 0 0;
}
#footer #logo a:link,
#footer #logo a:visited,
#footer #logo a:hover {
	text-decoration: none;
	height: 32px;
	width: 120px;
	display: block;
	margin: 0;
	padding: 0;
	background: #e2001a url(img/bk-footer-logo.jpg) no-repeat 0 top;
}
/* @end */



