/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-color: #F1EFE2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	position: relative;
	width: 867px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#logo {
	float: left;
	width: 289px;
	height: 31px;
	margin-left: 10px;
}
#menu {
	float: right;
	margin-right: 20px;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
	text-align: center;
	line-height: 31px;
	margin: 0 2px;
}
#menu li img {
	float: left;
}
#menu li a {
	display: block;
	font-weight: bold;
	padding: 0 5px;
	float: left;
}
#menu li a.off {
	background: url(images/menu_onglet_off_center.gif);
	color: white;
}
#menu li a.on {
	background: url(images/menu_onglet_on_center.gif) no-repeat;
	color: black;
}
#promo-box {
	clear: both;
	background: url(images/promo_box.gif) no-repeat;
	width: 867px;
	height: 93px;
	margin-bottom: 20px;
	padding: 15px 0px;
	text-align: center;
}
#box {
	position: relative;
	background: white url(images/angle_bottom_left.gif) no-repeat bottom left;
	margin-bottom: 20px;
	float: left;
}
#box-top-left {
	background: url(images/angle_top_left.gif) no-repeat;
}
#box-top-right {
	background: url(images/angle_top_right.gif) no-repeat top right;
}
#box-content {
	padding: 10px;
	background: url(images/angle_bottom_right.gif) no-repeat bottom right;
	min-height: 225px;
}
#box-content p {
	margin-left: 115px;
}
#box-content ul {
	margin-left: 130px;
	margin-top: 12px;
}
#footer {
	clear: both;
	text-align: center;
	margin: 0 0 20px 0;
}
img {
	border: 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: black;
}
.product {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding: 15px;
	border-bottom: 1px solid #f1efe2;	
	cursor: pointer;
	clear: both;
}
.product:hover {
	background-color: #fdfab4;
	
}
.odd {
	background-color: #f8f7f1;
}
.product-picture {
	float: left;
	margin-right: 15px;
	border: 1px solid #f1efe2;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #AC3632;
	margin-bottom: 10px;
	display: inline;
}
h2:hover {
	text-decoration: underline;
}
.price {
	font-size: 18px;
	font-weight: bold;
	color: #AC3632;
}
a {
	color: black;
	text-decoration: none;
}
.link {
	color: #AC3632;
	text-decoration: underline;
}
.contact {
	display: block;
	float: left;
	width: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: right;
	font-weight: bold;
}
.clear {
	clear: both;
}
