
.centre { text-align:center; }

.noline { border-bottom:0px; }
.gris { color:#bbb; }
.noir { color:#000; }

.petit {font-size:75%;}

.bleufonce { color:#154792; }
.bleuclair { color:#0789ce; }

a, h1, h3, h5 { color:#154792; }
a:focus, a:hover, h2, h4, h6 { color:#0789ce; }
a:focus.gris , a:hover.gris { color:#bbb; }

ul {  list-style-image : url(puce.png); }


table.price {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-collapse: separate;
}
table.price th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
}
table.price td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
}
