#page_tarifs
{
	width: 600px;
	margin: auto;
}

table
{
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

th
{
	font-family: Comic Sans MS, serif;
	font-size: 18px;
	color: #143962;
}

td
{
	font-family: Comic Sans MS, serif;
	border-bottom: 1px dotted #143962;
	border-top: 1px dotted #143962;
}

#rouge
{
	text-decoration: blink;
}


