body {
	margin: 0;
	font-family: Tahoma, Arial;
	font-size: 11px;
	background: url(../images/background.png) top center no-repeat #e4e4e4;
}
a { text-decoration: none; color: #383838; }
a:hover { text-decoration: none; cursor: pointer; }
p { margin: 0; }
h1 { margin: 0; font-size: 16px; }
h2 { margin: 0; font-size: 14px; }
h3 { margin: 0; font-size: 12px; }
form { margin: 0; padding: 0; }
ul { margin: 0; padding: 0; }
li { margin: 0; padding: 0; list-style-type: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
#ERROR {
	padding: 3px 8px;
	position: absolute;
	float: left;
	background: red;
	color: white;
}
#MESSAGE {
	padding: 3px 8px;
	position: absolute;
	float: left;
	background: white;
	color: #666;
}
#ERROR a, #MESSAGE a { text-decoration: underline; }

/* HEADER */
#header {
	margin: auto;
	width: 950px;
	height: 129px;
}
#header .logo {
	float: left;
	width: 208px;
	height: 51px;
	margin: 15px 0 15px 0;
}
#header .logo a img{ border: none; }
#header .logo a h1 {
	overflow:hidden;
	margin:0;
	text-indent:-9999px;
	width: 1px;
	height: 1px;
}
#header .menu { float: left; height: 48px; width: 950px; overflow: hidden; }
#header .menu a {	float: left; height: 48px; margin-right: 1px; }
#header .menu a.a { width: 127px;	background: url(../images/menu.png); }
#header .menu a.a:hover { background-position: 0 100%; }
#header .menu a.b{ width: 117px;	background: url(../images/menu.png) 615px 0; }
#header .menu a.b:hover { background-position: 615px 100%; }
#header .menu a.c{ width: 134px;	background: url(../images/menu.png) 497px 0; }
#header .menu a.c:hover { background-position: 497px 100%; }
#header .menu a.d{ width: 157px;	background: url(../images/menu.png) 362px 0; }
#header .menu a.d:hover { background-position: 362px 100%; }
#header .menu a.e{ width: 93px;	background: url(../images/menu.png) 204px 0; }
#header .menu a.e:hover { background-position: 204px 100%; }
#header .menu a.f{ width: 110px;	background: url(../images/menu.png) 110px 0; }
#header .menu a.f:hover { background-position: 110px 100%; }
#header .login {
	float: right;
	height: 35px;
	padding-left: 15px;
	background: url(../images/top.png) no-repeat;
	max-width: 350px;
	line-height: 32px;
	color: #fff;
}
#header .login  img{ vertical-align: top; margin: 0 5px 0 5px; }
#header .login input[type=text], #header .login input[type=password] {
	float: left;
	border: none;
	background: white;
	color: #333;
	padding: 2px;
	height: 13px;
	line-height: 13px;
	width: 100px;
	margin: 0 1px 0 0;
}
#header .login input[type=submit] {
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../images/form_btn_grey.png) no-repeat;
	color: #222;
	width: 25px;
	height: 17px;
	line-height: 17px;
	font-size: 9px;
	font-weight: bold;
	font-family: Tahoma, sans serif;
	text-align: center;
}
#header .login div {
	float: left;
	background: url(../images/form_left_white.png) no-repeat;
	padding-left: 8px;
	height: 17px;
	margin-top: 7px;
}
#header .end {
	float: right;
	width: 15px;
	height: 35px;
	background: url(../images/top.png) 15px;
}
#header .login a {
	padding: 4px 0 4px 23px;
	background: url(../images/top_puce.png) left -5px no-repeat;
	color: #fff;
}
#header .form {
	float: left;
	padding-top: 18px;
	margin-left: 20px;
}
#header .form input[type=text] {
	margin: 0;
	border: 0;
	padding: 2px 0 2px 0;
	line-height: 13px;
	height: 13px;
	background: #fff;
	color: #888;
	font-size: 11px;
	vertical-align: top;
	width: 120px;
}
#header .form input[type=submit] {
	border: 0;
	padding: 0 0 2px 0;
	margin: 0 0 0 1px;
	background: url(../images/form_btn_grey.png) no-repeat;
	color: #222;
	width: 25px;
	height: 17px;
	line-height: 17px;
	font-size: 9px;
	font-weight: bold;
	font-family: Tahoma, sans serif;
	text-align: center;
}
#header .form div {
	background: url(../images/form_left_white.png) no-repeat;
	padding-left: 8px;
	height: 17px;
}

