@charset "utf-8";
/* CSS Document */

/*
author    : Yamen Bousselmi
email     : yab@justfindnow.com
date      : Juillet 2009
copyright : JFN Technologie
site      : commentjouer.com
*/


/* PARAMETRES GLOBALES */
/* --- */
*{
margin:0;
padding:0;
}

body,html{
	height:100%;/*---obligatoire pour le footer---*/
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	font-size:1em;
}

body{
	font-size:11px;
	background:#111 url(../images/jfngc_bodybg.gif) top left repeat-x;
}

/* CONTENU */
/* --- */
#jfngc_page{
	width:950px;
	margin:0 auto;
		
}

#jfngc_container{
	padding:0 4px;
	width:950px;
	float:left;
}

/* HEADER */
/* --- */
.jfngc_header{
	width:100%;
	float:left;
	background:url(../images/jfngc_headerbg.gif) no-repeat;
	background-position:0 22px;
}

.jfngc_headerTop{
	width:100%;
	height:22px;
	list-style:none;
	float:left;
}

.jfngc_headerTop li{
	list-style:none;
	float:right;
	margin-right:10px;
	color:#3e1701;
	padding-top:3px;
}

.jfngc_headerTop li a:link, visited{
	color:#3e1701;
	text-decoration:none;
	font-size:1em;
}

.jfngc_headerTop li a:hover{
	text-decoration:underline;
}

.jfngc_headerlogo{
	clear:both;
	float:left;
	border:0;
}

.jfngc_horBanner{
	float:right;
	padding:3px;
	background:url(../images/jfngc_horbannerbg.png) top left no-repeat;
	margin-top:8px;
}

.jfngc_horBanner img{ 
	float:left;
	border:0;
	width:728px;
	height:90px;
}

.jfngc_headerMainMenu{
	width:950px;
	height:48px;
	list-style:none;
	clear:both;
	background:url(../images/jfngc_headermainmenubg.png) left bottom repeat-x;
	float:left;
}

.jfngc_headerMainMenu li{
	list-style:none;
	float:left;
	width:155px;
	height:29px;
	margin-right:4px;
}

a.jfngc_headerMainMenuLink:link,
a.jfngc_headerMainMenuLink:visited{
	padding-left:9px;
	height:29px;
	float:left;
	text-decoration:none;
	cursor:pointer;
	background:url(../images/jfngc_headermainmenuleft.png) top left no-repeat;
}

a.jfngc_headerMainMenuLink:link span,
a.jfngc_headerMainMenuLink:visited span{
	width:137px;
	height:19px;
	padding:10px 9px 0 0;
	float:left;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
	background:url(../images/jfngc_headermainmenuright.png) top left no-repeat;
}

a.jfngc_headerMainMenuLink:hover{
	background:url(../images/jfngc_headermainmenulefthover.png) top left no-repeat;
	height:30px;
}

a.jfngc_headerMainMenuLink:hover span{
	background:url(../images/jfngc_headermainmenurighthover.png) top left no-repeat;
	color:#fff;
	height:20px;
}

a.jfngc_headerMainMenuLinkCurent:link,
a.jfngc_headerMainMenuLinkCurent:visited,
a.jfngc_headerMainMenuLinkCurent:hover{
	background:url(../images/jfngc_headermainmenulefthover.png) top left no-repeat;
	height:30px;
}

a.jfngc_headerMainMenuLinkCurent:link span,
a.jfngc_headerMainMenuLinkCurent:visited span,
a.jfngc_headerMainMenuLinkCurent:hover span{
	background:url(../images/jfngc_headermainmenurighthover.png) top left no-repeat;
	color:#fff;
	height:20px;
}

/* CONTENT */
/* --- */
#jfngc_content{
	clear:both;
	float:left;
	width:100%;
	background:#ddb695;
	padding-bottom:10px;
}

/* CONTENT LEFT */
/* --- */
.jfngc_contentLeft{
	width:787px;
	float:left;
}

