HTML {
	height:100%
}

BODY {
	margin:0px;
	padding:0px;
	
	font-family: 'cbfont', Arial, verdana, sans-serif;
	color:#666666;
	font-size:14px;
	line-height:20px;
	
	width:100%;
	height:100%;
	
	background-image:url(/css/images/skin_fond_body.png);
	background-color:#EEE;
}

/* GENERIQUE */

FORM {
	margin:0px;
	padding:0px;
}

IMG {
	border:0px;
}

H1, H2, H3 {
	margin:0px;
	padding:0px;

    font-family: 'ctfont';
	font-weight:normal;
	font-size:1em;
}

H1 {
	padding:0px 14px;
	margin-bottom:20px;
	
	font-size:32px;
	line-height:34px;
	text-align:center;
	
	text-shadow:1px 1px 0px #FFF;
}

H2 {
	font-size:24px;
	line-height:28px;
}

STRONG, B {

}

I {
}

a {
	text-decoration:none;
	transition:all 0.4s linear;
	cursor:pointer;
}

a:hover,
a.hover_mobile {
	text-decoration:none;
}

INPUT, TEXTAREA {
	-webkit-appearance:none;
	border-radius:0;
}

input[type=checkbox] {
	-webkit-appearance:checkbox;
}

input[type=radio] {
	-webkit-appearance:radio;
}

INPUT:focus, TEXTAREA:focus {
	outline:0px;
}

INPUT.input,
SELECT.select {
	border:0px;
	padding:0px;
	width:100%;
	padding-left:5px;
	
	height:40px;
	border:1px solid #d0d0d0;

	font-family: 'cbfont', Arial, verdana, sans-serif;
	font-size:13px;
	color:#666;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span
iframe[style] {
    width:100% !important;
}

.bloc_clear {
	display:block;
	clear:both;
	
	height:0px;
	line-height:0px;
	
	font-size:0px;
}

/* ROW + COLS */

.row {
	display:block;
	clear:both;
}

.row_center {
	position:relative;
	display:block;
	clear:both;
	
	max-width:1200px;
	margin:auto;
}

.row_padding_1 {
	padding:0px 27px;
}

.row_padding_2 {
	padding:0px 34px;
}

.col_1 {
	display:inline-block;
	vertical-align:top;
	
	width:8.3333333333%;
}

.col_2 {
	display:inline-block;
	vertical-align:top;
	
	width:16.66666667%;
}

.col_3 {
	display:inline-block;
	vertical-align:top;
	
	width:25%;
}

.col_4 {
	display:inline-block;
	vertical-align:top;
	
	width:33.3333333333%;
}

.col_5 {
	display:inline-block;
	vertical-align:top;
	
	width:41.66666667%;
}

.col_6 {
	display:inline-block;
	vertical-align:top;
	
	width:50%;
}

.col_7 {
	display:inline-block;
	vertical-align:top;
	
	width:58.3333333333%;
}

.col_8 {
	display:inline-block;
	vertical-align:top;
	
	width:66.66666667%;
}

.col_9 {
	display:inline-block;
	vertical-align:top;
	
	width:75%;
}

.col_10 {
	display:inline-block;
	vertical-align:top;
	
	width:83.3333333333%;
}

.col_11 {
	display:inline-block;
	vertical-align:top;
	
	width:91.66666667%;
}

.col_12 {
	display:inline-block;
	vertical-align:top;
	
	width:100%;
}

.col_padding {
	padding:0px 7px;
}
	
/* SITE */

#wrap {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -54px;
}

#header {
}

#menu {
}

#content {
	padding:0px 0px 14px 0px;
}

#footer,
#wrap .hack_footer {
	height:54px;
}

.bloc_type_1 {
	overflow:hidden;
	
	border-radius:4px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}

.bloc_type_2 {
	overflow:hidden;
	
	border-radius:4px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	
	color:#FFF;
}

.bloc_type_1.bloc_padding {
	padding:14px;
}

a.bouton_type_1 {
	display:block;
	
	height:40px;
	line-height:40px;
	padding:0px 14px;
	
	font-size:15px;
	font-weight:bold;
	background-color:#FFF;
	text-align:center;
	
	border-radius:4px;
	box-shadow:0px 0px 6px rgba(0,0,0,0.2);
}

a.bouton_type_1 span {
	display:inline-block;
	float:left;
}

a.bouton_type_1 span.icon {
	display:inline-block;
	float:right;
	
	font-size:30px;
	line-height:42px;
	
	margin-left:14px;
}

a.bouton_type_2 {
	display:block;
	
	height:40px;
	line-height:40px;
	padding:0px 14px;
	
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	
	border-radius:4px;
	box-shadow:0px 0px 6px rgba(0,0,0,0.2);
	text-shadow:1px 1px 0px rgba(0,0,0,0.35);
}

a.bouton_type_2:hover,
a.bouton_type_2.hover_mobile {
	color:#FFF;
}