/* CONTENT */

#content { width: 935px; margin: 10px auto 0 auto; }

/* LEFT */
#left {
	float: left;
	width: 124px;
	margin-right: 10px;
}
#left ul#nav li { margin-bottom: 3px; }
#left ul#nav li a { display: block; height: 25px; text-indent: -9999px; }
#left ul#nav li a.a { background: url(../images/nav.png); }
#left ul#nav li a.b{ background: url(../images/nav.png) 0 -25px; }
#left ul#nav li a.c{ background: url(../images/nav.png) 0 -50px; }
#left ul#nav li a.d{ background: url(../images/nav.png) 0 -75px; }
#left ul#nav li a.e{ background: url(../images/nav.png) 0 -100px; }
#left ul#nav li a.f{ background: url(../images/nav.png) 0 -125px; }
#left ul#nav li a.g{ background: url(../images/nav.png) 0 -150px; }
#left ul#nav li a.h{ background: url(../images/nav.png) 0 -175px; }
#left ul#nav li a.z{
	background: url(../images/bg_nav.png) no-repeat;
	font-family: Molengo, sans serif;
	color: #484848;
	text-indent: 0;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 28px;
	line-height: 25px;
	font-size: 12px;
}
#left ul#nav li ul{ margin: 5px 0 5px 0; }
#left ul#nav li ul li { padding-left: 20px; line-height: 14px; }
#left ul#nav li ul li a {
	display: inline;
	padding-left: 10px;
	background: url(../images/nav_puce.png) no-repeat;
}
#left ul#nav li ul li a:hover {text-decoration: underline;}

/* CENTER */
#center {
	float: left;
	width: 480px;
	margin-right: 5px;
}
#center h1.title {
	font-family: Molengo, sans serif;
	//color: #60ad15;
	color: #1e1e1e;
	font-size: 20px;
	padding: 0 0 0 20px;
	line-height: 34px;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	//background: url(../images/puce_titre.png) left 12px no-repeat;
	background: url(../images/bg_title.png) left top no-repeat;
}
#center h1.title span {color: #60ad15;}
#center h2.titlecat {
	font-family: Molengo, sans serif;
	//color: #60ad15;
	color: #1e1e1e;
	font-size: 20px;
	padding: 0 0 0 20px;
	line-height: 34px;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	//background: url(http://www.jeuxcasino.com/images/puce_titre.png) left 12px no-repeat;
	background: url(http://www.jeuxcasino.com/images/bg_title.png) left top no-repeat;
}
#center h2.titlecat span {color: #60ad15;}
#center h2.title {
	font-family: Molengo, sans serif;
	//color: #60ad15;
	color: #1e1e1e;
	font-size: 28px;
	text-align:center;
	padding: 0 0 5px 0;
	line-height: 34px;
	letter-spacing: -2px;
	margin: 0 0 10px 0;
	//background: url(../images/puce_titre.png) left 12px no-repeat;
	background: url(../images/bg_title_h.png) left top no-repeat;
}
#center h2.title span {color: #60ad15;font-weight:normal;}
#center .description {
	display: block;
	padding: 5px;
	margin: 0 5px 5px 0;
	background: #fff;
}
#center .description p {margin: 5px 0 5px 0;}
#center .big {font-size: 12px;}
#center .vignette {
	width: 155px;
	height: 139px;
	float: left;
	background: url(../images/vignette.png) no-repeat;
	margin-right: 5px;
	margin-bottom: 5px;
}
#center .vignette img { padding: 6px; }
#center .vignette  a.top  {
	position: absolute;
	margin: 0;
	padding-top: 6px;
	background: url(../images/vignette.png);
	width: 155px;
	height: 28px;
	font-family: Tahoma, sans serif;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#center .vignette  a.top:hover { color: #000; background: url(../images/vignette.png) -155px 0; }
