body {
	background-color: #EAEAEA;
	margin: 0px;
	font-size: 12px;
	font-family: Arial;
	color: #000033;
}
.contour_tableau {
	border: 1px solid #000000;
	height: 500px;
	width: 750px;
	background-color: #F0E370;
}
.pied {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	text-align: center;
}
.categories {
	font-family: Arial;
	font-size: 12px;
	color: #000033;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.boutiques {
	font-family: Arial;
	font-size: 12px;
	color: #000033;
	text-align: center;
}

h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.lien_rss {
	font-weight: bold;
	color: #000033;
	font-size: 12px;
	width: 300px;
}
.lien_rss:hover {
	font-weight: bold;
	color: #000033;
	font-size: 12px;	
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a61010;
	text-decoration: none;
}