a.bouton_type_2 span.icon {
	display:inline-block;
	float:right;
	
	font-size:30px;
	line-height:42px;
	
	margin-left:14px;
}

a.bouton_type_3 {
	display:block;
	
	height:40px;
	line-height:40px;
	padding:0px 14px;
	
	font-size:15px;
	font-weight:bold;
	background-color:#777;
	color:#FFF;
	text-align:center;
	
	border-radius:4px;
	box-shadow:0px 0px 6px rgba(0,0,0,0.2);
	text-shadow:1px 1px 0px rgba(0,0,0,0.35);
}

a.bouton_type_3:hover,
a.bouton_type_3.hover_mobile {
	color:#FFF;
	background-color:#444;
}

a.bouton_type_3 span.icon {
	display:inline-block;
	float:right;
	
	font-size:30px;
	line-height:42px;
	
	margin-left:14px;
}

.bouton_lock {
	display:block;
	
	height:40px;
	line-height:40px;
	padding:0px 14px;
	
	font-size:14px;
	font-weight:bold;
	background-color:#777777;
	color:#FFF;
	text-align:center;
	
	border-radius:4px;
	box-shadow:0px 0px 6px rgba(0,0,0,0.2);
	text-shadow:1px 1px 0px rgba(0,0,0,0.35);
}

.bouton_lock:hover,
.bouton_lock.hover_mobile {
	color:#FFF;
}

.bouton_lock span.icon {
	margin-right:10px;
	
	font-size:20px;
}

/* HEADER */

#header {
	position:relative;
	height:130px;
	
	background-color:#FFF;
	background-image:url(/css/images/skin_fond_header.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-size:15px 150px;
}

#header .row_center {
	position:relative;
	height:130px;
}

#header a.logo {
	position:absolute;
	overflow:hidden;
	
	width:235px;
	height:100px;
	top:10px;
	left:34px;
	
	text-indent:-999px;
	
	background-repeat:no-repeat;
	background-position:center;
}

#header .bt_sign {
	display:block;
	position:absolute;
	
	bottom:0px;
	right:34px;
}

#header .bt_sign a {
	display:inline-block;
	float:left;
	
	min-width:108px;
	height:40px;
	line-height:40px;
	
	margin-left:6px;
	padding:0px 16px;
	
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#header .bt_sign a span {
	display:block;
	float:right;
	
	height:40px;
	line-height:42px;
	
	font-size:25px;
}

#header .bt_sign a.sign_in {
	background-color:#4f4f4f;
}

#header .bt_sign a.sign_in:hover,
#header .bt_sign a.sign_in.hover_mobile {
	background-color:#222;
}

#header .menu_connect {
	float:right;
	margin-top:80px;
	margin-right:14px;
}

#header .menu_connect a {
	color:#777777;
	padding:0px 20px;
	line-height: 30px;

	border-right: 1px solid #d2d2d2;
}

#header .menu_connect a.case_log_out {
	padding-right: 0px;
	border-right: 0px;
	margin-right: 25px;
}

#header .langue {
	position:absolute;
	
	width:175px;
	height:30px;
	right:34px;
	top:30px;
	
	cursor:pointer;
}

#header .langue .actif {
	display:block;
	
	height:30px;
	line-height:30px;
	
	padding-left:32px;
	
	background-color:#FFF;
	border:1px solid #EEE;
	
	font-size:12px;
	color:#777;
	
	background-repeat:no-repeat;
	background-position:10px center;
}

#header .langue .actif .icon {
	display:inline-block;
	float:right;
	
	font-size:15px;
	margin-right:10px;
}

#header .langue ul {
	margin:0px;
	padding:0px;
	list-style:none;
	
	position:absolute;
	display:none;
	
	width:175px;
	
	background-color:#FFF;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	
	z-index:5;
}

#header .langue:hover ul,
#header .langue.hover_mobile ul {
	display:block;
}

#header .langue ul li a {
	display:block;
	
	height:30px;
	line-height:30px;
	padding-left:32px;
	
	font-size:12px;
	color:#777;
	
	background-repeat:no-repeat;
	background-position:10px center;
}

#header .langue ul li a:hover,
#header .langue ul li a.hover_mobile {
	background-color:#EEE;
}
	
#header .langue .lang_en,
.mobile_menu .lang_en,
.mobile_menu_langue .lang_en {
	background-image:url(/css/images/skin_langue_en.png);
}

#header .langue .lang_es,
.mobile_menu .lang_es,
.mobile_menu_langue .lang_es {
	background-image:url(/css/images/skin_langue_es.png);
}
	
#header .langue .lang_pt,
.mobile_menu .lang_pt,
.mobile_menu_langue .lang_pt {
	background-image:url(/css/images/skin_langue_pt.png);
}
	
#header .langue .lang_ru,
.mobile_menu .lang_ru,
.mobile_menu_langue .lang_ru {
	background-image:url(/css/images/skin_langue_ru.png);
}
		