#center .vignette a button { width: 26px; height: 28px; border: none; cursor: pointer; vertical-align: top;}
#center .vignette a.a button { background: url(../images/puces.png) 0 -28px no-repeat; }
#center .vignette a.a:hover button { background: url(../images/puces.png) 0 0 no-repeat; }
#center .vignette a.b button { background: url(../images/puces.png) -26px -28px no-repeat; }
#center .vignette a.b:hover button { background: url(../images/puces.png) -26px 0 no-repeat; }
#center .vignette a.c button { background: url(../images/puces.png) -52px -28px no-repeat; }
#center .vignette a.c:hover button { background: url(../images/puces.png) -52px 0 no-repeat; }
#center .vignette a.d button { background: url(../images/puces.png) -78px -28px no-repeat; }
#center .vignette a.d:hover button { background: url(../images/puces.png) -78px 0 no-repeat; }
#center .vignette a.e button { background: url(../images/puces.png) -104px -28px no-repeat; }
#center .vignette a.e:hover button { background: url(../images/puces.png) -104px 0 no-repeat; }
#center .vignette a.f button { background: url(../images/puces.png) -130px -28px no-repeat; }
#center .vignette a.f:hover button { background: url(../images/puces.png) -130px 0 no-repeat; }
#center .vignette  .bottom {
	position: absolute;
	margin-top: -32px;
	background: url(../images/vignette.png) 0 32px;
	width: 155px;
	height: 32px;
}
#center .vignette .bottom .left {
	float: left;
	padding-left: 15px;
	font-size: 10px;
}
#center .vignette .bottom .left a:hover { text-decoration: underline; }
#center .vignette .bottom a.play {
	float: right;
	padding-right: 15px;
	padding-left: 12px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
}
#center .vignette  .bottom a.play:hover { background: url(../images/vignette.png) 79px 32px; }
#center #register {
	float: left;
	width: 147px;
	height: 48px;
	padding-top: 40px;
	padding-left: 105px;
	background: url(../images/register.png);
	color: #fff;
	font-size: 10px;
}
#center #register a { color: #fff; text-decoration: underline; }
#center #oneclic {
	float: left;
	width: 198px;
	height: 41px;
	margin: 7px 0 0 10px;
	padding: 32px 0 0 15px;
	background: url(../images/en1clic.png);
	font-size: 10px;
}
#center #oneclic a {
	display: block;
	padding-left: 10px;
	background: url(../images/nav_puce.png) no-repeat;
}
#center #oneclic a:hover { text-decoration: underline; }
#center #mag {
	float: left;
	width: 475px;
	margin-top: 3px;
	padding-bottom: 5px;
	background: #d7d7d7;
}
#center #mag #news {
	width: 399px;
	height: 108px;
	padding: 5px 0 0 76px;
	background: url(../images/mag_news.png) no-repeat;
}
#center #mag #news .news {
	float: left;
	padding: 5px;
	color: #fff;
	width: 119px;
	height: 80px;
	overflow: hidden;
}
#center #mag #news a {
	margin: 64px 0 0 71px;
	position: absolute;
	width: 50px;
	height: 16px;
	background: url(../images/voir.png) no-repeat;
}
#center #mag #news .sep {
	float: left;
	width: 2px;
	height: 90px;
	background: url(../images/mag_news_sep.png) no-repeat;
}
#center #mag .archive {
	display: block;
	margin: 5px 6px 0 6px;
	padding: 4px;
	background: #efefef;
	color: #383838;
	text-align: justify;
}
#center #mag .archive i {color: #999;}
#center #mag .article {
	display: block;
	margin: 5px 6px 0 6px;
	padding: 7px 7px 3px 7px;
	background: #d7d7d7 url(../images/mag_bg_preview.png) top no-repeat;
	color: #383838;
	text-align: justify;
}
#center #mag .article img { float: left; margin: 3px 7px 0 0; }
#center #mag .article .date { float: left; padding: 0 5px 2px 0; color: #777; }
#center #mag .article .cat { font-size: 9px; line-height: 14px; float: left; margin-right: 5px; }
#center #mag .article .cat a { padding: 1px 3px; background: #333; color: #fff; float: none; background-image: none; color: #fff; text-decoration: none; }
#center #mag .article .cat a:hover { background: #60ad15; }
#center #mag .article h3 {
	display: block;
	color: #60ad15;
	padding-left: 13px;
	background: url(../images/puce_double.png) left center no-repeat;
	font-size: 16px;
	margin-bottom: 3px;
	line-height: 22px;
}
#center #mag .article a {
	float: right;
	margin-top: 10px;
	width: 68px;
	height: 22px;
	background: url(../images/lire.png) no-repeat;
}
#center #mag .article h3 a {
	float: none;
	width: auto;
	display: block;
	background: none;
	color: #60ad15;
	margin-top: 0;
}
#center #mag .article_btm {
	display: block;
	height: 4px;
	background: url(../images/mag_bg_bottom.png) top no-repeat;
}
#center #jeu_top {
	float: left;
	background: url(../images/jeu_top.png) no-repeat left bottom;
	width: 460px;
	height: 30px;
	line-height: 20px;
	padding-left: 15px;
	color: #60ad15;
	font-weight: bold;
	font-size: 12px;
}
#center #jeu {
	float: left;
	width: 455px;
	padding: 10px 10px 0 10px;
	background: #666 url(../images/jeu_bottom.png) center bottom no-repeat;
	text-align: center;
	margin-bottom: 5px;
}
#center .espace {
	margin-top: 15px;
}
#center .display_article_top {
	width: 460px;
	height: 30px;
	background: url(../images/center_content_top_comments.png) left bottom no-repeat;
	line-height: 25px;
	padding-left: 15px;
}
#center .display_article_top h1 {
	font-family: Molengo, sans serif;
	letter-spacing: -1px;
	color: #60ad15;
	font-size: 16px;
}
#center .display_article_top span { font-size: 12px; }
#center .display_article_top strong { color: #72b531; }
#center .display_article {
	width: 455px;
	background: #f6f6f6;
	padding: 5px 10px;
	font-size: 11px;
	text-align: justify;
}
#center .display_article blockquote span {
	font-weight: normal;
	color:#000;
}
#center .display_article blockquote {
	font-weight: bold;
	color: #60ad15;
}
#center .display_article blockquote a {
	font-weight: bold;
	color: #60ad15;
	text-decoration:none;
}
#center .display_article a {
	text-decoration:underline;
}
#center .display_article a:hover {
	color: #60ad15;
}
#center .display_article ul { 
	list-style-type: lower-roman;
	padding-left: 30px;
	padding-top:5px;
}
#center .display_article li { 
	list-style-type: lower-roman; 
	padding-left: 10px;
	padding-top:5px;
}
#center .display_article .tip {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #60ad15;
	color: #fff;
	padding: 4px;
	font-size: 11px;
	font-style: italic;
}
#center .display_article h5 {
	margin: 10px 0 0 0;
	padding: 2px;
	font-size: 10px;
	color: #999;
	text-align: right;
	font-weight: normal;
}

