
form {
	margin: 0;
}

div.boutique {
	width: 560px; margin: 6px 0px 12px 36px;
}

table.boutique {
	width: 600px;
	font-size: 11px;
	font-weight: bold;
	color: #4D4D4D;
	text-align: center;
	vertical-align: middle;
	border: outset 1px;
}

table.boutique td {
	border: inset 1px;
}

td.titre {
	padding: 8px 0;
	background-color: #C0C0C0;
	color: #008080;
}

td.titre a {
	color: #008080;
	font-weight: normal;
	text-decoration: none;
}

td.titre a:hover {
	text-decoration: underline;
}
	
table.tarifs {
	font-family: Arial;
	font-size: 10px;
	text-align: left;
	margin: 0;
	border: none;
}

table.tarifs tr {
	height: 18px;
	vertical-align: bottom;
}

table.tarifs th, table.tarifs td {
	background-color: #e5d8cb; 
	background-color: #f4ebd0;
	padding: 5px;
}