#header .langue .lang_zh,
.mobile_menu .lang_zh,
.mobile_menu_langue .lang_zh {
	background-image:url(/css/images/skin_langue_zh.png);
}

/* MENU */

#menu {	
	width:100%;
	height:40px;
	
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
	
	background-image:url(/css/images/skin_fond_menu.png);
	background-repeat:repeat-x;
	background-size:6px 39px;
	
	box-shadow:0px 0px 20px rgba(0,0,0,0.2);
}

#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	
	padding-top:11px;
	margin-left:30px;
}

#menu ul li {
	display:inline-block;
	float:left;
	
	height:16px;
	line-height:16px;
	
	padding:0px 14px;
}

#menu ul li + li {
	border-left:1px solid #d3d3d3;
}

#menu ul li a {
	display:inline-block;
	
	font-size:14px;
	color:#777;
}

/* FORMULAIRES */

.ligne_form {
	display:block;
	clear:both;
}

.ligne_form + .ligne_form {
	margin-top:10px;
}

.ligne_form .label {
	display:inline-block;
	
	width:20%;
}

.ligne_form .form {
	display:inline-block;
	
	width:80%;
}

.bouton_form {
	margin:0px;
	padding:0px;
	border:0px;
	
	width:100%;
	height:44px;
	line-height:44px;
	margin-top:10px;
	
	font-size:15px;
	color:#FFF;
	text-align:center;
	
	border-radius:5px;
	transition:all linear 0.4s;
	cursor:pointer;
}

.form_liens {
	overflow:hidden;
	margin-top:10px;
}

.form_liens a {
	display:inline-block;
	float:right;
	
	color:#666;
	text-shadow:1px 1px 0px #FFF;
}

/* HOME */

#home {
	padding:30px 0px 0px 0px;
}

#home .row_prize .case_lot {
	padding:20px 0px 15px 0px;
}

#home .row_prize .case_lot img {
	width:100%;
}

#home .row_prize .case_lot .titre {
	height:16px;
	line-height:16px;
	margin-top:4px;
	
	font-size:12px;	
	text-align:center;
}

#home .row_prize .case_lot .titre span {
	display:inline-block;
	
	padding-right:10px;
	margin-right:10px;
	
	border-right:1px solid #ebebeb;
	
	font-size:14px;
	font-weight:bold;
}

#home .row_2_bloc {
	margin-top:14px;
}

#home .row_2_bloc .bloc_faq,
#home .row_2_bloc .bloc_inscription {
	position:relative;
	
	min-height:280px;
	padding:14px;
}

#home .row_2_bloc .bloc_faq h2,
#home .row_2_bloc .bloc_inscription h2 {
	margin-bottom:14px;
}

#home .row_2_bloc .bloc_faq h2 {
	color:#666;
}

#home .row_2_bloc .bloc_faq p {
	margin:0px;
	margin-top:5px;
}

#home .row_2_bloc .bloc_faq .baseline {
	display:block;
	margin-top:14px;
	
	font-size:13px;
	font-weight:bold;
}

#home .row_2_bloc .bloc_inscription h2 {
	color:#FFF;
}

#home .row_2_bloc .bloc_inscription a.bouton_type_1 {
	position:absolute;
	
	bottom:14px;
	right:14px;
}

#home .bloc_ccm {
	padding:14px;
}

/* INSCRIPTION */

#inscription {
	padding:30px 0px 0px 0px;
}

#inscription .row_register_type p {
	margin:0px;
	padding:0px;
	
	padding:14px;
	text-align:center;
}

#inscription .row_register_type a.facebook_bt {
	display:block;
	
	height:50px;
	line-height:50px;

    font-family:'ctfont';
	font-size:20px;
	color:#FFF;
	text-align:center;
	
	background-color:#3b5998;
}

#inscription .row_register_type a.facebook_bt:hover,
#inscription .row_register_type a.facebook_bt.hover_mobile {
	background-color:#293e6a;
}

#inscription .row_register_type a.classic_bt {
	display:block;
	
	height:50px;
	line-height:50px;

	font-size:15px;
	color:#FFF;
	text-align:center;
	
	background-color:#777;
}

#inscription .row_register_type a.classic_bt:hover,
#inscription .row_register_type a.classic_bt.hover_mobile {
	background-color:#444;
}

#inscription .row_formules .case_formule .titre {
	height:60px;
	line-height:60px;
	
    font-family: 'ctfont';
	font-size:22px;
	color:#555555;
	text-align:center;
	text-shadow:1px 1px 0px #FFF;
	
	background-color:#EEE;
	border-bottom:1px solid #FFF;
}

#inscription .row_formules .case_formule .prix {
	height:90px;
	
	text-align:center;
	border-top:1px solid #eaeaea;
}

#inscription .row_formules .case_formule .prix .prix_formule {
	display:block;
	
	padding-top:24px;
	
    font-family:'ctfont';
	font-size:46px;
}