#center .display_article h2 {
	font-family: Molengo, sans serif;
	//color: #60ad15;
	color: #1e1e1e;
	font-size: 16px;
	padding: 0 0 0 0px;
	line-height: 34px;
	letter-spacing: -1px;
	margin: 0 0 0 0;
}

#center .display_article h2 span {color: #60ad15;}

#center .display_article h3 {
	font-family: Molengo, sans serif;
	//color: #60ad15;
	color: #1e1e1e;
	font-size: 14px;
	padding: 0 0 0 0px;
	line-height: 34px;
	letter-spacing: -1px;
	margin: 0 0 0 0;
}
#center .display_article_btm {
	width: 475px;
	height: 3px;
	background: url(../images/center_content_bottom.png) no-repeat;
	margin-bottom: 10px;
}
#center .com_top {
	width: 460px;
	height: 30px;
	background: url(../images/center_content_top_comments.png) left bottom no-repeat;
	line-height: 25px;
	padding-left: 15px;
	color: #5a5a5a;
}
#center .com_top strong { color: #72b531; }
#center .com {
	width: 465px;
	background: #f6f6f6;
	padding: 2px 5px;
}
#center .com_btm {
	width: 475px;
	height: 3px;
	background: url(../images/center_content_bottom.png) no-repeat;
}
#center .com_write {
	width: 475px;
	height: 205px;
	background: url(../images/back_comments.png) no-repeat;
	color: #616161;
	font-size: 11px;
}
#center form.comment { padding: 8px; line-height: 20px;}
#center form.comment input[type=text], #center form.comment input[type=password] {
	border: none;
	height: 16px;
	width: 216px;
	padding: 2px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#center form.comment input[type=submit] {
	border: none;
	height: 24px;
	width: 86px;
	background: url(../images/envoyer.png);
	margin-top: 7px;
}
#center form.comment input[type=submit]:hover { cursor: pointer; }
#center form.comment textarea {
	border: none;
	height: 54px;
	width: 456px;
	padding: 2px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#center .cat_description {
	width: 301px;
	height: 91px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	padding: 20px 5px 5px 5px;
	background: url(../images/cat_description.png) no-repeat;
	overflow: hidden;
}
#center .cat_description h1, #center .cat_description_large h1 {
	margin-bottom: 5px;
	padding: 0;
	font-size: 13px;
}
#center .cat_buttons { padding-top: 13px; }
#center .cat_buttons img { margin-bottom: 5px; float: left; }
#center .cat_buttons a img { border: none; }
#center .cat_description_large {
	width: 465px;
	height: 91px;
	margin-bottom: 5px;
	float: left;
	padding: 20px 5px 5px 5px;
	background: url(../images/cat_description_large.png) no-repeat;
	overflow: hidden;
}
#center a.cat_buttons_large {
	float: left;
	width: 115px;
	height: 31px;
	margin: 0 2px 5px 3px;
	padding: 0 0 0 38px;
	background: url(../images/cat_buttons.png) no-repeat;
	font-size: 18px;
	line-height: 31px;
	color: white;
	overflow: hidden;
}
#center a.cat_buttons_large:visited {
	background-position: left bottom;
}
#center a.cat_buttons_large:hover {
	background-position: left center;
}
#center .vignette_jeu {
	width: 155px;
	height: 139px;
	float: left;
	background: url(../images/vignette_jeux.png) no-repeat;
	margin-right: 5px;
	margin-bottom: 5px;
}
#center .vignette_jeu img { padding: 6px; }
#center .vignette_jeu a.top  {
	position: absolute;
	margin: 0;
	padding-top: 5px;
	background: url(../images/vignette_jeux.png);
	width: 155px;
	height: 23px;
	font-family: Tahoma, sans serif;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#center .vignette_jeu a.top:hover { color: #000; background: url(../images/vignette_jeux.png) -155px 0; }
