/*table.prix
{
	margin-bottom:10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-left-width: thin;
	border-left-style: dotted;
}

table.prix th, table.prix td
{
	border-right-width: thin;
	border-right-style: dotted;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}

table.prix th
{
	text-align: left;
	background: #BBEEF6;
	padding: 2px 4px;
}

table.prix td
{
	padding: 4px;
	margin 4px;
	text-align: right;
}*/

table.prix .current
{
	background-color: #AAF488;
}

div.note
{
	background: #BBEEF6;
	border: 1px solid #000;
	padding: 4px;
	margin: 2px;
}

#center h2
{
	font-size: 11pt;
}

span.error
{
	color:red;
}

td.error
{
	color:red;
	border-color:white;
}

h3.error
{
	background-color:red;
	color:white;
	font-weight:bold;
	padding:5px;
}

h3.error::before
{
	font-weight:bold;
	font-size:15pt;
	content: "\2002\2718\2002";
}