#inscription .row_formules .case_formule .prix .info_formule {
	display:block;
	padding-top:14px;
}

#inscription .row_formules .case_formule .bouton {
	margin:0px 16px 16px 16px;
}

#inscription .row_formules .case_formule.case_formule_free .titre {
	font-size:38px;
	color:#FFF;
	background-image:url(/css/images/skin_titre_opacity.png);
}

#inscription .row_formules .case_formule.case_formule_free .prix {
	line-height:90px;
	font-size:15px;
}

#inscription a.forgot_password {
	color:#777;
}

/* GAGNANTS */

#gagnants {
	padding-top:20px;
	padding-bottom:20px;
}

#gagnants h2 {
	margin:20px 5px 14px 5px;
	
	font-family: 'ctfont';
	font-size:22px;
	text-align:center;
}

#gagnants h2 span {
	position:relative;
	display:inline-block;
	padding:0px 10px;
	
	background-color:#EEE;
	background-image:url(/css/images/skin_fond_body.png);
	text-shadow:1px 1px 0px #FFF;
	
	z-index:2;
}

#gagnants h2 hr {
	position:relative;
	
	margin:0px;
	padding:0px;
	border:0px;
	top:-11px;
	
	border-top:1px solid #c4c2c2;
	border-bottom:1px solid #FFF;
	
	z-index:1;
}

#gagnants .row_liste_gagnant {
	display:block;
	clear:both;
}

#gagnants .row_liste_gagnant .bloc_gagnant {
	padding:14px;
}

#gagnants .row_liste_gagnant .bloc_gagnant+.bloc_gagnant {
	margin-top:14px;
}

#gagnants .bloc_gagnant h3 {
	font-size:16px;
    font-family:'ctfont';
	color:#888;
	text-align:center;
}

#gagnants .bloc_gagnant img {
	width:100%;
}

#gagnants .bloc_gagnant .ligne {
	clear:both;
	
	margin-top:10px;
}

#gagnants .bloc_gagnant .ligne .pseudo {
	display:inline-block;
	
	width:50%;
	font-weight:bold;
}

#gagnants .bloc_gagnant .ligne .date {
	display:inline-block;
	
	width:50%;
	text-align:right;
}

/* LOTS */

#lots {
	padding-top:40px;
}

#lots .bloc_lot {
	overflow:visible;

	position:relative;
}

#lots .bloc_lot + .bloc_lot {
	margin-top:14px;
}

#lots .bloc_lot .badge {
	position:absolute;
		
	width:59px;
	height:99px;
	left:-14px;
	top:20px;
	
	background-repeat:no-repeat;
}

#lots .bloc_lot.bloc_lot_bronze .badge {
	background-image:url(/css/images/upload/10/photos/2013/09/04/badge_invsble-79793.png);
}

#lots .bloc_lot.bloc_lot_silver .badge {
	background-image:url(/css/images/upload/10/photos/2013/09/04/badge_invsble-79793.png);
}

#lots .bloc_lot.bloc_lot_gold .badge {
	background-image:url(/css/images/upload/10/photos/2013/09/04/badge_invsble-79793.png);
}

#lots .bloc_lot .image {
	padding:5px;
}

#lots .bloc_lot .image img {
	width:100%;
}

#lots .bloc_lot .texte {
	padding:20px 10px 10px 5px;
}

#lots .bloc_lot .texte .titre h2 {
	display:inline-block;
	vertical-align:middle;
	
	font-size:22px;
	color:#000;
}

#lots .bloc_lot .texte .titre .lot {
	display:inline-block;
	vertical-align:middle;
	
	height:17px;
	margin-left:10px;
	padding-left:10px;
	
	border-left:1px solid #e6e6e6;
	
	font-size:13px;
	color:#888;
}

#lots .bloc_lot .texte p {
	margin:0px;
	margin-top:10px;
	
	font-size:12px;
	line-height:20px;
	color:#444;
}

/* FAQ */

#home .faq_question {
	margin-bottom:40px;
}

#home .faq_question a {
	display:block;
	
	padding-left:16px;
	text-indent:-8px;
	
	line-height:18px;
}

#home .faq_question a + a {
	margin-top:8px;
}

#home .faq_reponse {
	clear:both;
	margin-bottom:40px;
}

#home .faq_reponse .question {
	font-size:16px;
}

#home .faq_reponse .reponse {
	border-left:1px solid #CCC;
	margin-top:10px;
	padding-left:10px;
	
	font-style:italic;
}

/* MEMBRE */

#home_membre .row_how_to_win {
	padding-top:24px;
	padding-bottom:14px;
	
	background-color:#FFF;
	background-image:url(/css/images/skin_head_membre.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:2000px 256px;
	
	border-bottom:1px solid #dedede;
}

#home_membre .row_how_to_win .case_win {
	overflow:visible;
	padding-bottom:14px;
}

