@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(fond.jpg);
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0000FF;
	background-color: #FFFFFF;
}.style_menu {
	background-color: #FF9900;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.style_prix {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.titre {
	font-size: 36px;
	font-weight: bold;
	background-color: #FF9900;
	background-position: center;
}

.navigation {
	width: 200px;
	display: block;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	background-color: #FFCCCC;
	font-weight: bold;
	text-indent: 10px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #33FFFF;
	border-bottom-color: #33FFFF;
	color: #333333;
	font-size: 12px;
}
.navigation:hover {
	color: #999999;
	background-color: #FFCC33;
	height: 30px;
	width: 200px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	background-position: center center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #33FFFF;
	border-bottom-color: #33FFFF;
}

.tableau {
	line-height: 30px;
	display: inline;
	height: 100%;
	width: 100%;
}
.style_texte {
	font-size: 14px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
.style_titre {
	font-size: 14px;
	font-weight: bold;
}

