@charset "utf-8";
#header {
	height: 220px;
	width: 980px;
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
	text-align: right;
}
#titre {
	height: 130px;
	width: 930px;
	padding-left: 50px;
	float: none;
	background-color: #FFF;
	color: #FFF;
}
#produits {
	height: 10px;
	width: 880px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #FFF;
	text-align: center;
	font-size: 15px;
}