#home_membre .row_how_to_win .case_win .total {
	position:relative;
	
	height:70px;
	top:-15px;
	
	text-align:center;
}

#home_membre .row_how_to_win .case_win .total span {
	display:inline-block;
	vertical-align:middle;
	
	height:95px;
	line-height:95px;

    font-family: 'ctfont';
	font-size:28px;
	color:#666;
}

#home_membre .row_how_to_win .case_win .total span.image {
	margin-left:10px;
}

#home_membre .row_how_to_win .case_win .total span.image img {
	height:95px;
}

#home_membre .row_how_to_win .case_win .text_win {
	padding:24px 0px 14px 0px;
	
    font-family: 'ctfont';
	font-size:22px;
	color:#777777;
	text-align:center;
}

#home_membre .row_how_to_win .case_win .bouton {
	margin:0px 14px;
}

#home_membre .row_how_to_win .case_win.case_ami .bouton {
	background-color:#3b5998;
}

#home_membre .row_how_to_win .case_win.case_ami .bouton:hover,
#home_membre .row_how_to_win .case_win.case_ami .bouton.hover_mobile {
	background-color:#293e6a;
}

#home_membre .row_event {
	padding-top:14px;
	
	border-top:1px solid #FFF;
}

#home_membre .case_event {
	margin-bottom:14px;
}

#home_membre .case_event .titre {	
	height:50px;
	line-height:50px;
	padding:0px 10px;
	
	background-color:#999;
	
	font-size:20px;
	color:#FFF;
	font-weight:bold;
}

#home_membre .case_event.social_event .titre {
	background-color:#3b5998;
}

#home_membre .case_event .titre span {
	display:inline-block;
	vertical-align:middle;
}

#home_membre .case_event .titre span.lot {
	height:18px;
	line-height:18px;
	
	margin-left:10px;
	padding-left:10px;
	
	border-left:1px solid #b3b3b3;
	
	font-size:14px;
	font-weight:normal;
}

#home_membre .case_event .titre span.date_fin {
	float:right;	
	
	font-size:11px;
	font-weight:normal;
}

#home_membre .case_event .info {
	min-height:100px;
}

#home_membre .case_event .info .image_lot {
	display:inline-block;
	vertical-align:middle;
	width:20%;
	
	padding:0px 7px;
}

#home_membre .case_event .info .image_lot img {
	width:100%;
}

#home_membre .case_event .info .case_qp {
	display:inline-block;
	vertical-align:middle;
	width:20%;
	
	padding:0px 7px;
}

#home_membre .case_event .info .case_qp .icone {
	display:inline-block;
	vertical-align:middle;
	
	width:60px;
	height:60px;
}

#home_membre .case_event .info .case_qp .text_qp {
	display:inline-block;
	vertical-align:middle;
	
	line-height:18px;
	padding-left:10px;
}

#home_membre .case_event .info .case_qp .text_qp b {
	display:block;
	clear:both;
	
	font-size:20px;
	color:#666;
}

#home_membre .case_event .info .case_qp .icone img {
	width:100%;
}

#home_membre .case_event .info .case_bt {
	display:inline-block;
	vertical-align:middle;
	width:25%;
	
	padding:0px 7px;
}

#home_membre .case_event .info .case_bt .text_invit {
	display:block;
	margin-top:5px;
	
	text-align:center;
}

#home_membre .case_event .info .case_score {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	
	width:35%;
	
	padding:0px 7px;
	padding-left:14px;
	
	background-image:url(/css/images/skin_membre_ombre.png);
	background-repeat:no-repeat;
	background-position:14px center;
}

#home_membre .case_event .info .case_score .score,
#home_membre .case_event .info .case_score .time,
#home_membre .case_event .info .case_score .position,
#home_membre .case_event .info .case_score .score_time,
#home_membre .case_event .info .case_score .badge {
	position:relative;
	
	display:inline-block;
	vertical-align:middle;
	
	width:33.3333333333%;
	margin:30px 0px;
}

#home_membre .case_event .info .case_score .score,
#home_membre .case_event .info .case_score .time,
#home_membre .case_event .info .case_score .score_time,
#home_membre .case_event .info .case_score .position {	
	text-align:center;
}

#home_membre .case_event .info .case_score .score_time .couleur_1 {
	font-weight:bold;
}

#home_membre .case_event .info .case_score .score b,
#home_membre .case_event .info .case_score .time b,
#home_membre .case_event .info .case_score .position b {
	display:block;
	clear:both;
	
	font-size:20px;
}

#home_membre .case_event .info .case_score .badge img {
	width:20px;
	height:20px;
	
	opacity:0.3;
    filter:alpha(opacity=30);
}

#home_membre .case_event .info .case_score .badge img.actif {
	opacity:1;
    filter:alpha(opacity=100);
}

#home_membre .row_event .sous_titre_social {
	margin-top:20px;
	margin-bottom:14px;
	
	font-family: 'ctfont';
	color:#3b5998;
	font-size:22px;
	text-align:center;
}

