body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background-image: url(../img_desjeuxgratuit/background.gif);
	color: #000;
}

.title {
	width: 586px;
	height: 37px;
	background-image: url(../img_desjeuxgratuit/bgH1.gif);
	line-height: 33px;
	background-repeat: no-repeat;
	margin: 0 0 0 9px;
}
h1 {
	font-size: 16px;
	padding: 0 0 0 64px;
	margin: 0;
}
.txtGrey {
	color: #666;
}

p {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.border1px{
	border: 1px solid #999999;
}

.txt12 {
	font-size: 12px;
}
.txt16 {
	font-size: 16px;
}
a.txtRed {
	color:#FF0000;
	text-decoration: none;
}
a.txtRed:hover {
	text-decoration: underline;
}
a.txtGreen {
	color: #009900;
	text-decoration: none;
}
a.txtGreen:hover {
	text-decoration: underline;
}
/* LINKS */

a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.grey {
	color: #666;
	text-decoration: none;
}
a.grey:hover {
	text-decoration: underline;
}

a.black {
	color: black;
	text-decoration: none;
}
a.black:hover {
	text-decoration: underline;
}

a.white {
	color: white;
	text-decoration: none;
}
a.white:hover {
	text-decoration: underline;
}

a.blue {
	color: #3092BE;
	text-decoration: none;
}
a.blue:hover {
	text-decoration: underline;
}

a.green {
	color: #8AA40B;
	text-decoration: none;
}
a.green:hover {
	text-decoration: underline;
}

a.pink {
	color: #D9008B;
	text-decoration: none;
}
a.pink:hover {
	text-decoration: underline;
}
.pink {color:  #D9008B;}

/* CONTENEUR */
#conteneur {
	position: relative;
	width: 976px;
	margin: 0 auto; 
}

/* HEADER */
#header {
	height: 144px;
	background-image: url(../img_desjeuxgratuit/bg_header.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
}
#header p.logo{
	position: absolute;
	left: 17px;
	top: 27px;
}
#header p.banner{
	position: absolute;
	left: 288px;
	top: 36px;
}
#header ul.liens{
	position: absolute;
	left: 800px;
	top: 30px;
	list-style-image: url(../img_desjeuxgratuit/bullet_rose.gif);
	padding: 0;
	margin: 0;
}
#header p.txt1{
	position: absolute;
	left: 9px;
	top: 126px;
	color: white;
}
#header p.txt2{
	position: absolute;
	right: 8px;
	top: 126px;
	color: white;
}

/* Centre */
#centre {
	margin-left: 176px;
	margin-right: 176px;
	padding-bottom: 16px;
	height: 1240px;
}
html>body #centre  {
	height: auto;
	min-height: 1240px
} 
#centre .pubTop {
	width: 624px;
	height: 36px;
	background-image: url(../img_desjeuxgratuit/bg_pub_top_content.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: center;
}
.topContent {
	width: 624px;
	height: 6px;
	background-image: url(../img_desjeuxgratuit/top_content.gif);
	background-repeat: no-repeat;
}
.content {
	background-color: #FFFFFF;
	padding: 0 10px;
	min-height: 1150px;
}

.contentBottom {
	background-color: #FFFFFF;
	padding: 0 10px;
}
.bottomContent {
	width: 624px;
	height: 6px;
	background-image: url(../img_desjeuxgratuit/bottom_content.gif);
	background-repeat: no-repeat;
}
/* Gauche */
#gauche {
	position: absolute;
	left:0;
	width: 170px;
}

/* Droite */
#droite {
	position: absolute;
	right:0;
	width: 170px;
}

