body {
	background-color: #BABABE;
	background-image: url(../images/fond_page.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 0px;
	background-attachment: fixed;
}
.cadre {
	background-image: url(../images/fond_cadre.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.homeTexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a.lienExterieur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.lienExterieur:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #654170;
	text-decoration: none;
}
.lienExterieur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.fondBasFrigo {
	background-image: url(../images/page_fond_frigo.jpg);
	background-repeat: no-repeat;
	/*background-position: left 356px;*/
}
a.lienProduit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F8A95;
	text-decoration: none;
}
a.lienProduit:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9561A4;
	text-decoration: none;
}
.titreProduit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9561A4;
	font-weight: bold;
}