#home_membre .row_event .sous_titre_social span {
	position:relative;
	display:inline-block;
	padding:0px 10px;
	
	background-color:#EEE;
	background-image:url(/css/images/skin_fond_body.png);
	text-shadow:1px 1px 0px #FFF;
	
	z-index:2;
}

#home_membre .row_event .sous_titre_social hr {
	position:relative;
	
	margin:0px;
	padding:0px;
	border:0px;
	top:-9px;
	
	border-top:1px solid #c4c2c2;
	border-bottom:1px solid #FFF;
	
	z-index:1;
}

#home_membre .row_event .score_board {
	margin-bottom:14px;
}

#home_membre .row_event .score_board h2 {
	margin-bottom:14px;
	
	font-size:20px;
	color:#777;
	text-align:center;
	text-shadow:1px 1px 0px #FFF;
}

#home_membre .row_event .score_board .case_result {
	clear:both;
	color:#888;
}

#home_membre .row_event .score_board .case_result + .case_result {
	margin-top:5px;
}

#home_membre .row_event .score_board .case_result .titre {
	height:30px;
	line-height:30px;
	
	padding-left:10px;
	
	font-size:14px;
	font-weight:bold;
	
	border-bottom:1px solid #888;
}

#home_membre .row_event .score_board .case_result.event_type_4 .titre {
	color:#3b5998;
	border-bottom:1px solid #3b5998;
}

#home_membre .row_event .score_board .case_result .head {
	height:25px;
	line-height:25px;
	
	padding:0px 10px;
	
	font-size:11px;
	font-weight:bold;
	text-shadow:1px 1px 0px #FFF;
	
	background-image:url(/css/images/skin_head_result.png);
	background-repeat:repeat-x;
	background-size:5px 25px;
}

#home_membre .row_event .score_board .case_result .head .name {
	display:inline-block;
	
	width:84%;
}

#home_membre .row_event .score_board .case_result .head .time {
	display:inline-block;
	
	width:16%;
}

#home_membre .row_event .score_board .case_result .ligne {
	height:24px;
	line-height:24px;

	padding:0px 10px;

	font-size:11px;
	border-bottom:1px solid #EEE;
}

#home_membre .row_event .score_board .case_result .ligne.ligne_1 {
	font-weight:bold;
}

#home_membre .row_event .score_board .case_result .ligne .name {
	display:inline-block;
	
	width:84%;
}

#home_membre .row_event .score_board .case_result .ligne .time {
	display:inline-block;
	
	width:16%;
}

#home_membre .bloc_offers {
	padding:14px;
}

#home_membre .bloc_offers .total {
	position:relative;
	
	height:100px;
	top:0px;
	
	text-align:center;
}

#home_membre .bloc_offers .total span {
	display:inline-block;
	vertical-align:middle;
	
	height:95px;
	line-height:95px;

    font-family: 'ctfont';
	font-size:28px;
	color:#666;
}

#home_membre .bloc_offers .total span.image {
	margin-left:10px;
}

#home_membre .bloc_offers .total span.image img {
	height:95px;
}

/* VOUCHER */

#voucher {
	padding-top:40px;
}

#voucher .total_badge {
	margin-bottom:14px;
	
	font-family: 'ctfont';
	font-size:16px;
	color:#777;
	text-align:right;
	
	text-shadow:1px 1px 0px #FFF;
}

#voucher .total_badge span {
	display:inline-block;
	vertical-align:middle;
}

#voucher .total_badge span.t_2 {
	color:#666;
}

#voucher .total_badge span.icon img {
	width:30px;
}

#voucher .bloc_voucher {
	position:relative;
	overflow:hidden;
}

#voucher .bloc_voucher + .bloc_voucher {
	margin-top:14px;
}

#voucher .bloc_voucher .titre_voucher {
	height:40px;
	line-height:40px;
	
	padding:0px 14px;
	
    font-family: 'ctfont';
	font-size:18px;
	color:#FFF;
}

#voucher .bloc_voucher .titre_voucher .reduction {
	font-size:24px;
	margin-right:10px;
}

#voucher .bloc_voucher .titre_voucher span {
	display:inline-block;
	vertical-align:middle;
}

#voucher .bloc_voucher .image {
	padding:14px;
}

#voucher .bloc_voucher .image img {
	width:100%;
}

#voucher .bloc_voucher .texte {
	padding:14px 14px 14px 0px;
}

#voucher .bloc_voucher .texte .titre {
	margin-top:5px;
	margin-bottom:10px;
	
    font-family: 'ctfont';
	font-size:22px;
	color:#222;
}

#voucher .bloc_voucher .texte .descrition {
	font-size:12px;
	line-height:20px;
}

#voucher .bloc_voucher .badge {
	position:absolute;
	height:100%;
	right:0px;
	padding:14px;
	
	background-color:#f2f2f2;
	text-shadow:1px 1px 0px #FFF;
}

