/* © 2009 MLB Prod */
/* contact@mlbprod.com */

/****************************************
GENERALITES
*****************************************/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-family: verdana;
	color: #000000;
	font-size: 10px;
}
img {
	border: none;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

/****************************************
CSS MISE EN PAGE
*****************************************/
#page {
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 660px;
	background-color: #000000;
	text-align: left;
}

/****************************************
HEADER
*****************************************/
#header {
	margin-top: 0;
	margin-left: 5px;
	width: 990px;
	height: 230px;
}

/****************************************
PUBLICITE
*****************************************/
#publicite {
	margin-top:0;
	margin-left: 5px;
	position : left;
	width : 468px;
	height : 60px;
	z-index: 10;
	background-color : red;
}

/****************************************
LE PLAYER
*****************************************/
#news {
	position: absolute;
	margin-top: 5px;
	margin-left: 267px;
	padding: 2px;
	width: 723px;
	height: 415px;
	background-color: #C0C0C0;
	z-index: 0;
}

/****************************************
MENU GAUCHE
*****************************************/
#menu_gauche {
	position: absolute;
	padding: 2px;
	margin-top: 5px;
	margin-left: 5px;
	width: 253px;
	height: 415px;
	background-color: #FFFFFF;
	font-family: verdana;
	color: #000000;
	font-size: 10px;
}