body {
	background-image: url(/images/bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: black;
	margin: 0;
	padding: 0;
}

h1 {
	color: #90C540;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
	text-decoration: underline;
}

table {
  border-collapse: collapse;
  font-size: 13px;
}

/* ------------------------- Desgin général --------------------------------- */
#main_body {
	table-layout: fixed;
	height: 100%;
}

#main {
	border-collapse: collapse;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 1000px;
	table-layout: fixed;
	height: 100%;
}

#header {
	border-bottom: 2px solid #376437;
}

#menu_haut {
	background-image: url(/images/menu_haut_bg.png);
}

#menu_haut tr td, #menu_haut tr td a {
	color: white;
	text-align: center;
	vertical-align: top;
	padding-top: 7px;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 1px 1px 4px #000;
	background-position: top;
	background-repeat: no-repeat;
}

#menu_haut tr td.left {
	width: 167px;
	background-image: url(/images/menu_haut_btn_left.png);
}

#menu_haut tr td.middle {
	width: 164px;
	background-image: url(/images/menu_haut_btn_middle.png);
}

#menu_haut tr td.right {
	width: 162px;
	background-image: url(/images/menu_haut_btn_right.png);
}

#menu_haut tr td.social {
	padding-top: 0;
	padding-right: 20px;
	vertical-align: top;
}

#mg {
	background-image: url(/images/menu_gauche_bg.png);
}

#classements {
	height: 842px;
}

.block_mg_header {
	padding: 0 12px 0 18px;
	background-image: url(/images/menu_gauche_encart_haut.png);
	height: 37px;
	font-size: 16px;
	color: white;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 1px 1px 4px #000;
}

.block_mg_body {
	padding: 0 12px 0 18px;
	background-image: url(/images/menu_gauche_encart_milieu.png);
}

.block_mg_footer {
	padding: 0 12px 0 18px;
	background-image: url(/images/menu_gauche_encart_bas.png);
	height: 14px;
}

table.menu_gauche {
	margin: 5px 0;
}

table.menu_gauche td {
	height: 35px;
	padding-left: 20px;
}

table.menu_gauche a {
	color: white;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 1px 1px 4px #000;
}

table.classement td {
	color: #003300;
}

table.classement a {
	color: #003300;
}

div.cadeau {
	width: 76px;
	height: 76px;
	padding: 10px;
	background-image: url(/images/menu_gauche_classement_bg_cadeau.png);
}

#footer {
	border-top: 2px solid #64bc06;
	background-image: url(/images/footer_bg.png);
	color: white;
}

#footer table, #footer a {
	color: white;
}

#body {
	background-image: url(/images/body_bg.png);
	padding: 0 15px 0 13px;
}

table.block-large {
	width: 730px;
	margin-bottom: 10px;
}

td.block-large-top {
	background-image: url(/images/block_large_top.png);
	height: 35px;
	padding-left: 15px;
	font-size: 16px;
	color: white;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 1px 1px 4px #000;
}

td.block-large-mid {
	background-image: url(/images/block_large_mid.png);
	padding: 5px 16px;
}

td.block-large-bot {
	background-image: url(/images/block_large_bot.png);
	height: 18px;
}

table.block-moyen {
	width: 461px;
	margin-bottom: 10px;
}

td.block-moyen-top {
	background-image: url(/images/block_moyen_top.png);
	height: 35px;
	padding-left: 15px;
	font-size: 16px;
	color: white;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 1px 1px 4px #000;
}

td.block-moyen-mid {
	background-image: url(/images/block_moyen_mid.png);
	padding: 5px 16px;
}

td.block-moyen-bot {
	background-image: url(/images/block_moyen_bot.png);
	height: 18px;
}

table.block-petit {
	width: 261px;
	margin-bottom: 10px;
}

td.block-petit-top {
	background-image: url(/images/block_petit_top.png);
	height: 35px;
	padding-left: 15px;
	font-size: 16px;
	color: white;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 1px 1px 4px #000;
}

