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: 60px;
	left: 730px;
	width: 140px;
	float: right;
}
#produits li {
	padding-bottom: 7px;
}
#actualites {
	position: absolute;
	top:400px;
	left:760px;
	width:200px;
	height:300px;
	background-color: #FFF;
	overflow:auto;
}
#actualites .titre {
	font-size:16px;
	font-weight:bold;
	padding-left: 20px;
	background-image: url(../img/trefleAnim.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#actualites .text {
	font-size:13px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#lang {
	position: absolute;
	top: 675px;
	left: 740px;
	font-weight: bold;
	width: 165px;
	float: right;
}
#lang li {
	display: inline;
}
.separator {
	color:#1c8dac;
	font-size:20px;
}.bleu {
	color: #1c8dac;
}

