body {
	margin: 0px;
	background-color: #390022;
}
a {
	color: #bb0070;
	text-decoration: none;
}
a:hover {
	color: #390022;
	text-decoration: underline;
}
a.menu {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
a.menu:hover {
	color: #ffffff;
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 11px;
}
td.contenu {
	background-image: url('../img/contenu.jpg');
	width: 637px;
}
td.menu {
	background-image: url('../img/menu.jpg');
	width: 353px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-size: 14px;

}
td.recherche {
	background-image: url('../img/recherche.jpg');
	width: 355px;
	height: 206px;
}
table.menu_titre {
	background-image: url('../img/menu_titre.jpg');
	width: 100%;
	height: 70px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}
input.loupe {
	width: 19px;
	height: 19px;
	background-image: url('../img/recherche.png');
	border: 0px;
}