/* Menu */
.menuJeux {
	width: 160px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menuJeux li{
	margin: 0;
	height: 15px;
	line-height: 15px;
}
.menuJeux a{
	padding: 0 0 0 22px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background: url(../img_desjeuxgratuit/bullet_blue_menu.gif) no-repeat left center;
}
.menuJeux a:hover{
	text-decoration: underline;
}

.menuPartenaires {
	width: 160px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menuPartenaires li{
	margin: 0;
	height: 15px;
	line-height: 15px;
}
.menuPartenaires a{
	padding: 0 0 0 22px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	background: url(../img_desjeuxgratuit/bullet_yellow_menu.gif) no-repeat left center;
}
.menuPartenaires a:hover{
	text-decoration: underline;
}


/* Footer */
#pied {
	width: 976px;	
}
#pied div.topBot {
	width: 976px;
	height: 15px;
	background-image: url(../img_desjeuxgratuit/top_footer.gif);
	background-repeat: no-repeat;
	margin: 0;
}
#pied div.bottomBot {
	width: 976px;
	height: 4px;
	background-image: url(../img_desjeuxgratuit/bottom_footer.gif);
	background-repeat: no-repeat;
	margin: 0;
}
#pied div.contentBot {
	width: 970px;
	background-color: #F3F3EC;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	padding: 0 0 5px 0 ;
	background-image: url(../img_desjeuxgratuit/logo_footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* Catgorie */

.bg_menu {
	background-color: #F0F1E8;
	width: 164px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	
	padding: 0;
	margin: 0;
}
.titre_cat {
	width: 170px;
	height: 49px;
}
.bottom_cat {
	height: 10px;
	width: 170px;
	
}


/* Home, top 3, new 3 */
.jeux_topNew3 {
	position: relative;
	background-image: url(../img_desjeuxgratuit/bg_topNew3.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 586px;
	margin-top: 10px;
	margin-left: 10px;
}
h2.titre_cat {
	position: absolute;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #D9008B;
	top:3px;
	width: 553px;
	text-align: center;
}
p.top1 {
	position: absolute;
	margin: 0;
	top:41px;
	left:15px;
	width: 330px;
}
p.top2 {
	position: absolute;
	margin: 0;
	top:41px;
	left:100px;
	width: 330px;
}
p.top3 {
	position: absolute;
	margin: 0;
	top:41px;
	left:185px;
	width: 330px;
}
p.new1 {
	position: absolute;
	margin: 0;
	top:41px;
	left:292px;
	width: 76px;
}
p.new2 {
	position: absolute;
	margin: 0;
	top:41px;
	left:377px;
	width: 76px;
}
p.new3 {
	position: absolute;
	margin: 0;
	top:41px;
	left:462px;
	width: 76px;
}
p.btnPlus {
	position: absolute;
	width: 33px;
	height: 115px;
	left:553px;
}

.jeux_detail{
	position: relative;
	width: 586px;
	height: 162px;
	left: 9px;
	top: 12px;
	padding-bottom: 15px;
}
.jeuxLeft {
	position: absolute;
	width: 289px;
	height: 162px;
	left: 0;
	background-image: url(../img_desjeuxgratuit/bgDetailJeux.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}
p.nbreJoueLeft {
	position: absolute;
	background-image: url(../img_desjeuxgratuit/bg_nbreJoue.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	top: 140px;
	left: 0px;
	width: 78px;
	height: 22px;
	line-height: 20px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
p.btnPlay {
	position: absolute;
	width: 78px;
	height: 22px;
	left: 211px;
	top: 140px;
	
}	
.jeuxRight {
	position: absolute;
	width: 289px;
	height: 162px;
	right: 0;
	background-image: url(../img_desjeuxgratuit/bgDetailJeux.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}
.padLeft {
	padding-left: 34px;
}
p.etoile {
	position: absolute;
	width: 99px;
	height: 19px;
	left: 98px;
	top: 141px;
}
h2.titre {
	position: absolute;
	left: 14px;
	top: 10px;
	color: #D9008B;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
p.image {
	position: absolute;
	width: 133px;
	height: 95px;
	left: 14px;
	top: 31px;
}
p.descr {
	position: absolute;
	width: 133px;
	height: 95px;
	left: 150px;
	top: 31px;
	font-size: 9px;
}
.paddingContent {
	padding: 0 10px;
}

ul.liens{
	list-style-image: url(../img_desjeuxgratuit/bullet_rose.gif);
	padding: 0 0 0 40px;
	margin: 0;
}
.img_cadre {
	margin: 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
