* {
	margin: 0;
	padding: 0;
	border: 0;
}

body, table, input, select, textarea {
	font: 11px, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #cdcfd6;
}
html, body {
	height: 100%;
	text-align: center;
}

#container {
	 position:relative;
     margin-left: auto;
     margin-right: auto;
     width: 950px;
	 border: 0; 
}

#top {
	width:950px;
	text-align:left;
	display:inline
}

#left {
	float:left;
	width:178px;
}

#center {
	float:left;
	width:534px
}

#right {
	float:left;
	width:268px;
}


#menuJeux {
	text-align:left;
}


#contentJeux {
	text-align:left;
	width:950px;
	height:500px;
	background-image:url(../img/jeux/fond-flash.jpg);
}

#footerJeux {
	text-align:left;
}

input, textarea {
	border: 1px solid;
	background-color:#F8F8F8;
	color:#666666;
}

select {
	border: 1px solid;
	background-color:#F8F8F8;
	width: 50px;
	color:#666666;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px 0px 0px 0px;
}

/* _____________________ GOODIES ___________________ */

div#containerGoodies {
	text-align:left;
	width:950px;
	height:500px;
}
div#containerGoodies p, div#containerGoodies h1, div#containerGoodies h2 {
	margin: 0px;
	padding: 0px;
}
div#leftGoodies {
	width: 254px;
	height: 500px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#contentGoodies {
	width: 727px;
	height: 500px;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*______________________________ PLAYER VIDEO FLASH _______________________*/

#videoplayer {
	position: absolute;
	left: 250px;
	top: 137px;
	visibility: hidden;
	background-color: #AA233E;
}
#videoplayer ul {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
	text-align:left;
}
#videoplayer li {
	display: block;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	border: none;
	font-size: 1px; /* hack pour IE */
	line-height: 1px;
	list-style-type: none;
	text-align:left;
}
#videoplayer p {
	text-align: right;
	padding: 6px;
}
#videoplayer p a {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px;
	text-decoration:none;
}
 