/* CSS Document */

A:link {color: #666666; text-decoration: none; font-size: 11px; font-family: Tahoma;}

A:hover {color: #000000; text-decoration: none; font-size: 11px; font-family: Tahoma;}

A:visited {color: #527A7A; text-decoration: underline; font-size: 11px; font-family: Tahoma;}

.texte {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
hr {
	border: 1px dashed #CCCCCC;
}
.description {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.texte-produit {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(fond.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