.jfngc_contentLeftTexteIntro{
	width:100%;
	float:left;
	padding:10px 0;
	margin-bottom:10px;
	background:url(../images/jfngc_contentlefttexteintrobg.png) top left no-repeat;
	margin:15px 0 0 10px;
	height:152px;
}

.jfngc_contentLeftTexteIntro h1{
	float:left;
	color:#963c00;
	font-size:1.2em;
	padding-left:10px;
}

a.jfngc_contentLeftTexteIntro_h1:link,
a.jfngc_contentLeftTexteIntro_h1:visited{
	color:#963c00;
	text-decoration:none;
}

a.jfngc_contentLeftTexteIntro_h1:hover{
	text-decoration:underline;
}

.jfngc_contentLeftTexteIntro p{
	width:750px;
	float:left;
	padding:5px 10px;
	color:#391400;
	text-align:justify;
	font-size:1.2em;
	line-height:1.2em;
}

/* CONTENT BANNERS */
/* --- */
.jfngc_contentBanner{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.jfngc_contentBannerTop{
	display:none;
}

.jfngc_contentBannerBottom{
	display:none;
}

.jfngc_contentBannerMiddle{
	width:775px;
	float:left;
	padding:10px 0;
	margin:0px 0 0 9px; 
}

.jfngc_contentBannerList{
	float:left;
	list-style:none;
	width:775px;
	padding-left:6px;
	padding-top:10px;
}

.jfngc_contentBannerList li{
	float:left;
	list-style:none;
	width:734px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #963c00;
	margin-left:15px;
}

.jfngc_contentBannerList h2{
	float:left;
	color:#963c00;
	font-size:1em;
	padding-left:3px;
}

a.jfngc_contentBannerList_h2:link,
a.jfngc_contentBannerList_h2:visited{
	color:#963c00;
	text-decoration:none;
}

a.jfngc_contentBannerList_h2:hover{
	text-decoration:underline;
}

.jfngc_contentBannerList p{
	float:left;
	color:#111;
	text-align:justify;
	padding:0 3px;
	width:728px;
}

.jfngc_contentBannerList img{
	float:left;
	border:0;
	margin-top:5px;
	padding:3px;
	background:url(../images/jfngc_horbannerbg.png) top left no-repeat;
}

a.jfngc_contentAllCasinos:link,
a.jfngc_contentAllCasinos:visited{
	background:url(../images/jfngc_contentallcasino.png) right center no-repeat;
	height:16px;
	padding-right:15px;
	float:right;
	color:#963c00;
	text-decoration:none;
	margin-right:20px;
	font-weight:bold;
	margin-top:10px;
}

a.jfngc_contentAllCasinos:hover{
	text-decoration:underline;
}

/* CONTENT BLOCS TEXT */
/* --- */
.jfngc_contentBlocs{
	float:left;
	width:775px;
	background:#000;
	list-style:none;
	margin-left:9px;
	margin-bottom:10px;
}

.jfngc_contentBlocs li{
	float:left;
	margin:10px 0 0 15px;
	list-style:none;
	width:140px;
}

.jfngc_contentBlocs h2{
	float:left;
	color:#d07403;
	font-size:1em;
}

a.jfngc_contentBlocs_h2:link,
a.jfngc_contentBlocs_h2:visited{
	color:#d07403;
	text-decoration:none;
}

a.jfngc_contentBlocs_h2:hover{
	text-decoration:underline;
}

.jfngc_contentBlocs p{
	float:left;
	width:140px;
	text-align:left;
	padding-top:5px;
	color:#fff;
	padding-bottom:10px;
}

/* CONTENT PARTNERS */
/* --- */
.jfngc_contentPartnerC{
	float:left;
	width:776px;
	margin-left:9px;
}

.jfngc_contentPartnerC img{
	float:left;
}

.jfngc_contentPartner{
	width:758px;
	float:left;
	background:url(../images/jfngc_contentpartner.png) bottom left no-repeat;
	list-style:none;
	padding:10px 0 15px 16px;
}

.jfngc_contentPartner li{
	width:140px;
	float:left;
	list-style:none;
	padding-right:11px;
}

.jfngc_contentPartner img{
	width:140px;
	float:left;
	list-style:none;
}

.jfngc_contentPartner h4{
	width:140px;
	float:left;
	text-align:center;
	color:#fff;
	font-weight:normal;
	font-size:1em;
}

a.jfngc_contentPartner_h4:link,
a.jfngc_contentPartner_h4:visited{
	color:#fff;
	text-decoration:none;
}

a.jfngc_contentPartner_h4:hover{
	text-decoration:underline;
}

.jfngc_contentPartner img{
	width:140px;
	height:79px;
	border:0;
	float:left;
	margin-top:10px;
}

/* CONTENT RIGHT */
/* --- */
.jfngc_contentRight{
	width:163px;
	float:left;
}

.jfngc_contentRightSelection{
	float:right;
	margin:10px 10px 10px 0;
	border:0;
}

.jfngc_verBannerbg{
	width:146px;
	height:634px;
	float:right;
	margin:0 5px 10px 0;
}

.jfngc_verBanner{
	float:right;
	padding:4px;
	background:url(../images/jfngc_verbannerbg.png) top left no-repeat;
	margin:13px 8px 0 0;
	border:0;
}

/* FOOTER */
/* --- */
#footer{
	width:100%;
	height:130px;
	background:#111;
	float:left;
	text-align:center;
}