#voucher .bloc_voucher .badge .titre {
	display:block;
	margin-top:5px;

	font-family: 'ctfont';
	text-align:center;
	font-size:15px;
	color:#666;
}

#voucher .bloc_voucher .badge .nb_badge {
	margin-top:5px;

	font-family: 'ctfont';
	text-align:center;
	font-size:40px;
	color:#222;
}

#voucher .bloc_voucher .badge .nb_badge span {
	display:inline-block;
	vertical-align:middle;
}

#voucher .bloc_voucher .badge .nb_badge .icon {
	display:inline-block;
	vertical-align:middle;
	
	width:60px;
}

#voucher .bloc_voucher .badge .nb_badge .icon img {
	width:100%;
}

#voucher .bloc_voucher.bloc_voucher_unlock .badge .nb_badge {
	margin-top:10px;
	
	font-size:16px;
	color:#666;
}

#voucher .bloc_voucher.bloc_voucher_unlock .badge .nb_badge .icon {
	display:inline-block;
	vertical-align:middle;
	
	width:60px;
}

#voucher .bloc_voucher.bloc_voucher_unlock .badge .bt_unlock {
	margin-top:10px;
}


#voucher .bloc_voucher .badge .info + .info {
	margin-top:14px;
}

#voucher .bloc_voucher .badge .info .code,
#voucher .bloc_voucher .badge .info .date {
	display:block;
	margin-top:4px;
	
	font-family: 'ctfont';
	text-align:center;
	font-size:24px;
	color:#222;
}

/* FOOTER */

#footer {
	padding-top:14px;
	padding-bottom:24px;
	
	font-size:11px;
	line-height:15px;
	color:#777;
	
	background-color:#FFF;
	border-top:1px solid #dbdbdb;
	
	background-image:url(/css/images/skin_fond_footer.png);
	background-repeat:repeat-x;
	background-size:5px 65px;
}

#footer ul {
	margin:0px;
	padding:0px;
	list-style:none;
	
	display:block;
}

#footer ul li {
	display:inline-block;
	vertical-align:middle;
	
	height:15px;
	line-height:15px;
	
	padding-right:10px;
}

#footer ul li + li {
	padding:0px 10px;
	border-left:1px solid #d3d3d3;
}

#footer ul li a {
	font-size:11px;
	color:#777;
}

#footer .mention {
	clear:both;
	margin-top:24px;
	
	text-align:center;
}

#footer .retour {
	display:inline-block;
	float:right;
	
	height:15px;
	line-height:15px;
	
	vertical-align:middle;
	color:#777777;
}

/* MESSAGE D'ALERTE */

#divAlert1,
#divAlert2 {
	font-size:13px;
	
	padding:10px 0px;
	margin-top:10px;
	margin-bottom:10px;
	
	border-top:1px solid red;
	border-bottom:1px solid red;
}

#divAlert1 ul,
#divAlert2 ul {
	padding:0px;
	margin:0px;
	list-style:disc;
	
	padding-left:18px;
}

#divAlert1 ul li + li,
#divAlert2 ul li + li {
	margin-top:10px;
}

#divAlert1 {
	border-color:#067b39;
	color:#067b39;
}

#divAlert2 {
	border-color:#b31022;
	color:#b31022;
}



a {
	color:#107C10;
}

a:hover,
a.hover_mobile,
#inscription a.forgot_password:hover {
	color:#CBE2B2;
}

/* COULEURS */

.couleur_1,
#home_membre .row_event .score_board .case_result .ligne.couleur_1 {
	color:#107C10;
}

.couleur_1_bg,
.bloc_type_2 {
	background-color:#107C10;
}

.couleur_1_bg.rollover:hover,
.couleur_1_bg.rollover.hover_mobile {
	background-color:#1F5228;
}

.couleur_1_rollover:hover,
.couleur_1_rollover.hover_mobile,
a.couleur_1_rollover:hover,
a.couleur_1_rollover.hover_mobile,
#menu a:hover,
#menu a.hover_mobile,
#header .menu_connect a:hover,
#header .menu_connect a.hover_mobile,
#content_jeu .zone_jeu .quiz_ecran_fin .resultat a.voir_reponses:hover,
#content_jeu .zone_jeu .quiz_ecran_fin .resultat
a.voir_reponses.hover_mobile,
#footer a:hover,
#footer a.hover_mobile{
	color:#107C10;
}

.couleur_2 {
	color:#1F5228;
}

a.bouton_type_2,
a.bouton_unlock {
	background-color:#107C10;
}

a.bouton_type_2:hover,
a.bouton_type_2.hover_mobile,
a.bouton_unlock:hover,
a.bouton_unlock.hover_mobile {
	background-color:#1F5228;
}

/* TITRE */

H1, H2, H3 {
	color:#107C10;
}

/* BOUTON */

a.bouton_type_1:hover,
a.bouton_type_1.hover_mobile {
	color:#107C10;
	background-color:#CBE2B2;
}
	