#center .vignette_jeu .bottom {
	position: absolute;
	margin-top: -32px;
	background: url(../images/vignette_jeux.png) 0 32px;
	width: 155px;
	height: 32px;
}
#center .vignette_jeu .bottom a {
	display: block;
	width: 155px;
	height: 26px;
}
#center .vignette_jeu .bottom a:hover { background: url(../images/vignette_jeux.png) -155px 32px; }


/* RIGHT */

#right { float: left; width: 302px; }
#right .tops {
	display: block;
	background: #000 url(../images/tops.png) top no-repeat;
	padding: 7px;
}
#right button:hover { cursor: pointer; }
#right button.top { width: 66px; height: 21px; margin-right: 2px; }
#right button.clics {	background: url(../images/tops_onglets.png) top no-repeat; border: none; }
#right button.votes {	background: url(../images/tops_onglets.png) bottom no-repeat; border: none; }
#right .tops a {
	background: url(../images/puces_top.png) left bottom no-repeat;
	display: block;
	color: #fff;
	line-height: 25px;
	margin-left: 5px;
}
#right .tops a.first { background: url(../images/puces_top.png) left top no-repeat; }
#right .tops a .number { padding: 0 15px 0 6px; color: #000; }
#right .tops a.first .number { color: #fff; }
#right .tops a .hits { position: absolute; margin-left: 180px; }
#right .tops_bottom {
	display: block;
	background: url(../images/tops_bottom.png) no-repeat;
	height: 4px;
	margin-bottom: 5px;
}
#right .cadre_top {
	display: block;
	background: #fbfbfb url(../images/right_top.png) top no-repeat;
	color: #383838;
	text-align: justify;
	margin-top: 5px;
	padding: 7px 7px 3px 7px;
}
#right .cadre_top_titre {
	display: block;
	background: #fbfbfb url(../images/right_top_titre.png) top no-repeat;
	margin-top: 5px;
	padding: 0 7px 3px 7px;
}
#right .cadre_top_titre h3 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 31px;
}
#right .cadre_bottom {
	display: block;
	height: 4px;
	background: url(../images/right_bottom.png) no-repeat;
	margin-bottom: 5px;
}
#right .form {
	float: right;
	width: 160px;
	padding: 7px 0 6px 0;
}
#right .form input[type=text] {
	margin: 0;
	border: 0;
	padding: 2px 0 2px 0;
	line-height: 13px;
	height: 13px;
	width: 120px;
	background: #2c2c2c;
	color: #fff;
	font-size: 11px;
	vertical-align: top;
}
#right .form input[type=submit] {
	border: 0;
	padding: 0 0 2px 0;
	margin: 0 0 0 1px;
	background: url(../images/form_btn_green.png) no-repeat;
	color: #fff;
	width: 25px;
	height: 17px;
	line-height: 17px;
	font-size: 9px;
	font-weight: bold;
	font-family: Tahoma, sans serif;
	text-align: center;
}
#right .form div {
	background: url(../images/form_left_black.png) no-repeat;
	padding-left: 8px;
	height: 17px;
}
#right .newsletter {
	float: left;
	width: 120px;
	font-size: 10px;
	height: 30px;
	overflow: hidden;
	line-height: 15px;
}
#right #fiche_top {
	float: left;
	width: 298px;
	height: 3px;
	margin: 2px 0 0 2px;
	background: url(../images/fiche_top.png) no-repeat;
}
#right #fiche {
	float: left;
	width: 282px;
	padding: 5px 8px 8px 8px;
	margin: 0 0 5px 2px;
	background: #63af1b url(../images/fiche_bottom.png) center bottom no-repeat;
	color: #fff;
}
#right #fiche .note {
	height: 44px;
	width: 117px;
	padding-left: 20px;
	background: url(../images/background_note.png) no-repeat;
}
#right #fiche .note p {
	padding: 0 0 0 12px;
	background: url(../images/nav_puce_white.png) left center no-repeat;
	line-height: 18px;
}
#right #fiche p {	padding: 5px; }
#right #fiche a.btn {
	background: url(../images/right_button.png) no-repeat;
	width: 102px;
	height: 26px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 35px;
	color: #454545;
	line-height: 26px;
}
#right #fiche #description_top {
	margin-top: 8px;
	float: left;
	width: 282px;
	height: 3px;
	background: url(../images/description_top.png) no-repeat;
}
#right #fiche #description {
	float: left;
	width: 270px;
	padding: 3px 6px 6px 6px;
	background: #fff url(../images/description_bottom.png) center bottom no-repeat;
	color: #272727;
}
#right #fiche #description a {
	text-decoration:underline;
}
#right #fiche #description a:hover {
	color: #60ad15;
}
#right #fiche #description h1 {
	display: inline;
	font-size: 12px;
	color: black;
}
#right #fiche #description #bonus {
	font-size:30px;
	text-align: center;
	font-weight:bold;
	padding-bottom:15px;
}
#right #fiche #description #bonus span {
	font-size:11px;
	text-decoration:none;
}
#right1 h2.title {
	font-family: Molengo, sans serif;
	//color: #60ad15;
	color: #1e1e1e;
	font-size: 18px;
	padding: 0 0 0 20px;
	line-height: 34px;
	letter-spacing: -1px;
	margin: 0 0 0 0;
	//background: url(../images/puce_titre.png) left 12px no-repeat;
	background: url(../images/bg_title_r.png) left top no-repeat;
}
#right1 h2.title span {color: #60ad15;}
#right .cadre_top a {
	text-decoration:underline;
}
#right .cadre_top a:hover {
	color: #60ad15;
}

