@charset "utf-8";
/* CSS Document */

body {
	background-color: #323232;
    width: 880px;
    height: 585px;
    margin: auto;
}

#global {
	width: 955px;
	height: 744px;
	margin: auto;
	display: none;
	background-color: #323232;
}

#header {
	position: absolute;
	width: 955px;
}

#main {
	background-image: url(images/fond_neutre_fr.png);
	height: 621px;
	background-color: #ECECEC;
}

#main #flashCoverflow {
	float: left; 
	width: 190px; 
	margin-top: 93px;
	margin-left: 20px;
}

#main #tableMix {
	float: left; 
	width: 700px;
	margin-top: 93px;
}

#footer {
	/* background-image: url(images/footer.png); */
	background-color: #000000;
	height: 25px;
	color: #EEEEEE;
	font-size: 13px;
	padding-left: 137px;
	padding-right: 137px;
	padding-top: 7px;
	font-family: Arial;
}

#left_foot {
	float: left;
}

#footer a {
    color: #EEEEEE;
    text-decoration: none;
}

#right_foot {
	float: right;
}

#footer a {
	color: white;
}