#footer ul{
	list-style:none;
	padding-top:15px;
}

#footer li{
	list-style:none;
	display:inline;
	margin-right:5px;
	padding-right:5px;
	border-right:1px solid #fff;
	color:#fff;
}

a.footer_li:link,
a.footer_li:visited{
	text-decoration:none;
	color:#fff;
}

a.footer_li:hover{
	text-decoration:underline;
}

#footer img{
	border:0;
}























/* CONTENT INSIDE */
/* --- */
.jfngc_contentLeftTexte{
	width:100%;
	float:left;
	padding:10px 0;
	margin-bottom:10px;
}

.jfngc_contentLeftTexte h1{
	float:left;
	color:#fff;
	font-size:1.2em;
	padding:7px 0 0 10px;
	width:777px;
	height:23px;
	background:url(../images/jfngc_insideh1bg.png) top left no-repeat;
	text-transform:uppercase;
	margin-bottom:10px;
	margin-left:10px;
}

.jfngc_contentLeftTexte h1 a:link, visited, hover{
	color:#fff;
	text-decoration:none;
}

.jfngc_contentLeftTexte h2{
	width:767px;
	float:left;
	padding:0 10px;
	color:#963c00;
	font-size:1.2em;
	margin:10px 0 0 10px;
}


.jfngc_contentLeftTexte h3{
}


.jfngc_contentLeftTexte p{
	width:97%;
	float:left;
	padding:5px 10px 5px 20px;
	color:#111;
	text-align:justify;
	font-size:1.1em;
	line-height:1.63em;
	margin-bottom:10px;
}

.jfngc_contentLeftTexte p a:link, visited{
	color:#a90000;
	text-decoration:none;
}

.jfngc_contentLeftTexte p a:hover{
	text-decoration:underline;
}

.jfngc_contentLeftTexte ul{
	list-style:none;
	float:left;
	margin-left:20px;
}

.jfngc_contentLeftTexte li{
	list-style:none;
	padding-left:20px;
	float:left;
	background:url(../images/jfngc_insidepuce.png) no-repeat;
	background-position:0px 1px;
	margin-bottom:10px;
	font-size:1.1em;
	text-align:justify;
	width:747px;
}

.jfngc_contentLeftTexte span{
	clear:both;
	float:left;
}

/* PARTENERS */
/* --- */
.jfngc_contentPartnerAll{
	width:787px;
	float:left;
	list-style:none;
	padding-left:16px;
}