td.block-petit-mid {
	background-image: url(/images/block_petit_mid.png);
	padding: 5px 16px;
}

td.block-petit-bot {
	background-image: url(/images/block_petit_bot.png);
	height: 18px;
}

button.btn_bouton {
	border: 0 none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	padding: 3 12;
	width: auto;
	border-radius: 12px;
    background: -webkit-linear-gradient(top, #b6e64b, #1a8e04);
    background: -moz-linear-gradient(top, #b6e64b, #1a8e04);
    background: linear-gradient(top, #b6e64b, #1a8e04);
	background-color: #82b437;
	-webkit-transition: box-shadow 0.3s ease-out;
	-moz-transition: box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out;
}

button.btn_bouton:hover {
  	box-shadow: 0px 0px 6px #1a8e04;
}

button.btn_bouton span {
	color: white;
	font-weight: bold;
	white-space: nowrap;
	text-shadow: 1px 1px 1px #000;
}

button.btn_bouton_achat {
	border: 0 none;
	cursor: pointer;
	margin: 0;
	overflow: visible;
	padding: 4 13;
	width: 180px;
	border-radius: 15px;
    background: -webkit-linear-gradient(top, #b6e64b, #1a8e04);
    background: -moz-linear-gradient(top, #b6e64b, #1a8e04);
    background: linear-gradient(top, #b6e64b, #1a8e04);
	background-color: #82b437;
	-webkit-transition: box-shadow 0.3s ease-out;
	-moz-transition: box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out;
}

button.btn_bouton_achat:hover {
  	box-shadow: 0px 0px 6px #1a8e04;
}

button.btn_bouton_achat span {
	color: white;
	font-weight: bold;
	white-space: nowrap;
    font-size: 14px;
	text-shadow: 1px 1px 1px #000;
}

#plateau {
	width: 730px;
	margin-bottom: 10px;
}

#plateau th {
	background-image: url(/images/jeux_haut.png);
	height: 42px;
	padding-left: 15px;
	font-size: 24px;
	color: white;
	font-weight: bolder;
	text-decoration: none;
	text-shadow: 1px 1px 4px #000;
	text-align: left;
}

#plateau td.flash {
	background-color: white;
}

#plateau td.infos {
	background-color: white;
}

.achat_jetons_4x2, .achat_jetons_4x1, .achat_jetons_3x1 {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 440px;
    height: 160px;
}

.achat_jetons_4x1, .achat_jetons_3x1 {
    width: 220px;
}

.achat_jetons_3x1 {
    height: 120px;
}

.hide {
	display: none;
}













.header-externe {
    border-top: 5px solid #eefcd9;
}

.header-interne {
    border-top: 5px solid #9AD249;
}

#div-menu {
    text-align: center;
    background-color: #eefcd9;
    height: 36px;
    margin-bottom: 20px;
}

#div-internal-menu-bg-top {
    height: 15px;
    background: -webkit-linear-gradient(top, #9ad249, #8ac239);
    background: -moz-linear-gradient(top, #9ad249, #8ac239);
}

#div-internal-menu-bg-middle {
    height: 6px;
    background-color: #8ac239;
}

#div-internal-menu-bg-bottom {
    height: 15px;
    background: -webkit-linear-gradient(top, #8ac239, #9ad249);
    background: -moz-linear-gradient(top, #8ac239, #9ad249);
    background: linear-gradient(top, #8ac239, #9ad249);
}

#div-internal-menu {
    text-align: left;
    margin-top: -36px;
    display: inline-block;
    width: 960px;
    height: 36px;
}

#div-menu-liste {
    border: 1px solid black;
}

.td-menu {
    text-align: center;
    display: inline-block;
    width: 140px;
    height: 36px;
    font-size: 14px;
}

.td-menu:hover {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0.8;
}

.td-menu a {
    color: #eefcd9;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}

.td-menu a:hover {
    color: #eefcd9;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000;
}

/* ------------------------- Desgin général --------------------------------- */



table.infos_perso {
	border-collapse: collapse;
}

table.infos_perso td {
	/* border: 1px solid #cbd1c7; */
	text-align: center;
}

table.infos_perso th {
	/* border: 1px solid #cbd1c7; */
	text-align: center;
}

table.menu_haut td {
	border-right: 1px dashed #cbd1c7;
}

table.menu_haut a {
	text-decoration: none;
}

table.bord-gris-vert {
    border-collapse: separate;
    border-radius: 5px;
	border-top: 1px solid #cbd1c7;
	border-left: 1px solid #cbd1c7;
	border-bottom: 4px solid #9ad249;
	border-right: 1px solid #cbd1c7;
	background-color: white;
}

table.panier {
  border-collapse: collapse;
  border: 1px solid black;
}

table.panier th {
  border: 1px solid black;
}

table.panier td {
  border: 1px solid black;
}

th.bord-gris-vert {
	background-color: #9ad249;
	color: white;
}

td.pointer {
	cursor: pointer;
}

td.nopointer {
	cursor: default;
}

td.boutique {
	background-image: url(/images/fond_vignette_boutique.gif);
	background-repeat: no-repeat;
}

img.boutique {
	margin: 7px 10px 7px 7px;
}

td.boutique_110 {
	background-image: url(/images/fond_vignette_boutique_110.gif);
	background-repeat: no-repeat;
}

img.boutique_110 {
	margin: 9px 12px 9px 9px;
}

td.selected {
	background-color: white;
}

td.not_selected {
	background-color: #c3c3c3;
	border-left: 1px solid white;
	border-right: 1px solid white;
	cursor: pointer;
}

div.news_titre {
	margin: 0 5px;
	text-align: left;
	font-weight: bold;
	color: #717a64;
}

div.news_text {
	margin: 10px 15px;
	text-align: justify;
}

div.news_date {
	margin: 0 5px 20px 5px;
	font-size: 10px;
	border-bottom: 1px solid #cbd1c7;
}

div.news_date2 {
	margin: 0 5px 2px 5px;
	font-size: 10px;
}

div.gagnants_titre {
	margin: 0 5px;
	text-align: left;
	font-weight: bold;
	color: #717a64;
}

div.gagnants_text {
	margin: 5px 15px;
	text-align: justify;
}

div.gagnants_date {
	margin: 0 5px 20px 5px;
	font-size: 10px;
	border-bottom: 1px solid #cbd1c7;
}

div.bord-gris-vert {
	background-color: white;
	border-top: 1px solid #cbd1c7;
	border-left: 1px solid #cbd1c7;
	border-bottom: 4px solid #9ad249;
	border-right: 1px solid #cbd1c7;
}

div.joker {
	width: 36px;
	height: 36px;
	float:right;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #9ad249;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:20px;
  cursor:pointer;
}


a { 
	color: #7FAD3A;
	outline: none;
}
a:hover {
	color: #91C642;
}



a.cadeau { 
	color: black;
	text-decoration: none;
}
a.cadeau:hover {
	color: black;
	text-decoration: none;
}

a.blanc {
	color: white;
}

img.pointer {
	cursor: pointer;
}

img.nopointer {
	cursor: default;
}

img.facebook {
	display: none;
}

SPAN.lvl {
	padding: 1px;
	font-size: 8px;
	font-weight: bold;
	color: white;
	background-color: #587d20;
}

p {
	text-align: justify;
	padding-bottom: 20px;
}


.nobr {
    white-space: nowrap;
}

#connexion {

}

#connexion th {
	text-align: left;
	font-weight: bold;
	color: #717a64;
}

#connexion a {
	text-align: left;
	font-size: 12px;
}

#calendrier {
	background-image: url(/images/bg_calendar.png);
}

#calendrier TH {
	background-image: url(/images/bg_calendar_top.png);
	color: white;
	font-weight: bold;
}

#calendrier TH A {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#calendrier TD.selected {
	border: 1px solid #91C642;
	background-color: #91C642;
	color: white;
	font-weight: bold;
}

