/* CSS Document */

body {
margin:0;
background-image: url(img/mer.jpg);
color:#fff;
font-family:geneva, arial, helvetica, sans-serif;
font-size:14px;
}

#general {
	width:1050px;
	height:650px;
	left: 42px;
	top: 20px;
	border: none;
	background-position: center;
	
}

#bandeau {
	float:left;
	width:1050px;
	height:140px;
	border: none;
	margin-top: 0px;
	border-color: #CCFF00;
	margin-left: 0px;
}

#menu {
	float:left;
	width:230px;
	height:452px;
	border: none;
	margin-top: 0px;
	border-color: #CCFF00;
	margin-left: 4px;
	
}

#corps {
	float:left;
	width:790px;
	height:452px;
	border: 1px;
	border-color: #CCFF33;
	margin-top: 0px;
	margin-left: 16px;
}
#menu_bas {
	float:left;
	width:1050px;
	height:50px;
	border: none;
	margin-top: 0px;
	border-color: #CCFF00;
	margin-left: 0px;
	
}