body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffecdd;
	background-image: url(../jeux-images/bg_body.gif);
	background-repeat: repeat-x;
}
img {
	border: 0;
}
form {
	padding: 0;
	margin: 0;
}
a.titreJeu {
	color: #333;
	text-decoration: none;
}
a.titreJeu:hover{
	color: #333;
	text-decoration: underline;
}
.txtOrange {
	color: #ff6600;	
}
input {
	border: 1px solid #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #dfdfdf;
}
input.btn{
	border: 1px solid #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;	
	background-color: #ff6600;
}
textarea{
	border: 1px solid #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
	background-color: #dfdfdf;
}
#global {
	position: relative;
	width: 987px;
	margin: 0 auto;
	padding: 0;
}
#entete {
	padding: 0;
	height: 186px;
	background-image: url(../jeux-images/bg_header.gif);
	background-repeat: no-repeat;
}
#entete p.logo {
	position:absolute;
	top: 23px;
	margin: 0;
}
#entete div.banner {
	position:absolute;
	top: 12px;
	left: 256px;
	margin: 0;
}
#entete p.recherche {
	position:absolute;
	top: 132px;
	left: 13px;
	margin: 0;
}
#entete form.recherche {
	position:absolute;
	top: 149px;
	left: 13px;
	margin: 0;
}
#entete form.login {
	position:absolute;
	top: 151px;
	left: 536px;
	margin: 0;
}
#entete ul {
	position:absolute;
	top: 122px;
	left: 268px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#entete li {
	display:inline;
	padding: 0 7px;
}
#entete a {
	color: #333;
	text-decoration: none;
}
#entete a:hover {
	color: #ff6600;
	text-decoration: underline;
}

#centre {
	float: left;
	width: 987px;
	background-image: url(../jeux-images/bg_centre.gif);
	background-repeat: repeat-y;
	height:1300px;
}
html>body #centre  {
	height: auto;
	min-height: 1300px
} 
#navigation {
	position:absolute;
	float: left;
	left: 0;
	width: 205px;
}
#navigation .titreSelJeux{
	background-image: url(../jeux-images/bg_titre_top.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 185px;
	margin: 10px 0 0 16px;	
}
#navigation .titreCatJeux{
	background-image: url(../jeux-images/bg_titre_catJeux.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 185px;
	margin: 10px 0 0 16px;		
}
#navigation h2{
	font-size: 12px;
	padding: 10px 0 0 60px;
	margin: 0;
}
ul#menu {
	padding: 0 0 0 15px;
	margin: 0;	
	font-size: 11px;
}
#menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding: 2px 0 2px 12px;
	margin: 0px;
	background-image: url(../jeux-images/bullet-jeux-2.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style-type: none;
}
#menu a{
	color: #333;
	text-decoration: none;
}
#menu a:hover{
	color: #ff6600;
	text-decoration: underline;
}

#principal {
	position:relative;
	left: 205px;
	float: left;
	width: 600px;
	margin: 0 0 0 22px;
	line-height: 16px;
}
#principal a{
	color:#ff6600;
	text-decoration: none;
}
#principal a:hover{
	text-decoration: underline;
}
#principal .titreJeuxJeux{
	background-image: url(../jeux-images/bg_titre_noJeux_600.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 600px;	
}
#principal .titreJeuxComm{
	background-image: url(../jeux-images/bg_titre_comm.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 600px;	
}
#principal .titreTopJeux{
	background-image: url(../jeux-images/bg_titre_meilleurJeux.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 600px;	
}
#principal .titreHomeJeux{
	background-image: url(../jeux-images/bg_titre_home.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 284px;	
}
#principal .titreNoJeux{
	background-image: url(../jeux-images/bg_titre_noJeux.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 600px	
}
#principal .titreNewJeux{
	background-image: url(../jeux-images/bg_titre_new.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 600px;	
}
#principal h2{
	font-size: 12px;
	padding: 10px 0 0 60px;
	margin: 0;
}
#principal h1{
	font-size: 12px;
	padding: 10px 0 0 60px;
	margin: 0;
}
#principal .imgJeux {
	border: 1px solid #ff6600;
}
#principal .boxL {
	width:295px;
	float: left;
	line-height: 13px;
}
#principal .boxR {
	width:295px;
	float: right;
	line-height: 13px;
}
#principal .txt9px {
	font-size: 9px;
}
#secondaire {
	margin-left: 827px;
	padding: 0;
}

#pied {
	color:#666666;
	margin: 0;
	padding: 0 20px;
	background-color: #dcdcdc;
	font-size: 10px;
}
#pied a{
	color:#666666;
	text-decoration: none;
	font-size: 10px;
}
#pied a:hover{
	text-decoration: underline;
}
.topBottom {
	width: 987px;
	height: 15px;
	padding: 0;
	margin: 0;
	clear:both;
}
.topBottom {
	width: 987px;
	height: 15px;
	padding: 0;
	margin: 0;
	clear:both;
}
.copyright {
	color: #999999;
	font-size: 10px;
	text-align: right;
}
.comms {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding: 3px 0;
	margin: 0;
}
