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

body{
margin:0px;
}
h1{
color: #FF6600;
}


#centrale{
	width:981px;
	height:auto;
	float:left;
	padding: 0 0 0 0;
	margin:0 0 0 0;
	background-color:#FFFFFF;
}
#fla{
	width:800px;
	height:900px;
	margin-right:5px;
	float:left;
	background-color:#FFFFFF;
}
#cdroite{
	width:175px;
	height:700px;
	background-color:#FFFFFF;
	float:left;
}
#bas{
	width:980px;
	height:60px;
	float:left;
	margin-top: 5px;
}