/* FOOTER */

#footer {
	height: 32px;
	padding-top: 114px;
	width: 100%;
	background: url(../images/footer.png) top center no-repeat;
	line-height: 16px;
	font-size: 10px;
	color: #999;
	text-align: center;
}
#footer a { color: #999; }
#footer span { color: #fff; }

/* RATING */
.rating, .fav{
  width:100px;
  height:22px;
  margin:0 0 20px 0;
  padding:0;
  list-style:none;
  clear:both;
  position:relative;
  background: url(stars.png) no-repeat 0 0;
}
.fav{width:20px;}
.star_0 {background-position:0 0}
.star_1 {background-position:0 -22px}
.star_2 {background-position:0 -44px}
.star_3 {background-position:0 -66px}
.star_4 {background-position:0 -88px}
.star_5 {background-position:0 -110px}
li.indicator {display: none;}
ul.rating li, ul.fav li  {
  cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
  float:left;
  /* end hide*/
  text-indent:-999em;
}
ul.rating li.indicator {float: right; text-indent: 0; position: relative; left: 18px;}
ul.fav li a, ul.rating li a {
  position:absolute;
  left:0;
  top:0;
  width:20px;
  height:22px;
  text-decoration:none;
  z-index: 200;
}
ul.rating li span, ul.fav li span {text-decoration:none; position:absolute; width:20px; height:22px;}
ul.fav li.s_1 a, ul.rating li.s_1 a {left:0;-moz-outline:none;}
ul.rating li.s_2 a {left:20px;-moz-outline:none;}
ul.rating li.s_3 a {left:40px;-moz-outline:none;}
ul.rating li.s_4 a {left:60px;-moz-outline:none;}
ul.rating li.s_5 a {left:80px;-moz-outline:none;}
ul.fav li a:hover, ul.rating li a:hover {
  z-index:2;
  width:100px;
  height:22px;
  overflow:hidden;
  left:0; 
  background: url(stars.png) no-repeat 0 0;
}
ul.fav li a:hover {width:20px;}
ul.fav li.s_1 a:hover, ul.rating li.s_1 a:hover {background-position:0 -22px;}
ul.rating li.s_2 a:hover {background-position:0 -44px;}
ul.rating li.s_3 a:hover {background-position:0 -66px}
ul.rating li.s_4 a:hover {background-position:0 -88px}
ul.rating li.s_5 a:hover {background-position:0 -110px}
#black {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: black;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 100;
}
#frame_game {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 101;
}
#game {
	background: white;
	margin: 5% auto 0 auto;
	width: 800px;
	border: 5px solid white;
	z-index: 101;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: left;
}
.iframe { width: 453px; height: 340px; }
.frame { line-height: 25px; }
.frame strong { font-size: 14px; }
#day {
	border: 6px solid #efefef;
	margin: 5px 5px 5px 0;
	position: relative;
	background: #fff;
}
#day .jeu {
	position: absolute;
	top: -13px;
	left: -13px;
	width: 122px;
	height: 37px; 
	background: url(../images/jour-jeu.png);
}
#day img.thumb { float: left; }
#day a img { border: none; }
#day h4 {
	float: left;
	width: 310px;
	margin: 0;
	font-size: 13px;
	line-height: 25px;
	padding: 0 5px;
	background: #f1f1f1 url(../images/bg-gradient-light-grey.png) repeat-x;
	background: #efefef;
	font-weight: normal;
}
#day p { 
	float: left;
	width: 310px;
	padding: 5px;
	margin: 0;
}
#day a.jouer { 
	position: absolute;
	bottom: 5px;
	left: 306px;
}
#day a.regles { 
	position: absolute;
	bottom: 5px;
	left: 147px;
}
.corner4{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.corner6{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
.corner8{-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
.button {
	float: left;
	margin-top: 5px;
	padding: 3px 6px;
	background: #333;
	color: #fff;
}
.button:hover {background: #60ad15;}
/* facebox */
#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
    display:none;
}
#facebox .popup {
    position:relative;
    border:3px solid rgba(0,0,0,0);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
    box-shadow:0 0 18px rgba(0,0,0,0.4);
}
#facebox .facecontent {
    display:table;
    width: 370px;
    background: #fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