.jfngc_contentPartnerAll li{
	width:140px;
	float:left;
	list-style:none;
	padding-right:14px;
	margin-bottom:25px;
}

.jfngc_contentPartnerAll img{
	width:140px;
	float:left;
	list-style:none;
}

.jfngc_contentPartnerAll h4{
	width:140px;
	float:left;
	text-align:center;
	color:#5e0143;
	font-weight:normal;
	font-size:1em;
}

a.jfngc_contentPartnerAll_h4:link,
a.jfngc_contentPartnerAll_h4:visited{
	color:#37420d;
	text-decoration:none;
}

a.jfngc_contentPartnerAll_h4:hover{
	text-decoration:underline;
}

.jfngc_contentPartnerAll img{
	width:140px;
	height:79px;
	border:0;
	float:left;
	margin-top:10px;
}

/* PAGINATION */
/* --- */
.pagination{
	list-style:none;
	float:left;
	width:787px;
	text-align:center;
	margin-top:50px;
}

.pagination li{
	list-style:none;
	display:inline;
	
}

.pagination a:link,
.pagination a:visited{
	background:#c4834b;
	color:#762d00;
	text-decoration:none;
	padding:3px 6px;
	text-transform:capitalize;
}

.pagination a:hover{
	background:#762d00;
	color:#fff;
}

a.paginationCurrent:link,
a.paginationCurrent:visited,
a.paginationCurrent:hover{
	background:#762d00;
	color:#fff;
}

/* CONTACT */
/* --- */
.jfngc_contentLeftTexteLeftBloc{
	clear:both;
	float:left;
	width:378px;
}

.jfngc_contentLeftTexteRighttBloc{
	float:right;
	width:388px;
}

.jfngc_contentLeftTexteRighttBlocLine{
	float:left;
	padding:0 0 10px 10px;
	width:378px;
}

.jfngc_contentLeftTexteRighttBlocLine span{
	float:left;
	color:#963c00;
	font-size:1em;
	font-weight:bold;
	padding-bottom:3px;
}

.jfngc_contentLeftTexteRighttBlocLineInput{
	float:left;
	width:378px;
	height:22px;
	background:url(../images/jfngc_input.png) top left no-repeat;
}

.jfngc_contentLeftTexteRighttBlocLineInput input{
	float:left;
	width:368px;
	height:16px;
	color:#963c00;
	margin:3px 0 0 4px;
	border:0;
	background:#e6d9ce;
	font-size:1em;
}

span.select {
	position: absolute;
	width: 378px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 18px;
	padding: 4px 24px 0 8px;
	font: 1em arial,sans-serif;
	background:url(../images/jfngc_select.png) top left no-repeat;
	overflow: hidden;
	color:#963c00;
}

.jfngc_contentLeftTexteRighttBlocLineTextarea{
	float:left;
	width:378px;
	height:182px;
	background:url(../images/jfngc_textarea.png) top left no-repeat;
}

.jfngc_contentLeftTexteRighttBlocLineTextarea textarea{
	float:left;
	width:368px;
	height:176px;
	color:#963c00;
	margin:3px 0 0 4px;
	border:0;
	background:#e6d9ce;
	font-size:1em;
}

.jfngc_contentLeftTexteRighttBlocLine img{
	width:175px;
	border:0;
	float:left;
	margin-right:11px;
}

.jfngc_contentLeftTexteRighttBlocLineInput2{
	float:left;
	width:192px;
	height:32px;
	background:url(../images/jfngc_inputcode.png) top left no-repeat;
}

.jfngc_contentLeftTexteRighttBlocLineInput2 input{
	float:left;
	width:184px;
	height:28px;
	color:#963c00;
	margin:3px 0 0 4px;
	border:0;
	background:#e6d9ce;
	font-size:2em;
	text-align:center
}

.jfngc_button{
	float:right;
	width:90px;
	height:23px;
	text-align:center;
	color:#fff;
	background:url(../images/jfngc_bt.png) top left no-repeat;
	border:0;
	margin-left:10px;
	cursor:pointer;
}