body{
	background-repeat:repeat-x;
	background-color: #DADADA;
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#bandeau{
	position:relative;
	height: 73px;
}

#logo{
	position:absolute;
	left: 60px;
	height: 55px;
}
#tags{
	position:absolute;
	height:53px;
	left:280px;
}

.contenu{
	position:relative;
	min-height:360px;
	margin-left:-18px;
	width:1011px;
	background-image:url("../images/fonds/contenu.png");
	background-repeat:repeat-y;
}

#tableauLiens{
	position: relative;
	left:120px;
	top:75px;
}
	#tableauLiens td{
		padding: 0px;
	}
	#tableauLiens td img{
		border: 0px;
		width:150px;
	}
	
#zoneImage{
	position:relative;
	float:left;
	top: 90px;
	left:124px;
}
#zoneImage img{
	width:146px;
}

#zoneTexte{
	position:relative;
	width:600px;
	float:right;
	top: 90px;
	right:134px;
}
#zoneTexte p{
	margin:0;
	margin-left:15px;
	padding:0;
	font-family:Arial;
	color:#1E1E1E;
	font-size:10pt;
}
#zoneTexte ul{
	font-family:Arial;
	color:#1E1E1E;
	font-size:10pt;
}

.spacer{
	position:relative;
	height:20px;
}

.footer {
	position:relative;
	width:1000px;
	background-repeat:no-repeat;
	z-index:9;
	left:-19px;
}
.footer img{
	margin:0;
	display:block;
}

#produits{
	background-image:url("../images/fonds/contenu.png");
	background-repeat:repeat-y;
	height:165px;
	margin-left:-18px;
	padding:0;
	position:relative;
	width:1011px;
}
#produits table{
	position:absolute;
	left:50px;
}
#produits img{
	border:none;
}