body {
	color: #333;
	font: normal 18px Arial;
	margin: 20px 0;
}
#home {
	background: url('../img/home.jpg') top left no-repeat #FFF;
	width: 960px;
	height: 747px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -375px;
	/*border: 1px solid #333;*/
}
#home a {
	text-decoration: none;
	color: #333;
	font-size: 17px;
}

ul, ol {
	list-style: none;
}
#produits {
	position: absolute;
	top: 110px;
	left: 730px;
	width: 140px;
	float: right;
}
#produits li {
	padding-bottom: 10px;
}
#lang {
	position: absolute;
	top: 585px;
	left: 740px;
	font-weight: bold;
	width: 165px;
	float: right;
}
#lang li {
	display: inline;
}
.separator {
	color:#1c8dac;
	font-size:20px;
}.bleu {
	color: #1c8dac;
}