/* SITE */
			
.bloc_type_1 {
	background-color:#FFFFFF;
}
			
#home_membre .case_event .titre {
	background-color:#999999;
}

/* LOGO */

#header .logo {
	background-image:url(/images/upload/10/photo_p/2013/09/13/logo4_230x100-52278.png);
}
			
/* INSCRIPTION */

#inscription .row_formules .case_formule .prix .prix_formule {
	color:#107C10;
}
    		
#inscription .row_formules .case_formule.case_formule_free .titre {
	text-shadow:-1px -1px 0px #1F5228;
	background-color:#107C10;
	border-bottom:1px solid #CBE2B2;
}

#inscription .row_formules .case_formule.case_formule_free .prix {
	border-top:1px solid #107C10;
}

/* ECRANS JEU */

#content_jeu .zone_jeu.training .nb_question span {
	color:#107C10;
}

#content_jeu .zone_jeu.training .reponses .bt_reponse a:hover,
#content_jeu .zone_jeu.training .reponses .bt_reponse a.hover_mobile {
	background-color:#107C10;
	border-color:#107C10;
}

#content_jeu .zone_jeu.training .quiz_ecran_fin .titre_fin,
#content_jeu .zone_jeu.training .quiz_ecran_debut .titre_debut span,
#content_jeu .zone_jeu.training .quiz_ecran_debut .regles .case_content
.case .question {
	color:#107C10;
}

#content_jeu .zone_jeu.training .quiz_ecran_fin .bas .bouton,
#content_jeu .zone_jeu.training .quiz_ecran_debut .bas .bouton {
	background-color:#107C10;
}

#content_jeu .zone_jeu.training .quiz_ecran_fin .bas .bouton:hover,
#content_jeu .zone_jeu.training .quiz_ecran_fin .bas .bouton.hover_mobile,
#content_jeu .zone_jeu.training .quiz_ecran_debut .bas .bouton:hover,
#content_jeu .zone_jeu.training .quiz_ecran_debut .bas
.bouton.hover_mobile {
	background-color:#1F5228;
}

/* Wasim */
@font-face {
  font-family: 'cbfont';
  src: url('/css/custom_font/Lato-Lig.eot?33356746');
  src: url('/css/custom_font/Lato-Lig.eot?33356746#iefix')
format('embedded-opentype'),
       url('/css/custom_font/Lato-Lig.woff?33356746') format('woff'),
       url('/css/custom_font/Lato-Lig.ttf?33356746') format('truetype'),
       url('/css/custom_font/Lato-Lig.svg?33356746#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ctfont';
  src: url('/css/custom_font/OpenSans-Light.eot?33356746');
  src: url('/css/custom_font/OpenSans-Light.eot?33356746#iefix')
format('embedded-opentype'),
       url('/css/custom_font/OpenSans-Light.woff?33356746') format('woff'),
       url('/css/custom_font/OpenSans-Light.ttf?33356746')
format('truetype'),
       url('/css/custom_font/OpenSans-Light.svg?33356746#fontello')
format('svg');
  font-weight: normal;
  font-style: normal;
}

#home_membre .row_how_to_win .case_win .total span {
	color: #666;
}

#home_membre .bloc_offers .total span {
	color: #666;
}

#voucher .total_badge span.t_2 {
	color: #666;
}

#lots .bloc_lot .texte p {
	font-size: 14px;

}

#home .faq_question a {
	font-size: 14px;
}
#home .faq_reponse .reponse {
	font-size: 14px;
}


#footer .retour {
	font-size: 14px;
}

#footer ul li a {
	font-size: 12px;
}

#home_membre .case_event .titre span.date_fin {
	font-size: 12px;
}

#home_membre .row_event .score_board .case_result .ligne.ligne_1 {
	font-weight:normal !important;
}
#home_membre .row_event .score_board .case_result .ligne {
	font-size: 13px !important
}

#home_membre .case_event .info .case_score .score, #home_membre
.case_event .info .case_score .time, #home_membre .case_event .info
.case_score .score_time, #home_membre .case_event .info .case_score
.position {
	font-size: 17px
}

#home_membre .case_event .info .case_score .score b, #home_membre .case_event .info .case_score .time b, #home_membre .case_event .info .case_score .position b {
	font-weight: normal;
}

body {
background-size: contain !important;
background-position:top !important;
background-color:#ececec !important;
}

#home_membre .row_event .score_board h2 {
	font-size: 24px;
}

#content_jeu .zone_jeu .question {
	font-family: 'ctfont' !important;
	font-size: 30px !important;
}

H1 {
font-size: 30px;
line-height: 20px;
text-align: center;
text-shadow: 1px 1px 0px #E0E0E0;
}

#header .bt_sign a {
font-size: 16px;
font-weight: normal;
}

#home_membre .case_event .info .case_score .score_time .couleur_1 {
font-weight: normal;
}