/* CSS Document */

a:link {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000099;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

body {
	background-image:url(images/fondecran.jpg);
	background-repeat:no-repeat;
}

.texte {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-left:dotted;
	border-right:dotted;
}

.copyright {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menu {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
}

.colonne {
	border-left:dotted;
}

.produits {
	text-align:center;
	background-color:#FFFFFF;
}

.haut {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.defile {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000099;
}